body {
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	/* margin-top: 105px; */
	/* margin-bottom: 400px; Es la altura del footer, si cambio la altura del footer debo cambiar esto */
	/* min-height: 100% !important; */
    /* height: 100%; */
}


html {
	font-size: 10px;
	position: relative;
	/* min-height: 100% !important; */
    /* height: 100%; */
}




a{
	outline: none !important;
	text-decoration: none;
}
.btn:focus, .btn:focus:active {
	outline: none;
  	box-shadow: none;
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
}

/*  ---------- Saco borde celeste focus bootstrap -------------- */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
button,
.uneditable-input:focus {   
  /*border-color: rgba(126, 239, 104, 0.8);*/
  box-shadow: 0;
  outline: 0 none;
  outline-color: transparent; 
    outline-style: none;
}
/*  ---------- Saco borde celeste focus bootstrap -------------- */








h1{
	color: #00204f;
	font-size: 3rem;
}




a#ir_arriba{
	display: block;
	cursor: pointer;
	width: 55px;
	height: 55px;
	/* border-radius: 50%; */
	background-color: var(--naranja_caja);
	/* border:1px solid #FFF; */
	color: #FFF;
	text-align: center;
	font-size: 1.4rem;
	line-height: 4.7rem;
	font-weight: 100;
	position: fixed;
	bottom:-55px;
	/*right: 30px;*/
	right: 0px;
	opacity: 0;
	z-index: 900;
	background-image: url('../img/flecha_blanca_arriba.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
a#ir_arriba.visible{
	opacity: 1;
	bottom: 0px;
	/*bottom: 30px;*/
	right: 0px;
	/*right: 30px;*/
}

a#ir_arriba:hover{
	line-height: 3.5rem;
	background-color: var(--azul_claro_caja);
}





h3.secciones{
	color: #FFF;
	font-size: 3.6rem;
	line-height: 3.6rem;
	font-weight: 800;
	text-transform: uppercase;
	text-align: left;
}
p {
	color: #777;
	font-size: 1.6rem;
	font-weight: 300;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul li {
	margin-bottom: 5px;
}

strong{
	font-weight: 700;
}

.btn-primary{
	font-size: 1.5rem;
	color: #000;
	background-color: transparent;
	border:1px solid #000;
	border-radius: 10px;
	padding: 5px 12px;
}

.btn-primary:hover{
	background-color: #000;
	color: #FFF;
	border:1px solid #000;
}

.btn-primary.blanco{
	background-color: #FFF;
	border:none;
}
.btn-primary.blanco:hover{
	background-color: #000;
	/* border:1px solid #FFF; */
}



/* -------------------------------/ COLORES /---------------------------------------- */
:root {	--azul_caja: #00204f; }
:root {	--azul_claro_caja: #253968; }
:root {	--naranja_caja: #e0731d; }
:root {	--naranja_claro_caja: #e0a475; }
/* -------------------------------/ COLORES /---------------------------------------- */







/* -------------------------------/ ANULO DESLAZAMIENTO DE SCROLL DE BOOTSTRAP /---------------------------------------- */
:root{scroll-behavior:unset}
/* -------------------------------/ ANULO DESLAZAMIENTO DE SCROLL DE BOOTSTRAP /---------------------------------------- */












.container, .container-fluid{
	padding-left: 25px;
	padding-right: 25px;
}





/*  ---------------------------------------------------------- HEADER -------------------------------------------------- */
/* header{position: fixed;} */
#main-header{
	position: fixed;
	width: 100%;
	padding: 15px 0 0 0;
	top: 0;
	/* height: 80px; */
	text-align: center;
	z-index: 99;
	background-color:rgba(0,32,92,1);
	/* border:1px solid red */
}
#main-logo{
	/* max-width: 190px; */
	max-width: 260px;
	/* margin: 28px 0 0 30px; */
	/* margin: 23px 0 0 30px; */
	display: inline-block;
	position: relative;
	/* background-color: red; */
}
#main-logo img{width: 100%;}




div#contiene_tel_emergencias{
	/* width: 100%; */
	/* overflow: hidden; */
	/* background-color: pink; */
}
p.emergencias{
	/* display: inline; */
	color: #FFF;
	/* width: 300px; */
	font-size: 1.3rem;
	font-weight: 400;
	background-image: url("../img/icono_sirena.svg");
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: left 0px;
	padding:3px 0 3px  25px;
	margin: 0 10px 0 0;
	/* border: 1px solid yellow; */
	/* background-color: yellow; */
}
p.emergencias.mobile{
	font-size: 1.5rem;
	letter-spacing: .01rem;
	margin-left: 3px;
	color: var(--azul_caja);
	background-image: url("../img/icono_sirena_azul.svg");
}
div#contiene_tel_emergencias ul#emergencias{
	/* float: left; */
	/* width: 100%; */
	margin: 5px 0 0 0;
	/* background-color: olive; */
}
div#contiene_tel_emergencias ul#emergencias li{
	margin: 0;
	display: inline-block;
} 
div#contiene_tel_emergencias ul#emergencias li a{
	background-color: rgba(255,255,255,.15);
	text-decoration: none;
	padding: 5px 12px 5px 36px;
	color: #FFF;
	border-radius: 20px ;
	font-weight: 600;
	font-size: 1.3rem;
	margin: 0 8px 0 0;
	letter-spacing: 0;
	transition: all .2s ease-in-out;
	position: relative;
}
div#contiene_tel_emergencias ul#emergencias li a:before{
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.4);
	position: absolute;
	left: 4px;
	top: 3px;
	background-image: url("../img/icono_tel.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	transition: all .2s ease-in-out;
}
div#contiene_tel_emergencias ul#emergencias li a:hover:before{
	background-color: rgba(255,255,255,.6);
	background-size: 65%;
}
div#contiene_tel_emergencias ul#emergencias li a:hover{
	background-color: var(--naranja_caja);
}

