@media (max-width: 900px) and (min-width: 0px){
@font-face{
	font-family: "Gothic-Regular";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/GOTHIC.TTF);
}
@font-face{
  font-family: "Gothic-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/GOTHICB.TTF);
}

html, body{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
  background: #fff;
}
/**/
.maxwidth{
	max-width: 100%;
	position: relative;
	margin: auto;
}
a{
	color: inherit !important;
	text-decoration: none !important;
}

p {
    color: snow !important;
    font-size: unset !important;
    line-height: normal !important;
}

.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;
}


.logobarra{
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all .2s;
  opacity: 0;
  z-index: 10;
}

/*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: 0.5px solid gray;
  line-height: 40px;
  font-family: "Gothic-Regular";
  box-sizing: border-box;
  padding: 0 10px;
}
.btnMnuMobil{
  position: absolute;
  width: 20px;
  height: 20px;
  overflow: hidden;
  transition: all .4s;
  top: 7px;
  left: auto;
  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: block;
  position: absolute;
  top: 30px;
  left: auto;
  right: -10px;
  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;
}
li{
  color: #00A895;
}
ul.acorh,
ul.acorh * {
margin: 0;
padding: 0;
border: 0;
}
ul.acorh {
margin: 0px auto;
padding: 0;
list-style: none;
width: 100%;
font-size: 18px;
}
ul.acorh li {
list-style: none;
}
ul.acorh li a {
display: block;
padding: 10px 10px 10px 8px;
background: #fff;
color: #00A895;
font-family: "Gothic-Regular";
text-decoration: none;
box-sizing: border-box;
}
ul.acorh li ul {
max-height: 0;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
transition: .3s all ease-in;
}
ul.acorh li li a {
padding: 10px 10px 10px 40px;
background: #fff;
color: #00A895;
font-size: 16px;
border: 0;
border-bottom: 1px solid #ccc;
box-sizing: border-box;
}
ul.acorc li li:last-child a {
border-bottom: 0;
}
ul.acorh li:hover ul {
max-height: 300px;
transition: .3s all ease-in;
}
ul.acorh li a:hover {
background: transparent;
color: #00A895;
}
ul.acorh li:hover ul,
ul.acorh li:target ul {
max-height: 300px;
transition: .3s all ease-in;
}

/*header*/
#header{
  width: 100%;
  height: 55px;
  font-family: "Gothic-Regular";
  font-size: 13px;
}
.tabHeader{
  width: 100%;
  height: 55px;
  border-spacing: 0px;
  
}
.divDias{
  float: right;
  font-size: 16px;
  color: #fff;
  padding-right: 40px;
  line-height: 52px;
}
.dias{

  width: 37px;
 position: relative;
 top: 10px;
}
.divUbi{
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}
.ubicacion{
  width: 20px;
  position: relative;
  top: 6px;

}

/*menu*/

.logo2 {
    position: absolute;
    top: 0px;
    left: 3%;
    width: 100px;
    height: 80px;
}
.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;
}
nav li {
    display: inline-block;
        vertical-align: middle;
    font-family: "Gothic-Regular";
    cursor: pointer;
    text-align: center;
    /*color: #409d8c;*/
    position: relative;
    margin: -1px 20px 0 0;
    font-size: 16px;
    padding-top: 33px;
    /* text-transform: uppercase;*/
}
.opns_menu{
      position: relative;
    display: inline-block;
}
.opcionesmenu{
      display: none;
    position: absolute;
    background-color: rgba(64, 157, 140, 0.8);
    min-width: 206px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    left: -65px;
    border-radius: 20px;

}
.opnUnidad{
  color: #fff;
  margin: 18px 0px;
  text-align: initial;
}
.opns_menu:hover .opcionesmenu{
   display: block;
}
.opcionesmenu a {
    color: #fff !important;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
    text-align: initial;
}
.opc1{
  color: #409D8C;
}
.opc2{
  color:#96C423 ;
}
.opc3{
  color:#34B6E5 ;
}
.logobarra {
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all .2s;
  opacity: 0;
  z-index: 10;
}
.movil {
  display: block;
}
.no_movil{
  display: none;
}
.logo {
  position: absolute;
  top: 10px;
  left: 28%;
  width: 100px;
  right: auto;

}

