@charset "UTF-8";
/* variables.scss */
@font-face {
  font-family: "Vonca-Regular";
  src: url("../fonts/VONCA/vonca-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Vonca-Light";
  src: url("../fonts/VONCA/vonca-light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CeraPRO-Regular";
  src: url("../fonts/CERA/CeraPRO-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CeraPRO-Bold";
  src: url("../fonts/CERA/CeraPRO-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.montserrat-medium {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

body {
  color: #3b3b3b !important;
}

/* Hamburger 2 */
html, body {
  overflow-x: hidden;
  font-size: 16px;
}

/* IMPORTANT:  HEADERS */
h1 {
  color: #246233;
  font-family: "Vonca-Light", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h2 {
  color: #246233;
  font-size: 4rem;
  font-family: "Vonca-Light", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h3 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

h3.title {
  font-size: 3rem;
  color: #246233;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.subtitulo {
  color: #4d795a;
  text-transform: none;
  padding: 5px 10px;
  background-color: #d7eaf4;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  width: auto;
}

/* IMPORTANT:  BTNs */
.btn-primary {
  background-color: white;
  border: 0;
  color: #246233;
  position: relative;
  height: 45px;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 60px;
  display: inline-flex;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid #246233;
}
.btn-primary:visited, .btn-primary:active, .btn-primary:focus {
  background-color: #246233;
  color: white;
}
.btn-primary:after {
  font-family: "bootstrap-icons";
  content: "\f27b";
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #246233;
  border: 0px solid #246233;
  color: white;
  width: 40px;
  height: 45px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  transition: all 0.5s ease-in-out;
}
.btn-primary.btn-download {
  background-color: white;
  color: #246233;
}
.btn-primary.btn-download:after {
  font-family: "bootstrap-icons";
  content: "\f1b9";
  font-size: 2rem;
}
.btn-primary:hover {
  background-color: #246233;
  color: white;
}
.btn-primary:hover:after {
  background-color: white;
  color: #246233;
}
.btn-primary.btn-submit {
  border: 1px solid #246233;
  color: #246233;
}
.btn-primary.btn-submit:after {
  background-color: #246233;
}
.btn-primary.btn-submit:hover {
  background-color: #246233;
  color: white;
}
.btn-primary.btn-submit:hover:after {
  background-color: white;
  color: #246233;
}

.btn-secondary {
  border: 0;
  border-radius: 4px;
  background-color: #246233;
  border: 1px solid #246233;
  font-size: 1.6rem;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  position: relative;
  padding: 10px 20px;
  transition: all 0.3s ease-in;
}
.btn-secondary:hover {
  background-color: transparent;
  color: #4d795a;
  border: 1px solid #4d795a;
  text-decoration: none;
}
.btn-secondary.btn-white {
  color: white;
}
.btn-secondary.btn-white:before {
  font-size: 3.5rem;
}
.btn-secondary.btn-white:after {
  font-size: 3.5rem;
}
.btn-secondary.btn-lg {
  font-size: 2.5rem;
}
.btn-secondary.btn-lg:before {
  left: -30px;
  font-size: 3rem;
}
.btn-secondary.btn-lg:after {
  left: -15px;
  font-size: 3rem;
}
.btn-secondary.btn-lg:hover:before {
  left: -2px;
}
.btn-secondary.btn-lg.inactive:hover:before {
  color: #246233;
  left: -30px;
}
.btn-secondary.btn-lg.inactive:hover:after {
  color: #246233;
  opacity: 1;
}

.btn-icon {
  border: 1px solid #246233;
  background-color: white;
  color: #246233;
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
}
.btn-icon:visited {
  background-color: white;
  color: #246233;
}
.btn-icon:hover {
  background-color: #246233;
  color: white;
  text-decoration: none;
  border-radius: 3px;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.swiper-slide img.first-img {
  object-position: 0 center;
}

.autoplay-progress {
  position: absolute;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #4d795a;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #4d795a;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

/* flechas */
.swiper-button-next, .swiper-button-prev {
  color: #4d795a !important;
}

/* pagination */
.swiper-pagination-bullet-active {
  background-color: #4d795a !important;
}

/* Aplica la animación a la imagen del primer slide */
.swiper-slide img.first-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Iniciamos mostrando la parte inferior */
  /* Se anima para pasar de mostrar la parte inferior a la superior */
  object-position: center center;
  animation: slideUp 5s ease-in-out forwards;
  transform-origin: center center;
}

/* Definición de la animación: mueve la imagen de abajo hacia arriba */
@keyframes slideUp {
  from {
    object-position: center 60%;
  }
  to {
    object-position: center bottom;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #CCC !important;
  border-color: #CCC;
  color: #666;
  font-style: italic;
}
.btn.disabled:hover,
.btn:disabled:hover,
fieldset:disabled .btn:hover {
  cursor: not-allowed !important;
}

.btn-link {
  position: relative;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #246233;
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.btn-link:before, .btn-link:after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  left: -40px;
  border-bottom: 3px solid #246233;
  width: 20px;
  transition: all 0.2s ease-in-out;
}
.btn-link:hover {
  background-color: transparent !important;
  border-color: transparent;
  color: #246233;
}
.btn-link:hover:after {
  transform: rotate(90deg);
}
.btn-link:visited, .btn-link:active, .btn-link:focus {
  background-color: transparent !important;
  border-color: transparent;
  color: #246233;
}

/* IMPORTANT:  A */
a {
  color: #246233;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover {
  color: #4d795a;
  text-decoration: underline;
}

/* IMPORTANT:   BG  */
.bg-grey {
  background-color: #FBFBFB;
}
.bg-grey h3 {
  color: #246233;
}

.bg-gray {
  background-color: #FBFBFB;
}

.parallax {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .parallax {
    background-attachment: inherit;
  }
}

.z-index-top {
  position: relative;
  z-index: 93;
}

.text-red {
  color: #d64848 !important;
  font-weight: 600 !important;
}

.text-justify {
  text-align: justify;
}

.toptitulo {
  font-size: 3rem;
  color: #246233;
}

.home .toptitulo {
  font-size: 4rem;
}

.featured-text {
  font-size: 3.4rem;
  line-height: 160%;
  color: #246233;
}

.home .featured-text {
  font-size: 2.9rem;
}

.text-black {
  color: #246233;
}

.fondo-menu {
  display: none;
  transition: all 0.5s ease-in;
}
.fondo-menu.open {
  width: 100vw;
  height: 100vh;
  background-image: url("../img/bg-menu.jpg");
  background-size: cover;
  background-position: bottom center;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 94;
}

strong {
  font-weight: bold !important;
}

.texto {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #246233;
}

.txt-black {
  color: #246233;
}

.border-left {
  border-left: 2px solid #246233;
}

.vertical-center {
  display: flex;
  align-items: center;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 3rem;
  color: #246233;
}

.fancybox-stage h3 {
  font-size: 1.8rem;
}
.fancybox-stage h4 {
  font-size: 1.6rem;
  font-weight: bold;
}

#fp-nav {
  z-index: 10 !important;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 3rem;
  color: #246233;
  z-index: 94;
}

.scroll-downs {
  position: absolute;
  right: 0;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 3%;
  z-index: 9;
  width: 27px;
  height: 45px;
}
.scroll-downs .mousey {
  width: 0px;
  padding: 8px 13px 6px 9px;
  height: 26px;
  border: 2px solid #111;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroll-downs .mousey .scroller {
  width: 3px;
  height: 7px;
  border-radius: 50%;
  background-color: #111;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
.pattern {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/pattern.svg");
  background-repeat: no-repeat;
}

.pattern-claro {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/pattern-claro.svg");
  background-repeat: no-repeat;
}

.flecha-sticky {
  min-height: 800px;
  position: relative;
}
.flecha-sticky div.flecha {
  position: sticky;
  top: 122px;
  width: 100%;
  height: 247px;
  background-image: url("../img/flecha-logo-clara-complete.svg");
  background-repeat: no-repeat;
}

#comprueba {
  display: flex;
  justify-content: space-between;
}
#comprueba input#n1, #comprueba input#n2, #comprueba #res {
  border: 1px solid #246233 !important;
  background-color: #f3f3f3 !important;
  width: 60px;
  height: 35px;
  display: inline-block;
  padding: 0;
  text-indent: 10px;
  font-size: 1.4rem !important;
}
#comprueba input#n1:focus, #comprueba input#n1:focus-visible, #comprueba input#n2:focus, #comprueba input#n2:focus-visible, #comprueba #res:focus, #comprueba #res:focus-visible {
  border: 1px solid #246233;
  outline: none;
}
#comprueba #n1, #comprueba #n2 {
  color: #777;
  font-style: italic;
}
#comprueba #res {
  background-color: #fff !important;
}
#comprueba #res.ok {
  border-color: #29c829 !important;
}
#comprueba .error-txt {
  opacity: 1;
  display: block;
  padding-top: 10px;
  color: #246233;
  transition: all 0.4s ease-in;
  font-weight: 400;
}
#comprueba .error-txt.hide {
  opacity: 0;
}
#comprueba .check-ok {
  opacity: 0;
}
#comprueba .check-ok i {
  color: #29c829;
  font-size: 2.2rem;
  padding-left: 5px;
}
#comprueba .check-ok.show {
  opacity: 1;
  margin-left: -33px;
}