.contenedor_botonera_gris{
	background-color: #D8D8D8;

}



ul#whatsapps{
	position: fixed;
	bottom: 50px;
	right: 40px;
	height: 50px;
	z-index:800;
}
ul#whatsapps li{
	display: inline;
}
ul#whatsapps li a{
	display: inline-block;
	width: 45px;
	margin-left: 15px;
	height: 45px;
	border-radius: 40px;
	background-color: #686F9A;
	transition: all .3s ease-in-out;
	background-image: url("../img/icono_whatsapp_blanco.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 27px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

ul#whatsapps li a span{
	opacity: 0;
	position: absolute;
	top: 10px;
	left: 42px;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.3rem;
	font-weight: 300;
}
ul#whatsapps li a span strong{
	font-weight: 600;
}
ul#whatsapps li a.veinticuatro{
	background-image: url("../img/whatsapp_24.svg");
}
ul#whatsapps li a.veinticuatro:hover{
	width: 170px;
}
ul#whatsapps li a:hover{
	width: 190px;
	background-position: 5%;
	transition: all .3s ease-in-out;
	background-color: #00205C;
}

ul#whatsapps li a:hover > span{
	transition: all 1s ease-in-out;
	opacity: 1;
	width: 100%;
}


#main-header.alternativo{
	background-color: rgba(0,32,79,1);
}
ul#emergencias_mobile{
	/* float: left; */
	/* width: 100%; */
	margin: 5px 0 0 0;
	/* background-color: olive; */
}
ul#emergencias_mobile li{
	margin: 0;
	display: inline-block;
} 
ul#emergencias_mobile li a{
	background-color: var(--azul_caja);
	text-decoration: none;
	padding: 5px 12px 5px 36px;
	color: #FFF;
	border-radius: 20px ;
	font-weight: 600;
	font-size: 1.5rem;
	margin: 0 8px 0 0;
	letter-spacing: 0;
	transition: all .2s ease-in-out;
	position: relative;
}
ul#emergencias_mobile li a:before{
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.4);
	position: absolute;
	left: 4px;
	top: 3px;
	background-image: url("../img/icono_tel.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	transition: all .2s ease-in-out;
}
ul#emergencias_mobile li a:hover:before{
	background-color: rgba(255,255,255,.6);
	background-size: 65%;
}
ul#emergencias_mobile li a:hover{
	background-color: var(--naranja_caja);
}

/* #main-botonera{
	background-color: rgba(0,0,0,1);
	z-index: 99;
	-webkit-transition: all 0.20s ease-out;
    -moz-transition: all 0.20s ease-out;
    -o-transition: all 0.20s ease-out;
    -ms-transition: all 0.20s ease-out;
    transition: all 0.20s ease-out;
}
#main-botonera.activo{
	right: 0;
} */

ul#main-menu li a.nav-link {
	display:inline;
}

ul#main-menu li ul {
	margin-top: 3px !important ;
	width: 180px;
	border:#D8D8D8 solid 1px;
	border-radius: 0px;
	/* background-color: red; */
}

ul#main-menu li ul a {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul#main-menu li ul a:hover {
	background-color: #f1f1f1;
	width: 150px;
}

/* header mobile desplegable --------------------------------------*/

.btn {
	font-size: 20px;
	font-weight: 400;
	background: transparent;
	border: transparent;
	/* letter-spacing: .25rem; */
	margin-top: 10px;
	color: #00204f; 
}

.btn:focus {
	background-color: transparent;
	border: 0px transparent !important;
	color: #00204f  !important;
	font-weight: 500;
}

.btn:active {
	border: 0 transparent;
}

.btn:visited {
	background-color: transparent;
	font-weight: 500 !important;
}

div.dropdown{
	position: relative;
}

.dropdown-toggle:after {
	width: 5px;
	margin-left: 0;
}





ul.estilos-menu-mobile {
	/* width: 300px; */
	position: absolute;
	left: 0;
	top: 50px !important;
	width: 100%;
	background-color: transparent;
	text-align: center;
	font-size: 1rem !important;
	border: 0px solid transparent;
	align-items: center;
	/* margin-left: 10px; */
	/* color: transparent; */
	/* transform: translate3d(14px, 50px, 0px) !important; */
	transform: none !important;
}

ul.estilos-menu-mobile li{
	border-bottom: 0 !important;
	padding: 5px 0 !important;
}

ul.estilos-menu-mobile li a{
	font-size: 1.7rem !important;
	text-align: center;
	font-weight: 500 ;
	margin: 0px !important;
	color: #000e22;
	/* background-color: green; */
}




/* *------- Botonera ppal --------- */
ul#main-menu{
	/* margin: 25px 0 0 0 !important; */
	padding: 10px;
} 
ul#main-menu li{
	display: inline-block;
	margin: 0 !important;
	position: relative;
}

ul#main-menu li a{
	font-size: 1.5rem;
	font-weight: 400;
	color: #00205C;
	margin:13px;
	outline:0px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul#main-menu li a:hover{
	color: var(--naranja_caja);
}
ul#main-menu li a.redes{
	width: 20px;
	height: 20px;
	color: var(--naranja_caja);
	font-size: 2.1rem;
	line-height: 2.2rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: relative;
	top: 2px;
}
ul#main-menu li a.redes:hover{
	color: #FFF;
}









/* ICONO BOTON HAMBURGUESA */
.menu_hamburguesa {
	position: fixed;
	z-index: 500;
	width: 50px !important;
	height: 35px !important;
	right: 30px;
	top: 15px;
	padding-top: 15px;
	/* background-color: green; */
}
 /*Linea central:*/