/*Seccion 1*/

#Seccion{
  position: relative;
}
.seccion_1{
  height: auto;
  width: 100%;
}
.imgPromo{
  height: auto;
  width: 100%;
}
/*Seccion 2*/
.seccion_2{
  height:200px;
  width: 100%;
  color: #95979b;
  font-family: "Gothic-Regular";
  padding-top: 30px;
  font-size: 18px;
}

/*Seccion 3*/

.seccion_3{
  width: 100%;
  height: auto ;
}
.divsion1{
  width: 100%;
  height: 200px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/1.png) no-repeat;
      background-size: 70%;
    background-position: center;
}
.divsion2{
  width: 100%;
  height: 315px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/background-logo.png) no-repeat;
  background-position: 553%;
  background-size: 90%;

}
.titulo1{
font-size: 35px;
    color: #00A895;
    font-family: "Gothic-Bold";
    padding: 25px 0px 0px;
    text-align: center;
}
.textNotrs{
width: 95%;
    font-family: "Gothic-Regular";
    font-size: 16px;
    color: #95979b;
    padding: 35px 0px 0;
    text-align: center;
    margin: 0px 5px;
}
.masinf{
    width: 225px;
    height: 50px;
    background: #34B6E5;
    border-radius: 16px;
    text-align: center;
    margin-top: 70px;
    color: #fff;
    line-height: 50px;
    margin-left: 75px;
      font-family:  "Gothic-Regular";
}

/*Seccion 4*/

.seccion_4{
  width: 100%;
  height: 520px;
  background: url(../img/background-logo.png) no-repeat;
    background-position: bottom right;
    background-size: 20%;
}
.titulo2{
  font-size: 33px;
  font-family: "Gothic-Bold";
  color: #00A895;
  text-align: center;
  padding-bottom: 50px;
}
.imgLogo{
    width: 160px;
    position: relative;
    top: 10px;
}

.Unidad1{
  background: url(../img/unidades/unidad1.png)no-repeat;
  width: 100%;
  height: 260px;
  background-size: contain;
}
.Unidad2{
  background: url(../img/unidades/unidad2.png)no-repeat;
  width: 100%;
  height: 260px;
  background-size: contain;
}
.Unidad3{
  background: url(../img/unidades/unidad3.png)no-repeat;
  width: 100%;
  height: 260px;
  background-size: contain;
}
.Unidad4{
  background: url(../img/unidades/unidad4.png)no-repeat;
  width: 100%;
  height: 260px;
  background-size: contain;
}
.swiper-button-prev{
      left: 180px !important;
      display: none !important;
}
.swiper-button-next{
  right: 180px !important;
  display: none!important;
}
.swiper-pagination{
      bottom: 75px !important;
}
.swiper-pagination-bullet-active {
    background: #96C423 !important;
}
.swiper-pagination-bullet {
    width: 12px !important ;
    height: 12px !important;

}
.titulounid{
  width: 100%;
  height: 30px;
  color: #fff;
  text-align: center;
  background: rgba(0, 168, 149, 0.7);
  position: relative;
  top: 185px;
  line-height: 30px;
  font-family:  "Gothic-Regular";
}
.titulounid2{
  width: 100%;
  height: 30px;
  color: #fff;
  text-align: center;
  background: rgba(150, 196, 35, 0.7);
  position: relative;
  top: 185px;
  line-height: 30px;
  font-family:  "Gothic-Regular";
}
.titulounid3{
  width: 100%;
  height: 30px;
  color: #fff;
  text-align: center;
  background: rgba(52, 182, 229, 0.7);
  position: relative;
  top: 185px;
  line-height: 30px;
  font-family:  "Gothic-Regular";
}
/*Seccion 5*/

