:root {
    --blanco: #fff;
    --azulbase: #5BA4B6;
    --azulclaro: #4bdcae;
    --azulmedio: #1c81ad;
  }

  body::-webkit-scrollbar-track,
  textarea::-webkit-scrollbar-track {
      background-color: #5BA4B6;
  }
  
  body::-webkit-scrollbar,
  textarea::-webkit-scrollbar {
      width: 5px;
  }
  
  body::-webkit-scrollbar-thumb,
  textarea::-webkit-scrollbar-thumb {
      background-color: #1c81ad;
  }

.social-bar {
    position: fixed;
    right: 1.5%;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 9999;
    top: 40%;    
  }
  .icono {
    color: var(--blanco) !important;
    text-decoration: none;
    height: 50px;
    width: 50px;
    display: flex;
    transition: all 0.5s;
    margin-top: 10%;
    position: relative;
    border-radius: 100px;
    padding: 4%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-image: linear-gradient(to top, #00ba85, #00c17f, #00c778, #12cd70, #25d366);
    transition: all 0.5s ease;
  }
  .icono:hover {
    border: 2px solid var(--azulbase);
    transition: all 0.5s ease;
    border: 3px solid rgba(255, 255, 255, 0.5);
  }
  .icono:before {
    background-color: var(--azulbase);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 30px;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0, 0);
    transition: all 0.5s ease;
  }
  .icono:hover:before {
    z-index: 1;
    transform: scale(1.1);
    transition: all 0.5s ease;
  }
  .icono span {
    background-image: linear-gradient(to top, #00ba85, #00c17f, #00c778, #12cd70, #25d366);
    padding: 5%;
    padding-left: 20%;
    padding-right: 20%;
    font-size: 0.5em;
    color: var(--dorado);
    position: absolute;
    right: 55px !important;
    top: 10px !important;
    transform: scale(0);
    width: max-content;
    box-shadow: rgba(227, 176, 75, 0.1) 0 20px 25px -5px,
      rgba(227, 176, 75, 0.04) 0 10px 10px -5px;
    border-radius: 5px;
  }
  .icono:hover span {
    transition: all 0.5s ease;
    transform: scale(1);
  }
  .icono i,
  .icono img {
    z-index: 2;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .icono img {
    width: 30px;
  }

.title-footer{
    font-size: 25px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

  /*Doctor Web*/

  .doctorweb .doc1 {
  display: inline-block;
  animation: 10s doc infinite ease;
  width: 4%;
}
.doctorweb .doc2 {
  display: inline-block;
  width: 13%;
}

  .copy p{
    color: aliceblue;
    font-size: 16px;
  }

  @keyframes doc {
    0% {
      transform: rotate(0);
    }
    10% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(360deg);
    }
    90% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(0);
    }
  }

  .text-justify{
    text-align: justify;
  }

  .text-content{
    text-align: justify;
    font-size: 18px;
    color: slategrey;
    line-height: 30px;
  }

    /*banner footer*/
    .cta-two {
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      position: relative;
      text-align: center;
    }
    
    .cta-two::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: var(--azulclaro);
      opacity: .4;
    }
    
    .cta-two .container {
      padding-top: 96px;
      position: relative;
      padding-bottom: 150px;
    }
    
    .cta-two h1 {
      margin: 0;
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      line-height: 70px;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }
  
    @media only screen and (min-width: 375px) and (max-width: 767px) {
      .cta-two h1 {
        font-size: 30px;
         line-height: 50px;
      }
      .social-bar {
        top: 25%;    
      }
    }







    @media (max-width: 769px) {

       .banner-overlay img {
  width: 50% !important;
  text-align: center;
}
.banner-overlay h1{
line-height: 1.5rem !important;
  font-size: 18px !important;
}
.banner-overlay p{
line-height: 1.5rem !important;
  font-size: 12px !important;
}


    }
    


      @media (max-width: 1024px) and (max-width: 769px){

       .banner-overlay img {

  width: 30% !important;
  text-align: center;
}
.banner-overlay h1{
line-height: 1.5rem !important;
  font-size: 18px !important;
}
.banner-overlay p{
line-height: 1.5rem !important;
  font-size: 12px !important;
}

      }





 @media  (max-width: 1280px) {

       .banner-overlay img {

  width: 45% !important;
  text-align: center;
}
.banner-overlay h1{
  margin-top: 45px;
line-height: 1.5rem !important;
  font-size: 18px !important;
}
.banner-overlay p{
line-height: 1.5rem !important;
  font-size: 18px !important;
}


    }



   @media (min-width: 800px) and (max-width: 853px){

       .banner-overlay img {

  width: 35% !important;
  text-align: center;
}
.banner-overlay h1{
  margin-top: 45px;
line-height: 1.5rem !important;
  font-size: 18px !important;
}
.banner-overlay p{
line-height: 1.5rem !important;
  font-size: 18px !important;
}


    }


    @media (min-width: 768px) and (max-width: 925px){

       .banner-overlay img {

  width: 35% !important;
  text-align: center;
}
.banner-overlay h1{
  margin-top: 45px;
line-height: 1.5rem !important;
  font-size: 18px !important;
}
.banner-overlay p{
line-height: 1.5rem !important;
  font-size: 18px !important;
}


    }









 @media (min-width: 1225px) and (max-width: 1300px) {

       .banner-overlay img {
margin-top: 105px;
  width: 45% !important;
  text-align: center;
}
.banner-overlay h1{
  margin-top: 45px;
line-height: 1.5rem !important;
  font-size: 18px !important;
}
.banner-overlay p{
line-height: 1.5rem !important;
  font-size: 18px !important;
  margin-bottom: -15px;
}


    }





    @media (min-width: 1300px) and (max-width: 4500px) {

       .banner-overlay img {
        margin-left: 25px;
margin-top: 15px;
  width: 75% !important;
  text-align: center;
}
.banner-overlay h1{
  margin-top: 45px;
line-height: 2.5rem !important;
  font-size: 28px !important;
}
.banner-overlay p{
line-height: 2.0rem !important;
  font-size: 28px !important;
  margin-bottom: -45px;
}


    }


    
    
 

      