/* CHECK FORM ANIMATION */
.form-check {
  padding-left: 0;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-check-input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type=checkbox] + label, [type=radio] + label {
  font-size: 14px;
  font-weight: 300;
}

.form-check-input[type=checkbox]:checked + label::before,
label.btn input[type=checkbox]:checked + label::before {
  border-right: 2px solid #246233;
  border-bottom: 2px solid #246233;
}

.form-check-input[type=checkbox]:checked + label:before,
label.btn input[type=checkbox]:checked + label:before {
  top: 0px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #48f442;
  border-bottom: 2px solid #48f442;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox]:checked + label::before {
  backface-visibility: hidden;
  border-color: transparent #5666da #5666da transparent;
}

.form-check-input[type=checkbox] + label:before,
.form-check-input[type=checkbox]:not(.filled-in) + label:after,
label.btn input[type=checkbox] + label:before,
label.btn input[type=checkbox]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #246233;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-check-input[type=checkbox]:not(.filled-in) + label:after,
label.btn input[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.form-check-input[type=checkbox] + label:before,
.form-check-input[type=checkbox]:not(.filled-in) + label:after,
label.btn input[type=checkbox] + label:before,
label.btn input[type=checkbox]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #8a8a8a;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-check-input[type=checkbox] + label {
  position: relative;
  padding-left: 35px;
  padding-top: 5px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-check-input[type=checkbox] + label a {
  color: #246233;
}

/* form */
.form-subscribe input[type=text],
.form-subscribe input[type=email],
.form-subscribe textarea {
  height: 40px;
  width: 100%;
  padding: 10px 10px 10px 5px;
  border-radius: 0px;
  background-color: transparent !important;
  display: block;
  outline: none;
  font-size: 1.6rem !important;
  border: 0;
  border-bottom: 1px solid #a1a1a1;
  color: #246233;
  margin-bottom: 20px !important;
}
.form-subscribe input[type=text]:focus,
.form-subscribe input[type=email]:focus,
.form-subscribe textarea:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #246233;
}
.form-subscribe input[type=text]:-webkit-autofill, .form-subscribe input[type=text]:-webkit-autofill:focus,
.form-subscribe input[type=email]:-webkit-autofill,
.form-subscribe input[type=email]:-webkit-autofill:focus,
.form-subscribe textarea:-webkit-autofill,
.form-subscribe textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
}
.form-subscribe textarea {
  height: 80px;
}
.form-subscribe input[type=submit] {
  border: 1px solid #4d795a;
  transition: all 0.5s ease-in;
  margin-top: 20px !important;
  color: white;
  border-radius: 4px;
}
.form-subscribe input[type=submit]:hover {
  background-color: #4d795a;
  color: white;
}

.iti__flag-container {
  height: 40px;
}
.iti__flag-container .iti__selected-flag {
  height: 40px;
  background-color: transparent;
  padding-left: 4px;
}

.title-right {
  position: absolute;
  color: #ececec;
  text-transform: uppercase;
  font-weight: bold;
  top: 30%;
  right: 100px;
  font-size: 5rem;
  line-height: 5.5rem;
}

.cta ul li {
  margin-bottom: 10px;
}
.cta ul li a {
  color: #246233;
  font-weight: bold;
  text-transform: uppercase;
}
.cta ul li a:hover {
  color: #4d795a;
  text-decoration: none;
}

.brochure {
  display: flex;
  justify-content: start;
  border: 0px !important;
  width: auto;
  box-shadow: 0px 0px 10px 0px #999;
  transition: all 0.5s ease;
  background-color: transparent !important;
}
.brochure .brochure__img {
  background-color: #246233;
  padding: 10px 20px;
  text-align: center;
}
.brochure .brochure__img img {
  width: 120px;
}
.brochure .brochure__content {
  width: 100%;
  background-color: #f2f1f2;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s ease;
}
.brochure .brochure__content h3 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 5px;
}
.brochure .brochure__content p {
  font-size: 1.8rem;
  color: #666;
}
.brochure .brochure__download {
  background-color: #4d795a;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in;
}
.brochure .brochure__download a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.5s ease-in;
}
.brochure .brochure__download a i {
  font-size: 3rem;
  color: #246233;
  transition: all 0.5s ease-in;
}
.brochure .brochure__download a:hover i {
  color: white;
}
.brochure .brochure__download:hover {
  background-color: #246233;
}
.brochure .brochure__download:hover a {
  color: white;
}
.brochure .brochure__download:hover a i {
  color: white;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

/* LUGAR DE INTERES */
.list-lint {
  margin-top: 20px;
}
.list-lint ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.list-lint ul li {
  font-size: 12px;
}
.list-lint.naranja h3 {
  font-weight: bold;
  color: #edcd95;
}
.list-lint.naranja ul li {
  color: #edcd95;
}
.list-lint.rojo h3 {
  font-weight: bold;
  color: #f09696;
}
.list-lint.rojo ul li {
  color: #f09696;
}
.list-lint.morado h3 {
  font-weight: bold;
  color: #d59ac5;
}
.list-lint.morado ul li {
  color: #d59ac5;
}
.list-lint.azul h3 {
  font-weight: bold;
  color: #97d1ed;
}
.list-lint.azul ul li {
  color: #97d1ed;
}
.list-lint.azul-oscuro h3 {
  font-weight: bold;
  color: #97abd9;
}
.list-lint.azul-oscuro ul li {
  color: #97abd9;
}
.list-lint.verde h3 {
  font-weight: bold;
  color: #a0cd8e;
}
.list-lint.verde ul li {
  color: #a0cd8e;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
  padding: 25px 0 25px 0;
  z-index: 2000;
  background-color: transparent;
  transition: all 1s ease;
}
header .st0lo {
  fill: #1D1D1B;
}
header #logo-fc7 {
  width: 220px;
  transition: all 0.5s ease;
}
header.scroll {
  background-color: #246233;
  padding: 15px 0 15px 0;
}
header.scroll .st0lo {
  fill: #fefefe;
}
header.scroll .line {
  stroke: #fefefe;
}
header.transparent {
  background-color: transparent;
}
header .navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}
header .menu {
  margin-top: 40px;
}
header .menu span {
  bottom: 45px;
}
header .navbar-collapse {
  align-items: center;
}
header .navbar-collapse .navbar-nav {
  width: 100%;
}
header .navbar-collapse .navbar-nav li a {
  font-size: 3.2rem;
}
header .iconos {
  bottom: 200px;
}
header.mobile .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
header.mobile .navbar-collapse .navbar-nav {
  width: 100%;
}
header.mobile .navbar-collapse .navbar-nav li a {
  font-size: 2rem;
  color: white;
}
header.mobile .iconos {
  bottom: 50px;
}
header.mobile .menu {
  margin-top: 20px;
}
header.mobile .menu span {
  bottom: 35px;
}

.proyecto-in-mobile {
  position: fixed;
  top: 86px;
  z-index: 9;
  width: 100%;
  text-align: center;
  background-color: #246233;
  padding: 5px 0;
  color: white;
}

.navbar {
  padding-bottom: 15px;
}

/* Estilos para el logo */
.navbar-brand {
  margin-right: 30px;
}

/* Estilos para el menú hamburguesa */
.navbar-toggler {
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-size: cover;
  display: block !important;
  z-index: 999;
  position: absolute;
  right: 0;
  top: 30px;
}

.navbar-toggler.collapsed {
  color: #246233;
}

/* Estilos para el menú desplegable */
.navbar-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  transition: right 0.3s ease;
}
.navbar-collapse ul.navbar-nav li {
  transform: translate(800px, 0px);
}

.navbar-collapse.show {
  right: -2px;
}
.navbar-collapse.show ul.navbar-nav li {
  transform: translate(0px, 0px);
  transition: opacity 0.3s ease-in-out, transform 0.4s ease-in-out;
}
.navbar-collapse.show ul.navbar-nav li:nth-child(1) {
  transition-delay: 0.15s;
}
.navbar-collapse.show ul.navbar-nav li:nth-child(2) {
  transition-delay: 0.12s;
}
.navbar-collapse.show ul.navbar-nav li:nth-child(3) {
  transition-delay: 0.19s;
}
.navbar-collapse.show ul.navbar-nav li:nth-child(4) {
  transition-delay: 0.22s;
}
.navbar-collapse.show ul.navbar-nav li:nth-child(5) {
  transition-delay: 0.1s;
}

.nav-item {
  margin: 10px;
}
.nav-item .nav-link {
  color: #F0F0F0;
  opacity: 0;
  font-weight: 400;
  transition: all 0.5s ease;
}
.nav-item .nav-link:hover {
  color: white;
}
.nav-item .nav-link.show-element {
  opacity: 1;
  margin-left: 0px !important;
}
.nav-item.active .nav-link {
  text-decoration: underline;
}

