a{
    cursor: pointer;
}
.custom-nav .navbar-brand.brand-logo img{
    height: 100px !important;
}
.sticky-header .custom-nav .navbar-brand.brand-logo img{
    height: 50px;
}
.contact_btn .btn-sm{
    min-width: 150px !important;
    height: 50px !important;
}
.btn-white{
    min-width: 200px;
}
.aboutus .aboutus-icon-box .icon i{
    font-size: 20px;
}
.aboutus .aboutus-icon-box .icon{
    min-width: 30px;
    min-height: 30px;
}
.aboutus .aboutus-icon-box .title{
  font-weight: 400;
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 1em;
    text-align: justify;
}
.ftr-icon-box2{
  padding: 0% !important;
  border-radius: 10px;
}
.question-box .faq-body p{
  font-size: 1em;
  color: var(--theme-color);
}

.question-box .faq-body li{
  font-size: 1em;
  color: var(--theme-color);
}
.appointment .appointment-form{
  padding-top: 200px;
  padding-bottom: 200px;
}
.btn{
  line-height: auto;
  background: var( --secundari) !important;
  font-size: 1em;
  border: #fff !important;
}
.btn-rounded{
  background-color: var(--theme-color) !important;
}
.features .ftr-icon-box{
    height: 250px;
}
.contact-menu-list li{
    display: block;
}
.faq-body li {
  margin-left: 1.5em; /* Margen izquierdo para alinear con la biñeta */
  text-indent: -1.2em;
  padding: 5px;
  line-height: 30px;
}
.our-team .team-box img{
    border-radius: 100%;
    width: 100%;
    border: 5px solid #59bfcb;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  }
.team-box ul li{
  font-size: 1em;
  color: #005688;
  text-align: justify;
}
.section-title h2{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    font-weight: bold;
    color: var(--theme-color);
}

.section-title h2 span, .aboutus .aboutus-icon-box .icon i{
    color: #1897b3;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  display: none !important;
}
.section{
    padding-top: 6%;
    padding-bottom: 0%;
}
.btn-white{
    background: #1897b3;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, .5);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    transition: .5s ease;
}
.btn-white:hover{
    background: #333;
    transition: .5s ease;
    
    transform: scale(.9);
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background: #0999d6; 
}
::-webkit-scrollbar-thumb {
background: #1897b3;
transition: .5s;
}
.our-team .team-box .title-box p{
  color: #1897b3;
}
.sticky-header .navbar-brand.brand-logo img{
height: 70px !important;
}
.doctorweb .doc1{
width: 2%;
animation: 10s doc infinite ease;
}
.doctorweb .doc2{
width: 10%;
}
@keyframes doc {
0% {
  transform: rotate(0deg);
}
10% {
  transform: rotate(0deg);
}
50% {
  transform: rotate(360deg);
}
90% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(0deg);
}}
.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: 8%;
}
.btn-whatsapp:hover{
  background-color: #333;
  transform: rotate(360deg);
  transition: ease .5s;
}
.btn-whatsapp span{
  font-family: "Rubik", 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;
}
.contact_btn .btn-sm{
    background: #1897b3;
    transition: .5s ease;
    color: #fff !important;
}
.contact_btn .btn-sm:hover{
    color: #fff !important;
    background: #333;
    transform: scale(.9);
    transition: .5s ease;
}
@keyframes iconw {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }}
#aboutus img, #reviews img, #features img{
    border-radius: 5px;
   
}

.btn-white {
  margin-bottom: 20%;
  padding: 3% 5%;
  /* text-align: revert; */
  display: inline;
}
.appointment .contant-number2{
  background: url(../images/appointment-left-bg2.jpg);
}
.features .title{
  font-size: 2em;
}
.features .description{
  font-size: 1.2em;

  padding-left: 133px;
  padding-right: 21px;
}
.estudiospad{
  padding: 12%;
  padding-left: 0%;
  padding-right: 0%;
}
.appointment .appointment-form .title{
  font-size: 1.5em;
  font-weight: 400;
}
.footer p{
  font-size: 1em;
  text-align: justify;
}
h2{
  font-size: 2em;
}

.owl-item.active .content-fadeInUp{
  text-align: center;
  
}
#reviews{
  padding-bottom: 5%;
}
.review-slider .item .review-card p, .question-box .faq-body p{
  text-align: justify;
}
.social-bar {
 
  position: fixed;
  right: 0.5%;
  top: 40%;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
 
}
.icono {
  color: #fff !important;
  text-decoration: none;
  height: 50px;
  width: 50px;
  display: flex;
  transition: all 0.5s;
  margin-top: 10%;
  position: relative;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: #000000;
  transition: all 0.5s ease;
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.icono:hover {
  border: 2px solid #88ca51;
  transition: all 0.5s ease;
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.icono:before {
  background-color: #00568800;
  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: #fff;
  padding: 5%;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 0.5em;
  border-radius: 10px;
  color: #791717;
  position: absolute;
  right: 55px !important;
  top: 5px !important;
  transform: scale(0);
  width: max-content;
}
.icono:hover span {
  transition: all 0.5s ease;
  transform: scale(1);
}
.icono i {
  z-index: 2;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 320px) and (max-width: 767px){

 

  .social-bar {
    display: block;
  }
  .appointment .contant-number{
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .appointment .contant-number{
    height: 300px;
  }
  .footer-menu{
    display: block;
  }.estudiospad{
    padding: 5%;
  }
  .btn{
    line-height: auto !important;
    height: auto !important;
  }
  .features .ftr-icon-box{
    height: fit-content !important;
  }
  .features .title{
    text-align: center;
  }
  .appointment .appointment-form{
    padding-top: 5%;
    padding-bottom: 5%;
   
  }
  #appointment{
    margin-bottom: 5%;
  }
    .btn-white{
        margin-bottom: 2%;
    }
    .our-team .team-box img{
        width: 50%;
       margin-left: auto;
       margin-right: auto;
    }
    .custom-nav .navbar-brand.brand-logo img{
    height: 34px !important;
}
    .aboutus .aboutus-icon-box .title{
    margin-bottom: 0px;
    margin-top: 0px;
}
.learn-more{
    text-align: center;
    display: flex;
}
.learn-more a{
    margin-bottom: 2%;
}
}