.seccion_5{
  width: 100%;
  height: auto;
  background: url(../img/background-logo.png) no-repeat;
    background-position: -409px center;
    background-size: 49%;
}
.textApertura{
  color: #94999D;
  padding: 20px 40px;
  font-family:  "Gothic-Regular";
  display: inline-block;
}
.conoce{
    width: 225px;
    height: 50px;
    background: #00A895;
    border-radius: 16px;
    text-align: center;
    margin-top: 35px;
    color: #fff;
    line-height: 50px;
    margin-left: 75px;
    font-family:  "Gothic-Regular";
    display: inline-block;
}
.divsion3{
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 35px 0px;

}
.imgMapa{
  width: 90%;
}

/*******/



  .about-info h2 {
      max-width: 70%;
    }
    .seccion1{
      width: 1265px;
          height: 800px;
    }

    .hero-bg {
    background: rgba(255,255,255,.6);
    /*background:url(https://www.afirme.com/dam/jcr:845be79d-6902-4e92-a0a8-03f1de00f143/Afirme-Personas-Inversiones-InversionDiaria.banner.png);*/
    background: url(../images/BANNER-2-VERDE.png);
    background-size: 100% 97%;
    background-repeat: no-repeat;
    height: 800px;
  }

    .titulo_1{
    color: #fff;      
    font-family: 'Futura';
    font-size: 38px;
    width: 800px;
    text-align: center;
    }

    .img_1{
    width: 20%;
    position: relative;
    bottom: 66px;
    }
    .imagenes{ height: 150px; width: 150px; }