.idiomas {
  position: absolute;
  bottom: 100px;
}

.navbar-nav {
  flex-direction: column !important;
}
.navbar-nav li {
  padding-bottom: 10px;
  text-align: center;
}
.navbar-nav li a {
  text-transform: uppercase;
}

.nombre-proyecto {
  font-size: 4rem;
  border-left: 3px solid #246233;
  padding-left: 50px;
  font-weight: 400;
  opacity: 1;
  color: #246233;
  transition: all 0.3s ease-in-out;
}
.nombre-proyecto.hidden {
  opacity: 0;
}

/* HAMBURGER MENU */
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 999;
  position: relative;
}
.menu span {
  position: absolute;
  font-size: 1.3rem;
  right: 70px;
  color: #246233;
}
.menu.menu-oscuro span {
  color: #246233;
}
.menu.opened span {
  color: #246233;
  opacity: 0;
}

.menu:not(.opened):hover .line1 {
  stroke-dasharray: 60 207 !important;
}
.menu:not(.opened):hover .line2 {
  stroke-dasharray: 60 60 !important;
}

.line {
  fill: none;
  stroke: #246233;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 40 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 40 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.menu.opened .line {
  stroke: #246233;
}

.menu-oscuro .line {
  stroke: #246233;
}

/* Menu Hambuerer 2 */
.btn1 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  transition-duration: 0.5s;
}
.btn1 .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 20px;
  top: 30px;
  background-color: #246233;
  left: 0px;
}
.btn1 .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #246233;
  content: "";
  top: -15px;
}
.btn1 .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #246233;
  content: "";
  top: 15px;
}
.btn1 .icon-left:hover {
  cursor: pointer;
}
.btn1 .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 20px;
  top: 30px;
  background-color: #246233;
  left: 20px;
}
.btn1 .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #246233;
  content: "";
  top: -15px;
}
.btn1 .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #246233;
  content: "";
  top: 15px;
}
.btn1.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.btn1.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
}
.btn1.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
}
.btn1.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.btn1.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
}
.btn1.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
}
.btn1:hover {
  cursor: pointer;
}

/* Hamburger 3 */
.container {
  cursor: pointer;
  display: flex;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

/* HAMBURGER 4 */
/* GENERAL STYLES */
.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.hamburger {
  margin: 0 auto;
  margin-top: 40px;
  width: 48px;
  height: 30px;
  position: relative;
  text-align: right;
}

.hamburger .bar {
  padding: 0;
  width: 48px;
  height: 4px;
  background-color: #246233;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 13px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

/* HAMBURGER 4 */
.hamburger4 {
  z-index: 9;
}
.hamburger4:hover {
  cursor: pointer;
}
.hamburger4:hover .bar4 {
  width: 100%;
}
.hamburger4:hover .bar5 {
  width: 100%;
}

.hamburger4 .bar4 {
  top: 13px;
  width: 70%;
  right: 0;
}

.hamburger4 .bar5 {
  bottom: 0px;
  width: 85%;
  right: 0;
}

.hamburger4 .bar {
  transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}

.hamburger4 .bar2 {
  width: 1px;
  transform: rotate(90deg);
  left: 24px;
}

.hamburger4 .bar3 {
  width: 1px;
  left: 24px;
}

.checkbox4 + label {
  height: 80px;
}

.checkbox4:checked + label > .hamburger4 > .bar1 {
  top: 13.5px;
  background-color: transparent;
}

.checkbox4:checked + label > .hamburger4 > .bar2 {
  left: 0px;
  width: 48px;
  transform: rotate(45deg);
  background-color: white;
}

.checkbox4:checked + label > .hamburger4 > .bar3 {
  left: 0;
  width: 48px;
  transform: rotate(-45deg);
  background-color: white;
}

.checkbox4:checked + label > .hamburger4 > .bar4 {
  background-color: transparent;
}

.checkbox4:checked + label > .hamburger4 > .bar5 {
  bottom: 13.5px;
  background-color: transparent;
}

.txt-menu {
  position: absolute;
  top: 43px;
  right: 70px;
  color: #246233;
  font-weight: 500;
  transition: all 0.8s ease-in-out;
}
.txt-menu.hide {
  opacity: 0;
}

.iconos {
  position: absolute;
  border: 10px;
  left: 10%;
  z-index: 9;
}
.iconos ul {
  list-style: none;
}
.iconos ul li {
  display: inline-block;
  margin: 0 10px;
}
.iconos ul li a {
  transition: all 0.5s ease-in;
}
.iconos ul li a i {
  color: #246233;
  font-size: 25px;
}
.iconos ul li ahover i {
  color: #F0F0F0;
}
.iconos .cambio-idoma {
  margin-top: 20px;
}
.iconos .cambio-idoma img {
  width: 25px;
  margin: 0 10px;
}

.tab-contacto {
  position: fixed;
  top: 42%;
  right: 0;
  background-color: #246233;
  height: 100px;
  width: 50px;
  padding: 10px 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  transition: all 0.5s ease-in;
  z-index: 9;
}
.tab-contacto.show {
  right: -200px;
}
.tab-contacto img {
  width: 25px;
  height: auto;
}
.tab-contacto img.flag {
  filter: grayscale(1);
  transition: all 0.5s ease-in;
}
.tab-contacto img.flag:hover {
  filter: grayscale(0);
}
.tab-contacto img:hover {
  cursor: pointer;
}

#logo {
  height: auto;
}

.menu-anchor li a:not(.no-scroll) {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease;
  font-size: 1.6rem;
  position: relative;
  font-weight: 600;
  padding-left: 10px;
}
.menu-anchor li a:not(.no-scroll):hover {
  color: #4d795a;
}
.menu-anchor li a:not(.no-scroll).active {
  color: #4d795a;
}
.menu-anchor li a.no-scroll:hover {
  opacity: 0.8;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active-menu {
  transform: rotate(45deg);
}

.hamRotate180.active-menu {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #FFF;
  stroke-width: 5;
  stroke-linecap: round;
}

.ham7 .top {
  stroke-dasharray: 40 82;
}

.ham7 .middle {
  stroke-dasharray: 25 111;
}

.ham7 .bottom {
  stroke-dasharray: 30 161;
}

.ham7.active-menu .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.ham7.active-menu .middle {
  stroke-dashoffset: 23px;
  stroke-dasharray: 40 111;
}

.ham7.active-menu .bottom {
  stroke-dashoffset: -83px;
  stroke-dasharray: 40 161;
}

.ham7 {
  opacity: 0;
  transform: rotate(90deg);
  transition: all 0.5s ease-in-out;
}
.ham7:hover {
  transform: rotate(0deg);
}
.ham7:hover .line.middle {
  stroke-dasharray: 40 111;
}
.ham7:hover .line.bottom {
  stroke-dasharray: 40 161;
}
.ham7.active-menu {
  opacity: 1;
  transform: rotate(45deg);
}
.ham7.active-menu:hover {
  opacity: 1;
  transform: rotate(45deg);
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active-menu .top {
  stroke-dashoffset: -64px;
}

.ham8.active-menu .middle {
  transform: rotate(90deg);
}

.ham8.active-menu .bottom {
  stroke-dashoffset: -64px;
}

.copy {
  font-size: 1.2rem;
}

html {
  font-size: 10px;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.post, .page {
  margin-bottom: 0px !important;
}

.languages {
  position: absolute;
  top: 10px;
  right: 0px;
  display: flex;
  flex-direction: column;
}
.languages a {
  height: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.main {
  overflow-x: hidden;
}

#flotante_desktop {
  position: fixed;
  bottom: 50%;
  transform: translateY(50%);
  left: 0px;
  z-index: 9999;
  padding: 20px 20px 20px 15px;
  background-color: #246233;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}

#flotante_desktop.hide {
  opacity: 0;
  left: -100px;
}

#flotante_desktop li a i {
  color: white;
  font-size: 1.5rem;
  transition: all 0.5s ease;
}

#flotante_desktop li a:hover i {
  color: #4d795a;
}

#fullpage .fp-table {
  justify-content: end;
}
#fullpage .fp-overflow {
  overflow-y: initial;
}

#cover,
.proyecto-1,
.proyecto-2,
.proyecto-3 {
  height: 100vh;
  width: 100%;
  position: initial;
  background-size: cover;
  background-position: bottom center;
}
#cover.small,
.proyecto-1.small,
.proyecto-2.small,
.proyecto-3.small {
  height: 70vh;
}

#cover {
  overflow: hidden;
}
#cover #carouselFade {
  width: 100%;
}
#cover #carouselFade .carousel-inner {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#cover #carouselFade .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#cover #carouselFade .carousel-inner .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.proyecto-1 h2,
.proyecto-2 h2,
.proyecto-3 h2 {
  font-size: 5rem;
}
.proyecto-1 h3,
.proyecto-2 h3,
.proyecto-3 h3 {
  opacity: 0;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: lighter;
  transition: all 1.5s ease-in;
  background-color: rgba(124, 94, 62, 0.3);
  padding: 20px;
  border-radius: 10px;
}
.proyecto-1.active h3,
.proyecto-2.active h3,
.proyecto-3.active h3 {
  opacity: 1;
}

