:root {
  --tp-theme-primary: #545454;
  --tp-theme-4: #bababb;
  --tp-heading-primary: #545454;
  --tp-text-body: #545454;
  --tp-theme-secondary: #545454;
  --tp-theme-tertiary: #d3d3d3;
  --tp-theme-pink: #c0a1b5;
}

.testimonial-2-rating i {
  color: yellow;
}

.tp-btn-2 {
  background: var(--tp-heading-primary);
  border: 1px solid var(--tp-theme-primary);
  color: white;
}
.tp-btn-2:hover {
  background: white;
  border: 1px solid var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}

.tp-btn-3 {
  display: inline-block;
  background: var(--tp-theme-4);
  text-align: center;
  font-family: var(--tp-ff-body);
  padding: 25px 40px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 1.5;
  transition: all 0.3s 0s ease-out;
  font-weight: 500;
  font-size: 20px;
  background: var(--tp-heading-primary);
  border: 1px solid var(--tp-theme-primary);
  color: white;
}
.tp-btn-3:hover {
  background: white;
  border: 1px solid;
  color: var(--tp-heading-primary);
}

.counter-content .count::after {
  content: "+";
  color: white;
  font-size: 80px;
}

.header__bottom-wrap.header-2 {
  display: flex;
  height: 80%;
  align-items: center;
}
.header__bottom-wrap.header-2.header-sticky {
  height: unset !important;
}

.tratamientos div p {
  color: var(--tp-text-body);
  display: flex;
  align-items: center;
}

.case-details-title {
  color: var(--tp-text-body);
}

.tpsection-sub-title span {
  color: #fff;
}

.Btratemientos {
  color: white;
}

ul {
  color: white;
}

.header-2 .header__search i,
.header-2 .header__phone i,
.header-2.header-sticky .header__search i,
.header-2.header-sticky .header__phone i {
  background-color: var(--tp-theme-primary);
}

#loading {
  background-color: var(--tp-theme-primary);
}

.logo {
  width: 160px;
  padding: 10px 0;
}

.tpsearchbar {
  visibility: hidden;
  min-height: 200px;
}

.tp-searchbar-opened {
  visibility: visible;
}

.tp-btn-2 {
  padding: 10px 40px;
}

.main-menu ul li {
  margin-right: 10px;
}

.header-sticky {
  z-index: 1000;
}
.header-sticky .header__appoinment a {
  background: var(--tp-theme-primary);
}
.header-sticky .header__appoinment a:hover {
  box-shadow: inset 0 0 0 40px #fff;
  color: var(--tp-theme-primary);
  border: 1px solid var(--tp-theme-primary);
}

.tp-btn {
  background: var(--tp-text-body);
  color: white;
}

.header__appoinment a {
  font-size: 15px;
}

.header__phone {
  display: none;
}

.main-menu ul li .tp-submenu {
  background: none;
  box-shadow: unset;
}

.main-menu .boton_menu a {
  background: var(--tp-heading-primary);
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  border-radius: 32px;
  color: #fff !important;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  padding: 5px 15px;
}
.main-menu .boton_menu a:hover {
  background: #fff;
  color: var(--tp-heading-primary) !important;
  border: 1px solid var(--tp-heading-primary);
}
.main-menu .boton_menu .has-dropdown > a,
.main-menu .boton_menu .tp-submenu li > a {
  background: #fff;
  color: var(--tp-heading-primary) !important;
  border-color: var(--tp-heading-primary);
  border-radius: unset;
  transition: none;
  border-left: unset;
  border-right: unset;
  border-top: unset;
  border-radius: 0.1px;
}
.main-menu .boton_menu .has-dropdown > a:hover,
.main-menu .boton_menu .tp-submenu li > a:hover {
  border-color: var(--tp-heading-primary);
  border-radius: unset;
  transition: none;
}
.main-menu .boton_menu .has-dropdown .tp-submenu li {
  border-bottom: 1px solid var(--tp-heading-primary);
  border-radius: unset;
  border-left: unset;
  border-right: unset;
  border-top: unset;
  line-height: 1;
  transition: all 0.5s ease;
}
.main-menu .boton_menu .has-dropdown .tp-submenu ul {
  border-color: var(--tp-heading-primary);
  border-radius: unset;
  border-left: unset;
  border-right: unset;
}

