/*CSS by AGRA*/

/*
Font: gotham 
*/
:root{
    --blanco: #ffffff;
    --negro: #000000;
    --azul: #4c7cbc; 
    --rosa: #eec8cc;
    --gris: #7d7d7d;
    --azul-hover: #4c7cbc;
    --azul-txt: #004a99;
    --azul-pleca: #0ecdec;
    --inter: 'Inter', sans-serif;
    --lexend: 'Lexend', sans-serif;
    --playfair: 'Playfair Display', sans-serif;
}

/*Let's Start*/
/*@font-face {
  font-family: 'GothamM';
  src: url(fonts/gotham-medium.otf) format("opentype");
}
@font-face {
  font-family: 'GothamB';
  src: url(fonts/gotham-book.otf) format("opentype");
}*/
/*** 

====================================================================
  Globals
====================================================================

***/
body, h1, h2, h3, h4, h5, h6{
    font-family: 'inter';
}
a:hover{
  text-decoration: none!important;
}

.l-gris{
  color: var(--gris);
}
.justi-p{
  text-align: justify;
}
.p-tb0{
  padding: 0!important;
}
.p-tb40{
  padding: 40px 0;
}
.p-tb50{
  padding: 50px 0;
}
.p-tb100{
  padding: 100px 0;
}
.separator-100{
  padding: 100px 0;
}
.m-b0{
  margin-bottom: 0!important;
}
.m-b10{
  margin-bottom: 10px!important;
}
.m-t20{
  margin-top: 20px!important;
}
.btn-blue{
  background: var(--azul);
  border-radius: 5px;
  border: 1px solid var(--azul);
  color: var(--blanco);
  transition: .5s ease-in-out;
  font-size: 15px;
  padding: 10px 20px;
  font-weight: 300;
  display: inline-block;
}
.btn-blue:hover{
  color: var(--azul);
  background: transparent;
}
.btn-gris{
  background: #d09caa;
  border: 1px solid #d09caa;
  color: var(--azul);
  transition: .5s ease-in-out;
  font-size: 20px;
  padding: 10px 20px;
  font-weight: 700;
  display: inline-block;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: var(--lexend);

}
.btn-gris:hover{
  color: var(--azul);
}
.btn-rosa{
  background: var(--rosa);
  border: 1px solid var(--rosa);
  color: var(--azul);
  transition: .5s ease-in-out;
  font-size: 20px;
  padding: 10px 20px;
  font-weight: 700;
  display: inline-block;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: var(--lexend);

}
.btn-rosa:hover{
  color: var(--azul);
}
.bckgd-azulc{
  background: var(--azul-claro);
}
/*Footer*/
.flex-footer{
    display: flex;
    align-items: center;
}
.flex-footer .footer-left{
    display: flex;
    align-items: center;
    text-align: left;
}
.flex-footer p, .flex-footer a{
    color: var(--blanco)!important;
    margin-bottom: 0;
    font-size: 12px;
    font-family: var(--inter);
    font-weight: 300;
}
.flex-footer .footer-center{
    text-align: center;
}
.flex-footer .footer-center p{
    color: var(--blanco);
}
.flex-footer .footer-right{
    text-align: right;
}
.flex-footer .footer-right img{
    max-width: 140px;
    height: 100%;
}