.espacio2{
  padding: 30px;
}
.seccion_1 {
    position: relative;
}


    .swiper-slide {
      text-align: center;
      font-size: 18px;


      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

 
.swiper-container {
  height: auto;
  margin: 15px;
}
.cuadro-1{
  width: 350px; 
  height:auto; 
  padding: 13px; 
  text-align: center; 
  background-color:#fff;  
  box-shadow: 0px 0px 12px rgb(0 0 0 / 30%); 
  position: absolute; 
  left:700px; 
  top: 70px; 
  border-radius: 10px;
}

.Cuadro-tab{
  width: 100%; 
  height: 150px; 
  margin-top: 15px;
 overflow-x:scroll;
 max-height: 200px;  overflow: auto; 
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.img-fancy{
  color: #456091; 
  margin-bottom: 10px; 
  font-size: 17px;
}
.selectEdo, label{
  display: none;
}
.cuadrogris{
  width: 317px; 
  height: auto; 
  background: linear-gradient(to top, #fff, rgb(231, 231, 231,0.3)); 
  margin: auto; 
  border-radius: 5px;  
  padding: 10px;
}








/******/
/*Seccion  6*/

.seccion_6{
  width: 100%;
  height: auto;
  background: url(../img/background-logo.png) no-repeat;
  background-position: bottom right;
  background-size: 20%;
  padding-bottom: 60px;
}
.titulo3{
  font-size: 35px;
  color: #96C423;
  font-family: "Gothic-Bold";
   padding: 0px;
   text-align: center;
}
.conoceMas{
    width: 225px;
    height: 50px;
    background: #96C423;
    border-radius: 16px;
    text-align: center;
    margin-top: 25px;
    color: #fff;
    line-height: 50px;
    margin-left: 75px;
    font-family:  "Gothic-Regular";
    display: inline-block;
}

/*Seccion 7*/

.seccion_7{
  width: 100%;
  height: auto;
  background: url(../img/background-logo.png) no-repeat;
    background-position: -409px center;
    background-size: 49%;
}
.titulo4{
  font-size: 35px;
  color: #34B6E5;
  font-family: "Gothic-Bold";
   padding: 0px;
   text-align: center;
}
.aseguradoras{
    width: 310px;
    height: 50px;
    background: #34B6E5;
    border-radius: 16px;
    text-align: center;
    margin-top: 40px;
    color: #fff;
    line-height: 50px;
    margin-left: 44px;
    font-family:  "Gothic-Regular";
    display: inline-block;
}
.imgAseg{
  width: 95%;
}

/*Seccion 8*/

.seccion_8{
  width: 100%;
  height: auto ;
  background: url(../img/directorio.jpg)no-repeat;
  background-size: 100% 100%;
  padding-bottom: 30px;

}
.subtitulo1{
  padding-top: 50px;
  text-align: center;
  color: #fff;
  font-family:  "Gothic-Regular";
  font-size: 28px;
  padding-bottom: 30px;
}
.conoceMas2{
width: 235px;
    height: 40px;
    font-size: 18px;
    font-family: "Gothic-Bold";
    color: #fff;
    text-align: center;
    background: #96C423;
    margin: auto;
    border-radius: 10px;
    line-height: 40px;

}
/*Seccion 9*/
.seccion_9{
  width: 100%;
  height: auto;
  margin: auto;
}
.division4{
    width: 100%;
    height: 320px;
    background: url(../img/contacto.png)no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin: 20px 0px;

}
.division5{
    width: 100%;
    height:auto;
    background: #96C423;
    background-size: contain;
    display: inline-block;
    margin: 20px 0px;
    padding-bottom: 30px;
  position: relative;
}
.contentcotiza{
  width: 85%;
  height: auto;
  margin: auto;
  font-family:  "Gothic-Regular";
}
.logoBc{
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top:20px ;
}
.subtitulo2{
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.datosCtz{
  width: 100%;
    height: 45px;
    /*margin: 10px 0px;*/
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    outline: none;
    border: none;
}
::placeholder {
  color:#34B6E5 ;
  padding: 0px 50px;
  font-size: 18px;
}
.opcion{
  color:#34B6E5 ;
  padding: 0px 50px;
  font-size: 18px;
}
.icon{
  display: inline-block;
    position: relative;
    top: 40px;
    background: #00A895;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    font-size: 17px;
    margin: 0px 10px;
}
textarea{
  background: transparent;
  border: none;
  width: 100%;
  height: 80px;
  resize: none;
  outline: none;
  margin: 15px;
}
.datosCtz2{
  width: 100%;
    height: 150px;
    margin: 30px 0px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    outline: none;
    border: none;
}
.icon2{
  display: inline-block;
    position: relative;
    top: 5px;
    background: #00A895;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    font-size: 17px;
    margin: 0px 10px;
}
.btnsend{
  width: 320px;
  height: 50px;
  background: #34B6E5 ;
  border: none;
border-radius: 20px;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    outline: none;
    font-size: 20px;
}
/*Seccion 10*/
.seccion_10{
  width: 100%;
  height: auto;
  background:#00A895 ;
  font-family:  "Gothic-Regular";
  color: #fff;
  font-size: 14px;
}
.textp3 {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    text-align: center;
}
.logofooter {
    position: relative;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    bottom: -5px;
}
.textp4 {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin: 10px 0;
    text-align: center;
}

/*NOSOTROS*/
.seccionN_1{
  width: 100%;
  height: auto;
}
.divsion1N{
    width: 100%;
    height: 256px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/sn1.png) no-repeat;
    background-size: 70%;
    background-position: center;
    position: absolute;
    left: 0px;
  }
.divsion2N{
  width: 100%;
  height: 430px;
  display: inline-block;
  vertical-align: middle;
      position: relative;
    top: 240px;
}
.textNutrC{
    width: 88%;
    font-family: "Gothic-Regular";
    font-size: 16px;
    color: #95979b;
    padding: 35px 0px;
    margin: auto;
}
.titulo1N{
font-size: 30px;
    color: #00A895;
    font-family: "Gothic-Bold";
    padding: 20px 0px ;
    text-align: center;
}
.textNutrC2{
    width: 70%;
  font-family:  "Gothic-Regular";
  font-size: 16px;
  color: #95979b;
  padding: 35px 0px 0 80px;
}
.titulo1Nts{
font-size: 38px;
    color: #00A895;
    font-family: "Gothic-Bold";
    padding: 100px 0px 0 80px;
}
.divsion3N{
  width: 49%;
  height: 430px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sn2.png) no-repeat;
      background-size: 70%;
    background-position: center;
}
.divsion4N{
  width: 49%;
  height: 430px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sn3.png) no-repeat;
  background-size: 70%;
  background-position: 25px 40px;
}
.divsion5N{
  width: 49%;
  height: 430px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sn4.png) no-repeat;
      background-size: 70%;
    background-position: center;
}
.titulo2N{
font-size: 38px;
    color: #96C423;
    font-family: "Gothic-Bold";
    padding: 100px 0px 0 80px;
}
.divsion6N{
  width: 49%;
  height: 430px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sn5.png) no-repeat;
      background-size: 70%;
 background-position: 25px 40px;
}
.point{
  display: inline-block;
  color:#00A895 ;
  font-size: 20px;
}

