/*
Theme Name: MDB SUITE
Theme URI: mdb.com
Author: 
Author URI: 
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100;0,9..144,200;0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;0,9..144,800;1,9..144,300;1,9..144,400&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap");

/**
 * Globel Style Start
 */

:root {
  /*Font Size*/
  --fontsize-50px: 50px;
  --fontsize-45px: 45px;
  --fontsize-42px: 42px;
  --fontsize-40px: 40px;
  --fontsize-36px: 36px;
  --fontsize-35px: 35px;
  --fontsize-30px: 30px;
  --fontsize-24px: 24px;
  --fontsize-21px: 21px;
  --fontsize-18px: 18px;
  --fontsize-16px: 16px;
  --fontsize-15px: 15px;
  --fontsize-14px: 14px;

  /*color code var*/
  --color-white: #ffffff;
  --color-cararra: #efedea;
  --color-Cod-Gray: #080808;
  --color-Twine: #bd9a5f;
  --color-Pampas: #f5f3f1;
  --color-Mystic: #e5eeed;

  /*Font Family*/
  --Fraunces-font: "Fraunces", serif;
  --Montserrat-font: "Montserrat", sans-serif;
  --Source-Sans-Pro-font: "Source Sans Pro", sans-serif;
}
*,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--Montserrat-font);
  font-size: var(--fontsize-21px);
  color: var(--color-Cod-Gray);
  line-height: 1.7em;
  font-weight: 300;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-decoration: none;
  color: #000000;
}

a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--Montserrat-font);
  color: var(--color-Cod-Gray);
}
h1 {
  font-size: var(--fontsize-50px);
  line-height: 67px;
}
h2 {
  font-size: var(--fontsize-45px);
}
h3 {
  font-size: var(--fontsize-40px);
}

img {
  width: 100%;
  height: auto;
}
.container {
  width: 90%;
  max-width: 1310px;
  margin: 0 auto;
  padding-right: 0.9625rem;
  padding-left: 0.9375rem;
}
p {
  margin: 0 !important;
  padding: 0 !important;
}
.inline-btn {
  font-family: var(--Montserrat-font);
  color: var(--color-Cod-Gray);
  font-size: var(--fontsize-15px);
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  display: inline-block;
  padding: 12px 28px 11px 28px;
  border-radius: 5px;
  border: 2px solid var(--color-Twine);
  line-height: 1.5;
  min-width: 179px;
  text-align: center;
}

.inline-btn:hover {
  color: var(--color-Twine);
}

/* custom scroll bar  */
::-webkit-scrollbar {
  width: 8px;
}
div::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--color-Twine);
  border-radius: 20px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 8px var(--color-two-231F20);
}

.bg-cover {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: var(--color-edward-approx);
}
#back_to_top {
  display: inline-block;
  background-color: var(--color-Twine);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  font-size: 25px;
  color: var(--color-white);
  bottom: 30px;
  right: 30px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 5px;
}

#back_to_top:hover {
  cursor: pointer;
  color: var(--color-Cod-Gray);
}
#back_to_top:active {
  opacity: 0.5;
}
#back_to_top.show {
  opacity: 1;
  visibility: visible;
}

/**
 * header style start
 */

.fixed-top {
  top: -300px;
  transform: translateY(300px);
  transition: transform 1s;
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  background-color: var(--color-white);
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.header-top {
  background: var(--color-white);
  padding-top: 20px;
}

.header-top ul {
  text-align: right;
}

.header-top ul li {
  display: inline-block;
  font-size: var(--fontsize-15px);
  text-transform: uppercase;
  font-weight: 500;
}

.header-top ul li a {
  color: var(--color-Twine);
}

.header-top ul li .inline-btn {
  background: transparent;
  margin-left: 30px;
  color: var(--color-Cod-Gray);
  line-height: 1.5;
  font-family: var(--Montserrat-font);
  padding: 10px 38px 10px 38px;
}

.header-top ul li .inline-btn:hover {
  color: var(--color-Twine);
}

.header-top {
  background: #fff;
}

.site-logo img {
  max-width: 380px;
}

.fixed-top .site-logo img {
  max-width: 280px;
}
#navbar_top {
  background-color: var(--color-white);
  padding-bottom: 15px;
  padding-top: 0;
}
.navbar-brand,
.navbar {
  padding: 0;
}

#navbar_top.fixed-top {
  padding-top: 15px !important;
}
.header-area .main-menu .nav-link {
  font-family: var(--Montserrat-font);
  text-transform: uppercase;
  font-size: var(--fontsize-16px);
  font-weight: 400;
  padding-left: 60px;
  padding-right: 0;
  padding-bottom: 0;
  display: block;
  transition: all 0.4s ease-in-out;
  color: var(--color-Cod-Gray);
}