/*** 

====================================================================
  Home
====================================================================

***/
.nav-toggle:before{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}
.navigation{
  background: var(--azul);
}
#nav-transparent .navigation-fixed-wrapper{
  background: rgb(76 124 188 / 70%);
}
#nav-transparent .nav-white-bg{
  background: rgb(76 124 188 / 70%);
}
.main-logo{
  width: 215px;
}
#nav-transparent .nav-menu > li > a{
  padding: 35px 0px 5px 0px;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: none;
  color: var(--blanco);
  height: auto;
  font-size: 17px;
  font-weight: 400;
  font-family: var(--lexend);
}
#nav-transparent .nav-white-bg .nav-menu > li > a{
  padding: 35px 0px 5px 0px;
  margin-left: 10px;
  margin-right: 10px;
  color: var(--blanco);
  height: auto;
  font-size: 17px;
  font-weight: 400;
  font-family: var(--lexend);
}
#nav-transparent .nav-menu > li > a:hover, 
#nav-transparent .nav-white-bg .nav-menu > li > a:hover{
  color: var(--blanco);
  border-bottom: 1px solid var(--rosa);
}
.last-item-menu{
  padding-right: 0!important;
}
.tp-leftarrow{
  left: 5%!important;
}
.tp-rightarrow{
  left: 95%!important;
}
.title-slide{
  font-size: 50px !important;
  font-family: var(--lexend);
  color: var(--blanco);
  line-height: normal!important;
  font-weight: 600!important;
}
.subtitle-slide{
  font-size: 30px !important;
  font-family: var(--lexend);
  color: var(--blanco);
  line-height: normal!important;
  font-weight: 600!important;
}
.btn-slide{
  font-size: 18px!important;
  line-height: normal!important;
  background: var(--azul);
  padding: 5px 15px!important;
  color: var(--blanco)!important;
  cursor: pointer;
  transition: .5s ease-in-out!important;
  border: 1px solid var(--azul)!important;
  margin-bottom: 0;
  width: 100%!important;
}
.btn-slide:hover{
  background: var(--blanco);
  color: var(--azul)!important;
  border: 1px solid var(--blanco)!important;
}


.section-pleca1{
  padding: 70px 100px 20px;
  background: url('../archivos/13-Background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-pleca1 .titleHeader{
  text-align: center;
  font-family: var(--lexend);
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--azul);
  line-height: normal;
}
.section-pleca1 .subtitleHeader{
  color: var(--rosa);
  font-family: var(--lexend);
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: normal;

}
.section-pleca1 .flexService{
  display: flex;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}
.section-pleca1 .box-services{
  text-align: center;
  margin-bottom: 50px;
}
.section-pleca1 .box-services .contentImg{
  position: relative;
  width: fit-content;
  margin: 0 auto 25px;
}
.section-pleca1 .box-services:hover .contentImg .icons-pleca1{
  opacity: 0;
}
.section-pleca1 .box-services:hover .contentImg .iconHover{
  opacity: 1
}
.section-pleca1 .icons-pleca1{
  width: 90px;
  height: auto;
  position: relative;
  transition: .5s ease-in-out;
}
.section-pleca1 .iconHover{
  opacity: 0;
  width: 90px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s ease-in-out;
}
.section-pleca1 .box-services .description{
  font-size: 20px;
  color: var(--gris);
  margin-bottom: 0;
  line-height: normal;
  white-space: pre-line;
  font-family: var(--inter);
  font-weight: 500;
  transition: .5s ease-in-out;
}
.section-pleca1 .box-services:hover .description{
  color: var(--azul-hover);
}

#separator1{
  background: url('../archivos/01-Pleca.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}
#separator1 .titleHeader{
  font-size: 50px;
  font-family: var(--playfair);
  line-height: normal;
  color: var(--white);
  white-space: pre-line;
  margin-bottom: 0;
}
#separator2{
  background: url('../archivos/02-Pleca.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}
#separator2 .titleHeader{
  font-size: 50px;
  font-family: var(--playfair);
  line-height: normal;
  color: var(--white);
  white-space: pre-line;
  margin-bottom: 0;
}

.section-servicios{
  position: relative;
}
.section-servicios .flex-servicios{
  display: flex;
  align-items: center;
}
.flex-servicios .img-servicios{
  border-radius: 5px;
  width: 95%;
}
.img-serviciosright{
  text-align: right;
}
.section-servicios .box-servicios.left{
  padding-left: 25px;
}
.section-servicios .box-servicios.right{
  padding-right: 25px;
}
.section-servicios .box-servicios .icon-servicios{
  width: 50px;
  height: auto;
  margin-bottom: 15px;
}
.section-servicios .box-servicios .title{
  color: var(--azul);
  font-family: var(--lexend);
  font-weight: 600;
  font-size: 35px;
  white-space: pre-line;
  margin-bottom: 30px;
}
.section-servicios .box-servicios .title.rosa{
  color: var(--rosa);
}
.section-servicios .box-servicios .subtitle{
  font-size: 20px;
  color: var(--gris);
  line-height: normal;
  margin-bottom: 25px;
  font-family: var(--inter);
  font-weight: 300;
  margin-bottom: 40px;
  text-align: justify;
}
.section-servicios .box-servicios .subtitle.blanco{
  color: var(--blanco);
  text-align: justify;
}
.section-servicios .info{
  margin-bottom: 20px;
}
.section-servicios .info .list{
  display: flex;
  align-items: flex-start;
}
.section-servicios .info .list img{
  width: 12px;
  height: auto;
  margin-right: 10px;
  margin-top: 5px;
}
.section-servicios .info .list p{
  font-size: 18px;
  color: var(--gris);
  line-height: normal;
  font-family: var(--inter);
  font-weight: 300;
}
.section-servicios .info .list p.blanco{
  color: var(--blanco);
}