/*SERVICIOS*/
.seccion_1Srv{
    width: 100%;
    height: auto;
    background: url(../img/background-logo.png) no-repeat;
    background-position: -380px center;
    background-size: 45%;
}
.imgServ{
  width: 90%;
  margin-top: -35px;
}

/*ASEGURADOAS*/

.Baseguradoras{
    width: 100%;
    height: 200px;
    background: url(../img/aseguradoras3.jpg) no-repeat;
    background-size: 212% 128%;
    background-position: center right;
    font-family: "Gothic-Regular";
    text-align: center;
    color: #fff;
}
.BconvenioN{
width: 100%;
    height:200px;
    background: url(../img/aseguradoras2.jpg) no-repeat;
    background-size: 135% 100%;
    background-position: center;
    font-family: "Gothic-Regular";
    text-align: center;
    color: #fff;
}
.BconvenioL{
    width: 100%;
    height:200px;
    background: url(../img/aseguradoras1.jpg) no-repeat;
    background-size: 160% 100%;
    background-position: center right;
    font-family: "Gothic-Regular";
    text-align: center;
    color: #fff;
}
.textAsg{
  padding-top: 45px;
  font-size: 33px;
  padding-bottom: 40px;
}
.btnclic{
  width:250px ;
  height: 50px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #96C423 ;
  margin: auto;
  border-radius: 20px;
  line-height: 45px;
  font-size: 20px;
  font-family: "Gothic-Bold";
  cursor: pointer;
}
.btnclic2{
  width:250px ;
  height: 50px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #34B6E5 ;
  margin: auto;
  border-radius: 20px;
  line-height: 45px;
  font-size: 20px;
  font-family: "Gothic-Bold";
  cursor: pointer;
}
.btnclic3{
  width:250px ;
  height: 50px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #00A895 ;
  margin: auto;
  border-radius: 20px;
  line-height: 45px;
  font-size: 20px;
  font-family: "Gothic-Bold";
  cursor: pointer;
}

/*UNIDADES*/

