@font-face{
	font-family: "Lato-Regular";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Lato-Regular.ttf);
}
@font-face{
	font-family: "Lato-Light";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Lato-Light.ttf);
}
@font-face{
	font-family: "Lato-Bold";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Lato-Bold.ttf);
}
@font-face{
	font-family: "Lato-BlackItalic";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Lato-BlackItalic.ttf);
}
@font-face{
	font-family: "Raleway-SemiBold";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Raleway-SemiBold.ttf);
}
@font-face{
	font-family: "Raleway-Black";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Raleway-Black.ttf);
}
@font-face{
	font-family: "Raleway-Medium";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Raleway-Medium.ttf);
}
@font-face{
	font-family: "Raleway-Bold";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Raleway-Bold.ttf);
}
@font-face{
	font-family: "Arial";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/arial.ttf);
}
@font-face{
	font-family: "Arial-Bold";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/arial-bold.ttf);
}
html, body{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
/**/
.maxwidth{
	max-width: 1100px;
	position: relative;
	margin: auto;
}
a{
	color: inherit;
	text-decoration: none;
}
.boton_flotante{
	width: 130px;
	height: 130px;
	background: url(../img/img_4.png)no-repeat center;
	background-size: contain;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
	z-index: 5;
	cursor: pointer;
}

/*header*/
.header{
	background: url(../img/img_1.png) no-repeat center right;
	background-size: cover;
}
.datosheader_1{
	width: 100%;
	background: #2e2e2e;
	box-sizing: border-box;
	padding: 15px 10px;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 3px;
	color: #FFFFFF;
}
.datosheader_1 div:nth-child(1){
	background: url(../img/icono_1.png) no-repeat center left+10px;
	background-size: 30px;
}
.datosheader_1 div:nth-child(2){
	background: url(../img/icono_2.png) no-repeat center left+10px;
	background-size: 30px;
}
.datosheader_1 div:nth-child(3){
	background: url(../img/icono_3.png) no-repeat center left+10px;
	background-size: 35px;
}
.datosheader_1 div:nth-child(2) p{
	margin: 0;
}
.datosheader_1 div:nth-child(3) p{
	margin: 0;
	display: block;
}
.datosheader_1 div:nth-child(4){
	text-align: right;
	font-size: 14px;
}
.redes_sociales{
	color: #00aea9;
	letter-spacing: 2px;
	line-height: 30px;
	border-left: 1px solid #00aea9;
	box-sizing: border-box;
	padding: 0 10px;
}
.link_page{
	box-sizing: border-box;
	padding: 0 10px;
}
.datosheader_1 div p{
	display: inline-block;
	vertical-align: middle;
}
.info_caja{
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 50px;
	font-family: "Lato-Regular";
	font-size: 12px;
	white-space: initial;
}
.info_caja p{
	margin: 3px 0;
}
.info_caja span{
	text-transform: uppercase;
}
.datosheader_2{
	width: 100%;
	min-height: 115px;
	text-align: right;
	position: relative;
}
.logo{
	position: absolute;
	top: 10px;
	left: 3%;
}
.logobarra{
	height: 50px;
	position: absolute;
	top: 10px;
	left: 10px;
	transition: all .2s;
	opacity: 0;
	z-index: 10;
}
.filto_caja{
	display: inline-block;
	vertical-align: middle;
	font-family: "Lato-Regular";
	text-transform: uppercase;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 60px;
	min-height: 60px;
	line-height: 60px;
	white-space: initial;
	cursor: pointer;
	margin: 30px 0 0;
}
.datosheader_2 .buscaesp{
	background: url(../img/icono_4.png) no-repeat center left+10px;
	background-size: 45px;
}
.datosheader_2 .buscaesp2{
	background: url(../img/icono_5.png) no-repeat center left+10px;
	background-size: 45px;
}

.datosheader_2 div:nth-child(2){
	background: url(../img/icono_4.png) no-repeat center left+10px;
	background-size: 45px;
}
.datosheader_2 div:nth-child(3){
	background: url(../img/icono_5.png) no-repeat center left+10px;
	background-size: 45px;
}
.datosheader_2 div:nth-child(4){
	background: url(../img/icono_6.png) no-repeat center left+10px;
	background-size: 45px;
}
.datosheader_2 div:nth-child(5){
	background: url(../img/icono_7.png) no-repeat center left+10px;
	background-size: 45px;
}
.menu_top{
	width: 100%;
	height: 80px;
	position: relative;
	box-shadow: 0px 1px 6px -1px #ccc;
	box-sizing: border-box;
	padding: 0 10px;
	z-index: 3;
	background: #FFF;
}
.opc_menu{
	display: inline-block;
	vertical-align: middle;
	color: #282828;
	font-family: "Lato-Regular";
	cursor: pointer;
	margin: 30px 15px 0 0;
}
.inputbuscar{
	background: #f0f0f0;
	width: 270px;
	position: absolute;
	top: 15px;
	right: 0;
	height: 50px;
	box-sizing: border-box;
	padding: 7px 5px;
	text-align: center;
}
.inputtext{
	width: 78%;
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	border: none;
	background: transparent;
	outline: none;
	color: #000;
	font-family: "Lato-Regular";
	font-size: 14px;
}
.inputtext:placeholder{
	color: #2e2e2e;
	opacity: 1;
}
.inputsub{
	width: 18%;
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	border: none;
	background: url(../img/icono_8.png) no-repeat center, transparent;
	cursor: pointer;
	border-left: 1px solid #dbdbdb;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
/*boton movil*/
.menulateral{
	width: 100%;
	height: 100%;
	background: #FFF;
	position: fixed;
	top: -500%;
	left: 0;
	box-sizing: border-box;
	padding: 90px 0 0;
	transition: all .6s;
	z-index: 3;
}
.opc_menu_mov{
	color: #06b2b6;
	text-transform: uppercase;
	border-bottom: 1px solid #06b2b6;
	line-height: 40px;
	font-family: "Raleway-Medium";
	box-sizing: border-box;
	padding: 0 10px;
}
.btnMnuMobil{
	position: absolute;
	width: 20px;
	height: 20px;
	overflow: hidden;
	transition: all .4s;
	top: 7px;
	left: -30px;
	z-index: 10;
}
.btnMnuMobilBarra1, .btnMnuMobilBarra2, .btnMnuMobilBarra3{
	position: absolute;
	background-color: #06b2b6;
	left: 0;
	width: 100%;
	height: 3px;
	transition: all .4s;
}
.btnMnuMobilBarra1{
	top: 0;
}
.btnMnuMobilBarra2{
	bottom: 0;
}
.btnMnuMobilBarra3{
	top: calc(50% - 1px);
}
.menupBtnMobil{
	display: none;
	position: absolute;
	top: 15px;
	left: 0px;
	height: 50px;
	width: 50px;
	color: #fff;
	background: transparent;
	box-sizing: border-box;
	text-align: center;
	font-size: 25px;
	padding: 17px 0px;
	cursor: pointer;
	border-radius: 5px;
}
/*seccion_1*/
.seccion_1{
	position: relative;
}
.seccion_1 .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2300aea9'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
	background-size: 10px;
	width: 56px;
	height: 56px;
	margin-top: -28px;
	background-color: #FFF;
	box-shadow: 0px 1px 2px 0px #a1a1a1;
	border-radius: 3px;
}
.seccion_1 .swiper-button-next{
	background: url(../img/icono_18.jpg) no-repeat center;
	background-size: cover;
	right: 10px;
	left: auto;
	width: 56px;
	height: 56px;
	margin-top: -28px;
	box-shadow: 0px 1px 2px 0px #a1a1a1;
	border-radius: 3px;
}
.imagen_slide{
	width: 62%;
	height: 475px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: url(../img/img_2.png)no-repeat center right;
	background-size: contain;
}
.contenido_slide{
	width: 37%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 20px 0;
	position: relative;
}
.div_1{
	width: 220px;
	line-height: 40px;
	background: #85c100;
	color: #FFF;
	font-family: "Raleway-SemiBold";
	border-radius: 3px;
	text-align: center;
	border-left: 5px solid #989798;
	font-size: 18px;
}
.texto_1{
	color: #85c100;
	font-family: "Raleway-Black";
	font-size: 45px;
	max-width: 400px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin: 20px 0;
}
.texto_2{
	color: #607d8b;
	font-family: "Raleway-SemiBold";
	font-size: 20px;
	letter-spacing: 1px;
	max-width: 300px;
	line-height: 1.5em;
}
.boton_uno{
	width: 250px;
	line-height: 40px;
	cursor: pointer;
	color: #FFF;
	border-radius: 3px;
	background: #04afaa;
	font-family: "Lato-Bold";
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}
.slide_landing {
    text-align: center;

}
.slide_landing img {
   width: 100%;
   height: auto;
    
}
/*seccion_2*/
.seccion_2{
	background: url(../img/img_3.webp)no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	padding: 40px 10px;
	color: #FFF;
	margin: -4px 0px;
}
.logoblanco{
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
.descripcions_2{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 160px);
	margin-left: 20px;
}
.texto_3{
	font-family: "Raleway-Medium";
	margin: 0;
	text-transform: uppercase;
	font-size: 20px;
}
.texto_4{
	font-family: "Raleway-Bold";
	margin: 0;
	text-transform: uppercase;
	font-size: 20px;
}
.texto_4 span{
	margin: 0 10px 0 0;
}
.texto_5{
	font-family: "Raleway-Bold";
	font-size: 14px;
	line-height: 1.8em;
}

/*seccion_3*/
.seccion_3{
	box-sizing: border-box;
	padding: 30px 10px;
}
.titulo_azul{
	text-transform: uppercase;
	text-align: center;
	color: #404040;
	font-family: "Raleway-Medium";
	margin: 0px auto 40px;
}
.titulo_azul span{
	font-family: "Raleway-Bold";
	color: #00aea9;
}
.icono_titulo{
	max-width: 300px;
	margin: 10px auto;
	position: relative;
	border: 1px solid #cccccc;
	text-align: center;
}
.icono_titulo img{
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -20px;
	z-index: 2;
	background-color: #FFF;
}
.servicios_content{
	margin: 60px auto 30px;
	white-space: nowrap;
}
.slide_5{
	height: 150px;
}
.slide_5 .swiper-slide{
	width: 15.5%;
	margin: 10px 5px;
}
.opc_servicios{
	width: 100%;
	height: 120px;
	box-shadow: 0px 0px 9px -1px #CCC;
	border-radius: 3px;
	position: relative;
	background: #FFF;
	color: #505050;
	text-align: center;
	font-family: "Raleway-SemiBold";
	cursor: pointer;
}
.opc_active{
	color: #FFF;
	box-shadow: none;
	background: #06b2b6;
}
.opc_active::after{
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-top: 15px solid #06b2b6;
	border-right: 15px solid transparent;
	position: absolute;
	left: calc(50% - 15px);
	bottom: -15px;
}
.opc_active img{
	filter: contrast(0) brightness(2);
}
.titulo_servic{
	width: 90%;
	margin: 5px auto;
	font-size: 12px;
	overflow: hidden;
}
.imgservi{
	margin: 15px auto 5px;
}
.tabsinfo{
	width: 100%;
	position: relative;
	margin: 40px auto;
}
.tabs_datos{
	display: none;
	text-align: center;
	-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
#tab1{
	display: block;
}
.textoinfo{
	width: 47%;
	display: inline-block;
	vertical-align: top;
	font-family: "Raleway-Medium";
	color: #505050;
	text-align: left;
}
.imagentabs{
	width: 47%;
	height: 250px;
	margin: 20px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.imagentabs2{
	width: 47%;
	height: 100%;
	margin: 20px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.imagentabs img{
	width: 110%;
}

.descrip_list{
	font-size: 14px;
	
	overflow: hidden;
	text-align: justify;
}
.num_list{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	background: url(../img/icono_15.png)no-repeat center left;
	background-size: 15px;
	box-sizing: border-box;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn_contacto{
	font-family: "Raleway-Medium";
	color: #FFF;
	background: #06b2b6;
	width: 125px;
	line-height: 40px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/*seccion_4*/
.titulo_verde{
	text-transform: uppercase;
	text-align: center;
	color: #404040;
	font-family: "Raleway-Medium";
	margin: 0px auto 40px;
}
.titulo_verde span{
	font-family: "Raleway-Bold";
	color: #85c100;
}
.cerrucel_hospitales{
	margin: 50px auto;
}
.slide_2 .swiper-slide{
	width: 300px;
	height: 280px;
	overflow: hidden;
}
.slide_6 .swiper-slide{
	width: 350px;
	height: 280px;
	overflow: hidden;
}
.img_carrucel{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.img_carrucel:hover{
	transition: all .6s;
	transform: scale(1.1);
}
.tituloslide{
	background: rgba(133,193,0,0.6);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	line-height: 50px;
	color: #FFF;
	font-family: "Lato-Regular";
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*seccion_5*/
.seccion_5{
	padding: 30px 0;
}
.menu_especialdades{
	border-top: 4px solid #06b2b6;
	text-align: center;
	white-space: nowrap;
	line-height: 50px;
	margin: 60px auto 0;
	font-size: 12px;
	cursor: pointer;
}
.slide_4 .swiper-wrapper div:nth-child(2) p{
	line-height: 1.1em;
	box-sizing: border-box;
	padding: 13px 0 6px;
	height: 54px;
}
.menu_especialdades .slide_4{
	max-width: 1100px;
	margin: -4px auto 0;
}
.slide_4 .swiper-slide{
	width: 20%;
}
.especia_opc{
	font-family: "Raleway-Medium";
	color: #141414;
	text-transform: uppercase;
	font-size: 12px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin: 0;
	border-top: 4px solid transparent;
}
.act_opc{
	background: #06b2b6;
	border-top: 4px solid #58cbce;
	color: #FFF;
}
.tab_especiaguascalientesNorte {
    height: 500px;
    background: url(../img/Hospitales/FACHADA2.png)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.tab_especiaguascalientes {
    height: 500px;
    background: url(../img/banner_aguascalientes.jpg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.tab_especimiguel {
    height: 500px;
    background: url(../img/banner_san_miguel-1024x430.jpg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.tab_especicelaya {
    height: 500px;
    background: url(../img/banner_celaya-1024x430.jpg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.tab_especisedna {
    height: 500px;
    background: url(../img/sedna0.png)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.tab_especirapuato {
    height: 500px;
    background: url(../img/banner_irapuato-1024x430.jpg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.tab_especitampico {
    height: 500px;
    background: url(../img/banner-tampico.webp)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.tab_especipuebla {
    height: 500px;
    background: url(../img/banner_puebla-1024x430.jpg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.tab_especi{
	height: 500px;
	background: url(../img/img_10.jpg)no-repeat center top;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.content_especi{
	width: 55%;
	position: absolute;
	display: none;
	left: 0;
	bottom: 0;
	background: rgba(0,174,169,0.8);
	color: #FFF;
	font-family: "Lato-BlackItalic";
	border-top-right-radius: 50px;
	-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
#esp_1{
	display: block;
}
.texto_esp{
	max-width: 600px;
	margin: 0 0 0 auto;
	box-sizing: border-box;
	padding: 30px;
}
.esp_p1{
	 margin: 0;
	 font-size: 55px;
}
.esp_p2{
	 margin: 0;
	 font-size: 35px;
	 text-align: center;
}
.esp_p3{
	margin: 20px 0;
	font-family: "Lato-Bold";
	font-size: 17px;
	line-height: 1.5em;
	text-align: justify;
	justify-content: 
}

/*seccion_6*/
.seccion_6{
	padding: 30px 0;
	overflow: hidden;
}
.bebeimg{
	display: inline-block;
	vertical-align: middle;
}
.textbebe{
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.ptext1{
	color: #85c100;
	font-family: "Lato-BlackItalic";
	font-size: 23px;
}
.textbebe .boton_uno{
	margin: 30px auto;
}

/*seccion_7*/
.seccion_7{
	background: url(../img/img_13.webp) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	padding: 50px 15px;
}
.imgchica{
	width: 100%;
	height: 400px;
	background: url(../img/img_17.webp)no-repeat center top;
	background-size: cover;
}
.textoleft{
	max-width: 500px;
}
.p7_secc1{
	font-family: "Raleway-Medium";
	color: #404040;
	margin: 0;
	font-size: 35px;
	text-transform: uppercase;
}
.p7_secc2{
	font-family: "Raleway-Bold";
	color: #9ace32;
	margin: 0;
	font-size: 35px;
	text-transform: uppercase;
}
.p7_secc3{
	font-family: "Raleway-Bold";
	margin: 40px 0 20px;
}

/*seccion_8*/
.seccion_8{
	padding: 70px 0
}
.imagen_mapa{
	height: 400px;
	background: url(../img/img_14.jpg)no-repeat center;
	background-size: cover;
	margin: 50px 0;
	position: relative;
}
.iconomap{
	position: absolute;
	top: 50%;
	left: 50%;
}
.direcionesmac{
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.contactomac{
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.subtitulo_verde{
	font-family: "Raleway-Medium";
	text-transform: uppercase;
	font-size: 20px;
	color: #3f3f3f;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-bottom: 20px;
}
.subtitulo_verde span{
	color: #84c100;
}
.subtitulo_verde::after{
	content: '';
	width: 50px;
	height: 0;
	border: 2px solid #06b2b6;
	position: absolute;
	left: 0;
	bottom: 0;
}
.slide_3 .swiper-slide{
	width: 80%;
	margin: 0 10%;
	color: #585858;
	font-family: "Raleway-Medium";
}
.slide_3 .swiper-button-next{
	background-image: url(../img/img_16.png);
	background-size: 26px;
}
.slide_3 .swiper-button-prev {
	background-image: url(../img/icono_17.png);
	background-size: 26px;
}
.numerohospi{
	height: 70px;
	line-height: 70px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.inputform{
	width: 200px;
	height: 35px;
	font-family: "Raleway-Medium";
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 0 8px;
	margin: 10px 20px 0 0;
	-webkit-appearance:textfield;
	-moz-appearance: textfield;
	appearance:textfield;
}
.textform{
	width: 100%;
	height: 80px;
	border: 1px solid #ccc;
	background: transparent;
	resize: none;
	font-size: 14px;
	margin: 20px 0;
	box-sizing: border-box;
	padding: 5px;
}
.sendmail{
	font-family: "Raleway-Medium";
	color: #FFF;
	background: #06b2b6;
	cursor: pointer;
	height: 40px;
	font-size: 12px;
	margin: 0px 0 0px auto;
	border: none;
	width: 100px;
	display: block;
}
/*footer*/
.footer{
	background: #06b2b6;
	box-sizing: border-box;
	padding: 20px 10px;
	color: #FFF;
	font-family: "Lato-Regular";
	position: relative;
	font-size: 14px;
}
.titulofo{
	width: 100px;
	text-align: left;
	margin: 0;
	text-transform: uppercase;
}
.listfooter{
	padding: 0;
	margin: 10px 0 0 10px;
	text-align: left;
}
.listfooter p{
	margin: 5px 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.listfooter i{
	font-size: 6px;
	vertical-align: middle;
}
.divfooter{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	text-align: center;
	margin: 0px 0 30px;
}
.hospitalp{
	display: inline-block;
	vertical-align: top;
	margin: 10px 15px 10px 0;
}
.textp3{
	width: 49%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0;
}
.textp4{
	width: 49%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin: 10px 0;
}
.logofooter{
	position: absolute;
	margin: auto;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
}

.movil{
	display: none;
}
.firstfiltercont{
	box-sizing: border-box;
	padding: 10px 0px;
	font-family: "Lato-Regular";

}
.abccont{
	display: flex;
	flex-flow: row;
	justify-content: space-around;
}
.filterabc{
	display: flex;
	cursor: pointer;
	font-family: "Lato-Regular";
	display: inline-block;
	width: 20px;
	line-height: 20px;
	text-align: center;
}
.filterabc:hover{
	background-color: rgba(0,174,169,.2);
}
.filterabc_selected{
	background-color: rgba(0,174,169,.4);
}
#directable{
	font-family: "Lato-Regular";
	width: 100%;
}
#directable tr:nth-child(even) {background-color: #f9f9f9;}
#directable th{font-weight: 100 !important; background-color: rgba(0,174,169,.4); color: #000}

#directable i{
	color: #00aea9;
}
.tblnombredoc {
    color: #00aea9;
}
.tblespecdoc {
    color: #7db404;
}
.tblhosp{
	color: #7db404;
}
.tblnumtel{
	color: #7db404;
}
.tblbtnmasinfo {
    width: 150px;
    background-color: #00aea9;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px 0px;
}

.topfancyinfo {
    background-color: #00aea9;
    color: #fff;
    text-align: center;
    box-sizing: border-box !important;
    padding: 10px 0px;
}
.fancynombredoc{

}
.fancyespecdoc{
	color: #9fe0de;
}
.fancyconsuldoc {
    box-sizing: border-box !important;
    padding: 10px;
    background-color: #9fe0de;
    text-align: center;
}
.fancyhopsubi{
	background-color: #00aea9;
    color: #fff;
    box-sizing: border-box !important;
    padding: 10px 15px;
}
.fancyextrainfo {
    vertical-align: top;
    line-height: 30px;
    box-sizing: border-box !important;
    padding: 10px;
}

#tblfancy{
	font-family: "Lato-Regular";
}
.formcontacto{
	width: 300px
}
.formcontacto input{
	height: 30px;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px
}
.formcontacto textarea{
	height: 100px;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px;
	resize: none;
}
.formcontacto button{
	height: 30px;
	width: 100%;
	background-color: #00aea9;
	color: #fff;
}

/*seccion dos*/
.seccion_dos{
	width: 100%;
	min-height: 400px;
	box-sizing: border-box;
	color: #fff;
	
}
.barratitlesec2{
	background-color: #92b50a;
	margin: 30px 0px 35px;
	width: 50%;
	min-width: 350px;
	position: relative;
	height: 100px;
}
.barratitlesec2 button{
	background-color: #92b50a;
	max-width: 632px;
	width: 100%;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: left;
	height: 100%;
	border: none;
	font-size: 40px;
	font-family: ""Lato-Regular"";
}

.txtifno { 
	position: relative;
  	color: #4f4f4f;
	box-sizing: border-box;
	padding: 20px 0px 10px;
	font-family: "Lato-Regular";
	text-align: justify;
}
.linegreen{
	max-width: 400px;
	width: 100%;
	border: 1px solid #92b50a;
	position: absolute;
	top: 0px;
	left: 0px;

}
.txtverde{
	color: #92b50a;
	font-family: "Lato-Regular";
	font-size: 14px;
}
.btnsec2{
	max-width: 500px;
	width: 100%;
	border-radius: 0px;
	border: none;
	background-color: #00aba0;
	height: 60px;
	color: #fff;
	font-size: 18px;
	margin: 10px 0px;
}

/*seccion tres*/
.seccion_tres{
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	/*min-height: 775px;*/
	
}
.seccion_tres .maxwidth {
    color: #000;
    padding: 0px 50px 0px 65px;
    box-sizing: border-box;
}
.sec3contbtns{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 380px);
}
.sec3contbtns p{
	font-family: "Lato-Regular";
}
.sec3contgallery{
	display: inline-block;
	width: 380px;
}
.btnservicio{
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 0px 0px 70px;
	height: 55px;
	background-color: #e3e3e3;
	color: #00aba0;
	font-family: "Montserrat-SemiBold";
	font-size: 18px;
	text-align: left;
	transition: all .3s;
}
.tactive, .btnservicio:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.infoservicio{
	box-sizing: border-box;
	overflow: hidden;
	height: auto;
	transition: all .2s;
}
.padingsim{
	height: 10px;
}
.swipeHosp{
	width: 90%;
	margin: auto;
}
.slideshosp{
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 625px !important;
}
.imgrefcont{
	text-align: center;
	margin: auto;
	width: 90%;
}
.imgrefitem {
    display: inline-block;
    width: 25%;
    height: 85px;
    box-sizing: border-box;
    /*border: 1px solid #000;*/
    margin: 10px 0px 0px;
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: grayscale(1);
	transition: all .2s;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

.imgrefitem:hover {
	filter: grayscale(0);
	transform: scale(1.03);
	z-index: 2;
}

/*--------------Sección cuatro------------------*/

.seccion_cuatro{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	text-align: left;
	margin:auto;
	/*min-height: 800px;*/
	
}

.seccion_cuatro h1{
	font-family: "Montserrat-SemiBold";
	color: #0582a9;
	margin: 10px 0px 20px;
}
.seccion_cuatromitad{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
}

.seccion_cuatromitad p, .txt{
	font-family: "Lato-Regular";
}

.itemservespCont  {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.itemblog {
    min-width: 300px;
    width: 90%;
    min-height: 200px;
    background-color: rgba(254,254,254,1);
    margin: 20px 0px;
    box-shadow: 0px 0px 12px rgba(0,0,0,.3);
    box-sizing: border-box;
    padding: 20px;
    max-width: 380px;
    color:#444;
}
.itemblog h1{
   	font-family: "Lato-Regular";
}
.titleblogn{
	font-family: "Lato-Regular";
	padding: 0px 20px;

}
.blogp{
	font-family: "Lato-Regular";
}
.itemblog .itemblogImage{
   	height: 370px;
   	background-color: #999;
   	background-size: cover;
   	background-position: center;
   	background-repeat: no-repeat;
}
.itemblog .itemblogTitle{
   	font-size: 20px;
    color:#000;
    font-family: "Lato-Regular";
}
.itemblog .itemblogfecha{
   	font-size: 15px;
    color:#555;
    font-style: italic;
}
.itemblog .itemblogbtn{
   	background-color: #92b50a;
   	color:#fff;
   	font-size: 18px;
   	height: 50px;
   	width: 130px;
   	cursor: pointer;
}

#preregistro .seccion_1 .maxwidth{
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#preregistro .sec2mitad{
	display: inline-block;
	width: calc(50% - 15px);
	vertical-align: top;
	box-sizing: border-box;
	text-align: justify;
}
#preregistro .seccion_1 .maxwidth .title{
	font-family: "Lato-Regular";
	color: #0582a9;
	font-size: 30px;
	line-height: 50px;
	width: 100%
}
#preregistro .sec2mitad .title.segundo{
	font-family: "Lato-Regular";
	color: transparent;
	font-size: 20px;
	line-height: 50px;
}
#preregistro .sec2mitad button{
	color:#fff;
	background-color: #14988f;
	border: none;
	border-radius: 0px;
	font-size: 20px;
	height: 50px;
	width: 150px;
	margin-top: 20px;
}
.inputprereg {
    width: 100%;
    border: 1px solid #92b50a;
    height: 30px;
    box-sizing: border-box;
    padding: 0px 5px;
}
.inputprereg2 {
    width: 100%;
    border: 1px solid #92b50a;
    
    box-sizing: border-box;
    padding: 0px 5px;
}

.seccion_footer{
	min-height: 350px;
	position: relative;
	font-family: "Lato-Regular";
}
.seccion_footer .maxwidth{
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding: 0px 0px 0px;
	overflow-x: hidden;
}
.seccion_footer .maxwidth .itemhosprefCont{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	
}
.itemhospref{
	min-width: 330px;
	width: 30%;
	min-height: 221px;
	background-color: rgba(254,254,254,1);
	margin: 50px 0px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	cursor: pointer;
}
.img_itemhospref{
	display: inline-block;
	vertical-align: top;
	background-color: rgba(0,0,0,.3);
	position: relative;
	height: 221px;
	width: 145px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.info_itemhospref{
	display: inline-block;
	width: calc(100% - 145px);
	box-sizing: border-box;
	padding: 10px 5px;
}
.title_info_itemhospref{
	color: #0582a9;

}
.tel_info_itemhospref, .dir_info_itemhospref{
	color: #444;
	font-size: 12px
}
.lengbbl {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 5px 10px;
    vertical-align: top;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.info_itemhospref .lengbbl{
	border: none;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background-color: #92b50a;
}

.secunomitad {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
    font-family: "Lato-Regular";
}
.ftconfliter {
    display: flex;
    justify-content: space-between;
}

.selectcont {
    display: inline-block;
    line-height: 36px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    vertical-align: top;
    min-width: 300px;
    width: 100%;
	max-width: 400px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px 5px;
}
.selectcont input{
    width: calc(100% - 10px);
    line-height: 30px;
    border: none
}
.selectcont select {
    border: none;
    background-color: transparent;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none !important;
    border-radius: 4px;
}
.select2-results__option[aria-selected] {
    font-family: "Lato-Regular";
}
#not_perio{
		width: 35%; display: block; margin-left: auto; margin-right: auto;
	}


/*INVERSIONISTAS*/

.banner_deuda1 {
	width: 500px;
    
    background: url(../inversionistas/img/img1.jpeg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin: 0px 20px;
}
.banner_deuda2 {
	width: 500px;
    
    background: url(../inversionistas/img/img2.jpeg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin: 0px 20px;
}
.banner_deuda3 {
	width: 500px;
    
    background: url(../inversionistas/img/img3.jpeg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin: 0px 20px;
}
.banner_deuda4 {
	width: 500px;
    
    background: url(../inversionistas/img/img4.jpeg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin: 0px 20px;
}
.banner_deuda5 {
	width: 500px;
    
    background: url(../inversionistas/img/img5.jpeg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin: 0px 20px;
}
.banner_deuda6 {
	width: 500px;
    
    background: url(../inversionistas/img/img6.jpeg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin: 0px 20px;
}
nav a{
      text-decoration:none;
      color:inherit;
      font-size:16px;
      height:100%;
      }
            
nav li{
        display: inline-block;
		height: 50px;
		vertical-align: middle;
		font-family: "Lato-Light";
		cursor: pointer;
		text-align: center;
		color: #000;
		position: relative;
		margin: -1px 35px 0 0;
		font-size: 15px;
		padding-top: 27px;

}


            
nav li:hover{
     color: #01B7B0;
      }
            
nav li>ul{
      display:none;
      }

nav li:hover>ul{
      display:block;
     
}
.no_movil {
	
}
.no_movil2 {
	margin-left:55px;
}
.opcionesmenu{
	position: absolute;
	top: 45px;
	left: -18px;
	width: 142px;
	background: rgba(255,255,255,0.8);
	text-align: center;
	margin-top: 32px;
	padding-top:7px;	
	margin-left:0px;
	
}
.opcionesmenu li{
	width: 128%;
margin-left: -28%;

text-align: center;
padding-top: 10px;
height: 35px;
}
.opcM2{
	margin-top: 10px;
}
.menuP {
    background: #D6D6D6;
    font-size: 12px;
    color: #000;
    height: 77px;
    box-shadow: 0px 0px 4px 1px #555c;
    margin-top: -12px;
}

.opnM:hover{
	color: #01B7B0;
	
}
.secciondeuda{
	height: auto;
		width: 100%;
	margin-top: 50px;
	padding-bottom: 20px;
}
.logo2{
	width: 65px;
}
.slide_img img {
   width: 100%;
   height: 600px;
    
}
.secuno{
	margin-bottom: -4px;
}

.cuadroV{
width: 280px;
height: 105px;
font-family: "Lato-Regular";
background: rgba(133,193,0,0.7);
display: inline-block;
text-align: center;
line-height: 50px;
color: #fff;
margin-left: 30px;
}
.cuadros{
	    position: absolute;
    bottom: 100px;
    z-index: 1;
    left: 80px;

}
.cuadromas{
	    width: 110px;
    height: 40px;
    background: #83AD2F;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
}
.divisionV{
	height: 55px;
    width: 100%;
    background: #01B7B0;
    color: #fff;
    font-family: "Lato-Regular";
    text-align: center;
    font-size: 30px;
    line-height: 50px;
}
.secciondos{
	height: 600px;
	width: 100%;
	background: url(../inversionistas/img/MACAGSN-22.jpg) no-repeat;
	background-size: 100% 147%;
	
}
.logoF{
	margin-right: auto;
margin-left: auto;
display: block;
height: 130px;
margin-top: 25px;
}
.text-sec2{

    width: 400px;
    height: 500px;
    margin: auto;
    color: #fff;
}

.textdiv {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
   
}
.textdiv2 {
    width: 670px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background: rgba(0,0,0,0.3);

}
.textttl{
	font-size: 60px;
	color: #fff;
	font-family: "Raleway-SemiBold";
	margin-top: 20px;
}
.parrafottx{
	 font-family: "Lato-Regular";
    font-size: 13px;
    margin-top: 30px;
    text-align: justify;

}
.seccion3{
	height: 500px;
	width: 100%;
	background: url(../inversionistas/img/enfermeria.webp) no-repeat center top;
	background-size: 125% 160%;

		
}
.seccion3opacity{
	width: 100%;
	height: 500px;
	background: rgba(0,0,0,0.5);
		box-shadow: 0px 1px 15px 1px #000 inset;
}
.titulo_uno {
    text-align: center;
    font-size: 35px;
    color: #fff;
    line-height:100px; 
   	font-family: "Lato-Bold";
}
.tab-mision {
    width: 69%;
    margin-right: auto;
    margin-left: auto;
   	font-family: "Lato-Regular";
    display: block;
    margin-top: 50px;
    color: #fff;
    font-size: 17px;
    text-align: center;

}
.circuloM{
	width: 100px;
	height: 100px;
	background:#85c100 ;
	margin: auto;
	border-radius: 50%;
}
.quitar-puntos{
	list-style: none;
}
.titulo_tab{
	font-size: 20px;
	font-family: "Lato-Bold";
}
.seccioncuatro{
	height: 400px;
	width: 100%;
	margin-top: -51px;
}
.text-map{
width: 400px;
height: 400px;
background: rgba(0,0,0,0.4);
position: absolute;
top: -400px;
z-index: 1000;
left: 150px;
text-align: center;
color: #fff;
font-size: 30px;	
	font-family: "Lato-Bold";
}
.footer2{
	background: #96C121;
	width: 100%;
	padding: 2px 0px;
	color: #FFF;
	font-family: "Lato-Regular";
	position: absolute;
	left: 0px;
	bottom: 0px;

}
.footercolor{
		background: #96C121;
}
.secc-uno{
	background: rgba(133, 193, 0,0.5);	

	height: 130px;
	width: 100%;
}
.secc-dos{
		background: rgba(1, 183, 176,0.5);	

	height: 130px;
	width: 100%;
}
.subtitulos{
	font-size: 38px;
	color: #fff;
	padding: 45px;
	position: absolute;
		font-family: "Lato-Bold";
	bottom: 9px;
}
.secc-InfoF{
	height: 130px;
	width: 100%;
}
.tabingreso{
	width: 100%;
	font-size: 21px;
	color: #00B7B0;
	padding-top: 20px;
	text-align: center;	
}
.secciondos-financiera{
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}
.tabdatos{
	border: 1px solid;
	margin-top: 20px;
	font-size: 14px;
	overflow: scroll !important;
	height: 650px;
}
.colorcel:hover{
	background: #01B7B0;
}
.seccionrepor{
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.cuadinf{
	width: 360px;
	text-align:center;
	margin-top: 85px;
	font-size: 22px;
	color: #00B7B0;
	display: inline-block;

}
.subtitulo2{
	font-family: "Lato-Bold";
}
.ir{
	width: 100px;
	height: 35px;
	border: 1px solid #00B7B0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 15px;
	line-height: 35px;
	font-size: 16px;
}
.cuadanual{
width: 230px;
font-family: "Lato-Bold";
font-size: 22px;
color: #00B7B0;
display: inline-block;
background: rgba(0, 183, 176,0.8);
height: 245px;
margin: -40px 20px;
}
.imganual{
	width: 230px;
	height: 245px;
	 opacity: 0.4;
background-color: hsla(14, 100%, 53%, 0.6);
}
.subtitulo3{
position: absolute;
top: 100px;
text-align: center;
width: 225px;
color: #fff;

}
.secciontres{
	height: 830px;
	width: 100%;
	margin-top: 50px;
}
.conocenos{
	width: 100%;
	height: 900px;
}
.titulo-dos{
	color: #000;
	text-align: center;
	font-size: 50px;
}
.linea-titulo{
	height: 5px;
	width: 45px;
	background: #000;
	margin: auto;
}
.mitadtext{
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.cuadrobur{
display: inline-flex;

}
.salud{
    width: 300px;
    height: 275px;

}
.certificado{

    width: 140px;
    height: 50px;
    background: #85c100;
    margin: 54px 14px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;

}
.calificadoras{
    width: 175px;
    height: 47px;
    background: #85c100;
    margin: 6px 10px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;

}
.textcontacto{
	text-align: justify;
	font-size: 15px;
	color: #8f918b;
	font-family: "Lato-Regular";
	padding: 0px 20px;
}
.datosConc{
	display: inline-block;
	text-align: left;
}
.inputconc{
	width: 180px;
	margin: 23px 0px 0 0;
}
.btnenviar{
	font-family: "Lato-Regular";
	color: #fff;
	background: #85c100;
	cursor: pointer;
	height: 40px;
	font-size: 12px;
	margin: 0px 0 0px auto;
	border: none;
	width: 100%;
	display: block;
}
.btnenviar:hover{
	background: #00b7b0;
}
.num-tab{
	font-size: 40px;
}
	.tabconsejo{
		position: relative; 
		left: 180px;
	}

/*MAc*/
	@media screen and (min-width: 2000px){
		.slide_2 .swiper-slide {
			width: 500px;
			height: 400px;
		}
		.seccion_2 {
			padding: 50px 10px;
		}
		.texto_3{
			font-size: 30px;
		}
		.texto_4{
			font-size: 27px;
		}
		.texto_5{
			font-size: 18px;
		}
		#not_perio{
			width: 35%; display: block; margin-left: auto; margin-right: auto;
		}
		.text-map{
	width: 400px;
	height: 400px;
	background: rgba(0,0,0,0.4);
	position: absolute;
	bottom: -1775px;
	z-index: 1000;
	left: 200px;
	text-align: center;
	color: #fff;
	font-size: 30px;	
		font-family: "Lato-Bold";
	}
}
/*IPAD*/

@media screen and (max-width: 800px){
	.content_especi{
		width: 70%;
	}
	.header{
		display: none;
	}
	.menu_top{
		position: fixed;
	}
	.seccion_1{
		padding-top: 80px;
	}
	.filto_caja {
		font-size: 12px;
		padding-left: 40px;
	}
	.datosheader_2 div:nth-child(2) {
		background: url(../img/icono_4.png) no-repeat center left+2px;
		background-size: 33px;
	}
	.datosheader_2 div:nth-child(3) {
		background: url(../img/icono_5.png) no-repeat center left+2px;
		background-size: 35px;
	}
	.datosheader_2 div:nth-child(4) {
		background: url(../img/icono_6.png) no-repeat center left+2px;
		background-size: 35px;
	}
	.datosheader_2 div:nth-child(5) {
		background: url(../img/icono_7.png) no-repeat center left+2px;
		background-size: 35px;
	}
	.info_caja {
		width: 49%;
		min-height: 46px;
	}
	.imgservi{
		height: 38px;
	}
	.titulo_servic {
		white-space: initial;
	}
	.textoinfo{
		width: 100%;
	}
	.slide_5 .swiper-slide{
		width: 150px;
	}
	.slide_4 .swiper-slide {
		width: 160px;
	}
	.imagentabs {
		width: 100%;
		margin: 20px 0;
	}
	.imagen_slide, .opc_menu{
		display: none;
	}
	.menupBtnMobil{
		display: block;
	}
	.contenido_slide {
		width: 100%;
		padding: 20px 15px;
	}
	.seccion_1 .swiper-button-prev {
		left: auto;
		right: 10px;
		margin-top: -40px;
	}
	.seccion_1 .swiper-button-next {
		margin-top: 40px;
	}
	.direcionesmac {
		width: 95%;
		display: block;
		margin: auto;
	}
	.movilbebe{
		height: 100px;
	}
	.contactomac{
		width: 78%;
		display: block;
		margin: auto;
	}
	.divfooter {
		width: 100%;
		text-align: left;
		margin: 0px 0 10px;
	}
	.boton_flotante{
		right: 0;
	}
}
/*MOVIL*/
@media screen and (max-width: 500px){
	.movil{
		display: block;
	}
	.no_movil{
		display: none;
	}
	.logo{
		top: 13px;
		right: 0;
		left: 0;
		margin: auto;
		height: 55px;
	}
	.seccion_1{
		padding-top: 80px;
	}
	.imagen_slide {
		width: 100%;
		height: 100%;
		position: absolute;
		display: block;
	}
	.contenido_slide{
		z-index: 1;
		text-align: center;
	}
	.info_caja{
		width: 100%;
	}
	.filto_caja {
		min-height: 40px;
		line-height: initial;
		width: 48%;
		text-align: left;
		margin: 10px 0 0;
		padding: 14px 0 0 40px;
	}
	.inputbuscar{
		display: none;
	}
	.div_1{
		width: 170px;
		margin: auto;
	}
	.texto_1 {
		font-size: 31px;
		max-width: 300px;
		text-shadow: -2px -1px 1px #FFF;
		margin: 10px auto;
	}
	.texto_2 {
		font-size: 16px;
		max-width: 200px;
		margin: 10px auto;
		text-shadow: -2px -1px 1px #FFF;
	}
	.slide_5 .swiper-slide{
		width: 45%;
	}
	.slide_4 .swiper-slide {
		width: 40%;
	}
	.imagentabs{
		height: 150px;
	}
	.boton_uno {
		width: 225px;
		font-size: 12px;
		margin: auto;
	}
	.seccion_1 .swiper-button-prev, .seccion_1 .swiper-button-next{
		display: none;
	}
	.logoblanco {
		display: none;
		margin: 10px auto;
	}
	.descripcions_2 {
		width: 100%;
		margin-left: 0;
	}
	.texto_3, .texto_4{
		font-size: 20px;
		text-align: center;
	}
	.texto_5{
		line-height: 1.4em;
		text-align: center;
	}
	.num_list {
		width: 100%;
		font-size: 14px;
		margin: 5px auto;
	}
	.servicios_content {
		margin: 40px auto 0px;
	}
	.tabsinfo{
		margin: 20px auto;
	}
	.slide_2 .swiper-slide{
		width: 100%;
	}
	.content_especi {
		width: 95%;
	}
	.esp_p1{
		font-size: 40px;
	}
	.esp_p3{
		font-size: 14px;
	}
	.bebeimg{
		display: block;
		width: 300px;
		margin: auto;
	}
	.movilbebe{
		height: 100px;
	}
	.ptext1{
		font-size: 18px;
	}
	.titulo_azul, .titulo_verde{
		width: 90%;
	}
	.icono_titulo{
		width: 95%;
	}
	.textbebe {
		width: 95%;
		display: block;
		margin: auto;
	}
	.seccion_7 {
		background: #f2f2f2;
		padding: 0;
	}
	.textoleft {
		width: 90%;
		margin: auto;
		padding: 18px 0;
	}
	.p7_secc1{
		font-size: 30px;
	}
	.p7_secc2{
		font-size: 33px;
	}
	.inputform{
		width: 100%;
		margin: 20px 0 0;
	}
	.textp3, .textp4 {
		width: 100%;
		display: block;
		text-align: center;
	}
	.logofooter {
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: auto;
	}
	.slide_3 .swiper-button-prev, .slide_3 .swiper-button-next{
		display: none;
	}
	.slide_3 .swiper-slide {
		width: 100%;
		margin: 0;
	}
	.contactomac {
		width: 95%;
	}
	.hospitalp {
		display: block;
		margin: 10px 15px 10px 0;
	}
	.titulofo {
		width: 100px;
		text-align: center;
		margin: 70px auto 0;
	}
	.divfooter{
		text-align: center;
		margin: 0;
	}
	.listfooter{
		margin: 0;
		text-align: center;
	}
	.listfooter p {
		margin: 5px auto;
		display: block;
	}
	.boton_flotante{
		width: 60px;
		height: 60px;
		background: url(../img/logo_movil.png)no-repeat center;
		background-size: contain;
		right: 10px;
		top: 10px;
		bottom: auto;
	}
	.firstfiltercont{
	overflow-y: scroll;
}

.imgCpl{
	width: 100px;
}
.titleblogn{
	font-family: "Lato-Regular";
	padding: 0px 20px;

}

}