#enfermeraGeneral{
  background: url('../archivos/04-Pleca.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#cuidadores{
  background: url('../archivos/07-Pleca.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#equipoMedico{
  background: url('../archivos/10-Pleca.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


#membresias{
  background: url('../archivos/14-Background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-plan-prices{
  padding: 70px 0;
}
.section-plan-prices .titleHeader{
  font-family: var(--lexend);
  font-weight: 600;
  font-size: 35px;
  line-height: normal;
  color: var(--azul);
  margin-bottom: 50px;
}
.pricing-box-3-category{
  border-bottom: 0;
}
.section-plan-prices .pricing-box-3{
  background: #9ecdec;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-bottom: 50px;
  transition: .5s ease-in-out;
}
.section-plan-prices .pricing-box-3:hover{
  background: var(--azul);
}
.section-plan-prices .pricing-box-3:hover .title{
  color: var(--rosa);
}
.section-plan-prices .pricing-box-3:hover ul .list-price-plans p{
  color: var(--blanco);
}
.section-plan-prices .pricing-box-3:hover .bulletShow{
  opacity: 0;
}
.section-plan-prices .pricing-box-3:hover .bulletHover{
  opacity: 1;
}
.section-plan-prices .title{
  font-size: 32px;
  margin-bottom: 0;
  line-height: normal;
  color: var(--azul);
  font-family: var(--lexend);
  font-weight: 600;
  transition: .5s ease-in-out;
}
.list-price-plans{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list-price-plans img{
  width: 12px;
  height: auto;
  margin-right: 10px;
}
.list-price-plans p{
  margin-bottom: 0;
  flex: 0 0 90%;
}
.section-plan-prices .pricing-box-3 ul{
  height: 500px;
}
.section-plan-prices .pricing-box-3 ul .list-price-plans p{
  line-height: normal;
  color: var(--azul);
  font-size: 20px;
  font-family: var(--inter);
  font-weight: 300;
  transition: .5s ease-in-out;
}
.contBullet{
  position: relative;
  height: auto;
  line-height: normal;
  flex: 0 0 10%;
}
.bulletShow{
  transition: .5s ease-in-out;
}
.bulletHover{
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 0;
  opacity: 0;
  transition: .5s ease-in-out;
}
.section-plan-prices .lineSeparator{
  background: var(--rosa);
  width: 40%;
  height: 5px;
  margin: 0 auto 50px;
}
.section-plan-prices .titleSubHeader{
  color: var(--azul);
  font-family: var(--lexend);
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.section-plan-prices .descriptionHistory{
  color: var(--gris);
  font-weight: 300;
  font-family: var(--inter);
  font-size: 20px;
  text-align: justify;
}


#contacto{
  background: #7398c9;
}
.contact-icon-box{
  display: block;
  border: 0;
  padding-top: 0;

}
#contacto .callback-block{
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.contact-icon-box i{
  display: block;
  float: none;
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--blanco);
}
.title-contact{
  color: var(--rosa);
  font-size: 35px;
  line-height: normal;
  font-weight: 600;
  font-family: var(--lexend);
  margin-bottom: 50px;
}
.contact-icon-box a, .contact-icon-box p{
  color: var(--blanco);
  white-space: pre-line;
  text-align: justify;
  font-size: 20px;
}
.btn-form{
  cursor: pointer;
}
input::-webkit-input-placeholder,
.primary-form select{
  color: var(--gris);
}
.mfp-bg{
  z-index: 99999;  
}
.mfp-wrap{
  z-index: 99999;
}
footer{
  background: var(--azul);
  padding: 30px 0;
}
.contIconsFooter{
  margin-bottom: 5px;
  line-height: normal;
}
.contIconsFooter i{
  margin: 0 10px;
  color: var(--blanco);
  font-size: 16px;
}
/*Redes Desktop*/
.cont-info-float{position: fixed; top: 40%; right: 20px; z-index: 99;}
.info-float img{width: 50px; display: block; margin: 10px 0; filter: drop-shadow(1px 3px 2px black);}
.cont-redes-phone{display: none;}
.info-float img.face-float{width: 44px; padding: 1px; filter: drop-shadow(2px 4px 2px black); margin-left: 1px;}

/*Animation*/
.info-float:hover img{animation: move linear 2s infinite;}

@keyframes move{
  0%{transform: translateX(-10px);}
  50%{transform: translateX(10px);}
  100%{transform: translateX(-10px);}
}
/*Responsive*/
/*Ipad Pro Vertical*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
    
}

/*Ipad Pro Horizontal*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape){
    
}

/*Ipad Horizontal*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    
}

/*Ipad Vertical*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    
}

/*Phone Vertical*/
@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (orientation: portrait){ 
  .navigation-portrait .nav-menus-wrapper{background: var(--azul);}
  #nav-transparent .nav-menu > li > a{padding: 20px 15px; margin: 0;}
  .nav-menus-wrapper-close-button{color: #fff;}
  .navigation-fixed-placeholder.navigation-fixed-placeholder.visible{display: none;}
  .main-logo{width: 200px;}
  .title-slide{font-size: 25px !important;}
  .subtitle-slide{font-size: 20px !important;}
  .img-about{width: 100%; margin: 40px 0;}
  .section-pleca1{padding: 70px 0 20px;}
  .box-services{margin-top: 20px;}
  .box-services .icons-about{width: 40px; margin-right: 20px;}
  .section-accreditations .title{line-height: normal;}
  .section-plan-prices .pricing-box-3 ul{height: 100%;}
  .section-plan-prices .subtitle{height: 100%;}
  .section-servicios .box-servicios.left{padding-left: 15px;}
  .section-servicios .box-servicios.right{padding-right: 15px;}
  .flex-servicios.reverse{flex-direction: column-reverse;}
  .flex-servicios .img-servicios{width: 100%; margin-bottom: 40px;}
  .section-servicios .box-servicios .title{line-height: normal;}
  .pricing-box-3-category{padding: 0 0 15px;}
  .section-plan-prices .pricing-box-3{box-shadow: 0 0 10px var(--gris);}
  .contact-icon-box a, .contact-icon-box p{white-space: normal;}
  .callback-block{margin-top: 40px;}
  footer{padding: 30px 0 70px;}
  .flex-footer .footer-left{text-align: center; justify-content: center; margin-bottom: 15px}
  .flex-footer .footer-right{text-align: center; margin-top: 20px;}
  .section-pleca1 .titleHeader{font-size: 22px;}
  .section-pleca1 .box-services{margin-bottom: 25px;}
  #separator1 .titleHeader{font-size: 25px;}
  #separator2 .titleHeader{font-size: 25px;}
  .slide1 .tp-bgimg{background-position-x: 55%!important;}

  .cont-info-float{display: none;}
  

  /*Redes Phone*/
  .cont-redes-phone{display: block; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9999;}
  .cont-redes-phone .cont-style{border-top: 1px solid var(--gris); display: flex; align-items: center;}
  .whats-phone{background: var(--blanco); width: 25%; padding: 10px 0; border-right: 1px solid var(--gris);}
  .facebook-phone{background: var(--blanco); width: 25%; padding: 10px 0; border-right: 1px solid var(--gris);}
  .phone-phone{background: var(--blanco); width: 25%; padding: 10px 0; border-right: 1px solid var(--gris);}
  .mail-phone{background: var(--blanco); width: 25%; padding: 10px 0;}
  .whats-phone i, .facebook-phone i. .phone-phone i, .mail-phone i{color: var(--azul)!important;}


}

/*Phone Horizontal*/
@media only screen
  and (min-width: 320px) 
  and (max-width: 736px) 
  and (orientation: landscape){ 
  .cont-info-float{display: none;}
}