.menu_hamburguesa span {
	margin: 0 auto;
	position: relative;
}
/*Linea sup e inf:*/
.menu_hamburguesa span:before, .menu_hamburguesa span:after { 
	position: absolute;
	content: '';
}
/*Le doy color y medidas a las tres líneas:*/
.menu_hamburguesa span, .menu_hamburguesa span:before, .menu_hamburguesa span:after {
	width: 36px;
	height: 2px;
	border-radius: 0px;
	background-color: #FFF;
	display: block;
}
/*Separo la linea superior:*/
.menu_hamburguesa span:before {
	margin-top: -13px;
	background-color: #FFF;
}
/*Separo la linea Inferior:*/
.menu_hamburguesa span:after {
	margin-top: 13px;
	background-color: #FFF;
}
/* --- ICONO BOTON HAMBURGUESA --- */



.menu_hamburguesa:before{
	content: '';
	position: absolute;
	top: -4px;
	left: -8px;
	display: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2bd904;
}
.menu_hamburguesa.visible:before{
	display: block;
}


.contiene_tel_header_mobile{
	margin-top: 65px;
	background-color: rgb(220, 220, 220);
	padding-bottom: 25px;
	/* border:5px solid red */
}


/*-----------------ANIMACION CRUZ ICONO HAMBURGUESA -----------*/
/*Dejo transparente la linea central:*/
.ejemplo_cruz.animo_menu_hamburguesa span {
	background-color: rgba(0,0,0,0);
	-webkit-transition-delay: 0.15s; transition-delay: 0.15s;
}
.ejemplo_cruz span {
	-webkit-transition-duration: 0s; 
	transition-duration: 0s;
	-webkit-transition-delay: 0.15s; 
	transition-delay: 0.15s;
}
.ejemplo_cruz span:before {
	transition-property: margin, transform;
	-webkit-transition-property: margin, -webkit-transform; 

	transition-duration: 0.15s;
	-webkit-transition-duration: 0.15s; 
	transition-delay: 0.15s, 0s;
	-webkit-transition-delay: 0.15s, 0s; 
}
.ejemplo_cruz.animo_menu_hamburguesa span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg); transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.15s; transition-delay: 0s, 0.15s;
}
.ejemplo_cruz span:after {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.15s; transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s, 0s; transition-delay: 0.15s, 0s;
}
.ejemplo_cruz.animo_menu_hamburguesa span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.15s; transition-delay: 0s, 0.15s;
}
/*-----------------ANIMACION CRUZ ICONO HAMBURGUESA -----------*/







/*-------- Menu mobile------------ */
#contiene_botonera_desplegable{
	position: absolute;
	z-index: 90;
	/*float: left;*/
	width: 100%;
	/*height: 100%;*/
	display: none;
	margin-top: 0px;
	padding: 20px 0 40px 0;
	border-top:1px solid #002b82;
	border-bottom:1px solid #002b82;
	background-color: #FFF; /*Mismo color que el fondo del header*/
}



/*Animacion boton cerrar ---------------------------------- */
  .close-button {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
  }
  .close-button > div {
	position: relative;
  }
  .close-button-block {
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
  }
  .close-button-block:before, .close-button-block:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(55% - 4px);
	display: block;
	width: 4px;
	height: 25px;
	transform-origin: bottom center;
	background: white;
	transition: all ease-out 280ms;
  }
  .close-button-block:last-of-type {
	transform: rotate(180deg);
  }
  .close-button .in .close-button-block:before {
	transition-delay: 280ms;
	transform: translateX(20px) translateY(-20px) rotate(45deg);
  }
  .close-button .in .close-button-block:after {
	transition-delay: 280ms;
	transform: translateX(-22px) translateY(-22px) rotate(-45deg);
  }
  .close-button .out {
	position: absolute;
	top: 0;
	left: 0;
  }
  .close-button .out .close-button-block:before {
	transform: translateX(-5px) translateY(5px) rotate(45deg);
  }
  .close-button .out .close-button-block:after {
	transform: translateX(5px) translateY(5px) rotate(-45deg);
  }
  /*
  .close-button:hover .in .close-button-block:before {
	transform: translateX(-5px) translateY(5px) rotate(45deg);
  }
  .close-button:hover .in .close-button-block:after {
	transform: translateX(5px) translateY(5px) rotate(-45deg);
  }
  .close-button:hover .out .close-button-block:before {
	transform: translateX(-20px) translateY(20px) rotate(45deg);
  }
  .close-button:hover .out .close-button-block:after {
	transform: translateX(20px) translateY(20px) rotate(-45deg);
  }*/
/*Animacion boton cerrar ---------------------------------- */







/* *------- Botonera ppal --------- */
ul#main-menu-mobile{
	margin-top: -70px;
} 

ul#main-menu-mobile li{
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgb(158, 158, 158);
}

ul#main-menu-mobile li a{
	position: relative;
	display: inline-block;
	font-size: 2rem;
	line-height: 2rem;;
	color: var(--azul_caja);
	padding:5px 7px;
	margin:13px 0;
	outline:0px;
	text-align: center;
	text-decoration: none;
	background-image: none;
	/* background-color: red; */
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


ul#main-menu-mobile li a:hover{
	/* letter-spacing: .8rem; */
	color: var(--azul_caja);
}



ul#main-menu-mobile li a.cerrar_menu_ppal:before, ul#main-menu-mobile li a.redes:before{display: none;}

ul#main-menu-mobile li a.cerrar_menu_ppal:hover{
	transform: rotate(90deg);
}

ul#main-menu-mobile li a.cerrar_menu_ppal{
	background-image: url("../img/cruz_naranja.svg");
	background-repeat: no-repeat;
	/* background-color: red; */
	width: 45px;
	height: 45px;
	margin-bottom: 40px;
}


ul#main-menu-mobile li a.redes{
	width: 20px;
	height: 20px;
	color: #FFF;
	font-size: 2.1rem;
	line-height: 2.2rem;
	/* background-color: red; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 0;
	margin: 8px 12px;
}
ul#main-menu-mobile li a.redes:hover{
	color: var(--verde_claro_sasami);
}


ul#main-menu li a.nav-link {
	display:inline;
}


/*-------- Menu mobile------------ */

