.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.upper {
  text-transform: uppercase;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC0C4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bC1C4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYyz_MVcBeNP4NjuGObqx1XmO1I4W61C4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYyz_MVcBeNP4NjuGObqx1XmO1I4deyC4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bCyC4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYyz_MVcBeNP4NjuGObqx1XmO1I4ZmyC4E.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Outfit", sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
button,
button:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a,
a:hover {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
      }*/
.btn-fill {
  background: #fda38a;
  display: inline-block;
  padding: 18px 44px;
  line-height: 1em;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  border: 1px solid #fda38a;
}
.btn-fill:hover {
  background: #FFF;
  color: #fda38a;
}
.btn-line {
  background: #FFF;
  display: inline-block;
  padding: 18px 58px;
  line-height: 1em;
  font-size: 16px;
  font-weight: 600;
  color: #fda38a;
  border: 2px solid #fda38a;
}
.btn-line:hover {
  background: #fda38a;
  color: #FFF;
}
h2 {
  color: #1c252c;
  font-weight: 300;
  font-size: 48px;
  line-height: 1em;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  color: #1c252c;
  font-weight: 400;
  font-size: 30px;
  line-height: 1em;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  color: #686868;
}
.hero {
  position: relative;
}
.hero .padd-nav {
  padding: 0 5%;
}
@media (max-width: 767px) {
  .hero .padd-nav {
    padding: 0 20px;
  }
}
.cabezal-interno {
  border: 10px solid #FFF;
  width: 100%;
  height: 150px;
  background: #1c252c;
}
@media (max-width: 767px) {
  .cabezal-interno {
    height: 110px;
  }
}
.hero-interna {
  border: 10px solid #FFF;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.hero-interna img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.hero-interna .over {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hero-interna .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 88;
  max-width: 50%;
}
@media (max-width: 767px) {
  .hero-interna .txt {
    max-width: 75%;
    top: auto;
    transform: translateY(0);
    bottom: 40px;
  }
}
.hero-interna .txt .pre {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #FFF;
  margin-bottom: 20px;
}
.hero-interna .txt .tit {
  font-size: 60px;
  font-weight: 300;
  color: #FFF;
  line-height: 1em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero-interna .txt .tit {
    font-size: 32px;
  }
}
.hero-interna .txt p {
  font-size: 21px;
  font-weight: 300;
  color: #FFF;
  line-height: 1.3em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hero-interna .txt p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.swiper {
  border: 10px solid #FFF;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.swiper .over {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.swiper .swiper-pagination {
  right: 5%;
}
@media (max-width: 767px) {
  .swiper .swiper-pagination {
    right: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .swiper .swiper-pagination {
    top: auto;
    transform: none;
    bottom: 40px;
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 15px 0;
  border-radius: 50%;
  background: #FFF;
  cursor: pointer;
  transition: all 0.25s ease;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 20px;
  transform: translateX(-5px);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.95);
  animation: progress-ring linear forwards;
  animation-duration: 3.5s;
  /* se sobreescribe en JS */
}
@keyframes progress-ring {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 88;
  max-width: 50%;
}
@media (max-width: 767px) {
  .swiper .txt {
    max-width: 75%;
    top: auto;
    transform: translateY(0);
    bottom: 40px;
  }
}
.swiper .txt .pre {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #FFF;
  margin-bottom: 20px;
}
.swiper .txt .tit {
  font-size: 60px;
  font-weight: 300;
  color: #FFF;
  line-height: 1em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .swiper .txt .tit {
    font-size: 32px;
  }
}
.swiper .txt p {
  font-size: 21px;
  font-weight: 300;
  color: #FFF;
  line-height: 1.3em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .swiper .txt p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
header.flotante {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 90;
}
@media (max-width: 767px) {
  header.flotante {
    top: 30px;
  }
}
@media (min-width: 768px) {
  header .logo img {
    width: 90%;
  }
}
@media (min-width: 992px) {
  header .logo img {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  header .logo img {
    width: 276px;
  }
}
@media (max-width: 767px) {
  header .logo img {
    width: 200px;
  }
}
header nav {
  text-align: center;
}
@media (max-width: 767px) {
  header nav {
    display: none;
  }
}
header nav.last {
  text-align: right;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav li {
  display: inline-block;
  font-weight: 500;
  line-height: 1em;
}
@media (min-width: 768px) {
  header nav li {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  header nav li {
    font-size: 14px;
    padding: 0 7px;
  }
}
@media (min-width: 1200px) {
  header nav li {
    font-size: 15px;
    padding: 0 18px;
  }
}
header nav li a {
  color: #FFF;
}
header nav li a:hover {
  color: #ecd3bc;
}
.intro {
  padding: 160px 0 ;
}
@media (max-width: 767px) {
  .intro {
    padding: 50px 0;
  }
}
.intro h1 {
  color: #1c252c;
  font-weight: 300;
  font-size: 40px;
  line-height: 1em;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .intro h1 {
    font-size: 26px;
  }
  .intro h1 br {
    display: none;
  }
}
.intro p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  color: #686868;
  margin-bottom: 40px;
}
.intro ul {
  padding: 0 0 0 15px;
}
.intro ul li {
  font-weight: 300;
  color: #686868;
  margin-bottom: 12px;
}
.intro ul li strong {
  font-weight: 500;
  color: #1c252c;
}
.intro .imagen {
  text-align: right;
  max-width: 100%;
}
@media (max-width: 767px) {
  .intro .imagen {
    overflow: hidden;
    text-align: left;
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }
  .intro .imagen img {
    width: 100%;
  }
}
.tratamientos-home {
  padding: 0 0 150px;
}
@media (max-width: 767px) {
  .tratamientos-home {
    padding: 0 0 50px;
  }
}
.tratamientos-home .header {
  text-align: center;
  margin-bottom: 70px;
}
.tratamientos-home .header h2 {
  margin-bottom: 20px;
}
.tratamientos-home .header p {
  font-size: 21px;
}
@media (max-width: 767px) {
  .tratamientos-home .header p {
    font-size: 16px;
  }
}
.tratamientos-home .highlight {
  position: relative;
  width: 100%;
  height: 430px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tratamientos-home .highlight {
    height: 450px;
  }
}
.tratamientos-home .highlight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.tratamientos-home .highlight .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
}
.tratamientos-home .highlight .txt p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tratamientos-home .highlight .txt {
    width: 75%;
  }
}
.tratamientos-home .servicios {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
@media (max-width: 767px) {
  .tratamientos-home .servicios {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
}
.tratamientos-home .servicios article {
  width: 47%;
}
@media (max-width: 767px) {
  .tratamientos-home .servicios article {
    width: 100%;
    margin-bottom: 50px;
  }
}
.tratamientos-home .servicios article img {
  width: 100%;
}
.tratamientos-home .servicios article .txt {
  padding: 40px 70px 0 0;
}
.tratamientos-home .servicios article .txt .btn-line {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .tratamientos-home .servicios article .txt .btn-line {
    margin-top: 20px;
  }
}
.testimonios {
  background: #f8efe6;
  text-align: center;
  padding: 90px 0 60px;
}
.testimonios.interna {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .testimonios.interna {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .testimonios {
    padding: 50px 30px;
  }
}
.testimonios p {
  font-size: 21px;
}
@media (max-width: 767px) {
  .testimonios p {
    font-size: 18px;
  }
}
.testimonios .by {
  color: #fda38a;
  font-size: 16px;
  font-weight: 500;
}
.promociones {
  padding: 130px 0 200px;
}
@media (max-width: 767px) {
  .promociones {
    padding: 50px 0;
  }
}
.promociones .header {
  text-align: center;
  margin-bottom: 70px;
}
.promociones .header h2 {
  margin-bottom: 20px;
}
.promociones .header p {
  font-size: 21px;
}
@media (max-width: 767px) {
  .promociones .header p {
    font-size: 16px;
  }
}
.promociones article {
  margin-bottom: 30px;
}
.promociones article img {
  width: 100%;
}
.promociones article .txt {
  max-width: 90%;
}
@media (max-width: 767px) {
  .promociones article .txt {
    max-width: 100%;
  }
}
.promociones article .txt .pre {
  font-size: 16px;
  font-weight: 500;
  color: #686868;
  margin-bottom: 15px;
}
.promociones article .txt .tit {
  color: #1c252c;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .promociones article .txt .tit {
    margin-bottom: 0px;
  }
}
.promociones article .txt a {
  color: #fda38a;
  font-size: 16px;
  font-weight: 500;
}
.promociones article .txt a:hover {
  color: #1c252c;
}
footer {
  border: 10px solid #FFF;
  background: #1c252c;
  color: #ecd3bc;
  padding: 80px 0 70px;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
footer .logo img {
  width: 80px;
}
@media (max-width: 767px) {
  footer .logo {
    margin-bottom: 30px;
  }
}
footer h6 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer h6 {
    margin-bottom: 10px;
  }
}
footer p {
  font-size: 13px;
  font-weight: 400;
  color: #ecd3bc;
  line-height: 1.8em;
}
footer p a {
  color: #ecd3bc;
}
footer p a:hover {
  color: #f8efe6;
}
footer .sm a {
  font-size: 18px;
  padding-right: 10px;
  color: #ecd3bc;
}
footer .sm a:hover {
  color: #f8efe6;
}
footer .copy {
  border-top: 1px solid #4e4f4d;
  margin-top: 30px;
  padding: 30px 0;
  font-size: 11px;
}
footer .newsletter h5 {
  font-size: 30px;
  font-weight: 300;
  color: #ecd3bc;
  line-height: 1.1em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer .newsletter h5 {
    font-size: 22px;
  }
}
footer .newsletter input {
  width: 100%;
  border: 1px solid #67645f;
  font-size: 13px;
  color: #ecd3bc;
  padding: 18px 22px;
  background: transparent;
  margin-bottom: 15px;
}
footer .newsletter button {
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #ecd3bc;
}
footer .newsletter button:hover {
  color: #f8efe6;
}
footer .subir {
  color: #ecd3bc;
  font-size: 32px;
  text-align: right;
}
.bio {
  padding: 173px 0;
}
@media (max-width: 767px) {
  .bio {
    padding: 50px 0;
  }
}
.bio .pre {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1c252c;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .bio .pre {
    margin-bottom: 10px;
  }
}
.bio h1 {
  font-weight: 300;
  font-size: 60px;
  color: #1c252c;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .bio h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.bio .lead {
  font-size: 21px;
  color: #1c252c;
  font-weight: 300;
  margin-bottom: 30px;
}
.bio .segundo {
  margin: 50px 0 0 0;
}
.bio .lead2 {
  font-size: 30px;
  color: #1c252c;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .bio figure {
    bottom: 30px;
  }
}
.bio figure img {
  max-width: 100%;
}
.reconocimientos {
  padding: 50px 0 150px;
}
@media (max-width: 767px) {
  .reconocimientos {
    padding: 50px 0;
  }
}
.reconocimientos .pre {
  font-weight: 600;
  font-size: 12px;
  color: #1c252c;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .reconocimientos .pre {
    margin-bottom: 10px;
  }
}
.reconocimientos h1 {
  font-weight: 300;
  font-size: 60px;
  color: #1c252c;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .reconocimientos h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.reconocimientos .lead {
  font-size: 21px;
  color: #1c252c;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .reconocimientos figure {
    bottom: 30px;
  }
}
.reconocimientos figure img {
  max-width: 100%;
}
.galeria {
  height: 557px;
  margin-bottom: 50px;
}
.galeria .swiper-pagination {
  right: 0;
}
@media (max-width: 767px) {
  .galeria .swiper-pagination {
    right: 0;
  }
}
.galeria .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0px 8px;
  border-radius: 50%;
  background: #FFF;
  cursor: pointer;
  transition: all 0.25s ease;
}
.galeria .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 20px;
  transform: translateX(0px);
  transform: translateY(5px);
}
.galeria .swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.95);
  animation: progress-ring linear forwards;
  animation-duration: 4.0s;
  /* se sobreescribe en JS */
}
@keyframes progress-ring {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.turnos {
  background: #f8efe6;
  padding: 90px;
}
.turnos h2 {
  text-align: center;
  margin-bottom: 70px;
}
.turnos .comp {
  margin-bottom: 30px;
}
.turnos .comp label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  display: block;
}
.turnos .comp input,
.turnos .comp textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0dbd6;
  background: none;
  transition: border-color 0.3s ease, border-width 0.3s ease;
}
.turnos .comp input:focus,
.turnos .comp textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #fda38a;
}
.turnos .cta {
  text-align: center;
}
.grilla-servicios {
  margin: 20px 0 100px;
}
.grilla-servicios article a {
  display: block;
}
.grilla-servicios article .imagen {
  background: #000;
  display: block;
  position: relative;
  overflow: hidden;
}
.grilla-servicios article .imagen .plus {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
}
.grilla-servicios article .imagen .plus .bi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-size: 52px;
}
.grilla-servicios article img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grilla-servicios article .txt {
  padding: 30px 70px 70px 0;
}
.grilla-servicios article .txt h3 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grilla-servicios article .txt p {
  margin-bottom: 40px;
}
.grilla-servicios article .txt .btn-line {
  display: inline-block;
}
.grilla-servicios article:hover .imagen .plus {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grilla-servicios article:hover h3 {
  color: #fda38a;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bloque-texto2 {
  background: #f8efe6;
  padding: 60px 0;
  position: relative;
  z-index: 0;
  /* el fondo queda detrás */
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .bloque-texto2 {
    margin-bottom: 50px;
    padding: 40px 20px;
  }
}
.bloque-texto2 ul {
  padding: 0 0 0 15px;
}
.bloque-texto2 ul li {
  font-size: 16px;
  font-weight: 300;
  color: #686868;
}
.bloque-texto2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -49px;
  width: 50px;
  background: #f8efe6;
  z-index: 1;
}
@media (max-width: 767px) {
  .bloque-texto2:before {
    display: none;
  }
}
.bloque-texto2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  width: 50px;
  background: #f8efe6;
  z-index: 1;
}
@media (max-width: 767px) {
  .bloque-texto2:after {
    display: none;
  }
}
.bloque-texto3 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .bloque-texto3 {
    margin-bottom: 50px;
  }
}
.bloque-texto3 ul {
  padding: 0 0 0 15px;
}
.bloque-texto3 ul li {
  font-size: 16px;
  font-weight: 300;
  color: #686868;
}
.serv-cta {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .serv-cta {
    margin-bottom: 50px;
  }
}
/* servicios */
.serv-intro {
  padding: 173px 0 80px;
}
@media (max-width: 767px) {
  .serv-intro {
    padding: 50px 0;
  }
}
.serv-intro .pre {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1c252c;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .serv-intro .pre {
    margin-bottom: 10px;
  }
}
.serv-intro h1 {
  font-weight: 300;
  font-size: 60px;
  color: #1c252c;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .serv-intro h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.serv-intro .lead {
  font-size: 21px;
  color: #1c252c;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .serv-intro .lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.serv-intro .segundo {
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .serv-intro .segundo {
    margin: 20px 0 0 0;
  }
}
.serv-intro .lead2 {
  font-size: 30px;
  color: #1c252c;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .serv-intro .lead2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .serv-intro figure {
    bottom: 30px;
  }
}
.serv-intro figure img {
  max-width: 100%;
}
.promo-intro {
  padding: 173px 0 0;
}
@media (max-width: 767px) {
  .promo-intro {
    padding: 50px 0;
  }
}
.promo-intro .pre {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1c252c;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .promo-intro .pre {
    margin-bottom: 10px;
  }
}
.promo-intro h1 {
  font-weight: 300;
  font-size: 60px;
  color: #1c252c;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .promo-intro h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.promo-intro .lead {
  font-size: 21px;
  color: #686868;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .promo-intro .lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.promo-intro .segundo {
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .promo-intro .segundo {
    margin: 20px 0 0 0;
  }
}
.promo-intro .lead2 {
  font-size: 30px;
  color: #1c252c;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .promo-intro .lead2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .promo-intro figure {
    bottom: 30px;
  }
}
.promo-intro figure img {
  max-width: 100%;
}
.grilla-promo {
  margin: 50px 0 100px;
}
.grilla-promo article .pre {
  font-weight: 500;
  color: #686868;
  font-size: 16px;
}
.grilla-promo article img {
  width: 100%;
}
.grilla-promo article .txt {
  padding: 30px 70px 70px 0;
}
.promo-detalle {
  padding: 173px 0 200px;
}
@media (max-width: 767px) {
  .promo-detalle {
    padding: 50px 0;
  }
}
.promo-detalle .pre {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1c252c;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .promo-detalle .pre {
    margin-bottom: 10px;
  }
}
.promo-detalle .pre2 {
  color: #686868;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.promo-detalle h1 {
  font-weight: 300;
  font-size: 60px;
  color: #1c252c;
  line-height: 1em;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .promo-detalle h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.promo-detalle h2 {
  font-size: 30px;
  font-weight: 400;
  color: #1c252c;
  margin-bottom: 20px;
}
.promo-detalle .btn-line {
  margin-top: 60px;
}
.promo-detalle img {
  width: 100%;
}
@media (max-width: 767px) {
  .promo-detalle img {
    margin: 40px 0;
  }
}
.contacto {
  padding: 173px 0 200px;
}
@media (max-width: 767px) {
  .contacto {
    padding: 50px 0;
  }
}
.contacto .pre {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1c252c;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .contacto .pre {
    margin-bottom: 10px;
  }
}
.contacto h1 {
  font-weight: 300;
  font-size: 60px;
  color: #1c252c;
  line-height: 1em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contacto h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.contacto h2 {
  font-size: 30px;
  font-weight: 400;
  color: #1c252c;
  margin-bottom: 20px;
}
.contacto .btn-line {
  margin-top: 60px;
}
.contacto .form {
  margin: 70px 0 50px 0;
}
.contacto .form .comp {
  margin-bottom: 30px;
}
.contacto .form label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  display: block;
}
.contacto .form input,
.contacto .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0dbd6;
  background: none;
  transition: border-color 0.3s ease, border-width 0.3s ease;
}
.contacto .form input:focus,
.contacto .form textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #fda38a;
}
.mapa {
  width: 100%;
  border-right: 10px solid #FFF;
  border-left: 10px solid #FFF;
  /*-webkit-filter: grayscale(100%); filter: grayscale(100%);*/
}
.testimonials {
  height: auto;
  border: none;
  width: 100%;
}
.testimonials .testi {
  background: #f8efe6;
}
.whats {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999999;
}
.whats img {
  width: 70px;
}
@media (max-width: 767px) {
  .whats {
    bottom: 20px;
    right: 20px;
  }
  .whats img {
    width: 50px;
  }
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 87;
    padding: 120px 0 50px;
    margin: 0;
    height: 100vh;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
  #mob li a {
    font-size: 16px;
    font-weight: 400;
    color: #f8efe6;
  }
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #FFF;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