.header-area .navbar ul li.active > a,
.header-area .navbar ul li a:hover {
  color: var(--color-Twine);
}
.header-area .navbar ul li,
.header-area .navbar ul li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-menu li {
  position: relative;
}

/**
 * # Hero Section Style
 * ---------------------------------------------------------------------------------------------------- */
.hero-area-wrapper {
  height: 913px;
  position: relative;
}
.hero-area-wrapper > div,
.hero-area-wrapper .row {
  height: 100%;
}
.hero-content-area .online-btn {
  margin-top: 57px;
}

.hero-content-area a {
  margin-top: 30px;
}

.hero-content-area p {
  margin-top: 12px !important;
  font-size: var(--fontsize-18px);
  line-height: 24px;
}

.owl-dots {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: flex;
  gap: 15px;
}

.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #abb2b2 !important;
  border-radius: 50%;
}

.owl-dots .owl-dot.active {
  background: var(--color-Cod-Gray) !important;
}
.hero-content-area h1,
.hero-content-area h2 {
  position: relative;
}

.hero-content-area h1:after,
.hero-content-area h2:after {
  position: absolute;
  content: "";
  right: -185%;
  top: 60%;
  width: 180%;
  height: 1px;
  background: #707070;
}

.medicon-area {
  padding-top: 60px;
  padding-bottom: 20px;
}

.medicon-area .row {
  --bs-gutter-x: 7.5rem;
}

.hero-area-wrapper.two h2:after {
  right: auto;
  left: -60%;
  width: 163px;
}

.hero-area-wrapper.three h2:after {
  right: auto;
  left: -155%;
  width: 150%;
}
.hero-area-wrapper.four h2:after {
  width: 318px;
  right: -110%;
}

.hero-area-wrapper.five h2:after {
  width: 316px;
  right: auto;
  left: -110%;
}

.hero-area-wrapper.two .hero-content-area {
  margin-bottom: -300px;
}
/**
 * # Gallery Section Style
 * ---------------------------------------------------------------------------------------------------- */
.single-gallery-info-box {
  position: relative;
  z-index: 1;
  padding-left: 24px;
  padding-right: 20px;
  padding-bottom: 18px;
  height: 640px;
  display: flex;
  align-items: end;
}
.single-gallery-info-box a img {
  max-width: 30px;
}
.single-gallery-info-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #171517;
  opacity: 0.5;
  z-index: -1;
}

.single-gallery-info-box h3 {
  color: var(--color-white);
  line-height: 35px;
  margin-bottom: 15px;
  font-size: var(--fontsize-30px);
}

.central-gallery-wrapper .col-xl-3 {
  padding: 2px !important;
}
.gallery-content-box a,
.gallery-content-box a img {
  transition: 0.3s;
}

.gallery-content-box a:hover img {
  opacity: 0.5;
}
.modal-body ul li:hover a {
  color: var(--color-Twine);
}
.modal-body ul li a {
  color: var(--color-Cod-Gray);
  font-size: var(--fontsize-21px);
  font-weight: 300;
  line-height: 25px;
  display: inline-block;
  cursor: default;
}

.modal-header .btn-close {
  border: 2px solid;
  border-radius: 50%;
  padding: 12px;
  margin: 10px;
}

.modal-body ul li {
  margin-bottom: 12px;
}
.central-gallery-area {
  overflow-x: hidden;
}

.modal-title {
  font-size: var(--fontsize-36px);
  margin-bottom: 20px;
}

.modal-close {
  border: 0;
  background: transparent;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-close img {
  max-width: 96px;
}

.modal-body {
  padding: 0;
}
.modal-content {
  position: relative;
}
.modal-body .container-fluid {
  padding-left: 0;
}

.modal-right-content {
  padding-left: 40px;
}
/**
 * # Cal to action Style Start
 * ---------------------------------------------------------------------------------------------------- */
.cal-to-action-area {
  padding: 80px 0px;
  background-color: var(--color-cararra);
}
.cal-to-action-area {
  margin: 20px 0;
}

.cal-to-action-area h3 {
  font-size: var(--fontsize-30px);
  font-weight: 300;
  line-height: 40px;
}

.cal-to-action-area .row {
  align-items: center;
}

/**
 * # Productos Style Start
 * ---------------------------------------------------------------------------------------------------- */
.productos-area h2 {
  font-size: var(--fontsize-50px);
  line-height: 67px;
}
.productos-area p {
  font-size: var(--fontsize-21px);
  line-height: 28px;
  margin-bottom: 10px !important;
}
.productos-right-area {
  padding-right: 5%;
}

.productos-area {
  position: relative;
}

.productos-large-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 53%;
  height: 95%;
  z-index: -1;
}
.productors-img-box img {
  max-width: 550px;
  margin-right: 24px;
  position: absolute;
  bottom: -30%;
  right: 15px;
}

