/* Logo Doctorweb */
.newslatter-form a{
  color: #fff !important;
}
.newslatter-form a:hover{
  color: #333!important;
}
a{
  cursor: pointer;
}
.doctorweb .doc1{
    width: 5%;
    animation: 10s doc infinite ease;
  }
  .doctorweb .doc2{
    width: 20%;
  }
  @keyframes doc {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(360deg);
    }
    90% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }}
  /* Logo Doctorweb */
  /* Boton whatsapp  */
    .btn-whatsapp {
      display: block;
      width: 75px;
      height: 75px;
      color: #333;
      position: fixed;
      right: 1%;
      bottom: 1%;
      border-radius: 50%;
      line-height: 70px;
      text-align: center;
      z-index: 999;
      font-size: 70px !important;
      background: rgba(38,212,102,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(38,212,102,1)), color-stop(100%, rgba(34,186,89,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
  background: radial-gradient(ellipse at center, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26d466', endColorstr='#22ba59', GradientType=1 );
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
      transition: ease .5s;
    }
    .btn-whatsapp i{
      color: #fff !important;
      transition: ease .5s;
      display: block;
      margin-top: 4%;
    }
    .btn-whatsapp:hover{
      background-color: #333;
      transform: rotate(360deg);
      transition: ease .5s;
    }
  .btn-whatsapp span{
      font-family: Arial, Helvetica, sans-serif;
      position: absolute;
      font-size: .3em;
      right: 2px;
      background-color: #de2f36;
      color: #fff;
      border-radius: 100px;
      height: 20px;
      width: 20px;
      line-height: 20px;
      transition: .5s ease;
      animation: iconw 2s infinite ease-in-out;
    }
    .btn-whatsapp:hover span{
      display: none !important;
      transition: .5s ease;
    }
    @keyframes iconw {
      0% {
        transform: scale(.8);
      }
      50% {
        transform: scale(1);
      }
      100% {
        transform: scale(.8);
      }}
   /* Boton whatsapp  */
   /* Barra lateral */
   .social-bar {
    position: fixed;
    right: 0;
    top: 60%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100;
    }
    .icono {
    color: white !important;
    text-decoration: none;
    padding: .7rem;
    display: flex;
    transition: all .5s;
    }
    .icono-facebook {
    background:  #1E3E72;
    }
    .icono-twitter {
    background: #CAF55F;
    }
    .icono-youtube {
    background:  #CAF55F;
    }
    .icono-instagram {
    background: #63C8F2;
    }
    .icono:first-child {
    border-radius: 1rem 0 0 0;
    }
    .icono:last-child {
    border-radius: 0 0 0 1rem;
    }
    .icono:hover {
    padding-right: 3rem;
    border-radius: 1rem 0 0 1rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
    color: #333;
    }
  /* Barra lateral */
  /* Barras */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #012346; 
  }
  ::-webkit-scrollbar-thumb {
    background: #0999d6;
    transition: .5s;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #fff;
    transition: .5s;
  }
  .owl-carousel.owl-loaded{
      height: 500px;
  }
  .site-info-icon-text .site-info-icon i{
      font-size: 3em;
      color: #012346;
  }
  .site-info-icon-text:hover i{
      color: #fff;
  }
  .about-text1 i{
      color: #0999d6;
  }
  .whatsapp{
      background: #5ABA4A !important;
  }
  .newslatter-form a{
      border: 2px #fff solid;
      color: #fff;
      padding: 2% 5%;
      border-radius: 100px;
      display: inline-block;
      margin-left: 2%;
      
  }
  .newslatter-form a:hover{
    background-color: #fff;
    color: #012346;
    transform: scale(1.1) translateY(-10px);
    
}
  .newslatter-icon img{
      width: 50%;
  }
  #features, .add-widget{
    background: #63c8f2;
    background: -moz-radial-gradient(center, ellipse cover, #63c8f2 0%, #1e3e72 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #63c8f2), color-stop(100%, #1e3e72));
    background: -webkit-radial-gradient(center, ellipse cover, #63c8f2 0%, #1e3e72 100%);
    background: -o-radial-gradient(center, ellipse cover, #63c8f2 0%, #1e3e72 100%);
    background: -ms-radial-gradient(center, ellipse cover, #63c8f2 0%, #1e3e72 100%);
    background: radial-gradient(ellipse at center, #63c8f2 0%, #1e3e72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63c8f2', endColorstr='#1e3e72', GradientType=1 );
  }
  .features-icon img{
    width: 25%;
  }
  .breadcrumb-section{
    background: url(../img/slide1.jpg);
  }
  .site-main-menu .brand-logo{
    display: contents;
    margin-right: 100px;
  }
  .brand-logo img{
    width: 10%;
  }
  .site-main-menu{
    padding: 0px;
  }
  .site-main-menu .site-search-btn .con-btn{
    margin-top: 10%;
  }
  .footer-logo{
    text-align: center;
  }
  .footer-logo img{
    width: 30%;
  }
  .promoslide{
    background-size: contain;
  }
  .promoslide .slide-btn-1 a{
    background: transparent !important;
    opacity: 0 !important;
  }
  @media only screen and (min-width: 380px) and (max-width: 767px){
    .newslatter-section .newslatter-content{
      padding: 2% 0% 40% !important;
    }
    .newslatter-section .newslatter-content .newslatter-text h2{
      text-align: left !important;
    }
  }
  /* Barras */
  @media only screen and (min-width: 320px) and (max-width: 767px){
    .site-main-menu{
      padding: 2% 0%;
    }
    .brand-logo img{
      width: 20%;
    }
    .newslatter-section .newslatter-content .newslatter-text h2{
      text-align: center;
    }
    .tarjetas img{
      padding: 0% 30% !important;
    }
    .newslatter-form a{
      border: 2px #fff solid;
      color: #fff;
      padding: 2% 5%;
      border-radius: 100px;
      display: inline-block;
      margin-left: 2%;
      width: 100%;
      text-align: center;
      margin-bottom: 5%;
    }
    .mission-area .mission-text .section-title-left h2{
        font-size: 1em;
        text-align: center;
    }
    .expertise-indicator-icon .expertise-icon-item{
        margin-right: 15px;
    }
    .about-content{
        text-align: center;
    }
    .consaltation-section .consaltation-content .consalt-btn{
        width: 100%;
    }
.consaltation-content{
    text-align: center;
}
  .doctorweb .doc1{
    width: 5%;
  }
  .doctorweb .doc2{
    width: 20%;
  }
  .doctorweb {
    display: block;
  }
  }