
html, body {
	
    width: 100%;
    height: 100%;
	min-height: 100%;
    font-family: 'Poppins', sans-serif;
}

#modaldatosinicio iframe {
	max-width: 100%;
}

#modaldatosinicio div {
	margin-bottom: 10px;
}

#modaldatosinicio .modal-content {
	text-align:center;
}


.site_logo img{
	margin:0 auto;
}

#seccion-principal{
	min-height: 100%;
}

a {
    color: #ff4b3a;
}

a:hover {
	color: #ff4b3a99;
}

.vh-100 {
    min-height: 100vh;
}

.sin_padding{
	padding:0px;
	margin:0px;
}

.zona_logo_principal {
	margin-bottom:50px;
	text-align:center;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.formulario_elemento_text {
	border:3px solid #ea5341 !important;
	border-radius:0px;
}

.formulario_elemento_text:focus {
	border:3px solid #ea5341 !important;
}

.form-control:focus {
	border-color: #ea5341;
	box-shadow: none;
}

.formulario_principal {
	
}

.boton_login {
	border-radius:0px;
	padding: 10px 25px;
	background: #ff372f;
	border:0px;
}

.boton_login:hover {
	background: #ff372fcc;
}

.navbar-toggler {
	background: #fff;
}

.bg-blanco {
	background: #fff;
}

.cookie-consent{
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	padding: 7px;
	color: #333;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	background: #eee;
	z-index: 1030;
	cursor: pointer;
	border-radius: 3px;
}

.allow-button{
	width: 104px;
	color: #fff;
	font-size: 12px;
	line-height: 10px;
	border-radius: 3px;
	border: 0px;
	background-color: #fe3c32;
	padding: 10px 10px;
	margin-right: 5px;
}

.allow-button:hover{
	background-color: #fe3c32cc;
}

.bg-oscuro {
	background: #333;
	
}

.active {
	color: #fe3c32 !important;
}

.navbar-toggler {
    color: #fe3c32cc;
}

.bg-oscuro:hover {
	background: #333333cc;
	
}


.notification {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 0px solid;
	font-size: 14px;
	width: 100%;
	display:block;
	font-style:normal;
	padding: 10px;
	line-height: 1.5em;
	border-radius: 5px;
	text-align:center;
	}



.attention {
	background: #fffbcc;
	border-color: #e6db55;
	color: #666452;
	}

.information {
	background: #dbe3ff;
	border-color: #a2b4ee;
	color: #585b66;
	}

.success {
	background: #d5ffce;
	border-color: #C5E994 !important;
	color: #556652;
	}

div.message.error, div.notification.error {
	background: #ffcece;
	border-color: #df8f8f;
	color: #665252;
	}
	
.boton {
	width: 100%;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    background: linear-gradient(to right, #fe272f, #ffa664 );
    border: 0px;
    color: #fff;
    -webkit-border-radius: 4rem;
    border-radius: 4rem;
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	text-decoration:none;
}

.boton:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #e23f83;
}

ul .elemento_seleccionable_menu {
	list-style-type: none;
}

.elemento_seleccionable_menu a{
	color: #ff4b3a;
}

.elemento_seleccionable_menu a:hover{
	text-decoration:underline;
}