/*  ---------------------------------------------------------- FIN HEADER -------------------------------------------------- */




























section {
	overflow: hidden; /*Para que no afecte el ancho los elementos animados con AOS.js que vienen de los laterales*/
	/* min-height: 100%; */
	/* background: linear-gradient(45deg, rgb(234, 249, 255) 10%, rgba(255,255,255) 50%); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

	background-image: url("../img/formas_uno.svg");
	background-size: 100%;
	background-position: bottom;
}




#contenedor_botonera{
	width: 100%;
	height: 100%;
	background-color: #D8D8D8;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: -100%;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#contenedor_botonera.activo{
	right: 0;
}











/* INICIO //////// --------------------------------------------------------------------- */

section#inicio{
	/* margin-top: 105px; */
	/* border: 1px solid red; */
	margin-top: 70px;
	min-height: 100vh;
}
section#inicio h1{
	color: #FFF;
	font-size: 6.1rem;
	line-height: 5rem;
	font-weight: 300;
}

img.img_ppal_home{
	width: 100%;
	max-width: 550px;
}
img.img_ppal_banner_mobile{
	width: 100%;
	max-width: 280px;
	margin: 50px 0;
}

section#inicio #mensaje_ppal{
	/* padding-top: 40px; */
	/*Decime cual es el esilo que estabas tocando y no te andaba*/
}
section#inicio #mensaje_ppal span.bienvenido{
	font-weight: 500;
	color: var(--azul_caja);
	/* font-size: 4.4rem; */
	/* line-height: 4rem; */
	font-size: 3rem;
	line-height: 3.7rem;
	position: relative;
}
section#inicio #mensaje_ppal span.bienvenido::before{
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 35px;
	height: 4px;
	background-color: var(--naranja_caja);
}

section#inicio #mensaje_ppal span.txt{
	color: var(--naranja_caja);
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.5rem;
	
}


input.buscador_index{
	padding-right: 50px !important;
	background-image: url("../img/lupa_gris.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 15px);
	background-size: 25px;
}
#mensaje_ppal a#buscar{
	display: inline-block;
	background-color: var(--naranja_caja);
	color: #FFF;
	font-weight: 300;
	font-size: 1.6rem;
	letter-spacing: .15rem;
	line-height: 1.5rem;
	text-decoration: none;
	border-radius: 40px;
	padding: 15px 28px;
	margin-top: 40px;
	transition: all .2s ease-in-out;
}
section#inicio #mensaje_ppal a#buscar:hover{
	background-color:var(--azul_caja);
	color: #FFF
}

#mensaje_ppal a.opciones_form_ppal{
	text-decoration: none;
	color: var(--azul_claro_caja);
	font-weight: 400;
	font-size: 1.6rem;
	transition: all .2s ease-in-out;
	display: inline-block;
	margin: 18px 0 0 0;
	padding-right:35px ;
	background-image: url("../img/icono-mas.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 22px;
}
#mensaje_ppal a.opciones_form_ppal:hover{
	color: var(--naranja_caja);
}
a.opciones_form_ppal.activo{
	background-image: url("../img/icono-menos.svg") !important;
	color: var(--naranja_caja) !important;
}

.interioropciones .bbtn-plan{
	color:var(--naranja_caja);
}

.btns_desplegable_inicial{
	border: 1px solid var(--naranja_caja);
	color: var(--naranja_caja);
	padding: 3px 20px;
	font-size: 1.4rem;
	border-radius: 25px;
	display: block;
	background-color: transparent;
	transition: all .3s ease-in-out;
}
.btns_desplegable_inicial.izq{
	border-radius: 25px 0 0 25px;
}
.btns_desplegable_inicial.der{
	border-radius: 0 25px 25px 0;
}
.btns_desplegable_inicial:hover,.btns_desplegable_inicial.activo{
	background-color: var(--naranja_caja);
	color: #FFF;
}

#contenidoMasOpcionesInicial .form-select{
	border-bottom: 1px solid var(--naranja_caja);
	background-color: #FFF;
	color: var(--naranja_caja);
}





/* INICIO //////// --------------------------------------------------------------------- */



























































.accordion{
	background-color: transparent;
}
.accordion-item{
	background-color: transparent;
}

/* PROFESIONALES //////// --------------------------------------------------------------------- */


section#profesionales{
	overflow: hidden;
	/* margin-top: 105px; */
	/*border: 1px solid red;*/ 
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../img/fondo-plan.svg");
	background-position: bottom;
	min-height: 106vh;
	padding-top:150px;
}

section#farmacias{
	overflow: hidden;
	/* margin-top: 105px; */
	/*border: 1px solid red;*/ 
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url("../img/fondo-farmacias.svg");
	min-height: 106vh;
	padding-top:150px;
	background-color: #00205c01;
}

section#profesionales span.profesionales::before{
	content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 8px;
    width: 35px;
    height: 4px;
    background-color: var(--naranja_caja);
}

section#profesionales h1{
	padding-bottom: 5px;
}

section#profesionales h2{
	color:var(--azul_caja);
	font-size: 1.6rem; 
	line-height: 0px;
	font-weight: 600;
}
ul.botoneras_laterales_opciones{
	/* width: 250px; */
	width: 100%;
	margin-top: 20px;
}
ul.botoneras_laterales_opciones li {
	border-bottom: 1px solid rgb(206, 204, 204);
	margin:0px;
	padding: 0;
}
ul.botoneras_laterales_opciones li:last-child {
	padding-top: 15px;
} 

ul.botoneras_laterales_opciones li a{
    color: var(--azul_claro_caja);
    font-weight: 400;
    font-size: 1.6rem;
    transition: all .2s ease-in-out;
    display: inline-block;
    margin-bottom: 15px;
    background-image: url(../img/icono-mas.svg);
    background-repeat: no-repeat;
    background-position: right;
	background-position-y: start;
    background-size: 22px;
	width: 100%;	
}
ul.botoneras_laterales_opciones li a.activo{
    color: var(--naranja_caja);
    background-image: url(../img/icono-menos.svg);
}

