@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

:root {
  --blanco: #fff;
  --azulbase: #047C04;
  --azulclaro: #F2ECFF;
  --azulmedio: #FB9F0A;
  --texto: #000000;
  --gradiente1: linear-gradient(90deg, rgba(12, 172, 12, 1) 0%, #5af033 49%, rgba(12, 172, 12, 1) 100%);
  --gradiente2: linear-gradient(90deg, rgba(12, 172, 12, 1) 0%, #5af033 49%, rgba(12, 172, 12, 1) 100%);
  --gradiente3: linear-gradient(90deg, #FB9F0A 0%, #ffca45ff 49%, #FB9F0A 100%);
}

a {
  cursor: pointer;
}

.footer1__copyright p,
body,
p {
  color: var(--texto);
}


.header__middle1--right {
  margin-top: auto;
  margin-bottom: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: 0 0;
}

::-webkit-scrollbar-thumb {
  background: var(--azulbase);
  border-radius: 100px;
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}

.btn2 {
  background-image: var(--gradiente1);
  color: var(--blanco) !important;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
  background-size: 100%;
  transition: 0.5s ease;
  text-transform: uppercase;
}

.btn2:hover {
  background-image: var(--gradiente1);
  background-size: 300%;
  transform: scale(1.1) translateY(-5px);
}

.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.header__middle1--right i {
  background-image: var(--gradiente1);
  color: var(--blanco);
}

.btn3 {
  padding: 20px 70px 20px 30px;
  color: var(--blanco) !important;
  background-image: var(--gradiente1);
  background-size: 100%;
  transition: 0.5s ease;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}

.btn3:hover {
  background-image: var(--gradiente2);
  background-size: 300%;
  transform: translateY(-10px);
}

.btn33 {
  background-image: var(--gradiente2);
  background-size: 100%;
  transition: 0.5s ease;
  text-transform: uppercase;
}

.btn33:hover {
  background-image: var(--gradiente1);
  background-size: 300%;
  transform: translateY(-10px);
}

.btn4 {
  padding: 20px 70px 20px 30px;
  color: var(--blanco) !important;
  background-image: var(--gradiente1);
  background-size: 100%;
  transition: 0.5s ease;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}

.btn4:hover {
  background-image: var(--gradiente2);
  background-size: 300%;
  transform: translateY(-10px);
}

.btn44 {
  background-image: var(--gradiente3);
  background-size: 100%;
  transition: 0.5s ease;
  text-transform: uppercase;
}

.btn44:hover {
  background-image: var(--gradiente3);
  background-size: 300%;
  transform: translateY(-10px);
}

.btn3 i,
.header__middle1--right .btn2 i {
  background: rgba(255, 255, 255, 0.25);
  color: var(--blanco);
}

.btn3:hover i {
  background: rgba(255, 255, 255, 0.25);
  color: var(--blanco);
}

.header__top1--left {
  padding-top: 0;
}

.header__top1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact_page1__left--heading,
.sidebar2__title,
.working_process1__thumb:before {
  /**/
  background-image: var(--gradiente1);
  background-size: 100%;
}

.btn9,
.extra_info--social a {
  background: #006191;
  background: -moz-linear-gradient(45deg, #006191 0, #00b4b7 50%, #006191 100%);
  background: -webkit-linear-gradient(45deg,
      #006191 0,
      #00b4b7 50%,
      #006191 100%);
  background: linear-gradient(45deg, #006191 0, #00b4b7 50%, #006191 100%);
  background-size: 100%;
  color: var(--blanco) !important;
}

.btn9:hover,
.working_process1__item:hover .working_process1__thumb:before {
  background: #006191;
  background: -moz-linear-gradient(45deg, #006191 0, #00b4b7 50%, #006191 100%);
  background: -webkit-linear-gradient(45deg,
      #006191 0,
      #00b4b7 50%,
      #006191 100%);
  background: linear-gradient(45deg, #677dc0 0, #005cbb 50%, #007bc7 100%, #0097c2 89%);
  /**/
  background-size: 400%;
}

.header__top1 {
  background: var(--azulbase);
}

.header__top1--left span {
  color: var(--blanco);
}

.header .menu_sticky,
.testimonial2__carousel:before,
.testimonial2__content video:before {
  background: var(--azulbase);
}

.appointment2__thumb i,
.care1__content h2,
.care1__content h4,
.header.home1 .main-menu nav>ul>li a,
.header__top1--right i,
.sidebar2__title p {
  color: var(--blanco);
  transition: 0.5s ease;
}

.accordion_style_01 .card-header a,
.accordion_style_01 .card-header a[aria-expanded="true"] i,
.blog1__content h3 a:hover,
.card-body i,
.extra_info--address ul li i,
.header.home1 .main-menu nav ul li ul li:hover>a,
.header.home1 .main-menu nav ul li:hover>a,
.header__top1--left i,
.header__top1--left span:hover,
.header__top1--right i:hover,
.service_details1__content h2,
.service_details1__content h3,
.slider1__content h2 span,
.testimonial2__thumb--content p,
.title1 h2 {
  color: var(--azulmedio);
  transition: 0.5s ease;
}

.care1__thumb3 span,
.care1__thumb3 span:after,
.care1__thumb3 span:before,
.header__top1--social:before,
.testimonial2 .slider-section-dots .owl-dots .owl-dot.active span,
.testimonial2 .slider-section-dots .owl-dots .owl-dot:hover span,
.testimonial2__carousel:before,
.testimonial2__content video:before {
  background: var(--azulmedio);
}

.accordion_style_01 .card-header a span,
.accordion_style_01 .card-header a:hover i,
.appointment2__content h4,
.appointment2__content p,
.blog1__content h3 a,
.footer1__item h3,
.header.home1 .main-menu nav ul li ul li a,
.header.home1 .menu_sticky .header__side-nav ul li button:hover,
.header__middle1--right span,
.page_title__content h1,
.slider1__content h2,
.testimonial2 .title2 h2,
.testimonial2__content video,
.testimonial2__thumb--content h5,
.title1 h4,
.working_process1__content h3,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--azulbase);
}


.responsi {
  display: inline-block;
  margin: 10px;

}

video {
  width: 300px;
  height: 400px;
  border: solid 5px #fbfffe;
  vertical-align: top;
  border-radius: 50px;
  background: linear-gradient(90deg, #0cac0c 0%, rgba(90, 240, 51, 1) 49%, rgba(12, 172, 12, 1) 100%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 991px) {
  video {
    width: 50%;
    height: auto;
  }
}

/* Estilos para pantallas pequeñas (móviles) */
@media (max-width: 767px) {
  video {
    width: 90%;
    height: auto;
    margin: auto;
  }
}


.header.home1 .main-menu nav ul li ul {
  border-top: 3px solid var(--azulmedio);
}

.footer1 {
  background: var(--blanco);
}

.header.home1 .header__menu {
  background: var(--azulbase);
  border-bottom: 0;
}

.header.home1 .header__side-nav ul li.extra_info_btn button {
  background: var(--azulmedio);
  color: var(--blanco);
}

.doctorweb .doc1 {
  display: inline-block;
  width: 20px;
  animation: 10s doc infinite ease;
}

.doctorweb .doc2 {
  display: inline-block;
  width: 100px;
}

@keyframes doc {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(360deg);
  }

  90% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

.footer1__item--02 {
  padding-left: 0;
}

.footer1__item ul li span {
  color: var(--azulmedio);
  font-size: 1.5em;
}

.responsive {
  display: none;
}

.title2 h2 strong {
  color: var(--azulmedio);
  text-transform: uppercase;
}

.title2 .wh strong {
  color: white;
  text-transform: uppercase;
}

.about1__wrapper {
  padding-left: 0;
  padding-right: 0;
}

.about1__content {
  padding-right: 0;
}

.testimonial2 {
  background: var(--blanco);
}

.appointment2__thumb {
  line-height: 70px;
}

.appointment2__item {

  background: -moz-linear-gradient(45deg, #006191 0, #00b4b7 50%, #006191 100%);
  background: -webkit-linear-gradient(45deg,
      #006191 0,
      #00b4b7 50%,
      #006191 100%);
  /*background: linear-gradient(45deg, #677dc0 0, #005cbb 50%, #007bc7 100%, #0097c2 89%);*/
  background: #19C8A3;
  box-shadow: rgba(0, 180, 183, 0.15) 0 15px 25px,
    rgba(0, 180, 183, 0.05) 0 5px 10px;
  background-size: 100%;
  transition: 0.5s ease;
}

.appointment2__item:hover {
  background: #006191;
  background: -moz-linear-gradient(45deg, #006191 0, #00b4b7 50%, #006191 100%);
  background: -webkit-linear-gradient(45deg,
      #006191 0,
      #00b4b7 50%,
      #006191 100%);
  /*45deg, #1E369C 0, #7c44e4  50%, #00B1B3 100%*/
  background: linear-gradient(45deg, #1E369C 0, #7c44e4 50%, #00B1B3 100%);
  background-size: 400%;
  transform: scale(1.05);
  transition: 0.5s ease;
}

.appointment2__content {
  background-color: var(--blanco);
}

.appointment2__thumb {
  background: #006191;
  background: -moz-linear-gradient(45deg, #006191 0, #00b4b7 50%, #006191 100%);
  background: -webkit-linear-gradient(45deg,
      #006191 0,
      #00b4b7 50%,
      #006191 100%);
  background: linear-gradient(45deg, #006191 0, #00b4b7 50%, #006191 100%);
  background-size: 100%;
  border: 2px solid var(--blanco);
  transition: 0.5s ease;
}

.appointment2__item:hover .appointment2__thumb {
  background: #006191;
  background: -moz-linear-gradient(45deg, #006191 0, #00b4b7 50%, #006191 100%);
  background: -webkit-linear-gradient(45deg,
      #006191 0,
      #00b4b7 50%,
      #006191 100%);
  background: linear-gradient(45deg, #006191 0, #00b4b7 50%, #006191 100%);
  background-size: 400%;
  transition: 0.5s ease;
}

.appointment2 {
  background: url(../img/bg2.jpg);
  background-size: cover;
}

.slider1__img-01 {
  background: url(../img/slider/slide.jpg);
  background-position: 70%;
}

.slider1__height {
  height: fit-content;
}

.slider1__content {
  padding-bottom: 0;
  /*0*/
}

.slider1__content h2 {
  font-size: 3em;
  line-height: 1.2em;
}

.slider-section-dots .owl-dots .owl-dot.active span,
.slider-section-dots .owl-dots .owl-dot:hover span {
  background: var(--azulmedio) !important;
  border: 0;
}

.slider1 .slider-section-dots .owl-dots .owl-dot span {
  border: 1px solid var(--azulmedio) !important;
}

.content_box_50 {
  padding: 50px 0;
}

.about3__thumb:after,
.about3__thumb:before {

  border-radius: 5px;
}

.about3__thumb img,
.gallery2__thumb {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}

.care1__thumb3 img {
  border-radius: 100px;
}

.care1__thumb3 {
  border: 2px dashed var(--azulmedio);
}

.cta__drw-style {
  /**/
  background-color: #8059ff;
  background-image: linear-gradient(90deg, #677dc0 7%, #64c3bc 74%);
}

.appointment2 .cta__drw-style4 {
  padding-top: 50px;
}

.care1__thumb1 {
  /**/


  background: url(../img/ctaimg1.webp);
  background-size: cover;
  background-position: 50%;
}

.care1__thumb2 {
  background: url(../img/ctaimg2.webp);
  background-size: cover;
  background-position: 50%;
}

.working_process1__thumb {
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px, rgba(0, 0, 0, 0.07) 0 2px 2px,
    rgba(0, 0, 0, 0.07) 0 4px 4px, rgba(0, 0, 0, 0.07) 0 8px 8px,
    rgba(0, 0, 0, 0.07) 0 16px 16px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.blog1__top {
  background: url(../img/bg3.webp);
}

.blog1__item {
  border-radius: 10px;
}

.blog1__thumb img {
  border-radius: 10px 10px 0 0;
}

.blog1__content {
  text-align: center;
  background: var(--azulclaro);
  border-radius: 0 0 10px 10px;
  height: 150px;
}

.testimonioimg {
  padding: 20px;
}

.extra_info--thumb img,
.service_details1__content img,
.testimonioimg img {
  text-align: center !important;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}

.contact-information-card {
  /**/
  text-align: center;
  margin-bottom: 25px;
  height: 200px !important;
  background-color: #FB9F0A;
  padding: 35px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 10px 30px;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  border: 2px solid rgba(255, 255, 255, .5);
  opacity: 0.9;
}

.page_title__img-06 {
  background: url(../img/bg2-1.webp);
  background-attachment: fixed;
}

.page_title__padding {
  padding: 40px 0;
}

.info1__icon-box {
  border: 0;
}

.info1__content h4 {
  color: var(--azulbase);
}

.info1__content h4 i {
  color: var(--azulmedio);
}

.info1__content:before {
  background: 0 0;
}

.info1__content:after {
  background: var(--azulmedio);
  height: 5px;
}

.sidebar2__questions,
.sidebar2__recent-post {
  border-bottom: 3px solid var(--azulmedio);
}

.sidebar2__recent-post ul {
  padding: 40px;
}

.sidebar2__recent-post ul li {
  transition: 0.5s ease !important;
  padding: 10px 10px 10px 10px;
}

.sidebar2__recent-post ul li a {
  color: var(--azulbase) !important;
  transition: 0.5s ease !important;
}

.sidebar2__recent-post ul li:hover {
  color: var(--azulbase) !important;
  transform: translateX(10px);
  transition: 0.5s ease !important;
}

.sidebar2__recent-post ul li a:hover {
  color: var(--azulmedio) !important;
  transition: 0.5s ease !important;
}

.gallery2 {
  background: url(../img/bg6.png);
}

.service_details1__content ul {
  padding-left: 20px;
}

.service_details1__content ul li {
  list-style: circle;
}

.btn-whatsapp {
  display: block;
  width: 75px;
  height: 75px;
  color: #333;
  position: fixed;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  text-align: center;
  z-index: 999;
  font-size: 50px;
  background-image: var(--gradiente2);
  border: 2px solid var(--blanco)
}

.icono,
.icono:hover {
  background-image: var(--gradiente1)
}

.btn-whatsapp i {
  color: var(--blanco);
  transition: .5s;
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.btn-whatsapp span {
  font-size: .2em;
  position: absolute;
  padding-left: 7px;
  padding-right: 7px;
  right: 0;
  top: -20px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #de2f36;
  color: #fff;
  border-radius: 100px;
  line-height: 20px;
  transform: scale(0)
}

.icono span,
.icono span p {
  color: var(--blanco) !important;
  margin: auto
}

@keyframes iconw {

  0%,
  100% {
    transform: scale(.8)
  }

  50% {
    transform: scale(1)
  }
}

.btn-whatsapp p {
  background: #f1f1f1;
  position: absolute;
  bottom: 0;
  padding: 10px;
  right: 20px;
  font-size: 14px;
  border: 4px solid rgba(255, 255, 255, .5);
  border-radius: 20px 20px 0;
  box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;
  line-height: normal;
  -webkit-animation: 1s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right;
  animation: .5s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right;
  width: 200px
}

.btn-whatsapp .close {
  font-size: .25em;
  position: absolute;
  color: #95a0a8;
  border-radius: 100px;
  -webkit-animation: 1s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right;
  animation: 1s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right;
  background-color: #f1f1f1;
  bottom: 60px;
  right: 20px;
  z-index: 999;
  padding: 1px;
  padding-right: 3px;
  padding-left: 3px;
  border: 1px solid #f1f1f1;
  line-height: 1
}

.wtext {
  transform: scale(0);
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  transition: .5s ease
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.social-bar {
  position: fixed;
  right: 2px;
  bottom: 300px;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100
}

.icono,
.icono span,
.icono:hover i {
  position: relative;
  transition: .5s
}

.icono {
  height: 50px;
  width: 50px;
  display: flex;
  margin-top: 5px;
  border: 2px solid var(--color2);
  border-radius: 10px;
  color: var(--blanco) !important;
  box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
  background-image: var(--gradiente1);
}

.icono span {
  font-size: 16px;
  padding-right: 5px;
  transform: scale(0);
  width: max-content
}

.icono span p {
  opacity: 0;
  transition: .5s
}

.icono i {
  position: absolute;
  z-index: 2;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--blanco);
  transition: .5s
}

.icono:hover span {
  transition: .5s;
  transform: scale(1);
  color: var(--color1)
}

.icono:hover span p {
  opacity: 1;
  transition-delay: .5s;
  color: var(--color1)
}

.icono:hover {
  padding: 5px;
  border: 3px solid rgba(255, 255, 255, .5);
  transition: .5s;
  width: 100%;
  background-image: var(--gradiente1);
}

.subscribe-one__inner .whatsapp-btn,
.telefono-btn:hover,
.whatsapp-btn:hover {
  background-image: var(--gradiente2);
  color: var(--negro)
}

.icono:hover i {
  top: 0;
  left: 0;
  color: var(--blanco);
  transform: translate(0, 0);
  margin: auto 5px
}

.doctorweb .doc2 {
  width: 120px
}

.doctorweb .doc1 {
  width: 25px;
  margin-right: 3px;
  margin-left: 5px;
  animation: 10s infinite doc
}

@keyframes doc {

  0%,
  10%,
  100%,
  90% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(360deg)
  }
}

.responsive {
  display: none !important
}

.show {
  transform: scale(1) !important;
  transition: .5s ease !important
}

.header__middle1--right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.about1__content .fa-ul li {
  margin-bottom: 10px;
}

.about1__content .fa-li {
  left: calc(var(--fa-li-width, 2.5em)*-1);
}

.about1__content .fa-ul li i {
  font-size: 2em;
  color: var(--azulbase);
  top: 5px;
}

.about1__content .fa-ul li strong {
  color: var(--azulbase);
  font-size: 1.25em;
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
}

.appointment2 {
  padding: 100px 0px;
}

.neopad {
  padding: 80px 0px !important;
}

.about3__thumb,
.about1__wrapper {
  padding: 0px !important;
}

.botones {
  padding-top: 10px;
  text-align: center;
}

.botones a {
  margin-top: 20px;
}

.image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.image1 img {
  width: 100%;

}

.footer1__item ul li a {
  color: var(--texto);
}

.footer1__item ul li a strong {
  color: var(--azulbase);
}

.footer1__item ul li a:hover {
  color: var(--azulmedio);
}

.service_details1__content h1 {
  font-size: 2em;
  color: var(--azulbase);
  font-weight: 600;
}

.service_details1__content p {
  text-align: justify;
  color: var(--texto);
}

.service_details1__content h2 {
  color: var(--azulbase);
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

.service_details1__content h3 {
  font-size: 1em;
  color: var(--azulbase);
}

.bg1 {
  background: url(../img/fondos/bg1.jpg) !important;
}

.bg2 {
  background: url(../img/fondos/bg2.jpg) !important;
}

.bg5 {
  background: url(../img/fondos/3.webp) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
}

.bg4 {
  background: url(../img/fondos/1.png) !important;
}

.imagen-1 {
  width: 150px;
  padding: 0;
}

.appointment2 {
  position: relative;
}

.appointment2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(12, 172, 12);
  background: linear-gradient(90deg, rgba(30, 54, 156, 0) 0%, rgb(12, 172, 12) 30%, rgb(12, 172, 12) 70%, rgba(30, 54, 156, 0) 100%);
  z-index: 1;
}

.appointment2 .title1 {
  z-index: 9;
  position: relative;
}

@media (min-width:767px) {
  .cta__dresp {
    display: none;
  }

  .appointment2 .cta__drw-style4 p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .appointment2 {
    background-position: left;
  }

  .appointment2::before {
    background: var(--azulbase);
    opacity: .85;
  }

  .image img {
    margin-bottom: 20px;
  }

  .image1 img {
    margin-bottom: 20px;
  }

  .imagen-1 {
    width: 80px !important;
    height: auto;
  }

  .title-1 {
    font-size: 25px !important;
    line-height: 10px;
  }

  .title1,
  .about1__content h3 {
    text-align: center;
  }

  .about1__content p,
  .about1__content .fa-ul li {
    text-align: left;
  }

  .about1__content p,
  .about1__content .fa-ul li i {
    text-align: justify;
  }

  .appointment2 .cta__drw-style4 p {
    font-size: 16px;
  }

  .footer1__item h3 {
    margin-top: 20px;
  }

  .cta__dresp {
    /*agregue*/
    padding: 1px 0px;
    background-color: #1e369c;
  }

  .cta__dresp a {
    color: white;
  }

  .faq1__wrapper {
    margin-top: 40px;
  }

  .mean-container .mean-nav {
    background: var(--azulbase);
  }

  .appointment2__thumb-wrapper {
    background: var(--azulmedio);
  }

  .about3:before {
    background-position: 100%;
    opacity: 0.25;
  }

  .care1__thumb2 {
    display: none;
  }

  .care1__thumb1 {

    display: block;
    width: 100%;
    background-position: 40%;
  }

  .about1__wrapper {
    margin-top: 40px;
    align-items: center !important;
    text-align: center !important;
  }

  .slider1__content h5 {
    font-size: 1em;
  }

  .slider1__content h2 {
    font-size: 1.5em;
  }

  .title2 h2 {
    font-size: 1.3em;
  }

  .btn3 {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .slider1__content {
    background-color: rgba(255, 255, 255, 0.212);
    text-align: center;
    padding: 30px 10px 30px 10px;
    /*padding: 30px 20px 30px 20px;*/
    /*padding: 20px 10px 30px 10px;*/

  }

  .slider1__img-01 {
    background-position: 80%;
  }

  .about1__btn,
  .faq1__wrapper h3,
  .page_title__content {
    text-align: center;
    padding-top: 2px;

  }

  .service_details1__content h2 {
    text-align: center;
  }

  .about1__btn a {
    margin-bottom: 20px;
  }

  .header__middle1 {
    padding-top: 0px;
    /*padding-top: 5px;*/
    padding-bottom: 5px;
  }

  .centertextr {
    text-align: center;
  }

  .doctorweb .doc1 {
    width: 5%;
  }

  .doctorweb .doc2 {
    width: 20%;
  }

  .doctorweb {
    display: block;
  }

  .header__top1 {
    /*para que el nav quede estatico*/
    display: none;
  }

  .header {
    position: fixed;
    top: 0px;
    z-index: 9;
  }

  .header__middle1 {
    background: var(--blanco);
  }

  .mean-container .mean-bar {
    min-height: 0px;
  }

  .mean-container .mean-nav {
    margin-top: 0px;
  }

  .icono:hover span {
    display: none
  }

  .fullwidth {
    display: none !important
  }

  .responsive {
    display: block !important
  }

  .wtext p {
    background: #f1f1f1;
    color: var(--negro) !important;
    position: absolute;
    bottom: -20px;
    padding: 10px;
    right: 10px;
    font-size: 12px;
    border-radius: 20px 20px 0;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;
    line-height: normal;
    -webkit-animation: 1s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right;
    animation: .5s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right;
    width: 200px
  }

  .wtext .close {
    font-size: 1em;
    position: absolute;
    color: var(--negro);
    border-radius: 100px;
    -webkit-animation: 1s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right;
    animation: 1s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right;
    background-color: #f1f1f1;
    bottom: 30px;
    right: 0;
    z-index: 999;
    padding: 1px;
    padding-right: 4px;
    padding-left: 4px;
    border: 1px solid #f1f1f1;
    line-height: 1
  }

  .wtext {
    display: none;
    transform: scale(0);
    right: 20px;
    bottom: 50px
  }

  .btn-whatsapp {
    display: none !important
  }

  .icono,
  .icono span,
  .icono:hover i {
    position: relative;
    transition: .5s
  }

  .icono {
    margin-top: 0;
    border-radius: 10px;
    background: transparent;
    box-shadow: none !important;
    border: 0px !important
  }

  .icono:hover {
    padding: 5px;
    border: 3px solid rgba(255, 255, 255, .5);
    transition: .5s;
    width: 50px;
    background: transparent
  }

  .icono span {
    font-size: .3em;
    padding-right: 5px;
    transform: scale(0);
    width: max-content
  }

  .icono i {
    position: absolute;
    z-index: 2;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--blanco);
    transition: .5s;
    font-size: 1em
  }

  .icono:hover i {
    position: absolute;
    top: 55%;
    left: 40%;
    transform: translate(-50%, -55%)
  }

  .icono .notificacion {
    display: block;
    position: absolute;
    background: red;
    color: var(--blanco);
    top: 5px;
    right: -10px;
    padding: 3px 7px;
    border-radius: 100px;
    text-align: center;
    line-height: 1.5
  }

  .social-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 2rem;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    z-index: 100;
    width: 100%;
    justify-content: space-around;
    flex-wrap: nowrap;
    background-image: var(--gradiente1);
    -webkit-animation: bounce-in-bottom 1.1s both;
    animation: bounce-in-bottom 1.1s both
  }

  @-webkit-keyframes bounce-in-bottom {
    0% {
      -webkit-transform: translateY(500px);
      transform: translateY(500px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
    }

    38% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      opacity: 1
    }

    55% {
      -webkit-transform: translateY(65px);
      transform: translateY(65px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    72% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    81% {
      -webkit-transform: translateY(28px);
      transform: translateY(28px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    95% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }
  }

  @keyframes bounce-in-bottom {
    0% {
      -webkit-transform: translateY(500px);
      transform: translateY(500px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
    }

    38% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      opacity: 1
    }

    55% {
      -webkit-transform: translateY(65px);
      transform: translateY(65px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    72% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    81% {
      -webkit-transform: translateY(28px);
      transform: translateY(28px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    95% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }
  }

  .whatsapp-cta2 {
    margin-bottom: 15px
  }

  .show {
    transform: scale(1) !important;
    transition: .5s ease !important
  }
}

.enlaces-seo {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 282px;
  list-style: none;
}

.parrafo {
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
}

@media (max-width:991px) {
  .home1 {
    display: none !important;
  }
}


.header__logo a img {
  width: 50%;
}

.footer1__item--logo img {
  width: 70%;
}

.container__cta-drw {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section__cta-drw {
  background-image: linear-gradient(to right top, #047c04, #588a00, #8f9400, #c59c00, #fb9f0a);
}

.col__contain-drw h2 {
  color: var(--blanco);
  margin-bottom: 30px;
}

.col__contain-drw h3 {
  color: var(--blanco);
}

/* latest-news */
.news-tag {
  color: #e12454;
  font-weight: 500;
}

.latest-news-content h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 19px;
}

.latest-news-content h3 a:hover {
  color: #e12454;
}

.recent-news-list {
  padding: 41px;
  border: 2px solid #eae7ff;
  padding-bottom: 40px;
}

.singl-news.news-border-bottom {
  padding-bottom: 31px;
  border-bottom: 2px solid #e3ecf2;
  margin-bottom: 31px;
}

.meta-date {
  margin-right: 29px;
}

.meta-date i {
  margin-right: 5px;
}

.meta-date a {
  color: #647589;
}

.latest-news-box-2 img {
  width: 92%;
  text-align: center !important;
  align-items: center !important;
  position: relative;
  left: 17px;
  border-radius: 20px !important;
}

.latest-news-box-2 .latest-news-content-box {
  padding: 0 15px;
}

.latest-news-box-2 .latest-news-content {
  padding: 35px;
  height: 130px !important;
  align-items: center !important;
  background: #fff;
  margin-top: -120px;
  position: relative;
  z-index: 9;
  padding-bottom: 15px;
  border-radius: 20px !important;
  box-shadow: 0px 8px 16px 0px rgba(178, 176, 255, 0.5);
}

.latest-news-box-2 .latest-news-content h3 {
  margin-bottom: 13px;
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
font-weight: 400;
}

.latest-news-box-2 .latest-news-content h3 .tittle-serve {
  color: var(--azulbase);
  font-size: 1.25em !important;
  margin-bottom: 15px;
  margin-top: 20px;
}

.latest-news-box-2 .news-tag {
  color: #8fb569;
}

.latest-news-box-2 .latest-news-content h3 a:hover {
  color: #8fb569;
}

.blog-feeds-text h5 {
  color: #bdc1d5;
  line-height: 1.3;
  margin-bottom: 4px;
}

.latest-news-box-3 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(178, 176, 255, 0.5);
}

.latest-news-box-3 .latest-news-content {
  margin-top: 0;
}

@media (max-width:991px) {

  .latest-news-box-2 img {
    width: 91%;
  }

  .latest-news-box-2 .latest-news-content {
    padding: 40px;
    height: auto !important;
    align-items: center;
    margin-top: -129px;
  }

  .lista-esp {
    text-align: left !important;
    margin: 20px 40px 20px 60px  !important;
  }
}

.lista-esp {
  color: var(--azulclaro);
  font-size: 1.25em;
  margin-bottom: 15px;
  margin-top: 20px;
  margin-left: 130px;
}

.lista-esp i {
  color: #F9FADB;
  font-size: 1.5em;

}

.lista-esp strong {
  margin-left: 15px;
  margin-top: 10px;
}

.tittlee-2 {
  font-size: 32px !important;
  line-height: 40px;
  font-weight: 700;
  color: var(--azulmedio) !important;
}