.wow {
  visibility: hidden;
}

html {
  overflow-x: hidden;
}

html,
body,
header,
.view {
  height: 100%;
  scroll-behavior: smooth;
}

@media (max-width: 740px) {
  html,
  body {
    height: 100vh;
  }
}
.top-nav-collapse {
  background-color: #05494d !important;
}
.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}
@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #05494d !important;
  }
}
nav{
  font-family: 'Barlow Condensed',
  sans-serif;
}
.nav-item:hover{
  background-color: rgba(255, 255, 255, 0.164);
}
h1 {
  letter-spacing: 8px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
h2, h3{
  font-family: 'Raleway',sans-serif;
}
h4, h5, h6 {
  font-family: 'Barlow Condensed',
  sans-serif;
  letter-spacing: 3px;
}
p {
  font-family: 'Barlow Condensed',
  sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: large;
}
h4{
  color: #05494d;
}
ul li{
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 3px;
  font-size: 17px;
}
.hr-light {
  border-top: 3px solid #fff;
  width: 80px;
}
.aniduration{
  animation-duration: 1.8s;
}
.btn-co{
  background-color: #05494d;
}
.titles{
  color: #05494d;
}

.whatsapp-btn {
  z-index: 99;
  margin-top: 10rem;
  top: 55%;
  right: 0%;
  /* border-radius: 20px; */
}
@media (max-width:900px) and (-webkit-min-device-pixel-ratio: 2) {
  .whatsapp-pc {
    display: none;
  }
}
.pulse-wt {
  position: relative;
  animation: mymove-wt 1s infinite;
  animation-direction: alternate;
}
@keyframes mymove-wt {
  from {
    color: #25d366;
  }
  to {
    color: #0b3f1e;
  }
}

.pulse {
  position: relative;
  animation: mymove 2s infinite;
  animation-direction: normal;
}
@keyframes mymove {
  from {
   color: #0a7a8091;
  }
  to {
   color: #0a7a80;
  }
}
/* INTRO INDEX ---------------------------- */
.intro-index{
  height: 100vh;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)), url('../img/bgn-index.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation-duration: 3s;
}
@media(max-width:760px){
  .intro-index{
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)),
    url('../img/bgn-index-mobile.png');
  }
}

/* QUIENES SOMOS -------------------- */
#quienes-somos{
  height: auto;
  background:linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.918)),
  url(../img/bgn-contact.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media(max-width:760px) {
  #quienes-somos {
    background:linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.918)),
    url(../img/bgn-contact-mobile.png);
  }
}
.quienes-somos-text{
  line-height: 30px;
}
/* NOSOTROS-------------------------- */
.intro-nosotros {
  height: 100vh;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)), url('../img/nosotros/bgn-nosotros.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation-duration: 3s;
}
@media(max-width:760px) {
  .intro-nosotros {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)),
    url('../img/nosotros/bgn-nosotros-mobile.png');
  }
}

#box{
  height: auto;
  background: linear-gradient(90deg, #05494d, #0e8086cb, #05494d), url(../img/palabras-index.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

/* CONTACTO ------------------------- */
#contact-section{
  padding-bottom: 5rem;
}
.map-container-section {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-container-section iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* PERSONALES ---------------- */
.intro-personales {
  height: 100vh;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)), url('../img/nosotros/intro-dr.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation-duration: 6s;
}
@media(max-width:760px) {
  .intro-personales {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)),
      url('../img/nosotros/intro-dr-mobile.png');
  }
}
.mid-img-drs {
  height: 60vh;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.514), rgba(255, 255, 255, 0.918)),
    url(../img/nosotros/mid-img-dr.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  animation-duration: 3s;
}

/* AFECCIONES Y TRATAMIENTOS ------- */
.intro-afecciones {
  height: 100vh;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)), url('../img/afecciones/bgn-afecciones02.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation-duration: 6s;
}
.intro-afecciones02 {
  height: 100vh;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)), url('../img/afecciones/bgn-afecciones02.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation-duration: 6s;
}
@media(max-width:760px) {
  .intro-afecciones {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)),
    url('../img/afecciones/bgn-afecciones02-mobile.png');
  }
}
.afecciones-hover{
  transition-duration: 0.5s;
}
.afecciones-hover:hover{
  color: #05494d;
  letter-spacing: 4px;
}
/* AFECCIONES LANDINGS */
.mid-img-af{
  height: 60vh;
  background:linear-gradient(0deg, rgba(255, 255, 255, 0.514), rgba(255, 255, 255, 0.918)),
  url(../img/afecciones/mid-img-af.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  animation-duration: 3s;
}
/* INSTALACIONES ---------------- */
.intro-instalaciones {
  height: 100vh;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)), url('../img/instalaciones/intro-instalaciones.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation-duration: 6s;
}
@media(max-width:760px) {
  .intro-instalaciones {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)),
      url('../img/instalaciones/intro-instalaciones-mobile.png');
  }
}
.mid-img{
  height: 60vh;
  background:linear-gradient(0deg, rgba(255, 255, 255, 0.514), rgba(255, 255, 255, 0.918)),
    url(../img/instalaciones/mid-img.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  animation-duration: 3s;
}
/* simplelightbox */
* {
  box-sizing: border-box;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
.gallery a.big img {
  width: 40%;
}

.align-center {
  text-align: center;
}

/* RSE ------------------------------------------------------ */
.intro-rse {
  height: 100vh;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)), url('../img/rse.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation-duration: 6s;
}
.rse-fotos{
  height: 400px;
}
@media(max-width:900px){
  .rse-fotos{
    height: 200px;
  }
}
.text{
  background: linear-gradient(90deg, #05494d, #0e8086e3, #05494d), url(../img/rse02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  animation-duration: 6s;
}
.text02 {
  height: 90vh;
  background: linear-gradient(90deg, #0a7a80, #0e8086c2, #0a7a80),
  url(../img/rse02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  animation-duration: 6s;
}
@media(max-width:720px) {
  .text,
  .numbers,
  .text02 {
    height: auto;
  }
}
 /*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
 .counter-box {
   color: #000;
   text-align: center;
 }

 @media (min-width: 577px) {
   .counter-box {
     margin-bottom: 1.8rem;
   }
 }

 .counter-ico {
   margin-bottom: 1rem;
 }

 .counter-ico .ico-circle {
   height: 60px;
   width: 60px;
   line-height: 1.8;
   box-shadow: 0 0 0 10px #cde1f8;
 }

 .counter-num .counter {
   font-size: 2rem;
   margin-bottom: 0;
 }

/* COMUNIDAD CIENTIFICA -------------------- */
.intro-comunidad {
  height: 100vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)), url('../img/intro-comunidad.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation-duration: 3s;
}
@media(max-width:760px) {
  .intro-comunidad {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.7)),
      url('../img/intro-comunidad-mobile.jpg');
  }
}
/* FOOTER -------------------- */
.footer-style{
  background-color: #05494d;
}