.proyecto-1 {
  background-image: url("../img/bg-alcala.jpg");
}

.proyecto-2 {
  background-image: url("../img/bg-home.jpg");
}

.proyecto-3 {
  background-image: url("../img/bg-solana.jpg");
}

#fp-nav ul li:last-child {
  display: none !important;
}
#fp-nav ul li a span {
  background: white !important;
}

.mensaje {
  width: 800px;
  height: 300px;
  position: absolute;
  bottom: 100px;
  left: -650px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 100px;
  transition: left 1s ease-in-out;
  animation: parpadeo 1s infinite;
}
.mensaje.visible {
  background-image: url("../img/bg-flecha-red.svg");
  background-position: right center;
}
.mensaje .flecha {
  height: 300px;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 150px;
  height: 100%;
  background-image: url("../img/flecha-red.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
.mensaje h1 {
  text-transform: uppercase;
  font-weight: 400;
}

@keyframes parpadeo {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.proyecto div.contenido {
  background-position: bottom center;
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.proyecto div.contenido .situacion {
  position: absolute;
  top: 60px;
  right: 60px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.proyecto div.contenido h3 {
  position: absolute;
  bottom: 150px;
  left: 40px;
  color: white;
  font-size: 3.4rem;
  font-weight: 500;
}
.proyecto div.contenido .btn-primary-pro {
  position: absolute;
  bottom: 70px;
  left: 40px;
}
.proyecto div.contenido .btn-primary-pro .btn-primary {
  background: rgba(255, 255, 255, 0.35);
  overflow: visible;
  padding-right: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 0;
  color: white;
}
.proyecto div.contenido .btn-primary-pro .btn-primary:after {
  right: -40px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.proyecto div.contenido .btn-primary-pro .btn-primary:hover:after {
  background: rgba(255, 33, 33, 0.5);
  color: white;
}

footer {
  background-color: #246233;
  color: white;
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: -7px;
}
footer a {
  color: white;
  text-decoration: none;
  transition: all 0.5s ease;
  font-size: 1.4rem;
}
footer a:visited {
  color: white;
}
footer a:hover {
  color: #4d795a;
  text-decoration: none;
}
footer ul {
  list-style: none;
}
footer .copyright {
  border-top: 1px solid #328746;
  color: #FBFBFB;
  font-size: 1.3rem;
  font-style: italic;
}

.fp-watermark {
  display: none !important;
}

#sendemail {
  position: fixed;
  right: -3px;
  top: 50%;
  margin-top: 80px;
  width: 80px;
  height: 170px;
  background-image: url("../img/featured-flecha.svg");
  background-size: cover;
  z-index: 9999999;
  opacity: 1;
  transition: all 0.3s ease-in;
}
#sendemail.hide {
  opacity: 0;
}
#sendemail:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0px;
  background-image: url("../img/call_ico.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  margin-left: 20px;
  animation-name: shake;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}
#sendemail.open {
  right: -90px;
}
#sendemail:hover {
  cursor: pointer;
}
#sendemail:hover:after {
  animation-name: shakeAnim;
}
#sendemail.hidden {
  opacity: 0;
}

@keyframes shakeAnim {
  0% {
    left: 0;
  }
  1% {
    left: -3px;
  }
  2% {
    left: 5px;
  }
  3% {
    left: -8px;
  }
  4% {
    left: 8px;
  }
  5% {
    left: -5px;
  }
  6% {
    left: 3px;
  }
  7% {
    left: 0;
  }
}
@keyframes shake {
  0% {
    left: 0;
  }
  2% {
    left: -3px;
  }
  4% {
    left: 5px;
  }
  6% {
    left: -8px;
  }
  8% {
    left: 8px;
  }
  10% {
    left: -5px;
  }
  12% {
    left: 3px;
  }
  14% {
    left: 0;
  }
}
#sendemail_content {
  position: fixed;
  right: -380px;
  top: 50%;
  margin-top: 80px;
  width: 380px;
  min-height: 170px;
  padding: 30px;
  background-color: #246233;
  border: 1px solid #a32626;
  border-right: 0;
  transition: all 0.5s ease-out;
  z-index: 999999;
}
#sendemail_content span {
  color: white;
}
#sendemail_content form {
  margin-top: 10px;
}
#sendemail_content form input,
#sendemail_content form select {
  margin-bottom: 5px;
  height: 35px;
  font-size: 1.5rem;
  border-radius: 5px;
}
#sendemail_content form button {
  width: 100%;
  height: 38px;
  text-align: center;
  border: 0;
  background-color: #246233;
  color: white;
  padding: 4px;
  border-radius: 5px;
}
#sendemail_content.open {
  right: 0px;
}
#sendemail_content #sendemail_close {
  position: absolute;
  right: 15px;
  top: 10px;
}
#sendemail_content #sendemail_close i {
  color: white;
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
  animation-name: kenburns-1;
  z-index: 3;
}

.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
  animation-name: kenburns-2;
  z-index: 2;
}

.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
  animation-name: kenburns-3;
  z-index: 1;
}

.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
  animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
    transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}
@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
    transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.nav.nav-tabs {
  justify-content: center;
  border: 0;
}
.nav.nav-tabs li {
  margin-bottom: 0;
}
.nav.nav-tabs li button {
  color: #246233;
  opacity: 1;
  border-radius: 0;
  padding: 20px 40px;
  font-size: 2rem;
}
.nav.nav-tabs li button.active {
  background-color: #246233;
  color: white;
}

.galeria .col-12 a {
  display: block;
  height: 100%;
  cursor: pointer;
}
.galeria .col-12 a img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.icons_bus li .icon {
  width: 75px;
  text-align: center;
}
.icons_bus li img {
  height: 30px;
}
.icons_bus li span {
  font-weight: 500;
  font-size: 1.8rem;
}

.list-icons .h-fix {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* Esto asegura que el div tenga la misma altura que su contenedor */
}
.list-icons h3 {
  height: 75px;
}

.list-icons-como .h-fix {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}
.list-icons-como h3 {
  color: #246233;
  font-size: 2.2rem;
}

.ele {
  padding: 30px 30px 0 30px;
  border: 1px solid #ccc;
  background-color: white;
  z-index: 90;
  position: relative;
}

.item a {
  min-height: 200px;
  background-color: white;
  border: 1px solid #246233;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #246233;
  text-decoration: none;
  transition: all 0.5s ease;
}
.item a:hover {
  background-color: #246233;
  border: 1px solid white;
  color: white;
}
.item.active a {
  background-color: #246233;
  border: 1px solid white;
  color: white;
}

.contenido_contenido-variable {
  min-height: 400px;
}

.img-fondo-contenido {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#contenido-variable {
  position: absolute;
  text-align: left;
  z-index: 2;
  background-color: white;
  border: 1px solid #246233 !important;
  color: #246233;
}

.contenido_item.hide {
  display: none;
}

.table {
  width: auto !important;
}
.table th {
  background-color: #ccc !important;
  border: 2px solid white;
  min-width: 120px;
  padding-left: 10px;
}
.table th span {
  font-weight: lighter;
  font-size: 1.4rem;
}
.table td {
  background-color: #dcdcdc !important;
  border: 2px solid white;
  min-width: 120px;
  padding-left: 10px;
  font-weight: 400;
}
.table td span i {
  color: #999;
}

.icono_large {
  position: absolute;
  top: 10px;
  right: 10px;
}
.icono_large i {
  font-size: 2.5rem;
  color: #246233;
}

.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}
.white-popup-block .popup-modal-dismiss {
  position: absolute;
  right: 20px;
  top: 10px;
}
.white-popup-block .popup-modal-dismiss i {
  color: #246233;
}
.white-popup-block h3 {
  font-size: 3rem;
}
.white-popup-block i {
  font-size: 2.5rem;
  color: #0a66c2;
}