.productors-img-box {
  position: relative;
}

.productors-img-box {
  height: 100%;
}
.productos-heading {
  display: none;
}
/**
 * # Estar Mejor Style Start
 * ---------------------------------------------------------------------------------------------------- */
.estar-mejor-area {
  padding-top: 250px;
}
.estar-mejor-icon-box-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-gap: 70px;
}

.estar-mejor-single-item img {
  max-width: 88px;
}
.estar-mejor-single-item h4 {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
.estar-mejor-single-item h4:before {
  position: absolute;
  content: "";
  left: 0;
  width: 50%;
  height: 2px;
  background: var(--color-Twine);
  top: 0;
}
.section-title {
  margin-bottom: 35px;
}
.estar-mejor-single-item h4 {
  font-size: var(--fontsize-24px);
  font-weight: 400;
}

.estar-mejor-single-item p {
  font-size: var(--fontsize-18px);
  line-height: 24px;
}

/**
 * # About Style Start
 * ---------------------------------------------------------------------------------------------------- */
.about-us-area {
  background-color: var(--color-Pampas);
  position: relative;
  margin-top: 250px;
  padding-top: 110px;
  padding-bottom: 120px;
}

.about-img {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 45%;
  height: 100%;
  object-fit: cover;
}

.about-us-area h2 {
  font-size: var(--fontsize-50px);
  line-height: 67px;
  margin-bottom: 20px;
}

.about-us-area p {
  font-size: var(--fontsize-18px);
  margin-bottom: 15px !important;
  line-height: 24px;
}

.about-us-area .inline-btn {
  margin-top: 40px;
  display: inline-block;
}

/**
 * # Contact Style
 * ---------------------------------------------------------------------------------------------------- */
section.contact-info-area {
  padding-top: 115px;
  padding-bottom: 60px;
}

section.contact-info-area h2 {
  font-size: var(--fontsize-50px);
  line-height: 67px;
}
.single-contact-box p {
  font-family: var(--Source-Sans-Pro-font);
}
.single-contact-box p a {
  color: var(--color-Cod-Gray);
  font-family: var(--Source-Sans-Pro-font);
}
.contact-box-tel p a {
  font-weight: 400;
}
.single-contact-box p a:hover {
  color: var(--color-Twine);
}
.contact-box-mail p a {
  text-decoration: underline;
  color: var(--color-Cod-Gray);
}

/**
 * # Footer Style
 * ---------------------------------------------------------------------------------------------------- */
.footer-top-area {
  background-color: var(--color-gray-nurse-approx);
  padding: 40px 0;
}
.footer-bottom-area {
  background-color: var(--color-thunder);
  padding: 70px 0;
  color: var(--color-white);
}
.f-icon-box img {
  max-width: 32px;
}
.f-icon-box p {
  margin-top: 30px !important;
}
.footer-widget.one img {
  max-width: 180px;
}
.footer-area {
  padding-top: 70px;
  padding-bottom: 116px;
  border-bottom: 20px solid var(--color-Twine);
}
.footer-widget.one p {
  font-size: var(--fontsize-14px);
  line-height: 20px;
  font-family: var(--Source-Sans-Pro-font);
}
.footer-widget.two ul li a {
  font-size: var(--fontsize-18px);
  text-transform: uppercase;
  color: var(--color-Cod-Gray);
  font-family: var(--Montserrat-font);
}
.footer-widget.two ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.footer-widget.two ul li {
  line-height: 25px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 5px;
}
.footer-widget.two ul li:hover a {
  color: var(--color-Twine);
}
.footer-widget.three p {
  font-size: var(--fontsize-42px);
  font-weight: 300;
  line-height: 56px;
}
.whatsapp-icon {
  width: 55px;
  display: block;
  z-index: 10;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 6px;
}
.whatsapp-icon img{
  width: 55px;
  border-radius: 6px;
  overflow: hidden;
}
.whatsapp-icon span{
  font-family: var(--Montserrat-font);
  max-width: 0px;
  position: absolute;
  top: 10px;
  left: 65px;
  padding: 0px 0px;
  background-color: #1bd741;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  overflow: hidden;
  transition: max-width 1s, padding 1s;
}
.whatsapp-icon:hover span{
  max-width: 118px;
  padding: 0px 11px;
}
.tratamiento-ul li{
  width: 50%;
  padding: 0% 10% 0% 0%;
}
.tratamiento-ul{
  display: flex;
  flex-wrap: wrap;
}
.space-local{
  position: absolute;
  margin-top: -85px;
  display: block;
  width: 10px;
  z-index: 99;
}
.logo-footer-width {
  width: 50px;
}