ul.botoneras_laterales_opciones li a:hover{
	color: var(--naranja_caja);
}

.form-select{
	background-color: rgba(145, 145, 145, 0.126);
	font-size: 1.4rem;
	color:rgb(133, 133, 133) ;
	border-radius: 0%;
	padding:8px 10px;
	border: none;
	font-weight: 400;
}

.btn_ppal{
	display: inline-block;
	background-color: var(--naranja_caja);
	color: #FFF;
	font-weight: 300;
	font-size: 1.6rem;
	letter-spacing: .15rem;
	line-height: 1.5rem;
	text-decoration: none;
	border-radius: 40px;
	padding: 15px 28px;
	margin-top: 40px;
	border: none;
	transition: all .2s ease-in-out;
}

.btn_ppal:hover{
	background-color:var(--azul_caja);
	color: #FFF
}
.accordion-item{
	border: none;
}

/* PROFESIONALES //////// --------------------------------------------------------------------- */


/* RESULTADOS PROFESIOALES ////// -------------------------------------------------------------- */

section#resultados-prof{
	overflow: hidden;
	/* margin-top: 105px; */
	/*border: 1px solid red;*/ 
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../img/fondo-resultados.svg");
	background-position: bottom;
	min-height: 106vh;
	padding-top:150px;	
}


.encabezado-resultados span.linea-encabezado::before{
	content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    width: 35px;
    height: 4px;
    background-color: var(--naranja_caja);
}

section#resultados-prof .encabezado-resultados .buscadordetalle{
	background-color:rgb(241, 241, 241);
	border: 0;
	font-size: 1.5rem;
	color:rgb(165, 163, 163) ;
	border-radius: 0%;
	padding:10px 20px;
	width: 100%;
	/* width: 300px; */
	/*max-width: 300px;*/
	margin-bottom: 20px;
	background-image: url("../img/lupa_gris.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 15px);
	background-size: 25px;
	
}

section#resultados-prof .encabezado-resultados .form-resultados-masdata{
	/* max-width: 100px; */
	/* align-items: center;  */
	border: 1px solid red;
}




section#resultados-prof .paquete{
	background-color:rgb(241, 241, 241);	
	border-radius: 20px;
	padding: 25px;
	padding-bottom: 15px;
	margin-top:50px;
	position: relative;
	border:none;
}
	








.card{
	background-color:#F0F2F5;	
	border-radius: 25px;
	padding: 25px;
	border: none ;
}
.nombreyplan{
	/* background-color: pink; */
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.nombreyplan h5{
	color: var(--naranja_caja);
	font-size: 1.7rem;
	/* line-height: 1.7rem; */
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-top: 2px;
	/* background-color: olive;	 */
}
.nombreyplan h6{
	font-size: 1rem;
	color: var(--naranja_caja);
	text-align: center;
	border: 1px solid var(--naranja_caja);
	border-radius: 25px;
	padding: 3px 9px;
	margin: 0;
	/* background-color: red; */
	min-width: 55px;
	margin-top: 3px;
}

.nombreyplan h6 span {
	font-weight: 600;
}

ul#data_dentro_tarjeta{
	margin: 20px 0 5px 0;
	/* background-color: red; */
}
ul#data_dentro_tarjeta li{
	margin: 6px 0;
	padding: 0;
	font-size: 1.22rem;
	color: #00204f;
}
ul#data_dentro_tarjeta li span{
	font-weight: 600;
}

.btnubicacion{
	height: 30px;
	width: 20px;
	padding: 0px;
	background-color:none;
	background-image: url(../img/icon-ubicacion.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position:center;
	display:block;
	/* background-color: red; */
	margin-bottom: 11px;
}

/* RESULTADOS PROFESIONALES ///////////////////// */




























/* TELEFONOS UTILES///////////////////// */



section#telefonos-utiles{
	overflow: hidden;
	/* margin-top: 105px; */
	/*border: 1px solid red;*/ 
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../img/fondo-urgencias.svg");
	background-position: bottom;
	min-height: 106vh;
	padding-top:150px;	
	/*background-color: rgb(246, 246, 246);*/
}

section#telefonos-utiles  .encabezado-telefonos{
	margin-bottom: 50px;
}

section#telefonos-utiles .encabezado-telefonos span.linea-encabezado::before{
	content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 8px;
    width: 35px;
    height: 4px;
    background-color: var(--naranja_caja);
}

section#telefonos-utiles .encabezado-telefonos h1{
	padding-bottom: 5px;
	color: #00204f;
}

section#telefonos-utiles .emergencias{
	margin: 55px 0;
}




section#telefonos-utiles .emergencias h3{
	color:var(--azul_caja);
	font-size: 1.6rem; 
	line-height: 2rem;
	font-weight: 400;
	


}

.emergencias h4{
	font-weight: 600;	
	color: #00204f;
	padding-bottom:10px;
}


.emergencias h4 span{
	font-weight: 300;	
}

.emergencias .titulo-linea{
	border-bottom: 1px solid rgb(206, 204, 204);
	width: fit-content;
	padding-bottom: 20px;
	
	

}

.emergencias .titulo-emergencias {
margin-bottom: 20px;
}

.emergencias ul{
	margin-top:20px;
	/* padding-bottom: 50px; */
}

/* .emergecias ul li{
	align-items: center;
	align-content: center;
} */


.info-contacto{
	margin-bottom: 40px;
}

.info-contacto h4{
	border-bottom: 1px dotted rgb(194, 194, 194);
	margin-bottom: 10px;
	margin-top: 22px;
	/* background-color: red; */
}