.contacto {
  margin-top: 80px;
}
.contacto .container-fluid {
  height: 100%;
}
.contacto .container-fluid .row {
  height: 100%;
}
.contacto .container-fluid .row .imgh {
  background-image: url("../img/img-contacto.jpg");
  background-size: cover;
  background-position: center;
}
.contacto .container-fluid .row .content_info {
  width: 70%;
  margin-bottom: 20%;
}
.contacto .container-fluid .row .content_info ul {
  padding-left: 0;
}
.contacto .container-fluid .row .content_info ul li {
  list-style: none;
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.contacto .container-fluid .row .content_info ul li .icon {
  min-width: 60px;
}
.contacto .container-fluid .row .content_info ul li .icon i {
  font-size: 3rem;
  color: white;
}
.contacto .container-fluid .row .content_info ul li .txt {
  color: white;
}
.contacto .container-fluid .row .content_info ul li .txt a {
  color: white;
}

.info-hp li .icon {
  color: #246233;
}
.info-hp li .txt a {
  color: #246233;
  text-decoration: none;
  transition: all 0.5s ease;
}
.info-hp li .txt a:hover {
  color: #246233;
  text-decoration: none;
}

/* FORMULARIO CONTACTO */
.contacto form input[type=text],
.contacto form input[type=email],
.contacto form textarea {
  height: 40px;
  width: 100%;
  padding: 10px 10px 10px 5px;
  border-radius: 0px;
  background-color: transparent !important;
  display: block;
  outline: none;
  font-size: 1.8rem !important;
  border: 0;
  border-bottom: 1px solid #a1a1a1;
  color: #246233;
}
.contacto form input[type=text]:focus,
.contacto form input[type=email]:focus,
.contacto form textarea:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #246233;
}
.contacto form textarea {
  height: 80px;
}
.contacto form label {
  color: #a1a1a1;
}
.contacto form label.form-label {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.2s ease-in;
}
.contacto form input:focus + label.form-label,
.contacto form textarea:focus + label.form-label {
  top: -20px;
  font-size: 12px;
}
.contacto form input:invalid + label.form-label,
.contacto form textarea:invalid + label.form-label {
  top: -20px;
  font-size: 12px;
}
.contacto form input.active + label.form-label,
.contacto form textarea.active + label.form-label {
  top: -20px;
  font-size: 12px;
  color: #246233;
}

.list-servicios i {
  font-size: 3.5rem;
}
.list-servicios h4 {
  color: #246233;
}

/* CTA */
.form-group .ui-input-text,
.form-group .ui-btn {
  width: 100% !important;
}

.aspect-ratio {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aspect-ratio video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.aspect-ratio .video-fluid {
  max-width: 600% !important;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.video video {
  width: 100%;
}

#cover .call-to-action {
  width: 100%;
  background-color: rgba(41, 41, 41, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 92;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#cover .call-to-action h3 {
  color: white !important;
  font-size: 2.5rem;
}
#cover .call-to-action input[type=text],
#cover .call-to-action input[type=email],
#cover .call-to-action textarea {
  border-radius: 0;
  height: 35px;
  width: 100%;
  font-size: 1.4rem;
}
#cover .call-to-action input[type=submit] {
  width: 100%;
  height: 35px;
  background-color: #246233;
  color: white;
  text-transform: uppercase;
  margin: 0 auto;
}
#cover .call-to-action .small-form .form-check .form-check-label {
  color: white;
}
#cover .call-to-action .small-form .form-check .form-check-label a {
  color: #efefef;
}

#cover .call-to-action#call-to-action.fixed {
  position: fixed !important;
  top: 73px;
  left: auto;
  bottom: auto;
  width: 100%;
}

.claim {
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  color: white;
  text-transform: uppercase;
}

/* custom style.css */
.proyecto-nombre {
  /* font-size: 3.5rem; */
  font-weight: 400;
  color: #246233;
}

.galeria {
  background-color: #246233;
}

.iti__flag {
  margin-right: 5px;
}

.iti__selected-dial-code {
  font-size: 13px;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

/** Thank you */
.thankyou h1 {
  color: #246233;
}
.thankyou p {
  color: #246233;
}
.thankyou .img-sent i {
  color: #246233;
}
.thankyou .img-sent-mobile i {
  color: #246233;
}

.contesto-img {
  transform: translate(900px, 0px);
}

.to-left {
  transform: translate(-900px, 0px);
}

#espace-gsap {
  height: 100vh;
  background: white;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#espace-gsap img {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in-out;
}
#espace-gsap img.img-arriba {
  z-index: 2;
  opacity: 1;
}
#espace-gsap img.img-abajo {
  z-index: 1;
  opacity: 0;
}

/**
* VIVIENDAS */
#viviendas {
  min-height: 100vh;
  border-top: 0px solid #4d795a;
}
#viviendas .logo-fondo {
  position: absolute;
  top: 0px;
  right: -150px;
  width: 600px;
  height: 600px;
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}

#lifestyle {
  min-height: 100vh;
  border: 0px solid green;
}

#tabla_tipo-1 table,
#tabla_tipo-2 table {
  margin-top: 30px;
  width: 100%;
}
#tabla_tipo-1 table tbody tr,
#tabla_tipo-2 table tbody tr {
  border-bottom: 1px solid #ccc;
  transition: all 0.5s ease;
}
#tabla_tipo-1 table tbody tr.hide,
#tabla_tipo-2 table tbody tr.hide {
  display: none;
  transition: opacity 0.5s ease-in-out;
}
#tabla_tipo-1 table tbody tr.fade-in,
#tabla_tipo-2 table tbody tr.fade-in {
  display: table-row; /* O block si no estás usando tablas */
  visibility: visible;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
}
#tabla_tipo-1 table tbody tr td,
#tabla_tipo-2 table tbody tr td {
  padding: 20px 0 !important;
  font-size: 1.4rem;
  color: #666;
  border: inherit !important;
  background-color: transparent !important;
}
#tabla_tipo-1 table tbody tr td a,
#tabla_tipo-2 table tbody tr td a {
  color: #246233;
}
#tabla_tipo-1 table tbody tr td a:hover,
#tabla_tipo-2 table tbody tr td a:hover {
  color: #246233;
  cursor: pointer;
}
#tabla_tipo-1 table tbody tr td.text-red span i,
#tabla_tipo-2 table tbody tr td.text-red span i {
  color: tomato;
}
#tabla_tipo-1 table tbody tr:hover,
#tabla_tipo-2 table tbody tr:hover {
  background-color: #246233;
  cursor: auto;
}
#tabla_tipo-1 table tbody tr:hover td,
#tabla_tipo-2 table tbody tr:hover td {
  color: white;
  cursor: pointer;
}
#tabla_tipo-1 table tbody tr:hover td i,
#tabla_tipo-2 table tbody tr:hover td i {
  color: white;
}
#tabla_tipo-1 table tbody tr:hover td a,
#tabla_tipo-2 table tbody tr:hover td a {
  color: white;
}
#tabla_tipo-1 table tbody tr:hover td.text-red span i,
#tabla_tipo-2 table tbody tr:hover td.text-red span i {
  color: tomato;
}
#tabla_tipo-1 table thead tr,
#tabla_tipo-2 table thead tr {
  border-bottom: 1px solid #ccc;
}
#tabla_tipo-1 table thead tr td,
#tabla_tipo-2 table thead tr td {
  padding: 20px 0 !important;
  color: #246233;
  border: inherit !important;
  background-color: transparent !important;
}

.more {
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #246233;
  padding: 4px 10px 0px 10px;
  transition: all 0.5s ease;
}
.more.hide {
  display: none;
}
.more i {
  color: #246233;
  font-size: 2rem;
  line-height: 100%;
  transition: all 0.5s ease;
}
.more:hover {
  border: 1px solid #4d795a;
}
.more:hover i {
  color: #4d795a;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btns-tipo-viviendas .btn-secondary {
  background-color: transparent;
  border: 1px solid #246233;
  color: #246233;
}
.btns-tipo-viviendas .btn-secondary:hover {
  background-color: #246233;
  border: 1px solid #246233;
  color: white;
}
.btns-tipo-viviendas .btn-secondary.activo {
  background-color: #4d795a;
  border: 1px solid #4d795a;
  color: #246233;
}
.btns-tipo-viviendas .btn-secondary.activo:hover {
  background-color: #246233;
  border: 1px solid #246233;
  color: #fff;
}

.div_tabla {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.div_tabla.hide {
  display: none;
}

#moreviv_1,
#moreviv_2 {
  display: block;
}
#moreviv_1.hide,
#moreviv_2.hide {
  display: none;
}

/* Amenities  */
.couple-image {
  padding: 20px;
}

/**/
.columna {
  display: initial;
  width: auto;
  margin: 10px 0px;
  padding: 20px 20px;
  font-size: 13px;
  width: 100%;
}
.columna ul {
  width: 100%;
}
.columna.azul {
  color: #3b3b3b;
  border-left: 0px solid #246233;
}
.columna.azul h3 {
  color: #6299d2;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.columna.naranja {
  color: #3b3b3b;
  border-left: 1px solid #246233;
}
.columna.naranja h3 {
  color: #d5b03e;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.columna.rojo {
  color: #3b3b3b;
  border-left: 1px solid #246233;
}
.columna.rojo h3 {
  color: #e28a76;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.columna.morado {
  color: #3b3b3b;
  border-left: 1px solid #246233;
}
.columna.morado h3 {
  color: #9d7dbe;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.columna.verde {
  color: #3b3b3b;
  border-left: 1px solid #246233;
}
.columna.verde h3 {
  color: #408b77;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.mapa {
  border-top: 1px solid #246233;
}

/* rotar el logo en el footer cuando llego al <footer> */
#logo-footer {
  transition: all 0.5s ease;
}
#logo-footer.activo {
  transform: rotate(1080deg);
}

