:root {
  --primary: #91C79D;
  --primary-hover: #9CD1A8;
  --secondary: #B9DDC1;
  --dark: #437A4E;
}

html,body {
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  overflow: auto;
}
html {
  color: #111;
  font-size: 1em;
  line-height: 1.4;
}

a,
a:hover {
  color: var(--dark);
  text-decoration: none;
}

h1 {
  font-family: "PT Serif", serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
}
h2 {
  font-family: "PT Serif", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
h3 {
  font-family: "PT Serif", serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.section-page ul {
  padding-left: 20px;
}
.section-page li {
  margin-bottom: 10px;
}
.section-page li::marker {
  color: var(--dark);
}

.img-full {
  width: 100%;
}

.space-20 {
  height: 1px;
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .item-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .item-mobile {
    display: none !important;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  h2.title-smaller {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 36px;
  }
  h2.title-smaller {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  section p,
  section li {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 38px;
  }
  h2.title-smaller {
    font-size: 32px;
  }
  h3 {
    font-size: 32px;
  }
  section p,
  section li {
    font-size: 20px;
  }
}

#header {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 2px solid var(--primary);
}
.header-logo img {
  max-height: 60px;
}
#main-navbar .nav-link {
  color: #111111;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}
.nav-item-langs {
  display: flex;
  align-items: center;
}
#navbar-langs li {
  color: var(--dark);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}
.nav-separator {
  padding: 0 5px;
}

.button-link {
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  color: #111;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  background-color: var(--primary);
  letter-spacing: 0px;
  padding: 15px !important;
  transition: background-color .15s ease-in-out;
}
.button-link:hover {
  color: #111;
  text-decoration: none;
  background-color: var(--primary-hover);
}
header .button-link {
  min-width: 49px;
}
footer .button-link,
.section-page .button-link {
  min-width: 180px;
}
.section-page .button-link {
  font-size: 18px;
}

.dropdown-menu {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.dropdown-item{
  font-weight: bold;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
  background-color: var(--primary);
  color: #111;
}
.dropdown-toggle::after{
  margin-bottom: -2px;
}
.dropdown-menu li a.active{
  color:#fff;
}

@media (max-width: 1399px) {
  .header-logo img {
    max-width: 180px;
  }
}
@media (max-width: 1199px) {
  #main-navbar .nav-item .nav-link.button-link .phone-number {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-item-desktop {
    display: none;
  }
  #main-navbar .nav-item {
    margin-bottom: 5px;
  }
  #main-navbar .nav-link,
  .dropdown-item {
    text-align: center;
  }
  #navbar-langs {
    order: 1;
  }
  #navbar-langs .navbar-nav {
    flex-direction: row;
  }
  #navbar-langs .button-link {
    min-width: auto;
    font-size: 20px;
    padding: 7px 10px !important;
  }
  #navbar-langs .nav-item:last-child .button-link {
    margin-left: 5px;
  }
  .header-logo {
    order: 2;
  }
  .navbar-toggler {
    order: 3;
  }
  .navbar-collapse {
    order: 4;
  }
}
@media (max-width: 480px) {
  .header-logo img {
    max-width: 170px;
  }
}
@media (min-width: 992px) {
  .nav-item-mobile {
    display: none;
  }
  #header {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid var(--primary);
  }
  #header .navbar {
    min-height: 80px;
    padding: 0;
  }
  #header .navbar-collapse {
    flex-grow: initial;
  }
  #main-navbar .nav-item .nav-link {
    padding: 36px 10px;
  }
  #main-navbar .nav-link,
  #main-navbar .dropdown-item,
  #navbar-langs li {
    font-size: 16px;
  }
  #main-navbar .nav-item .nav-link.button-link {
    font-size: 22px;
    padding: 13px 15px !important;
    margin-left: 15px;
  }
  #main-navbar .nav-item .nav-link.button-link i {
    vertical-align: middle;
  }
  #main-navbar .nav-item .nav-link.button-link .phone-number {
    vertical-align: middle;
    font-size: 18px;
    margin-left: 4px;
  }
  .dropdown-menu {
    background-color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 0 0 5px 5px;
    margin: 0;
    padding: 0;
  }
  .dropdown:hover >.dropdown-menu{
    display: block !important;
  }
  .dropdown-submenu:hover > .dropdown-menu{
    display: block !important;
    left: 100%;
    margin-top: -37px;
  }
  .dropdown:not(#nav-lang) .dropdown-toggle::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  #header .navbar .header-logo,
  #header .navbar #navbar-langs {
    padding: 15px;
  }
  .phone-number {
    display: inline-block;
  }
}
@media (max-width: 1399px) {
  .lce-link-desktop {
    display: none;
  }
}
@media (min-width: 1400px) {
  .lce-link-mobile {
    display: none;
  }
}
@media (min-width: 1450px) {
  #header .navbar .header-logo,
  #header .navbar #navbar-langs {
    padding: 15px 20px;
  }
  #main-navbar .nav-item {
    margin-left: 15px;
  }
  #main-navbar .nav-item .nav-link {
    font-size: 18px;
    padding: 36px 10px;
  }
  #main-navbar .dropdown-item {
    font-size: 18px;
    padding: 12px 10px;
  }
}
@media (min-width: 1550px) {
  #main-navbar .nav-item .nav-link {
    padding: 36px 8px;
  }
  .dropdown-item {
    font-size: 18px;
  }
}
/*Footer*/

footer ul {
    padding-left: 0;
    list-style: none;
}
footer li {
  margin-bottom: 5px;
}
footer a,
footer a:hover,
footer a:focus {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}

footer a i.fa {
  font-size: 20px;
  margin-right: 10px;
}
.footer-services-list,
.footer-menu-list {
  padding-left: 15px;
}