.main-menu ul .has-dropdown .tp-submenu li {
  line-height: 1;
  border-bottom: 1px solid var(--tp-heading-primary);
}

.main-menu ul .has-dropdown > .tp-submenu .has-dropdown .tp-submenu {
  top: 10px;
}

.tpbanner-2-thumb img {
  width: 90%;
}

.tpbanner-2-shape-1 {
  filter: brightness(100);
  width: 200px;
}

.tpbanner-2-shape-2 {
  filter: brightness(100);
  width: 350px;
}

.tpbanner-2-title-2 {
  font-size: 140px;
  color: var(--tp-text-body);
}

.appoinment-shape-1 {
  filter: brightness(100);
}

.appoinment-shape-1,
.appoinment-shape-2 {
  width: 150px;
}

.header__appoinment .internal {
  background: var(--tp-heading-primary);
}
.header__appoinment .internal:hover {
  border: 1px solid var(--tp-heading-primary);
}

.brand-slider-area .brand-slider-item img {
  width: 80px;
}

.active > a {
  color: var(--tp-heading-primary) !important;
}

.schedule-time {
  display: flex;
  left: 0;
}

.tpbreadcrumb.internal {
  padding-bottom: 30px;
}
.tpbreadcrumb.internal h2 {
  color: var(--tp-theme-primary);
}
.tpbreadcrumb.internal .filter {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.tpbreadcrumb.internal .filter:hover, .tpbreadcrumb.internal .filter.selected {
  background-color: var(--tp-theme-primary);
  color: #fff;
}

.appoinment-form-area input,
.appoinment-form-area textarea,
.appoinment-form-area .nice-select,
.appoinment-form-area .enviar {
  border-radius: 40px;
  border: 1px solid transparent;
  border-color: var(--tp-text-body);
}
.appoinment-form-area textarea {
  background-color: #fff;
  border-radius: 40px;
  height: 160px;
  width: 100%;
  border: 1px solid transparent;
  border-color: var(--tp-text-body);
}

.appoinment-form-textarea .appoinment-form-textarea textarea,
.appoinment-3 .appoinment-form-textarea textarea,
.appoinment-2 .appoinment-form-textarea textarea {
  background-color: #fcf4f1;
  border-radius: 40px;
  height: 160px;
  width: 100%;
  border: 1px solid transparent;
}

.tpfaq-3-accordion .accordion-body {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #666;
}
.tpfaq-3-accordion .accordion-body p {
  text-align: justify;
}
.tpfaq-3-accordion .accordion-button {
  padding: 10px 0;
  font-size: 32px;
}
.tpfaq-3-accordion .accordion-button::after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 18%;
}

.portfolio-2-content span {
  background: var(--tp-text-body);
  color: white;
}

.portfolio-2-content.filter-area span {
  cursor: pointer;
  transition: background-color 0.5s;
}
.portfolio-2-content.filter-area span:hover, .portfolio-2-content.filter-area span.active {
  color: var(--tp-theme-primary);
  background-color: #fff;
  border: 1px solid var(--tp-theme-primary);
}
.portfolio-2-content a {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  background: var(--tp-theme-primary);
  display: inline-block;
  padding: 5px 16px;
  margin-bottom: 13px;
}
.portfolio-2-content a:hover {
  color: var(--tp-theme-primary);
  background-color: #fff;
  border: 1px solid var(--tp-theme-primary);
}