.seccion_divisionA{
  width: 100%;
  height: 50px;
  background:#34B6E5  ;
  color: #fff;
  font-family:  "Gothic-Regular";
  text-align: center;
  text-transform:uppercase ;
  font-size: 25px;
  line-height: 50px;
}
.seccion_SH{
  width: 100%;
  height: auto;
}
.tituloUdd{
    font-size: 30px;
    font-family: "Gothic-Regular";
    color: #00A895;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 30px;
}
.division_iconos{
    width: 48%;
    height: auto;
    display: inline-block;
    position: relative;
    font-family: "Gothic-Regular";

}
.division_unidad {
    width: 75%;
    height: 400px;
    display: inline-block;
    position: relative;
    font-family: "Gothic-Regular";
}
.division_unidadT{
    width: 82%;
    height: 600px;
    display: inline-block;
    background: url(../img/quirofano.png) no-repeat;
    background-size: 86%;
    background-position: center 15%;
    position: absolute;
    top: -347px;
    left: 150px;
}
.division_unidadT2{
  width: 82%;
  height: 600px;
  display: inline-block;
  background: url(../img/habitaciones.png) no-repeat;
  background-size: 80%;
  background-position: center 15%;
  position: absolute;
      top: -347px;
    left: 150px;
}
.division_unidadT3{
  width: 82%;
  height: 600px;
  display: inline-block;
  background: url(../img/Resonancia.png) no-repeat;
  background-size: 80%;
  background-position: center 15%;
  position: absolute;
      top: -347px;
    left: 150px;
}
.division_unidadT4{
  width: 82%;
  height: 600px;
  display: inline-block;
  background: url(../img/quirofano.png) no-repeat;
  background-size: 80%;
  background-position: center 15%;
  position: absolute;
      top: -347px;
    left: 150px;
}
.division_unidadT5{
  width: 82%;
  height: 600px;
  display: inline-block;
  background: url(../img/inhalo.png) no-repeat;
  background-size: 80%;
  background-position: center 15%;
  position: absolute;
      top: -347px;
    left: 150px;
}
.division_unidadT6{
  width: 82%;
  height: 600px;
  display: inline-block;
  background: url(../img/laboratorio.png) no-repeat;
  background-size: 80%;
  background-position: center 15%;
  position: absolute;
      top: -347px;
    left: 150px;
}
.division_unidadT7{
  width: 82%;
  height: 600px;
  display: inline-block;
  background: url(../img/imagenologia.png) no-repeat;
  background-size: 80%;
  background-position: center 15%;
  position: absolute;
      top: -347px;
    left: 150px;
}
.division_unidadT8{
  width: 82%;
  height: 600px;
  display: inline-block;
  background: url(../img/banco-de-sangre.png) no-repeat;
  background-size: 80%;
  background-position: center 15%;
  position: absolute;
      top: -347px;
    left: 150px;
}
.division_unidadT9{
  width: 82%;
  height: 600px;
  display: inline-block;
  background: url(../img/urgencias.png) no-repeat;
  background-size: 80%;
  background-position: center 15%;
  position: absolute;
      top: -347px;
    left: 150px;
}
.division_unidadT10{
  width: 82%;
  height: 600px;
  display: inline-block;
  background: url(../img/terapia-intensiva-neonatal.png) no-repeat;
  background-size: 80%;
  background-position: center 15%;
  position: absolute;
      top: -347px;
    left: 150px;
}
.Servicos-iconos{
  display: inline-block;
  width: 95%;
  height: 100%;

}
.text-serv{
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;

}
.contentCarcter{
  display: inline-block;
  width: 100%;
  height: auto;
}
.tituloUdd2{
    font-size: 30px;
    font-family: "Gothic-Regular";
    color: #00A895;
    text-align: initial;
    padding: 25px 20px;
}
.content-Serv{
    width: 148px;
    height: 400px;
    background: rgba(148, 153,157, 0.10);
    float: right;
    margin: 0px 20px;
    border-radius: 0px 30px 30px 0px;
}
.text-SU{
    text-align: justify;
    font-family: "Gothic-Regular";
    font-size: 14px;
    color: #94999D;
    width: 100%;
    margin-left: 50px;
}
.tab-list{
  padding-top: 35px;
  font-size: 15px;
  color: #94999D;
  width: 122%;
}
.point2{
width: 10px;
    height: 10px;
    background: #34B6E5;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 15px;
}
.iconos{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin: 20px 5px 0px 13px;
    background: #000;
}
.iconos2{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin: 22px 10px 0px 10px;
    background: #000;

}
.iconoColor1{
  background: rgba(0, 168, 149, 0.20);
}
.iconoColor2{
  background: rgba(150, 196, 35, 0.20);
}
.iconoColor3{
  background: rgba(52, 182, 229, 0.20);
}