/* MOBILE:  hand swipe icon */
.hand-swipe {
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: 999999;
  animation: mover 1s infinite alternate;
  transition: all 0.5s ease;
}
.hand-swipe.hide {
  display: none !important;
}

@keyframes mover {
  0% {
    left: 25%;
  }
  100% {
    left: 60%;
  }
}
#animacion-logo #picto_1 path.st0lo {
  fill: none;
  stroke: white;
  stroke-width: 1;
  transition: all 0.5s ease;
}
#animacion-logo #picto_1 path.filled {
  fill: #AB5337;
  stroke: #fff;
  stroke-width: 1;
  transition: all 0.5s ease;
}

.contenidor__animacion {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.contenidor__animacion .seccion {
  height: 100vh;
  width: 100%;
  position: absolute;
}
.contenidor__animacion .seccion.seccion__3, .contenidor__animacion .seccion.seccion__4 {
  opacity: 0;
}

#btn-fade-img-mobile {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 999999;
  font-size: 2.2rem;
  transition: all 0.5s ease;
}
#btn-fade-img-mobile.rotate {
  transform: rotate(180deg);
}

.content_img_mobile {
  height: 250px;
  width: 100%;
}
.content_img_mobile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.content_img_mobile img.img-logo {
  opacity: 1;
  transition: all 1.5s ease;
}
.content_img_mobile img.img-logo.hide {
  opacity: 0;
}

/* Accordion */
#plano-situacion .accordion-item img {
  width: 50px;
}

.accordion-item.color01 .accordion-button:not(.collapsed),
.color02 .accordion-button:not(.collapsed),
.color03 .accordion-button:not(.collapsed),
.color04 .accordion-button:not(.collapsed),
.color05 .accordion-button:not(.collapsed),
.color06 .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  transition: all 0.5s ease;
}
.accordion-item.color01 .accordion-button:not(.collapsed) h3,
.color02 .accordion-button:not(.collapsed) h3,
.color03 .accordion-button:not(.collapsed) h3,
.color04 .accordion-button:not(.collapsed) h3,
.color05 .accordion-button:not(.collapsed) h3,
.color06 .accordion-button:not(.collapsed) h3 {
  transition: all 0.5s ease;
}
.accordion-item.color01 .accordion-button:not(.collapsed) h3 span,
.color02 .accordion-button:not(.collapsed) h3 span,
.color03 .accordion-button:not(.collapsed) h3 span,
.color04 .accordion-button:not(.collapsed) h3 span,
.color05 .accordion-button:not(.collapsed) h3 span,
.color06 .accordion-button:not(.collapsed) h3 span {
  transition: all 0.5s ease;
}

.accordion-item.color01 .accordion-header .accordion-button:not(.collapsed),
.accordion-item.color02 .accordion-header .accordion-button:not(.collapsed),
.accordion-item.color03 .accordion-header .accordion-button:not(.collapsed),
.accordion-item.color04 .accordion-header .accordion-button:not(.collapsed),
.accordion-item.color05 .accordion-header .accordion-button:not(.collapsed),
.accordion-item.color06 .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-item.color01 .accordion-header .accordion-button:not(.collapsed) h3 span,
.accordion-item.color02 .accordion-header .accordion-button:not(.collapsed) h3 span,
.accordion-item.color03 .accordion-header .accordion-button:not(.collapsed) h3 span,
.accordion-item.color04 .accordion-header .accordion-button:not(.collapsed) h3 span,
.accordion-item.color05 .accordion-header .accordion-button:not(.collapsed) h3 span,
.accordion-item.color06 .accordion-header .accordion-button:not(.collapsed) h3 span {
  display: block;
}

.accordion-button {
  padding-left: 0 !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.color01 span,
.color02 span,
.color03 span,
.color04 span,
.color05 span,
.color06 span {
  color: #fff;
  padding: 10px;
}

.color01 span {
  color: #9fcae3;
}
.color01 .accordion-header .accordion-button {
  padding-left: 20px !important;
  border-left: 3px solid #9fcae3;
}
.color01 .accordion-header .accordion-button.collapsed {
  border-left: 0;
}
.color01 .accordion-body {
  border-left: 3px solid #9fcae3;
}

.color02 span {
  color: #737696;
}
.color02 .accordion-header .accordion-button {
  padding-left: 20px !important;
  border-left: 3px solid #737696;
}
.color02 .accordion-header .accordion-button.collapsed {
  border-left: 0;
}
.color02 .accordion-body {
  border-left: 3px solid #737696;
}

.color03 span {
  color: #82a1d3;
}
.color03 .accordion-header .accordion-button {
  padding-left: 20px !important;
  border-left: 3px solid #82a1d3;
}
.color03 .accordion-header .accordion-button.collapsed {
  border-left: 0;
}
.color03 .accordion-body {
  border-left: 3px solid #82a1d3;
}

.color04 span {
  color: #5d7ebf;
}
.color04 .accordion-header .accordion-button {
  padding-left: 20px !important;
  border-left: 3px solid #5d7ebf;
}
.color04 .accordion-header .accordion-button.collapsed {
  border-left: 0;
}
.color04 .accordion-body {
  border-left: 3px solid #5d7ebf;
}

.color05 span {
  color: #233f7c;
}
.color05 .accordion-header .accordion-button {
  padding-left: 20px !important;
  border-left: 3px solid #233f7c;
}
.color05 .accordion-header .accordion-button.collapsed {
  border-left: 0;
}
.color05 .accordion-body {
  border-left: 3px solid #233f7c;
}

.color06 span {
  color: #212a51;
}
.color06 .accordion-header .accordion-button {
  padding-left: 20px !important;
  border-left: 3px solid #212a51;
}
.color06 .accordion-header .accordion-button.collapsed {
  border-left: 0;
}
.color06 .accordion-body {
  border-left: 3px solid #212a51;
}

/* dots Secciones */
.scroll-indicator {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
  opacity: 1;
  z-index: 99;
}
.scroll-indicator.hide {
  opacity: 0;
  z-index: -1;
}

.dot {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  transition: background 0.3s;
  cursor: pointer;
  border: 1px solid #666;
}
.dot:after {
  content: "Inicio";
  position: absolute;
  top: -1px;
  left: -90px;
  font-size: 10px;
  color: #246233;
  text-shadow: 1px 1px 1px white;
  text-align: right;
  text-transform: uppercase;
  display: block;
  width: 80px;
  transition: all 0.5s ease;
  opacity: 0;
}
.dot:nth-child(2):after {
  content: "Proyecto";
  top: 26px;
}
.dot:nth-child(3):after {
  content: "Viviendas";
  top: 53px;
}
.dot:nth-child(4):after {
  content: "Galería";
  top: 80px;
}
.dot:nth-child(5):after {
  content: "Contacto";
  top: 108px;
}
.dot:hover {
  border-color: #246233;
}
.dot:hover:after {
  opacity: 1;
}

.dot.active {
  background: #4d795a; /* Color activo */
  border: 1px solid #4d795a;
}

.full-image-parallax {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}

.object-position-bottom {
  object-position: bottom;
}

.accordion-item .accordion-header h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.puntos {
  transition: all 0.5s ease;
  opacity: 1;
}
.puntos.esconder {
  opacity: 0;
}

#contenidor_touch {
  max-height: 90vh !important;
}
#contenidor_touch img {
  max-height: 90vh !important;
  width: auto !important;
}

.wpcf7 {
  width: 100%;
}
.wpcf7 p {
  width: 100%;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.wpcf7-list-item label input[type=checkbox] {
  position: relative;
  opacity: 1 !important;
  pointer-events: all;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.form-subscribe input[type=text],
.form-subscribe input[type=email],
.form-subscribe textarea {
  margin-bottom: 0 !important;
  margin-top: 20px !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.form-subscribe a:visited, .form-subscribe a:focus {
  color: #246233;
}

.iti__flag-container {
  top: 18px !important;
}

/********************************************
            Color 1  -  Alcalá Studios
********************************************/
.proyecto-col1 .nombre-proyecto {
  color: white;
  border-color: white;
}
.proyecto-col1 header {
  background-color: #4d795a;
}
.proyecto-col1 header.transparent {
  background-color: transparent;
}
.proyecto-col1 .hamburger .bar {
  background-color: white;
}
.proyecto-col1 .txt-menu {
  color: white;
}
.proyecto-col1 #sendemail {
  background-image: url("../img/featured-flecha-naranja.svg");
}
.proyecto-col1 #sendemail_content {
  background-color: #4d795a;
  border-color: #C13421;
}
.proyecto-col1 .toptitulo,
.proyecto-col1 h2, .proyecto-col1 h3 {
  color: #4d795a !important;
}
.proyecto-col1 footer {
  background-color: #4d795a;
}
.proyecto-col1 footer h3 {
  color: white !important;
}
.proyecto-col1 .nav.nav-tabs li button.active {
  background-color: #4d795a;
}
.proyecto-col1 #backToTop {
  color: #4d795a;
}