.emergencias ul li a.pack-telefono img{
	margin-right: 5px;
}
.emergencias ul li a.pack-telefono{
	display: inline-block;
	background-color: #fff2e5;
	/* min-width: fit-content; */
	/* min-height: 25px; */
	padding:5px 15px 5px 5px;
	/* padding-right:10px; */
	border: 1px solid var(--naranja_caja);
	border-radius: 50px;
	margin-right: 10px;
	/* align-content: center; */
	font-size: 1.4em;
	font-weight: 600;
	/* line-height: 1rem;  */
	color:var(--naranja_caja);
	margin-bottom: 10px;
	transition: all .3s ease-in-out;
}
.emergencias ul li a.pack-telefono:hover{
	color: #FFF !important;
	background-color:var(--azul_caja);
	border-color: #686F9A;	
}
.emergencias ul li h5{
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1rem; 
	color:var(--naranja_caja);

} 

.emergencias ul li img{
	padding:1px;
	width: 22px;
	padding-left:2px;
	
}



.emergencias ul li h6{
	font-size: 1.2rem;
	color: #00204f;
	align-items:center;
	align-self: center;
	
}
.emergencias ul li h6 span{
	font-weight: 600;
	

}



.emergencias .icon-emergencias{
	height: 45px;
	width: 45px;
	margin-right: 15px;
	background-color:none;
	background-image: url(../img/icon\ alarma\ naranja.svg);
	background-repeat: no-repeat;
	background-size: 45px;
	background-position-y: top;
	display:block;
}

.emergencias .icon-psiquiatria{
	height: 45px;
	width: 45px;
	margin-right: 15px;
	background-color:none;
	background-image: url(../img/icon\ psiquiatria.svg);
	background-repeat: no-repeat;
	background-size: 45px;
	background-position-y: top;
	display:block;
}

.emergencias .icon-odontologia{
	height: 45px;
	width: 45px;
	margin-right: 15px;
	background-color:none;
	background-image: url(../img/icon-odontologia.svg);
	background-repeat: no-repeat;
	background-size: 45px;
	background-position-y: top;
	display:block;
}


ul li .direccion-urgencias h7{
	font-size: 1.2rem;
	color: #00204f;
	align-items:center;
	align-self: center;
}

ul li .direccion-urgencias h7 span{
	font-size: 1.2rem;
	color: #00204f;
	align-items:center;
	align-self: center;
	font-weight: 600;
}

ul li .direccion-urgencias{
	width: 5px;
	align-self: center;
}






/* TELEFONOS UTILES///////////////////// */