.iconoColor1:hover{
  background: rgba(0, 168, 149, 1.0);
}
.iconoColor2:hover{
  background: rgba(150, 196, 35, 1.0);
}
.iconoColor3:hover{
  background: rgba(52, 182, 229, 1.0);
}

.antes{
  margin-right:87px !important;
}
.siguiente{
  margin-left: 88px !important;
}
.imgtitulo{
  position: absolute;
}

.contentimgIns{
width: 182px;
    height: 120px;
    display: inline-block;
    margin: 5px;
}
.imgInst{
  width: 100%;
}
.imgInst2{
 border-radius: 10px;
}
.seccion_ubicacion{
  width: 100%;
  height: 580px;
}
.imagen_mapa {
    height: 400px;
    background: url(../img/img_14.jpg)no-repeat center;
    background-size: cover;
    position: relative;
}
.seccion_blog{
  width: 100%;
  height: 150px;
  padding-top: 40px;
}
.submenuB{
  color: #94999D;
  font-family:"Gothic-Regular";
  font-size: 16px ;

}
.opnSubmenu{
  display: inline-block;
  margin: 0px 10px;
}
.opnSubmenu:hover{
  color: #96C423;
}
.seccion_noticias{
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}
.contentNoticiasG{
  width: 100%;
  height: auto;
  padding: 30px 0px;
}
.content-noticia{
  width: 255px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content-img{
  height: 230px;
}
.imgblog{
  width: 100%;
}
.fechaNoticia{
  color:#94999D ;
  font-size: 12px;
  font-family:"Gothic-Regular";
}
.tituloBlog{
    font-family:"Gothic-Bold";
    font-size: 16px;
    color: #00A895;
    margin: 10px 0px;
}
.content-info{
  color:#94999D ;
 font-family:"Gothic-Regular";
 font-size: 12px;
 padding: 10px;
}
.Cmas{
  width: 200px;
  height: 40px;
  background:#96C423 ;
  color: #fff;
  cursor: pointer;
text-align: center;
    font-family:"Gothic-Bold";
    margin: auto;
    line-height: 40px;
    border-radius: 15px;
}
/*Bolsa de trabajo*/
.seccion_1BT {
    height: auto;
    width: 100%;
}
.seccion_BT{
  width: 100%;
  height: auto;
  padding: 30px 0px;
}
.contentUnidad0{
  background: rgba(148, 153, 157, 0.15);
      width: 95%;
    height: 252px;
    border-radius: 8px;
}
.Unidad0BT {
    background: url(../img/logo-medimac.png)no-repeat;
    width: 100%;
    height: 300px;
    background-size: contain;
    background-position: center 40px;
}

.Unidad1BT {
    background: url(../img/unidades/unidad1.png)no-repeat;
    width: 95%;
    height: 300px;
    background-size: 100% 85%;
}
.Unidad2BT {
    background: url(../img/unidades/unidad2.png)no-repeat;
    width: 95%;
    height: 300px;
    background-size: 100% 85%;
}
.Unidad3BT {
    background: url(../img/unidades/unidad3.png)no-repeat;
    width: 95%;
    height: 300px;
    background-size: 100% 85%;
}
.Unidad4BT {
    background: url(../img/unidades/unidad4.png)no-repeat;
    width: 95%;
    height: 340px;
    background-size: 100% 75%;
}
.titulounidBT{
    width: 100%;
    height: 30px;
    color: #fff;
    text-align: center;
    background: rgba(0, 168, 149, 0.7);
    position: relative;
    top: 205px;
    line-height: 30px;
    font-family: "Gothic-Regular";

}
.titulounid2BT {
    width: 100%;
    height: 30px;
    color: #fff;
    text-align: center;
    background: rgba(150, 196, 35, 0.7);
    position: relative;
    top: 205px;
    line-height: 30px;
    font-family: "Gothic-Regular";
}
.titulounid3BT {
    width: 100%;
    height: 30px;
    color: #fff;
    text-align: center;
    background: rgba(52, 182, 229, 0.7);
    position: relative;
    top: 205px;
    line-height: 30px;
    font-family: "Gothic-Regular";
}

#directable {
    font-family: "Gothic-Regular";
    width: 100%;
}
.tblnombredoc {
    color: #94999D;
}
.tblespecdoc{
  text-align: justify;
  color: #7db404;
}
.Escondidos{
  display: none;
}
.imgPromoBT{
  width: 100%;
  height: auto;
}
/*FUNDACION*/