/********************************************
            Color 2  -  Sagasta 20
********************************************/
.proyecto-col2 .nombre-proyecto {
  color: white;
  border-color: white;
}
.proyecto-col2 header {
  background-color: tomato;
}
.proyecto-col2 header.transparent {
  background-color: transparent;
}
.proyecto-col2 .hamburger .bar {
  background-color: white;
}
.proyecto-col2 .txt-menu {
  color: white;
}
.proyecto-col2 #sendemail {
  background-image: url("../img/featured-flecha-azul.svg");
}
.proyecto-col2 #sendemail_content {
  background-color: tomato;
  border-color: #225b99;
}
.proyecto-col2 .toptitulo,
.proyecto-col2 h2, .proyecto-col2 h3 {
  color: tomato !important;
}
.proyecto-col2 footer {
  background-color: tomato;
}
.proyecto-col2 footer h3 {
  color: white !important;
}
.proyecto-col2 .nav.nav-tabs li button.active {
  background-color: tomato;
}
.proyecto-col2 #backToTop {
  color: tomato;
}
.proyecto-col2 .svg_box {
  background-color: #FBFBFB;
}

.proyecto-col1 footer, .proyecto-col2 footer {
  background-image: url("../img/pattern-claro-opacity.svg");
  background-repeat: no-repeat;
}

.svg_box {
  position: relative;
  width: 100%;
}

.svg_box svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.botones {
  position: absolute;
  text-align: center;
  width: 100%;
}
.botones a {
  height: 28px;
  flex-grow: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-weight: 500;
  margin: 0 20px;
  border-radius: 20px;
  display: inline-flex;
  padding: 10px 40px;
}
.botones a#salud {
  background-color: rgba(160, 160, 159, 0.7);
}
.botones a#educacion {
  background-color: rgba(192, 152, 198, 0.7);
}
.botones a#comercio {
  background-color: rgba(104, 89, 137, 0.7);
}
.botones a#cultura {
  background-color: rgba(220, 176, 0, 0.7);
}
.botones a.active#salud {
  background-color: rgb(160, 160, 159);
}
.botones a.active#educacion {
  background-color: rgb(192, 152, 198);
}
.botones a.active#comercio {
  background-color: rgb(104, 89, 137);
}
.botones a.active#cultura {
  background-color: rgb(220, 176, 0);
}

#Capa_Salud,
#Capa_Educacion,
#Capa_Comercio,
#Capa_Cultura {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#Capa_Salud.hide,
#Capa_Educacion.hide,
#Capa_Comercio.hide,
#Capa_Cultura.hide {
  opacity: 0;
}

[id^=icon_x5F_educacion_x5F_],
[id^=icon_x5F_salud_x5F_],
[id^=icon_x5F_comercio_x5F_],
[id^=icon_x5F_cultura_x5F_] {
  cursor: pointer;
}

[id^=popup_x5F_educacion_x5F_],
[id^=popup_x5F_salud_x5F_],
[id^=popup_x5F_comercio_x5F_],
[id^=popup_x5F_cultura_x5F_] {
  transition: all 0.3s ease-in;
  opacity: 1;
}
[id^=popup_x5F_educacion_x5F_].hide,
[id^=popup_x5F_salud_x5F_].hide,
[id^=popup_x5F_comercio_x5F_].hide,
[id^=popup_x5F_cultura_x5F_].hide {
  opacity: 0;
}
[id^=popup_x5F_educacion_x5F_] g text,
[id^=popup_x5F_salud_x5F_] g text,
[id^=popup_x5F_comercio_x5F_] g text,
[id^=popup_x5F_cultura_x5F_] g text {
  font-family: "Rubik", sans-serif;
}

.txt-v-align span, .txt-v-align a {
  display: block;
  padding-top: 20px !important;
}
.txt-v-align a i {
  font-size: 2rem;
}

h1 {
  font-size: 3rem;
  line-height: 3rem;
}

h2 {
  font-size: 3rem;
  line-height: 3rem;
}

.texto {
  font-size: 1.3rem;
  line-height: 2.3rem;
}

.claimer h1 {
  font-size: 3rem;
  line-height: 4rem;
}

.contesto {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 80px;
  right: 25px;
  background-color: red;
  text-align: center;
}
.contesto:after {
  content: "sm";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cover {
  height: 75vh !important;
  margin-top: 0px !important;
}

#logo {
  width: 80px;
  padding: 10px 0;
}

#menu:focus-visible {
  outline: none;
}

.navbar-collapse {
  right: -100vw;
  width: 100vw;
}

.content-num .num {
  width: 80px;
}
.content-num .num span {
  font-size: 3rem;
}
.content-num .flags img {
  width: 25px;
}

.idiomas {
  right: calc(50% - 40px);
}

.columna-padding {
  padding-top: 50px;
}

.width-form {
  width: 90%;
}

.contacto .container-fluid .row .content_info ul li .txt {
  font-size: 2rem;
}

/* TARGET */
#contenido-variable {
  width: 100%;
  left: 0;
  top: 40px;
  padding: 20px;
}

.item a {
  font-size: 1.7rem;
}

#contacto-mobile_btn {
  position: fixed;
  top: 300px;
  right: 0;
  height: 200px;
  width: 50px;
  transition: all 0.5s ease;
  z-index: 1;
}
#contacto-mobile_btn.close {
  right: -55px;
}

#contacto-mobile {
  position: fixed;
  top: 200px;
  right: -100%;
  width: 250px;
  margin-right: 0px;
  background-color: #246233;
  color: white;
  text-align: center;
  z-index: 99;
  transition: all 0.5s ease;
}
#contacto-mobile #close-btn-mobile {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  text-decoration: none;
}
#contacto-mobile.open {
  right: 0;
}
#contacto-mobile h3 {
  padding: 15px 0 10px 0;
}
#contacto-mobile form {
  width: 80%;
  margin: 0 auto;
}
#contacto-mobile form .input {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#contacto-mobile form .input label {
  position: absolute;
  right: 10px;
  color: black;
  font-size: 1.3rem;
}
#contacto-mobile form .input input {
  width: 100%;
}
#contacto-mobile form .input input[type=submit],
#contacto-mobile form .input #submit {
  height: 30px !important;
  background-color: #246233;
  color: white;
  border: 1px solid white;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  display: block;
}
#contacto-mobile form .input input[type=submit] span,
#contacto-mobile form .input #submit span {
  display: block;
  text-decoration: none;
}
#contacto-mobile form .input.form-check label {
  color: white;
  font-size: 1rem;
  line-height: 10px;
}

/** Thank you */
.thankyou h1 {
  font-size: 5rem;
  height: 5.5rem;
}
.thankyou p {
  font-size: 2rem;
}
.thankyou .img-sent-mobile i {
  font-size: 10rem;
}

.title-right {
  top: 20%;
  right: 70px;
  font-size: 2rem;
  line-height: 2.5rem;
}

.content-top-right {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.content-top-right #logo {
  width: 120px;
  margin-right: -10px;
}
.content-top-right .languages {
  position: relative;
  top: -10px;
  flex-direction: row;
}
.content-top-right .flag-end {
  margin-left: 10px;
}

/* plano-situacion */
#plano-situacion img {
  width: 100%;
}
#plano-situacion .listado-puntos {
  min-height: 200px;
  background-color: #246233;
  width: 100%;
  margin-top: -5px;
  text-align: center;
}
#plano-situacion .listado-puntos .content_listado-puntos {
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.8rem;
}
#plano-situacion .listado-puntos .content_listado-puntos div {
  font-size: 1.1rem;
}

#menu-mobile.open {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  z-index: 9;
  background-color: rgb(255, 255, 255);
  margin-top: 70px;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#menu-mobile.open ul {
  padding-right: 0 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#menu-mobile.open ul li {
  border: 0px solid red;
  display: block;
  width: 100%;
  padding: 0 !important;
  text-align: center;
  margin-bottom: 20px;
}
#menu-mobile.open ul li a {
  color: #246233;
  font-size: 2rem;
}

h3.subtitulo {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 25px;
  color: #4d795a;
}

/* Amenities */
.couple-image__1 {
  padding-right: 20px;
}

.couple-image__2 {
  padding-left: 20px;
  padding-top: 0px;
}

.brochure {
  width: 100%;
}

.hamburger-menu {
  position: absolute;
  right: -15px;
}

#contenido-mobile-menu {
  width: 50%;
  height: 300px;
  background-color: white;
  border: 1px solid #246233;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: fixed;
  top: 85px;
  right: -100%;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
#contenido-mobile-menu.open {
  right: 0;
}
#contenido-mobile-menu ul li {
  padding-bottom: 10px;
}
#contenido-mobile-menu ul li a {
  color: #246233;
  font-size: 2rem;
}

#banner-info-mobile {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 9999999;
  height: 50px;
  background-color: #4d795a;
  color: #246233;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease;
}
#banner-info-mobile.show {
  bottom: 0;
}
#banner-info-mobile i {
  font-size: 2rem;
}
#banner-info-mobile a {
  color: white;
}