.logo-footer {
  max-height: 60px;
}

#footer-info {
    background-color: var(--secondary);
    line-height: 1.5;
    color: #333;
    padding: 40px 0 20px;
}
#footer-info img {
  margin-bottom: 15px;
}
#footer-info h4,
#footer-info h4 a {
    font-size: 20px;
    font-weight: 700;
}
#footer-info hr {
    border-top: 1px solid #111;
}
#footer-info .footer-copy {
    font-size: 12px;
}

#footer-legal {
  background-color: var(--secondary);
  padding: 4px;
  border-top: 1px solid var(--primary);
}
#footer-legal p {
  display: block;
  color: #333;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
}
#footer-legal a,
#footer-legal a:hover {
  display: inline-block;
  font-size: 12px;
  color: #333;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #footer-info .row > div:nth-child(1),
  #footer-info .row > div:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #footer-info {
    text-align: center;
  }
  .footer-services-list, .footer-menu-list {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  #footer-legal a {
    display: inline;
  }
}

/* Banner */
.section-banner {
    position: relative;
    min-height: 240px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/home-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 62px;
}

.banner-text {
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  text-shadow: 2px 2px 5px rgba(30, 30, 30, 0.6);
}

.section-page {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-page p a {
  font-weight: 600;
}

@media (max-width: 991px) {
  .banner-text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .section-banner {
    min-height: 300px;
    padding-top: 82px;
  }
  .section-banner.servicio-banner {
    min-height: 500px;
  }
}

/* HOME */
#home-banner {
  min-height: 400px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/home-banner-mobile.jpg);
  margin-top: 0;
}

#home-banner .banner-text {
  font-weight: 800;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

#home-tratamientos {
  padding-top: 0;
}
#home-tratamientos .section-title {
  text-align: center;
  margin-bottom: 40px;
}
#home-tratamientos .tratamiento-box {
  display: block;
}
#home-tratamientos img {
  margin-bottom: 15px;
}
#home-tratamientos .tratamiento-title {
  text-align: center;
}
.section-page.no-banner .tratamiento-title {
  font-size: 24px;
}

#home-cta {
  padding-top: 0;
}

#home-indicaciones {
  padding-top: 0;
}
#home-indicaciones .section-title {
  text-align: center;
  margin-bottom: 40px;
}

#home-outro {
  padding-top: 0;
}

@media (max-width: 1199px), (max-height: 800px) {
}
@media (max-width: 991px) {
  #home-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #home-banner .form-wrapper {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) and (max-width: 991px) {
  #home-cursos .home-text-row:nth-child(2) {
    margin-bottom: 150px;
  }
}
@media (min-width: 992px) {
  #home-banner {
    min-height: 100vh;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/home-banner-2.jpg);
  }
  #home-intro p,
  #home-outro p {
    max-width: 780px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .section-page.no-banner .tratamiento-title {
    font-size: 30px;
  }
}

/* Servicios */
.service-img {
  margin-bottom: 30px;
}

#services-content .dolor-item p {
  text-align: center;
}

#services-content h1 {
  text-transform: uppercase;
}
#services-content h2 {
  margin-top: 40px;
}
#services-content h3 {
  margin-top: 20px;
}

.item-list-wrapper {
  border: 2px solid var(--primary);
  padding: 35px;
}
.item-list {
  position: relative;
  list-style: none;
  margin-bottom: 0;
}
.item-list li {
  margin-bottom: 15px;
}
.item-list li:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  padding-right: 5px;
}

@media (max-width: 767px) {
  #cursos-intro .col-title h2 {
    font-size: 26px;
    line-height: 32px;
  }
  #services-content img {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .service-img {
    object-fit: cover;
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #cursos-intro .col-title {
    padding: 50px;
  }
}

/* Contacto */
#contacto-banner {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/home-banner-2.jpg);
}
#contacto-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
#contacto-content .form-check-label {
  font-size: 14px;
}
#contacto-content textarea {
  min-height: 80px;
}
#contacto-content .btn {
  width: 100%;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--primary);
  padding: 14px 30px;
}
#contacto-content iframe {
  max-width: 100%;
}

#contacto-content .info-title,
#contacto-content h2 {
  font-family: "PT Serif", serif;
  font-size: 26px;
  font-weight: 700;
}

#contacto-content .info-item,
#contacto-content .info-item,
#contacto-content .info-item:hover,
#contacto-content .info-item:focus {
  position: relative;
  display: block;
  font-size: 16px;
  color: #111;
  text-decoration: none;
  padding-left: 35px;
  margin-bottom: 10px;
  word-wrap: break-word;
}

#contacto-content i.fa {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  margin-right: 10px;
}
#contacto-content i.fa.fa-map-marker {
  font-size: 20px;
}
#contacto-content .contact-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  margin-right: 10px;
}

.contact-form-text {
  font-size: 1em;
  word-wrap: break-word;
}


/* 2024 */
.section-page.no-banner {
  padding-top: 122px !important;
}
.button-cta {
  display: inline-block;
  text-align: center;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  background-color: var(--secondary);
  border-radius: 10px;
  padding: 20px 30px;
}
.button-cta:hover {
  color: #111;
  opacity: 0.9;
}

.img-dolor {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
}


/* Cookie bar */
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:30px;
    width:100%;
    text-align:center;
    min-height:50px;
    background-color: rgba(0, 0, 0, 0.7);
    color:#fff;
    z-index:100;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.oki {
    padding:4px;
    color:#EFEFFB;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#EFEFFB;
}
@media (max-width: 720px) {
 .inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:8px;
    top:30%;
}
@media (max-width: 450px) {
 .inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:6px;
    top:35%;
}
}