a.direcciones_contactos{
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.3rem;
	color: var(--azul_caja);
	background-image: url("../img/icon-ubicacion-azul.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 13px;
	padding:5px 0 5px 20px;
	transition: all .3s ease-in-out;
}
a.direcciones_contactos:hover{
	color: var(--naranja_caja);
}
a.direcciones_contactos span{
	font-weight: 400;
}





































/* MODAL //////// --------------------------------------------------------------------- */
.modal-content{
	position: relative;
	border-radius: 10px;
	border: none;
	/* border:2px solid red; */
	overflow: hidden;
}

.modal-body a.llamar_al_doctor{
	background-color: var(--naranja_caja);
	color: #FFF;
	border-radius: 50px;
	display: inline-block;
	padding: 10px 20px 10px 50px;
	text-decoration: none;
	font-size: 1.6rem;
	letter-spacing: .02rem;
	font-weight: 300;
	position: relative;
	margin-top: 25px;
}
.modal-body a.llamar_al_doctor:before{
	content: "";
	position: absolute;
	left: 7px;
	top: 7px;
	display: block;
	width: 32px;
	height: 32px;
	background-color: rgba(255,255,255,.2);
	border-radius: 50%;
	background-image: url("../img/icono_tel.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	transition: all .2s ease-in-out;
}
.modal-body a.llamar_al_doctor:hover:before {
	background-size: 25px;
	background-color: rgba(255,255,255,.4);
}







.modalBase .modal-body{
	border-radius: 10px;
	border: none;
}
.modalBase .modal-content h2{
	font-size: 3.7rem;
	color: var(--azul_caja);
	position: relative;
	padding-bottom: 20px;
}
.modalBase .modal-content h2:before{
	display: block;
	content: "";
	width: 40px;
	height: 3px;
	background-color: var(--naranja_caja);
	position: absolute;
	left: 0;
	bottom: 0;
}
.modalBase .modal-content p{
	font-size: 1.5rem;
	line-height: 1.6rem;
	color: var(--naranja_caja);
	font-weight: 300;
	width: 100%;
	padding: 10px 0;
	max-width: 350px;
}


a.cerrar_modal{
	position: absolute;
	display: block;
	z-index: 2;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--naranja_caja);
	right: 15px;
	top: 15px;
	transform: rotate(0deg);
	transition: all .15s ease-in-out;
	background-image: url("../img/cruz_blanca.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	opacity: .6;
}
a.cerrar_modal:hover{
	transform: rotate(90deg);
	opacity: 1;
}

.col_derecha_modal{
	/* padding: 100px 50px 50px 70px; */
	padding: 80px 30px 50px 30px;
}
.col_izquierda_modal{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-image: url("../img/bg_grupo_fam.jpg"); */
}
.col_izquierda_modal.login{	background-image: url("../img/bg_login.jpg");}
.col_izquierda_modal.registro{	background-image: url("../img/bg_registro.jpg");}
.col_izquierda_modal::before{
	display: block;
	content: "";
	width: 60px;
	height: 60px;
	right: -30px;
	top: 95px;
	background-color: #FFF;
	border-radius: 50px;
	position: absolute;
	background-image: url("../img/logo_cn_azul_circulo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 84%;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}








.modalLlamadoEstilos .modal-dialog{
	width: 100%;
	max-width: 330px;
	position: relative;
	left: 50%;
	margin-left: -165px;
}
.modalLlamadoEstilos .modal-content{
	border:2px solid #FFF
}
.modalLlamadoEstilos .modal-header{
	position: relative;
	height: 120px;
	background-color: #2a3d6b;
}

.modalLlamadoEstilos .modal-header img.afiliado{
	display: block;
	width: 100%;
	max-width: 120px;
	/* height: 100px; */
	border-radius: 50%;
	border: 5px solid #FFF;
	box-shadow: 0 0 7px rgba(0,0,0,.2);
}
.modalLlamadoEstilos .modal-header .contiene_img_afiliado_modal{
	/* border: 1px solid red; */
	position: absolute;
	top: 50px;
}
.modalLlamadoEstilos .modal-header .contiene_logo_aviso_incial{
	/* border: 1px solid red; */
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50px;
	border-radius: 50%;
	border: 5px solid #FFF;
	background-color: #FFF;
	box-shadow: 0 0 7px rgba(0,0,0,.2);
}
.modalLlamadoEstilos .modal-header .contiene_logo_aviso_incial img{
	max-width: 60%;
}
.modalLlamadoEstilos .modal-header .contiene_img_afiliado_modal:before{
	display: block;
	content: "";
	position: absolute;
	bottom: 0px;
	right: 5px;
	z-index: 200;
	width: 33px;
	height: 33px;
	border: 3px solid #FFF;
	border-radius: 50%;
	background-color: #0fbc7a;
	background-image: url("../img/tilde_blanco.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 52%;
}

.modalLlamadoEstilos a.cerrar_modal{
	background-color: rgba(255,255,255,.2)
}

.modalLlamadoEstilos .modal-body{
	padding-top: 70px;
	padding-bottom: 30px;
}
.modalLlamadoEstilos h5{
	color: var(--naranja_caja);
	font-size: 1.9rem;
	line-height: 1.8rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.modalLlamadoEstilos ul li{
	color: var(--azul_caja);
	font-size: 1.5rem;
	line-height: 1.9rem;
	font-weight: 300;
}
.modalLlamadoEstilos ul li span{
	font-weight: 600;
}


.modalLlamadoEstilos .modal-body a.accion_ppal{
	background-color: var(--naranja_caja);
	color: #FFF;
	border-radius: 50px;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 1.6rem;
	letter-spacing: .02rem;
	font-weight: 300;
	position: relative;
	margin-top: 25px;
	transition: all .2s ease-in-out;
}
.modalLlamadoEstilos .modal-body p.aviso_inicial{
	color: var(--azul_caja);
	padding: 0 10px;
	line-height: 1.8rem;
	margin-top: 20px;
}
.modalLlamadoEstilos .modal-body a.accion_ppal:hover {
	background-color: var(--azul_caja)
}



/* MODAL //////// --------------------------------------------------------------------- */













































































/* ---------------------------------- Cargando ------------------------------*/
#enviando_datos_contacto{
	display: none;
	width: 70px;
	height: 70px;
	padding: 10px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	z-index: 9999;
	left: 40%;
	top: 25%;
}
#enviando_datos_contacto.privado{
	background-color: rgba(0,0,0,.2) !important;
}
.sk-fading-circle {
  /*margin: 100px auto;*/
  width: 50px;
  height: 50px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  /*padding: 10px;*/
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #efedea;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
/* ---------------------------------- Cargando ------------------------------*/



.contenedor_formulario_completo{
	position: relative;
	width: 100%;
	max-width: 350px;
	margin: 30px 0;
	/* background-color: red; */
	/* border: 2px solid rgba(0,0,0,.8); */
}

.form-group{
    /* background-color: blue; */
    margin-bottom: 1.5rem;
	width: 100%;
}
.form-group label{
   color: #707070;
   font-size: 1.3rem;
   font-weight: 300;
   padding: 5px 0;
}
.form-control{
    box-shadow: none;
    border:none;
    border-radius: 0;
    font-weight: 400;
    background-color: rgba(0,0,0,.06);
    /* border-bottom: 1px solid rgba(0,0,0,.5); */
    font-size: 1.6rem;
    color:#000;
    padding: 7px 12px 7px 12px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control::placeholder{
    color: rgba(0,0,0,.35);
    font-weight: 400;
    font-size: 1.5rem;
}

.form-control:focus {
	border-bottom: 1px solid  var(--verde_claro_sasami);
    border-color: var(--verde_claro_sasami);
    background-color: rgba(0,0,0,.1);
    padding: 7px 12px 7px 20px;
    -webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
}


.form-control.registrouno{ width: 20%; text-align: center;}
.form-control.registrodos{  width: 45%; text-align: center;}
.form-control.registrotres{  width: 20%; text-align: center;}





a.olvide_pass{
	display: inline-block;
	color: var(--naranja_caja);
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 400;
	margin-top: -10px;
}
a.olvide_pass:hover{
	text-decoration: underline;
}

/*.form-group label{
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    color: #727276;
}
*/
.form-group label span{font-size: 1.2rem;}

button.bt_enviar{
	display: block;
	cursor: pointer;
	width: auto;
    background-color: var(--naranja_caja);
    color: #FFF;
    font-size: 1.6rem;
	border:none;
	border-radius: 30px;
	padding: 7px 20px;
	margin-top: 30px;
	font-weight: 300;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button.bt_enviar:hover{
	background-color: var(--azul_caja);
	text-decoration: none;
}

.styled-select{
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
	overflow: hidden;
}
p.pregunta_cierre_form{
	font-size: 1.3rem !important;
	color: #707070 !important;
	margin-top: 30px;
}
p.pregunta_cierre_form a{
	text-decoration: none;
	font-size: 1.2rem !important;
	font-weight: 400;
	color: var(--naranja_caja) !important;
}


#mensaje_enviado_ok{
    display: none;
    padding: 140px 0;
}
#mensaje_enviado_ok p{
    text-align: center;
    color: #efedea;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.2rem;
}
#mensaje_enviado_ok p.privado{
    color: #393a3b !important;
}
#mensaje_enviado_ok p span{
    font-weight: 200;
}

label.error{
    position: relative;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
    color: red;
    padding-top: 2px;
}















































































/* CONTACTO  //////// --------------------------------------------------------------------- */

section#contacto{
	display: none;
	padding: 90px 0;
	background-color: #f0f0f0;
	background-image: url("../img/bg_contacto.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	/* background-size: 1200px; */
	background-size: 800px;
	min-height: 950px;
}
section#contacto h3{
	color: #000;
}



section#contacto ul.tel_utiles{
	text-align: center;
}
section#contacto ul.tel_utiles li:first-child{
	color: var(--azul_caja);
	font-weight: 700;
	/* padding-left: 30px; */
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 17px;
	/* padding: 30px 0 20px 0; */
	padding: 30px 0 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
section#contacto ul.tel_utiles li.emergencias:first-child{background-image: url("../img/icono_sirena_naranja.svg");} 
section#contacto ul.tel_utiles li.mesa_ayuda:first-child{background-image: url("../img/icono_tel_outline_naranja.svg"); background-size: 20px;} 
section#contacto ul.tel_utiles li.mail:first-child{background-image: url("../img/icono_mail_naranja.svg"); background-size: 20px; background-position:  center 5px;} 
section#contacto ul.tel_utiles li:first-child span{
	font-weight: 400;
	font-size: 1.3rem;
}
section#contacto ul.tel_utiles li{
	color: rgb(87, 87, 87);
	font-size: 1.6rem;
	line-height: 1.6rem;
	font-weight: 300;
	/* padding-left: 30px; */
}
section#contacto ul.tel_utiles li a{
	text-decoration: none;
	display: inline-block;
	color: rgb(87, 87, 87);
	margin: 3px 0;
	transition: all .2s ease-in-out;
}
section#contacto ul.tel_utiles li a:hover{
	color: var(--naranja_caja);
	/* text-decoration: underline; */
}
section#contacto ul.tel_utiles li a.whatsapp{
	padding-left: 20px;
	background-image: url("../img/icono_whatsapp_gris.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 13px;
}