.portfolio-filter-selector {
  transition: display 0.5s ease;
}
.portfolio-filter-selector.hide-item {
  display: none;
}

.about-inner-thumb::before .choose-inner-thumb::before {
  background-color: #c0a1b5;
}

.footer-appoinment a:hover {
  box-shadow: inset 0 0 0 40px var(--tp-text-body);
}

.footer-area .footer-link ul li,
.footer-area .footer-link ul .schedules-time {
  display: flex !important;
  align-items: center;
}
.footer-area .footer-link ul li .fa-solid,
.footer-area .footer-link ul .schedules-time .fa-solid {
  color: white !important;
  margin-right: 5px;
}
.footer-area .schedule-time .fa-solid {
  padding: 4px 0px;
}

.theme-bg {
  background: var(--tp-theme-pink);
}

.sponsore-2-item {
  background: rgba(117, 117, 117, 0.1);
}

.tpsection-title p {
  font-size: 80px;
  line-height: 1.1;
  color: var(--tp-text-body);
}

.tpsection-title2 {
  font-size: 80px;
  line-height: 1.1;
  color: var(--tp-theme-secondary);
}

.tp-thumb-common-overlay {
  background-color: var(--tp-theme-pink);
  animation-duration: unset;
}

.txtratamientos p {
  color: #545454 !important;
}

.tpsection-titles {
  font-size: 80px;
  line-height: 1.1;
  color: var(--tp-text-body);
}

.tpsectionhome {
  font-size: 20px;
  line-height: 1.5;
  color: var(--tp-heading-primary);
}

.tpsection p {
  font-size: 20px;
  line-height: 1.5;
  color: white !important;
}

.services-details-others .list li::before {
  background-color: white;
}

.tpsection2 p {
  font-size: 20px;
  line-height: 1.5;
  color: var(--tp-text-body);
}

.about-inner ul {
  color: var(--tp-heading-primary);
  margin-right: -27px;
}

.about-inner ul li span {
  margin-left: -28px;
  color: var(--tp-theme-pink);
}

.tpsectionduguech {
  font-size: 20px;
  line-height: 1.5;
  color: white;
}

.tpbanner-2-content-2 p::before {
  background-color: var(--tp-text-body);
}

.theme-bg-4 {
  background: white;
  margin-top: -20px;
}

.theme-bg-5 {
  background: var(--tp-theme-tertiary);
}

.brand-slider-wrap {
  background-color: var(--tp-theme-pink);
}

.p_antes {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-family: var(--tp-ff-heading);
  font-size: 20px;
  color: var(--tp-text-body);
}

.p_antesresultados {
  font-weight: 400;
  font-size: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--tp-ff-heading);
  font-size: 25px;
  color: var(--tp-heading-primary);
  margin-top: 10px;
}

.pt-135 {
  padding: unset;
}

p {
  font-family: var(--tp-ff-p);
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-bottom: 15px;
  line-height: 30px;
}

.tpbanner-2-content-2 p {
  color: var(--tp-heading-primary);
}

.counter-content .count {
  font-size: 80px;
  color: white;
  margin-bottom: 0;
  position: relative;
  font-family: var(--tp-ff-heading);
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: normal;
}

.grey-bg-2 {
  background: var(--tp-theme-pink);
}

.grey-bg-home {
  background-color: var(--tp-theme-tertiary);
}

.p_despues {
  margin-left: 500px;
}

.pb-145 {
  padding: unset;
}

.duguech {
  background: white;
}

.duguech2 {
  background: rgb(255, 255, 255);
  padding: 40px;
}

.footer-link p {
  color: white !important;
  margin: 0;
}

.footer-top-4 .footer-link li a {
  color: white;
}

.footer-link2 {
  text-align: center;
}
.footer-link2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-link2 ul li {
  margin: 10px;
}

.team-content {
  width: 100%;
  border-radius: 25px;
}

.team-item:hover .team-content {
  height: 100%;
}