#logo-animation {
  min-height: auto;
}
#logo-animation .contenidor {
  min-height: auto;
}
#logo-animation .contenidor .contesto-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.line {
  stroke: #111;
}

#animacion-logo a svg {
  width: 200px;
}

.columna {
  width: 100%;
  max-width: 100%;
}
.columna.rojo, .columna.morado, .columna.verde, .columna.azul-oscuro, .columna.naranja {
  border-left: 0px solid #246233;
}

.height-content-svg {
  height: auto;
}

#svgmap {
  width: 100%;
}

.logo-promueve img {
  width: 200px;
}

/* swiper */
.autoplay-progress {
  right: 16px;
}

.swiper-button-next {
  right: 10px !important;
}

.accordion-body ul li {
  font-size: 1.2rem;
}

/* MOBILE: FIN MOBILE */
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .claimer h1 {
    font-size: 2.7rem;
    line-height: 3.7rem;
  }
  .contesto {
    background-color: orange;
  }
  .contesto:after {
    content: "md";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #contenido-mobile-menu {
    width: 350px;
    height: calc(100vh - 85px);
    border-radius: 0;
  }
  header .menu {
    margin-top: 20px;
  }
  .navbar-collapse {
    right: -100vw;
    width: 100vw;
  }
  .content-num .num {
    width: 80px;
  }
  .content-num .num span {
    font-size: 3rem;
  }
  .content-num .flags img {
    width: 25px;
  }
  .columna-padding {
    padding-top: 100px;
  }
  /* TARGET */
  #contenido-variable {
    top: -10px;
  }
  .item a {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
  .contenido_item {
    font-size: 1.5rem;
  }
  /** Thank you */
  .thankyou h1 {
    font-size: 5rem;
    height: 5.5rem;
  }
  .thankyou p {
    font-size: 2rem;
  }
  .thankyou .img-sent-mobile i {
    font-size: 15rem;
  }
  h3.subtitulo {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #4d795a;
  }
  .content_img_mobile {
    height: 500px;
  }
  #animacion-logo a svg {
    width: 300px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .claimer h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .contesto {
    background-color: yellow;
  }
  .contesto:after {
    content: "lg";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #cover {
    height: 100vh !important;
    margin-top: 0px !important;
  }
  header .menu {
    margin-top: 20px;
  }
  #logo {
    width: 160px;
    padding: 10px 0;
  }
  .idiomas {
    right: 100px;
  }
  .navbar-collapse {
    right: -100vw;
    width: 100vw;
  }
  .content-num .num {
    width: 100px;
  }
  .content-num .num span {
    font-size: 3.5rem;
  }
  .content-num .flags img {
    width: 35px;
  }
  .columna-padding {
    padding-top: 100px;
  }
  .width-form {
    width: 80%;
  }
  .svg_box {
    height: 480px;
  }
  .botones {
    bottom: 50px;
  }
  .claim {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-top: -10%;
  }
  /** Thank you */
  .thankyou h1 {
    font-size: 6rem;
  }
  .thankyou p {
    font-size: 2rem;
  }
  .thankyou .img-sent i {
    font-size: 15rem;
  }
  .title-right {
    top: 30%;
    right: 100px;
    font-size: 5rem;
    line-height: 5.5rem;
  }
  .content-top-right {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .content-top-right #logo {
    width: 120px;
    margin-right: -10px;
  }
  .content-top-right .languages {
    position: absolute;
    bottom: -20px;
    top: auto;
    right: 45px;
    flex-direction: row;
  }
  .content-top-right .flag-end {
    margin-left: 10px;
  }
  /* plano-situacion */
  #plano-situacion img {
    width: 100%;
  }
  #plano-situacion .listado-puntos {
    min-height: 200px;
    background-color: #246233;
    width: 90%;
    margin-top: -5px;
    text-align: center;
  }
  #plano-situacion .listado-puntos .content_listado-puntos {
    color: white;
    padding-left: 110px;
    padding-right: 110px;
    line-height: 2.8rem;
  }
  #plano-situacion .listado-puntos .content_listado-puntos div {
    font-size: 1.4rem;
  }
  #menu-mobile {
    position: relative !important;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    z-index: 9;
    background-color: transparent;
    margin-top: 0px;
    transition: all 0.5s ease;
  }
  h3.subtitulo {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
    color: #4d795a;
  }
  /* Amenities */
  .couple-image__1 {
    padding-right: 10px;
  }
  .couple-image__2 {
    padding-left: 10px;
    padding-top: 20px;
  }
  .brochure {
    width: auto;
  }
  #logo-animation {
    min-height: 80vh;
  }
  #logo-animation .contenidor {
    min-height: 80vh;
  }
  #logo-animation .contenidor .contesto-img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
  }
  .columna {
    width: 100%;
    max-width: 25%;
  }
  .columna.rojo, .columna.morado, .columna.verde, .columna.azul-oscuro, .columna.naranja {
    border-left: 1px solid #246233;
  }
  #animacion-logo a svg {
    width: 300px;
  }
  .height-content-svg {
    height: calc(100vh - 70px);
  }
  #svgmap {
    width: 95%;
  }
  .logo-promueve img {
    width: 300px;
  }
  /* swiper */
  .autoplay-progress {
    right: 20px;
  }
  .swiper-button-next {
    right: 15px !important;
  }
}
@media (min-width: 1200px) {
  .contesto {
    background-color: purple;
  }
  .contesto:after {
    content: "xl";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
  }
  h1 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
  h2 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
  .texto {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .claimer h1 {
    font-size: 2.7rem;
    line-height: 3.7rem;
  }
  .nav.nav-tabs li {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .content-num .num {
    width: 90px;
  }
  .content-num .num span {
    font-size: 3.5rem;
  }
  .content-num .flags img {
    width: 40px;
  }
  .contacto .container-fluid .row .content_info ul li .txt {
    font-size: 2.5rem;
  }
  .botones {
    bottom: 30px;
  }
  /* TARGET */
  #contenido-variable {
    top: 40px;
    left: auto;
    right: -10px;
    width: 100%;
  }
  .item a {
    padding: 20px 20px;
    font-size: 1.8rem;
  }
  .contenido_item {
    font-size: 1.8rem;
  }
  /** Thank you */
  .thankyou h1 {
    font-size: 6rem;
  }
  .thankyou p {
    font-size: 2rem;
  }
  .thankyou .img-sent i {
    font-size: 20rem;
  }
  h3.subtitulo {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #4d795a;
  }
  .columna {
    width: 100%;
    max-width: 16%;
  }
}
@media (min-width: 1366px) {
  .contesto {
    background-color: aqua;
  }
  .contesto:after {
    content: "xl";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: black;
  }
  h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .texto {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .claimer h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .nav.nav-tabs li {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .svg_box {
    height: 530px;
  }
  #contenido-variable {
    top: 40px;
    left: auto;
    right: -30px;
  }
  /** Thank you */
  .thankyou h1 {
    font-size: 6rem;
  }
  .thankyou p {
    font-size: 2rem;
  }
  .thankyou .img-sent i {
    font-size: 25rem;
  }
  .accordion-body ul li {
    font-size: 1.4rem;
  }
}
@media (min-width: 1440px) {
  .contesto {
    background-color: blue;
  }
  .contesto:after {
    content: "xl";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
  }
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .texto {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .claimer h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .content-num .num {
    width: 115px;
  }
  .content-num .num span {
    font-size: 4rem;
  }
  .content-num .flags img {
    width: 50px;
  }
  .nav.nav-tabs li {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .svg_box {
    height: 600px;
  }
  .botones {
    bottom: 50px;
  }
  #contenido-variable {
    top: 40px;
    left: -30px;
    right: auto;
  }
  .claim {
    font-size: 5.5rem;
    line-height: 6rem;
    margin-top: -15%;
  }
}
@media (min-width: 1920px) {
  .contesto {
    background-color: black;
  }
  .contesto:after {
    content: "xxl";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
  }
  h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .texto {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .claimer h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .nav.nav-tabs li {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .columna-padding {
    padding-top: 200px;
  }
  .width-form {
    width: 60%;
  }
  .contacto .container-fluid .row .content_info ul li .txt {
    font-size: 3rem;
  }
  .svg_box {
    height: 750px;
  }
  /* TARGET */
  #contenido-variable {
    top: 40px;
    left: -30px;
    right: auto;
    width: 90%;
  }
  .item a {
    padding: 20px 20px;
    font-size: 1.8rem;
  }
  .contenido_item {
    font-size: 1.8rem;
  }
  .claim {
    font-size: 6rem;
    line-height: 6.5rem;
    margin-top: -10%;
  }
  /** Thank you */
  .thankyou h1 {
    font-size: 6rem;
  }
  .thankyou p {
    font-size: 2rem;
  }
  .thankyou .img-sent i {
    font-size: 30rem;
  }
  .columna {
    width: 100%;
    max-width: 16%;
  }
}
@media (min-width: 2050px) {
  .claim {
    font-size: 6.5rem;
    line-height: 7rem;
    margin-top: -15%;
  }
}