:root {
  --blanco: #fff;
  --color1: #0049b1;
  --color2: #008CDE;
  --color3: #20C197;
  --negro: #000;
  --gradiente1: linear-gradient(to bottom, #008cde, #007cd4, #006bca, #005abe, #0049b1);
  --gradiente2: linear-gradient(to bottom, #20c197, #19b38a, #12a57d, #099771, #008a65);
}
a {
  cursor: pointer;
}

body,
p,.header__middle1--right span {
  color: var(--negro);
}
.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: rgb(27,128,191);
background: -moz-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
  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: rgb(27,128,191);
background: -moz-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
  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: rgb(27,128,191);
background: -moz-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
  color: var(--blanco);
}
.btn3 {
  padding: 20px 70px 20px 30px;
  color: var(--blanco) !important;
  background: rgb(27,128,191);
background: -moz-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: linear-gradient(90deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
  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: rgb(27,128,191);
background: -moz-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: linear-gradient(90deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
  background-size: 300%;
  transform: translateY(-10px);
}
.btn33 {
  background: rgb(81,179,86);
background: -moz-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
background: linear-gradient(90deg, rgba(81,179,86,1) 20%, rgba(123,241,135,1) 50%, rgba(81,179,86,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
  background-size: 100%;
  transition: 0.5s ease;
  text-transform: uppercase;
}
/* .btn33 {
  background: rgb(81,179,86);
background: -moz-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
background: linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
  background-size: 100%;
  transition: 0.5s ease;
  text-transform: uppercase;
} */
.btn33:hover {
  background: rgb(81,179,86);
background: -moz-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
background: linear-gradient(90deg, rgba(81,179,86,1) 20%, rgba(206,246,208,1) 50%, rgba(81,179,86,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
  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: rgb(81,179,86);
  background: -moz-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
  background: -webkit-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
  background: linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
  background-size: 100%;
}
.btn9,
.extra_info--social a {
  background: rgb(27,128,191);
background: -moz-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
  background-size: 100%;
  color: var(--blanco) !important;
}
.btn9:hover,
.working_process1__item:hover .working_process1__thumb:before {
  background: rgb(21,67,96);
  background: -moz-linear-gradient(45deg, rgba(21,67,96,1) 20%, rgba(102,181,248,1) 50%, rgba(21,67,96,1) 80%);
  background: -webkit-linear-gradient(45deg, rgba(21,67,96,1) 20%, rgba(102,181,248,1) 50%, rgba(21,67,96,1) 80%);
  background: linear-gradient(45deg, rgba(21,67,96,1) 20%, rgba(102,181,248,1) 50%, rgba(21,67,96,1) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
  background-size: 400%;
}
.header__top1 {
  background: var(--azulbase);
}
.header__top1--left span {
  color: var(--blanco);
}
.header .menu_sticky,
.testimonial2__carousel:before,
.testimonial2__content p: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,.slider1__content h5 {
  color: var(--color2);
  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 p: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,
.page_title__content h1,
.slider1__content h2,
.testimonial2 .title2 h2,
.testimonial2__content p,
.testimonial2__thumb--content h5,
.title1 h4,
.working_process1__content h3,
h1,
h2,
h3,
h4,
h5,
h6,.footer1__copyright p, .footer1__social a i {
  color: var(--azulbase);
}
.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);
}
.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(--color2);
  font-size: 1.2em;
}
.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: rgb(27,128,191);
background: -moz-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
  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: rgb(27,128,191);
background: -moz-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
background: linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
  background-size: 400%;
  transform: scale(1.05);
  transition: 0.5s ease;
}
.appointment2__content {
  background-color: var(--blanco);
}
.appointment2__thumb {
  background: rgb(81,179,86);
background: -moz-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
background: linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
  background-size: 100%;
  border: 2px solid var(--blanco);
  transition: 0.5s ease;
}
.appointment2__item:hover .appointment2__thumb {
  background: rgb(81,179,86);
background: -moz-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
background: linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
  background-size: 400%;
  transition: 0.5s ease;
}
.appointment2 {
  background: url(../img/ctabg.jpg);
  background-position: center;
  background-size: cover;
}
.slider1__img-01 {
  background: url(../img/slider/colecistectomia.jpg);
  background-position: 70%;
  background-size: cover;
}
.slider1__img-02 {
  background: url(../img/slider/sl1.jpg);
  background-position: 70%;
  background-size: cover;
}
.slider1__height {
  height: 560px;
}
.slider1__content {
  padding-bottom: 0;
}
.slider1__content h2 {
  font-size: 4em;
  line-height: 1.2em;
  text-shadow: 0 0 10px #FFFFFF;
}
.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;
}
/* .about3:before {
  background: url(../img/bg1.jpg);
  background-size: cover;
} */
.care1__thumb3 img {
  border-radius: 100px;
}
.care1__thumb3 {
  border: 2px solid var(--azulmedio);
}
.care1__thumb1 {
  background: url(../img/slider/slider-sec-4.jpg);
  background-size: cover;
  background-position: 50%;
}
.care1__thumb2 {
  background: url(../img/slider/slider-sec-3.jpg);
  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: 100%;
}
.blog1__top {
  background-color: var(--azulmedio);
  /* background: url(../img/bg3.jpg);
  background-size: cover;
  background-position: center; */
}
.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 {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}
.page_title__img-06 {
  background-color: #00b7ff;
  /* background: url(../img/bg4.jpg);
  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); */
  background-color: #fff;
}
.service_details1__content ul {
  padding-left: 20px;
}
.service_details1__content ul li {
  list-style: circle;
}
.about3__thumb img{
  margin-bottom: 20px;
}
.footer1__item ul li a{
  line-height: 1.1;
  transition: .5s ease;
}
.footer1__item ul li a:hover{
  color: var(--azulbase) !important;
  transform: translateX(5px);
  transition: .5s ease;
}
.title2 h2{
  color: var(--azulmedio);
}
.blog1__content{
  padding: 10px;
}
.working_process1__item .col-md-8{
  display: flex;
}
.working_process1__content{
  margin-top: auto;
  margin-bottom: auto;
}
.title1 h1{
  font-size: 1.25em;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .appointment2__content{
    text-align: center;
  }
  .header__top1--left a{
    display: block;
  }
  .working_process1__thumb{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .working_process1__item .col-md-8{
    display: block;
  }
  .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;
    text-align: center;
  }
  .slider1__content h5 {
    font-size: 1em;
  }
  .slider1__content h2 {
    font-size: 1.5em;
  }
  .title2 h2 {
    font-size: 1.5em;
  }
  .btn3 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .slider1__content {
    /* background-color: rgba(255, 255, 255, 0.9); */
    text-align: center;
    padding: 30px 20px 30px 20px;
  }
  .slider1__img-01 {
    background-position: center;
  }
  .about1__btn,
  .faq1__wrapper h3,
  .page_title__content {
    text-align: center;
  }
  .about1__btn a {
    margin-bottom: 20px;
  }
  .social-bar {
    bottom: 80px;
  }
  .btn-whatsapp {
    width: 60px;
    height: 60px;
    font-size: 60px;
  }
  .social-bar {
    font-size: 1.2em;
  }
  .icono img {
    width: 30px;
  }
  .icono {
    height: 40px;
    width: 40px;
  }
  .header__middle1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .fullwidth {
    display: none;
  }
  .responsive {
    display: block;
  }
  .centertextr {
    text-align: center;
  }
  .doctorweb .doc1 {
    width: 5%;
  }
  .doctorweb .doc2 {
    width: 20%;
  }
  .doctorweb {
    display: block;
  }
}

/* -------------------------------------- */
/* .about1__content :nth-child(1) {
  color: var(--azulbase);
} */
.care1 {
  background-image: url('');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.backgroun-btn {
  background: var(--gradiente1);
}
.faq1__wrapper a:hover {
  color: #00b7ff;
}
::-webkit-scrollbar {
  width: 3px
}

::-webkit-scrollbar-track {
  background: var(--blanco)
}

::-webkit-scrollbar-thumb {
  background: var(--color1);
  border-radius: 100px;
  transition: .5s
}
.btn-whatsapp {
  display: block;
  width: 75px;
  height: 75px;
  color: #333;
  position: fixed;
  right: 1px;
  bottom: 2px;
  border-radius: 50%;
  text-align: center;
  z-index: 999;
  font-size: 60px;
  background-image: linear-gradient(to top, #00ba85, #00c17f, #00c778, #12cd70, #25d366);
  transition: .5s;
  border: 3px solid rgba(255, 255, 255, .5)
}
.btn-whatsapp i {
  color: #fff;
  transition: .5s;
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.btn-whatsapp:hover {
  transition: .5s
}
.btn-whatsapp span {
  font-size: .2em;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #de2f36;
  color: #fff;
  border-radius: 100px;
  line-height: 20px;
  -webkit-animation: .5s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right;
  animation: .5s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right
}
@keyframes iconw {

  0%,
  100% {
      transform: scale(.8)
  }

  50% {
      transform: scale(1)
  }
}
.btn-whatsapp p {
  background: #f2f2f2;
  position: absolute;
  bottom: -20px;
  padding: 5px;
  right: 25px;
  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: 250px
}

.btn-whatsapp .close {
  font-size: .25em;
  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: #f2f2f2;
  bottom: 40px;
  right: 20px;
  z-index: 999;
  padding: 1px;
  width: 20px;
  height: 20px;
  position: absolute;
  text-decoration: none;
  border: 1px solid #f2f2f2;
  line-height: 1;
}
.wtext{
  transform: scale(0);
  transition: .5s ease;
}
.show {
  transform: scale(1) !important;
  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: 85px;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100
}
.icono {
  height: 70px;
  width: 70px;
  display: flex;
  margin-top: 5px;
  position: relative;
  border: 3px solid rgba(255, 255, 255, .5);
  background-image: var(--gradiente1);
  border-radius: 100px;
  color: var(--blacno);
  transition: .5s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.icono span {
  position: relative;
  font-size: .5em;
  padding: 5px;
  margin: auto;
  color: var(--blanco) !important;
  transform: scale(0);
  width: max-content;
  transition: .5s ease;
}
.icono span p{
  color: var(--blanco) !important;
  opacity: 0;
  transition: .5s ease;
  margin: auto;
}
.icono i {
  position: absolute;
  z-index: 2;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--blanco);
  transition: .5s ease;
}
.icono:hover span {
  transition: .5s ease;
  transform: scale(1);
  color: var(--blanco);
}
.icono:hover span p{
  opacity: 1;
  transition-delay: .5s;
}
.icono:hover {
  background-image: var(--gradiente1);
  padding: 5px;
  border: 3px solid rgba(255, 255, 255, .5);
  transition: .5s ease;
  width: 100%;
}
.icono:hover i{
  transition: .5s ease;
  position: relative;
  top: 0%;
  left: 0%;
  color: var(--blanco);
  transform: translate(0%, 0%);
  margin: auto 5px;
}
.doctorweb .doc2{
  width: 120px;
}
.doctorweb .doc1 {
  width: 25px;
  animation: 10s infinite doc;
}
@keyframes doc {
  0%,
  10%,
  100%,
  90% {
      transform: rotate(0)
  }
  50% {
      transform: rotate(360deg)
  }
}

.style_par_one a {
  font-size: 26px;
}
.text_h4_info h4 {
  font-size: 22px;
}
/* From uiverse.io by @adamgiebl */
button {
  font-family: inherit;
  font-size: 1em;
  background-image: var(--gradiente2);
  color: white;
  padding: 10px 20px;
  padding-left: 0.9em;
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 100px;
  overflow: hidden;
  transition: all 0.2s;
  border: 3px solid rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  margin-top: 20px;
 }
 
 button span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
 }
 
 button svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
 }
 button:hover{
  transition: .5s;
  background-image: var(--gradiente1);
  transform: scale(1.05);
 }
 button:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
 }
 
 button:hover svg {
  transform: rotate(45deg) scale(1.1);
 }
 
 button:active {
  transform: scale(0.95);
 }
 
 @keyframes fly-1 {
  from {
   transform: translateY(0.1em);
  }
 
  to {
   transform: translateY(-0.1em);
  }
 }
 .text_var_h2 h2{
  font-size: 2.5em !important;
  color: var(--color1) !important;
 }
 .slider1__content h5{
  font-size: 1.5em !important;
  color: var(--color2) !important;
 }
 .slider1__content p{
  font-size: 20px !important;
  text-shadow: 0 0 10px #FFFFFF;
 }
 .title1 h2, .title2 h2 strong{
  font-size: 28px;
  margin-bottom: 10px;
  line-height: normal;
 }
 .title1 h1{
  font-size: 24px;
  margin-bottom: 20px;
 }
 .slider1__content h5{
  letter-spacing: 0px;
  text-shadow: 0 0 10px #FFFFFF;
 }
 .fix{
  text-align: left;
 }
 .telefono-btn{
  background-image: var(--gradiente1);
 }
 .telefono-btn:hover{
  background-image: var(--gradiente2);
 }
.neopad{
  padding: 40px 0px !important;
}
.care1__content h4{
  margin-bottom: 0px;
  line-height: 1.2;
}
.care1__content h4 strong{
  font-size: 1.2em;
  color: var(--blanco);
  text-shadow: 0 0 10px var(--color1);
}
.datos{
  font-size: 1.2em;
}
.datos span{
  font-size: 2em;
  font-weight: 900;
  color: var(--color1);
}
.fa-ul i{
  font-size: 1.2em;
  color: var(--color3);
}
.about3__left-area img{
  border-radius: 30px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.footer1__item img{
  border-radius: 100%;
  border: 5px solid var(--color2);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.footer1__item ul li a{
  font-size: 1.25em;
}
.title1 h2 span{
  color: var(--color1);
}
footer .fa-ul i{
  color: var(--color2);
}
.cuadro{
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px 50px 0px 50px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  margin: 10px;
}
.cuadro img{
  border-radius: 50px;
}
.testimonios .foto img{
  border-radius: 100%;
  border: 3px solid var(--color2);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.testimonios .nombre p{
  font-size: 1.5em;
  color: var(--color2);
  line-height: normal;
}
.testimonios .review i{
  color: var(--color3);
}
.footer1__bottom{
  background-image: var(--gradiente1);
}
.footer1__copyright p{
  color: var(--blanco);
}
.footer1__copyright p a{
  color: var(--blanco);
}
.title1 h1 strong,.title1 h2 strong,.slider1__content h2 strong{
  text-transform: uppercase;
  font-size: 1.1em;
  text-decoration: underline;
}
.care1__content h4 span{
  font-size: 1.1em;
  text-decoration: underline;
  font-weight: 900;
}
.care1__content a{
  font-size: 1.5em;
  color: #fff !important;
  text-decoration: underline !important;
}
.slider1__content .fa-ul li{
  text-shadow: 0 0 10px #FFFFFF;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .about3__left-area img{
    margin: 10px 0px;
  }
  .foto,.nombre,.review {
    text-align: center;
  }
  .foto img{
    width: 100px;
  }
  .slider1__img-01{
    background-position: 80%;
  }
  button{
    margin: 10px 0px;
  }
  button i{
    font-size: 1.5em;
  }
  .about1__wrapper p{
    text-align: justify !important;
  }
  .datos span{
    display: block;
    text-align: center;
  }
  .about1__wrapper .datos{
    text-align: center !important;
  }
  .about1__content p{
    text-align: center !important;
  }
  .slider1__content{
    padding: 0px;
  }
  .text_var_h2 h2{
    text-align: center !important;
    font-size: 1.5em !important;
  }
  .slider1__content h5{
    text-align: center !important;
    font-size: 1.25em !important;
  }
  .slider1__content p{
    text-align: center !important;
  }
  .fa-ul{
    text-align: left !important;
  }
  .footer1__item h3 {
    text-align: center;
  }
  .slider1__height {
    height: 760px;
  }
}