.tpbreadcrumb-overlay {
  background: var(--tp-theme-3);
  padding-bottom: 0px;
}
.tpbreadcrumb-overlay::before {
  background: white;
}

.tpbreadcrumb {
  background-color: white;
}
.tpbreadcrumb .tpbreadcrumb-title {
  color: var(--tp-text-body);
}
.tpbreadcrumb p {
  color: var(--tp-text-body);
}

.internal .beforeAfter {
  height: unset;
  width: 500px;
  margin: 0 auto;
}
.internal .beforeAfter img {
  width: 500px !important;
}

.brand-area .brand-item a {
  background-color: var(--tp-theme-tertiary);
}
.brand-area .brand-item a img {
  width: 120px;
}

/* ---- whatsapp ----*/
@keyframes whatsapp_animation {
  0% {
    opacity: 0;
    right: 0;
    bottom: 100px;
  }
  100% {
    opacity: 1;
    right: 40px;
    bottom: 100px;
  }
}
@keyframes agenda-una-consulta {
  0% {
    opacity: 0;
    right: 0;
    bottom: 180px;
  }
  100% {
    opacity: 1;
    right: 40px;
    bottom: 180px;
  }
}
@keyframes whatsapp_rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.w-flotante {
  opacity: 0;
  background-color: green;
  border: 1px solid #fff;
  width: 4.5rem;
  height: 4.5rem;
  position: fixed;
  bottom: 4%;
  right: 4%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation-name: whatsapp_animation;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.w-flotante:hover {
  background-color: #fff;
  border: 1px solid var(--tp-theme-primary);
}
.w-flotante:hover i {
  color: var(--tp-theme-primary);
}
.w-flotante .whatsapp {
  color: white;
  font-size: 2.5rem;
  animation-name: whatsapp_rotation;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.agenda-una-consulta-float {
  opacity: 0;
  background-color: var(--tp-theme-primary);
  position: fixed;
  border: 1px solid #fff;
  width: 4.5rem;
  height: 4.5rem;
  position: fixed;
  bottom: 4%;
  right: 4%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation-name: agenda-una-consulta;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.agenda-una-consulta-float:hover {
  background-color: #fff;
  border: 1px solid var(--tp-theme-primary);
}
.agenda-una-consulta-float:hover .agenda-una-consulta-icon svg path {
  stroke: var(--tp-theme-primary) !important;
}
.agenda-una-consulta-float .agenda-una-consulta-icon {
  color: white;
  animation-name: whatsapp_rotation;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.agenda-una-consulta-float .agenda-una-consulta-icon svg path {
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.iconos p {
  width: auto;
  height: 60px;
}

.tpbanner-2-bg {
  background: var(--tp-theme-tertiary);
}

.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box p {
  text-align: center;
  margin-bottom: 0;
}

.grey-bg-3 {
  background: rgb(236, 236, 236);
}

.testimonial-2 {
  background-color: #fafafa;
}

.theme-bg-2 {
  background: white;
}

.brand-slider-title {
  color: white;
}

.footerwhite {
  color: white;
}

.list-especialista ul li {
  color: var(--tp-text-body);
}

.about-inner-thumb::before {
  z-index: 0;
  background: var(--tp-theme-pink);
}

.choose-inner-thumb::before {
  z-index: 0;
}

.theme-bg-6 {
  background: white;
}

.case-details-content {
  margin-bottom: 20px;
}

.box {
  text-align: center;
  margin-bottom: 50px;
}

.box img {
  height: 80px;
  width: auto;
}

.iconos {
  margin-bottom: 10px;
}

.circle {
  border: 1px solid;
  border-color: #545454;
  border-radius: 60px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease;
  margin-bottom: 25px;
}
.circle:hover {
  background-color: #545454;
  border-color: white;
}
.circle:hover img {
  filter: brightness(100);
}

.circle2 {
  border: 1px solid;
  border-color: #545454;
  border-radius: 60px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease;
  margin-bottom: 25px;
}
.circle2:hover {
  background-color: #545454;
  border-color: white;
}
.circle2:hover img {
  filter: brightness(100);
}

.services-details-feature-title {
  font-size: 30px;
}

.mb-302 {
  margin-bottom: -30px;
}

.services-details-others {
  background-color: #8f8e8e;
}

.services-details-others .list li a {
  color: white;
  border: solid;
  border-top: unset;
  border-left: unset;
  border-right: unset;
}

.services-details-others > span {
  color: white;
}

.choose-inner-thumb::before {
  background: var(--tp-theme-pink);
}

.main-menu ul li .tp-submenu {
  width: 230px !important;
  top: 70px;
  padding: 0;
}

.side-info-social a {
  background: var(--tp-theme-tertiary);
}

.img-mobile-home1 {
  filter: brightness(8);
  height: auto;
  width: 600px;
}

.img-mobile-home2 {
  filter: brightness(8);
  height: auto;
  width: 600px;
}

.img-mobile-home3 {
  filter: brightness(8);
  height: auto;
  width: 600px;
}

.txtratamientos2 {
  font-size: 25px !important;
}

.footer-appoinment .appoinment {
  font-size: 60px;
}

.header__area-2 .menu-position {
  margin-left: unset;
}

.main-menu.menu-position {
  display: flex;
  justify-content: center;
}

.portfolio-img-move-up {
  margin-top: -240px;
}

@media (max-width: 2000px) {
  .sponsor-mobile-home {
    display: none;
  }
}
@media (max-width: 1600px) {
  .tpbanner-2-title-2 {
    font-size: 100px;
  }
  .tpbanner-2-shape-2 {
    display: none;
  }
  .appoinment-shape-2 {
    display: none;
  }
  .img-mensaje {
    margin-left: 100px;
    margin-bottom: 100px;
  }
  .about-inner ul {
    margin-left: 30px;
  }
  .duguech {
    padding: 20px;
  }
}
@media (max-width: 1400px) {
  .tpbanner-2-title-2 {
    font-size: 100px;
  }
  .main-menu ul li {
    margin-right: 6px;
  }
  .counter-content .count {
    font-size: 70px;
  }
  .tpsection-titles {
    font-size: 75px;
  }
}
@media (max-width: 1199px) {
  .header__phone {
    display: block;
  }
  .tpbanner-2-shape-1 {
    display: none;
  }
  .tpbanner-2-thumb img {
    width: 110%;
  }
  .choose-inner-thumb {
    margin-left: 250px;
  }
  .services-details-feature-item {
    margin-bottom: 25px;
  }
  .testimonial-2-active .splide__pagination {
    font-size: 45px;
  }
  .footer-link .schedule-time {
    flex-wrap: wrap;
  }
  .footer-link .schedule-time p {
    flex: 0 0 90%;
  }
}
@media (max-width: 991px) {
  .banner-area {
    background: var(--tp-theme-tertiary);
  }
  .mensaje-mobile {
    margin-top: 25px;
  }
  .img-mensaje {
    display: none;
  }
  .contacto-mobile {
    margin-left: 85px;
  }
  .about-inner ul {
    margin-left: -15px;
  }
  .about-inner-thumb {
    margin-left: 75px;
  }
  .choose-inner-thumb {
    margin-left: 155px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .tpsection-titles {
    font-size: 60px;
  }
  .portfolio-img-move-up {
    margin-top: unset;
  }
}
@media (max-width: 767px) {
  .w-flotante {
    width: 3.5rem;
    height: 3.5rem;
  }
  .w-flotante .whatsapp {
    font-size: 2rem;
  }
  .agenda-una-consulta-float {
    width: 3.5rem;
    height: 3.5rem;
  }
  .agenda-una-consulta-float svg {
    width: 2rem;
    height: 2rem;
  }
  @keyframes agenda-una-consulta {
    0% {
      opacity: 0;
      right: 0;
      bottom: 180px;
    }
    100% {
      opacity: 1;
      right: 20px;
      bottom: 180px;
    }
  }
  @keyframes whatsapp_animation {
    0% {
      opacity: 0;
      right: 0;
      bottom: 100px;
    }
    100% {
      opacity: 1;
      right: 20px;
      bottom: 100px;
    }
  }
  .tpbanner-2-title-2 {
    font-size: 60px;
  }
  .tpsection-title2 {
    font-size: 44px;
  }
  .about-2-shape-1 img {
    margin-left: 170px;
  }
  .mobile-home {
    margin-top: 200px;
  }
  .mensaje-mobile {
    margin-top: 25px;
  }
  .img-mensaje {
    display: none;
  }
  .contacto-mobile {
    width: 353px;
    margin-left: 85px;
  }
  .inicio-mobile {
    margin-top: -150px;
  }
  .fondo-blaco-mobile {
    background: white;
  }
  .services-details-feature-item {
    display: flex;
  }
  .tpsection-title {
    margin-top: 10px;
  }
  .pt-140 {
    padding-top: 70px;
  }
  .img-mobile-home3 {
    display: none;
  }
  .sponsor-mobile {
    display: none;
  }
  .sponsor-mobile-home {
    display: block;
  }
  .brand-area .brand-item a {
    background: var(--tp-theme-pink);
  }
  .footer-appoinment .appoinment {
    margin-left: -56px;
    width: 431px;
  }
  .pt-145 {
    padding-top: unset;
  }
  .txtratamientos2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
  }
}
@media (max-width: 620px) {
  .footer-mobile {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .sponsor-mobile {
    margin-left: 160px;
  }
  .footer-link {
    margin-left: unset;
  }
  .footer-appoinment .appoinment {
    margin-left: -86px;
    width: 340px;
  }
  .testimonial-2-active .splide__pagination {
    font-size: 43px;
  }
  .about-inner ul li {
    width: unset;
    margin-left: 20px;
  }
  .pt-150 {
    padding-top: 75px;
  }
  .about-inner-thumb {
    margin-left: unset;
  }
  .choose-inner-thumb {
    margin-left: 55px;
  }
  .services-details-feature-item {
    margin-left: unset;
  }
  .services-details-feature-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .services-details-feature-icon {
    margin-right: unset;
  }
  .contacto-mobile {
    width: unset;
  }
  .internal .beforeAfter {
    width: 300px;
  }
  .internal .beforeAfter img {
    width: 290px !important;
  }
  .internal .beforeAfter .img_before {
    right: -26px;
  }
  .internal .beforeAfter .img_after {
    right: 26px;
  }
}
@media (max-width: 475px) {
  .about-2-shape-1 img {
    display: none;
  }
  .sponsor-mobile {
    margin-left: 85px;
  }
  .footer-appoinment .appoinment {
    margin-left: -86px;
    width: 189px;
  }
  .choose-inner-thumb {
    margin-left: 0px;
  }
  .services-details-item-title {
    text-align: center;
    font-size: 25px;
  }
  .appoinment-form-area textarea {
    height: 80px;
    width: 100%;
  }
  .testimonial-2-active .splide__pagination {
    font-size: 14px;
  }
  .resultado-mobile {
    max-width: 107%;
  }
}
@media (max-width: 345px) {
  .tpsection-titles {
    font-size: 60px;
  }
  .sponsor-mobile {
    margin-left: 55px;
  }
  .services-details-others .list li a {
    font-size: 17px;
  }
  .testimonial-2-active .splide__pagination {
    font-size: 50px;
  }
}
@media (max-width: 325px) {
  .tpsection-titles {
    font-size: 52px;
  }
}/*# sourceMappingURL=ajustes.css.map */