section#contacto a.whatsapp_ppal{
	display: inline-block;
	background-color: rgba(64,80,151,1);
	text-decoration: none;
	padding: 7px 15px 7px 40px;
	color: #FFF;
	font-weight: 500;
	font-size: 1.6rem;
	margin: 25px 0 0 0;
	letter-spacing: 0;
	transition: all .2s ease-in-out;
	position: relative;
	border-radius: 25px;
}
section#contacto a.whatsapp_ppal:before{
	content: "";
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	left: 7px;
	top: 5px;
	background-image: url("../img/icono_whatsapp_blanco.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 55%;
	transition: all .2s ease-in-out;
}
section#contacto a.whatsapp_ppal:hover:before{
	background-color: rgba(255,255,255,.6);
	background-size: 65%;
}
section#contacto a.whatsapp_ppal:hover{
	background-color: var(--naranja_caja);
}


section#contacto #mensaje_ppal a{
	display: inline-block;
	background-color: var(--naranja_caja);
	color: #FFF;
	font-weight: 300;
	font-size: 1.6rem;
	letter-spacing: .15rem;
	line-height: 1.5rem;
	text-decoration: none;
	border-radius: 40px;
	padding: 17px 30px;
	margin-top: 20px;
	transition: all .2s ease-in-out;
}















/* ---------------------------------- Cargando ------------------------------*/
#enviando_datos_contacto{
	display: none;
	width: 70px;
	height: 70px;
	padding: 10px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	z-index: 9999;
	left: 40%;
	top: 25%;
}
#enviando_datos_contacto.privado{
	background-color: rgba(0,0,0,.2) !important;
}
.sk-fading-circle {
  /*margin: 100px auto;*/
  width: 50px;
  height: 50px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  /*padding: 10px;*/
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #efedea;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
/* ---------------------------------- Cargando ------------------------------*/





/* CONTACTO  //////// --------------------------------------------------------------------- */



























/*  ---------------------------------------------------------- FOOTER-------------------------------------------------- */

footer{
	position: relative;
	z-index: 1;
	width: 100%; 	
	background-color: #000;
	padding: 60px 0 60px 0;
}

footer p.legales{
	margin-top: 10px;
	color: #bebebe;
	font-size: 1.2rem;
}
footer img.logo_footer{
	width: 100%;
	max-width: 150px;
}



/*  ---------------------------------------------------------- FIN FOOTER-------------------------------------------------- */

































/*// Small devices (landscape phones, 576px and up) col-sm*/
@media (min-width: 576px) {

	html {
		font-size: 10px;
	}


	h3.secciones{
		font-size: 4.2rem;
	}

	.col_derecha_modal{
		padding: 100px 50px 50px 70px;
	}


}






/*// Medium devices (tablets, 768px and up) col-md*/
@media (min-width: 768px) {



}






/*// Large devices (desktops, 992px and up) col-lg*/
@media (min-width: 992px) {


	footer a.btn_footer.mail{
		padding-top: 50px;
	}

	footer ul.arbol_footer.primero{
		margin-right: 40px;
	}

	footer ul.arbol_footer{
		margin-right: 40px;
	}

	.con_divisor{
		border-right: 1px solid rgba(255,255,255,.7);
	}



	section#contacto{
		padding: 120px 0;
		min-height: 850px;
		background-size: 1200px;
	}



	section#contacto ul.tel_utiles li:first-child{
		padding: 30px 0 15px 0;
	}



	section#resultados-prof .encabezado-resultados .buscadordetalle{
		width: 300px;
	}


	


}






/*// Extra large devices (large desktops, 1200px and up) col-xl */
@media (min-width: 1200px) { 

	ul.botoneras_laterales_opciones{
		width: 250px;
	}
	
}



/*// Extra large devices (large desktops, 1400px and up) col-xxl */
@media (min-width: 1400px) { 

}