:root {
    --blanco: #ffffff ;
    --azulbase:    #74e1db  ;
    --azulclaro:  #8ff2cb  ;
    --azulmedio:   #4fcaf2;
  }


  body::-webkit-scrollbar-track,
  textarea::-webkit-scrollbar-track {
      background-color: var(--azulbase);
  }
  
  body::-webkit-scrollbar,
  textarea::-webkit-scrollbar {
      width: 5px;
  }
  
  body::-webkit-scrollbar-thumb,
  textarea::-webkit-scrollbar-thumb {
      background-color: var(--azulclaro);
  }

.social-bar {
    position: fixed;
    right: 0.5%;
    top: 30%;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 9999;   
  }
  .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: var(--azulbase);
    background: radial-gradient(circle, #8ff2cb   1%, #4fcaf2 100%);
    transition: all 0.5s ease;
  }
  .icono:hover {
    border: 2px solid var(--azulmedio);
    transition: all 0.5s ease;
    border: 3px solid rgba(255, 255, 255, 0.5);
  }
  .icono:before {
    background-color: var(--azulmedio);
    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: var(--azulmedio);
    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;
  }

  .text-justify{
    text-align: justify;
  }

  /**/
  .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(--azulmedio);
    opacity: .3;
  }
  
  .cta-two .container {
    padding-top: 85px;
    position: relative;
    padding-bottom: 98px;
  }
  
  .cta-two h2 {
    margin: 0;
    color: #ffffff ;
    font-size: 38px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }

  .cta-two h3{
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 1px;
  }
 /*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);
  }
}
  .bg-white-2 {
    background-color: #efeadd !important;
    background-image: url(../images/slider/shape-2.png);
    background-repeat: none;
    background-size: cover;
    background-position: center;
    padding-bottom: 30px;
  }
  .bg-white-3 {
    background-color: transparent;
    background-image: url(../images/slider/shape-3.png);
    background-repeat: none;
    background-size: cover;
    background-position: center;
  }
  .bg-white-4 {
    background-color: #efeadd!important;
    background-image: url(../images/slider/shape-4.png);
    background-repeat: none;
    background-size: cover;
    background-position: center;
  }
  .radius{
    border-radius: 30px;
  }
  .btn-radius{
    border-radius: 30px;
    margin: 20px;
    width: 90%;
  }
  .color-black{
    color: #384346;
  }

  .color-green{
    color: #4fcaf2;
  }

  .logos{
    margin-left: 10px;
  }


  .hero-text-box {
	padding: 80px;
	background: rgba(248, 246, 243, 0.712);
	padding-right: 66px;
	border-radius: 100%;
	text-align: center;
  letter-spacing: 0.8px;
}
.hero-slider-caption h5 {
	margin-bottom: 25px;
}
.hero-slider-caption h1 {
	font-size: 50px;
	margin-bottom: 20px;
}
.hero-slider-caption p {
	margin-bottom: 35px;
	text-align: center;
}

.news-letter-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  text-align: center;
}

.news-letter-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--negro);
  opacity: .3;
}

.news-letter-area .container {
  position: relative;
}

/* news-letter */
.news-letter-title h1 {
	font-size: 50px;
}
.news-letter-box {
	padding: 75px 75px 60px;
	background: #fff;
  border-radius: 30px;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .logotipo{
    width: 40%;
  } 
  .logo {
    max-width: 200px;
  }
  .cta-two h2{
    font-size: 25px;
  }
  .cta-two h3{
    font-size: 20px;
  }
  .h1{
    font-size: 25px;
  }
  .h2{
    font-size: 18px;
  }

  .services-info{
    padding: 20px;
    margin: 0;
  }
  .logos{
    margin: 10px;
  }

  .cta-two h2 {
    font-size: 20px;
  }

  .cta-two h3{
    font-size: 18px;
  }

  .team-details-area .team-details-content{
    margin-top: 0;
    padding-top: 0;
  }

  .bg-white-2{
    padding-top: 0;
  }

  .hero-slider-caption h4 {
    font-size: 20px;
    text-align: center;
  }
  .hero-slider-caption h3 {
    font-size: 18px;
    text-align: center;
  }
}