.seccion_divisionB{

    width: 100%;
    height: 50px;
    background: #00A895;
    color: #fff;
    font-family: "Gothic-Regular";
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 50px;

}
.seccion_logos{
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 35px;
  text-align: center;
}
.imglogoF{
  width: 145px;
  margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin: 0px 20px;
}
.imglogoF2{
  width: 100px !important;
}
.seccion_objetivo{
    height: auto;
    width: 100%;
    color: #95979b;
    font-family: "Gothic-Regular";
    padding-top: 30px;
    font-size: 15px;
}
.seccion_historias{
    height: auto;
    width: 100%;
    color: #95979b;
    font-family: "Gothic-Regular";
    padding-top: 30px;
    font-size: 15px;

}
.divisionV1{
  width: 100%;
  height: auto;
  display: inline-block;
}
.divsionHistoria1{
    width: 100%;
  height: auto;
  display: inline-block;
  text-align: initial;
  position: relative;
}
.FechaH{
  font-size: 12px;
  color:#00A895 ;
  padding-top: 30px;
}
.tituloH{
  font-size: 16px;
  color:#34B6E5 ;
  font-family: "Gothic-Bold";
}
.textH{
  width: 90%;
  text-align: justify;
  font-size: 15px;
  margin: auto;

}
.verMasH{
  width: 150px;
  height: 30px;
  font-family: "Gothic-Bold";
  background:#96C423;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: auto;
}
.divsionHistoria2{
    width: 100%;
  height: 300px;
  display: inline-block;
  text-align: initial;
  margin: auto;
}
.infoH{
  width: 95%;
  float: left;
}
.divisionV2{
    width: 100%;
  height: 200px;
  display: inline-block;
  position: relative;
}
.content_campana{
  width: 245px;
  height: auto;
  font-family: "Gothic-Regular";

}

.tituloCmp{
  text-align: center;
  color: #00A895;
  font-size: 12px;
}
.textCmp{
  font-size: 12px;
  color:#95979b;
  text-align: justify;
  height: 70px;
}
.btnRgtro{
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
    font-family: "Gothic-Bold";
  background: #96C423;
      margin: auto;
    border-radius: 15px;
}
.seccion_campanas {
    width: 100%;
    height: 500px;
    }
.seccion_aliados{
  width: 100%;
  height: auto;
}
.contentAliados{
width: 115px;
    height: 150px;
    display: inline-block;
    background: url(../img/aliados1.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.contentAliados2{
width: 96px;
    height: 150px;
    display: inline-block;
    background: url(../img/aliados2.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0px 30px
}
.contentAliados3{
width: 84px;
    height: 134px;
    display: inline-block;
    background: url(../img/aliados3.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px 4px;
}
.contentAliados4{
    width: 130px;
    height: 150px;
    display: inline-block;
    background: url(../img/aliados4.png) no-repeat;
    background-size: 130%;
    background-position: center;
    margin: 0px 30px;
}
.contentAliados5{
    width: 105px;
    height: 150px;
    display: inline-block;
    background: url(../img/aliados5.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.seccion_prensa{
  width: 100%;
  height: 360px;
}
.content_prensa{
      width: 245px;
    height: auto;
    font-family: "Gothic-Bold";
}
.tituloPre{
      text-align: center;
    color: #00A895;
    font-size: 14px;
}






}