body {
  overflow-x: hidden;
  /* Hide horizontal scrollbar */
}
:root {
  --text-color: #6b696d;
}
p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
    line-height: 1.8;
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
}

h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 68px;
  font-weight: 700;
  color: #6b696d;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #6b696d;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #6b696d;
  }
}

.left span {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #6b696d;
}

@media only screen and (max-width: 768px) {
  .left span {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #6b696d;
  }
}

.left img {
  margin-left: -10px;
}

@media only screen and (max-width: 768px) {
  span {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #6b696d;
  }
}
h5 {
  color: var(--text-color);
  font-family: 'BentonSans-Bold';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 158%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
section {
  padding: 120px 0;
}

@media (max-width: 1280px) {
  section {
    padding: 20px 0;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .mobile {
    display: block;
  }

  img.mobile {
    height: 80px;
    padding: 10px 20px;
  }

  .desktop {
    display: none;
  }

  .nav-mob {
    display: flex !important;
  }

  .nav-desktop {
    display: none !important;
  }
}

/* Section 1
*--------------------------------
*/

/* nav idiomas */

.nav-idiomas {
  display: flex;
  color: white;
  list-style: none;
  gap: 10px;
  justify-content: end;
  padding: 0;
  padding-right: 20px;
  margin-top: 20px;
}

.nav-idiomas li {
  border-right: 1px solid white;
  font-size: 14px;
}

.nav-idiomas li a.selected {
  font-weight: bolder;
}

.nav-idiomas li a {
  width: 100%;
  padding-right: 11px;
  display: block;
}

.nav-mob {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.active {
  font-weight: bolder;
}

.nav-idiomas li:last-child {
  border: none;
}

#cabecera {
  background: url(../images/cabecera.jpg) 50% 50% / cover;
  height: 100vh;
  position: relative;
}
#main-header .button button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding-block: 8px;
  width: 200px;
  border-radius: 28px;
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 22px;
  transition: all 300ms ease;
}
#main-header .header-wrapper {
  position: relative;
}
#main-header .header-wrapper .header-logo {
  left: 10%;
  position: absolute;
  top: 10%;
}
#footer {
  background: url(../images/footer.jpg) 50% 50% / cover;
  height: 100vh;
  position: relative;
}

#cabecera .description {
  position: absolute;
  left: 80px;
  top: 80px;
}

#cabecera .description h2,
#cabecera .description h1 {
  color: #ffffff;
  width: 600px;
}

#cabecera .description h1 {
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

#cabecera .description h2 {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: italic;
}

/* Formulario
*--------------------------------
*/

/* 
* Formulario con Preguntas
* -----------------------------------------------------
*/

#cabecera {
  padding: 0;
}

#formulario {
  font-family: 'Raleway', sans-serif;
  position: absolute;
  right: 80px;
  bottom: 0;
  height: 100vh;
  background-color: #0d0d0d;
  width: 420px;
}

#formulario img {
  padding-top: 38px;
  padding-left: 36px;
  padding-bottom: 80px;
}

#formulario .header-mobile {
  display: none;
  width: 100%;
}

#formulario h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  color: white;
  font-weight: 700;
  padding-left: 28px;
}

#formulario p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 500;
  padding-left: 28px;
  padding-right: 20px;
}

#formulario form .box {
  display: none;
  color: white;
  padding: 0 30px;
  background-color: #0d0d0d;
  max-width: 420px;
}

#formulario form .box.active {
  display: block;
}

#formulario form .box .info {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 20px;
}

#formulario form .box .info span {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

#formulario form .box .info2 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 20px;
}

#formulario form .box label {
  width: 100%;
  margin: 5px auto;
  padding: 5px 10px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.4s;
  font-size: 16px;
  background: #ffffff;
  color: #0d0d0d;
  padding: 20px 0;
}

#formulario form .box label:hover {
  background: #e2e2de;
}

#formulario form .box label.selected {
  color: white;
  background: white;
}

#formulario form .box input[type='radio'] {
  display: none;
}

#formulario form .inputs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#formulario form .inputs .input-style {
  width: 100%;
  padding: 10px 0;
}

#formulario form .inputs .input-style.bg {
  width: 100%;
}

#formulario form .inputs .input-style input,
#formulario form .inputs .input-style select,
#formulario form .inputs .input-style textarea {
  height: 50px;
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
  background: none;
  overflow: hidden;
  resize: none;
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
}

/* #formulario form .inputs .input-style textarea {
  height: 70px;
} */

#formulario form .inputs .input-style input::placeholder,
#formulario form .inputs .input-style select::placeholder,
#formulario form .inputs .input-style textarea::placeholder {
  color: inherit;
}

#formulario form .inputs .input-style input option,
#formulario form .inputs .input-style select option,
#formulario form .inputs .input-style textarea option {
  color: black;
}

#formulario form .submits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#formulario form .submits .checkbox {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  width: 100%;
  text-align: left;
  color: #919191;
}

#formulario form .submits .checkbox input {
  margin-left: 0;
}

#formulario form .submits .checkbox a {
  color: inherit;
}

#formulario form .submits .checkbox span {
  padding-left: 2px;
  font-size: 12px;
  color: #ffffff;
}

#formulario form .submits .submit {
  text-align: right;
  width: 100%;
}

#formulario form .submits .submit input {
  background: #ffffff;
  color: #0d0d0d;
  width: 100%;
  text-transform: uppercase;
  transition: 0.4s;
  border: none;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Inter', sans-serif;
  border: solid 2px #ffffff;
  margin-top: 8px;
  padding: 8px 0;
}

#formulario form .submits .submit input:hover {
  background: #0d0d0d;
  color: #ffffff;
}

.page-header {
  height: 100dvh;
  min-height: 900px;
}

.page-header .logo>img {
  width: 100%;
}

.galery-carousel {
  height: 800px;
}

.galery-carousel .swiper-slide {
  width: 100%;
}

.galery-carousel .swiper-slide>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 998px) {
  .galery-carousel,
  .content__img {
    height: 420px;
  }

}

@media (max-width: 480px) {
  .galery-carousel,
  .content__img {
    height: 280px;
  }


  .page-header .logo>img {
    height: 100px;
  }
}

/* Section 1
*--------------------------------
*/

#section1 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#section1 .container .left,
#section1 .container .right {
  width: 50%;
}

#section1 .container .left>img {
  height: 100px;
}

@media only screen and (max-width: 1200px) {

  #section1 .container .left,
  #section1 .container .right {
    width: 100%;
  }
}

#section1 .container .left h2 {
  width: fit-content;
  padding-top: 28px;
  color: #6b696d;
}

@media only screen and (max-width: 1200px) {
  #section1 .container .left h2 {
    width: 100%;
    padding-top: 28px;
  }
}

#section1 .container .right p {
  padding-top: 40px;
  line-height: 1.8;
}

/* Icon Section
*--------------------------------
*/

/* CAROUSEL 1 IMAGENES */

.carousel__container {
  overflow: hidden;
}

.carousel {
  width: 100%;
  height: 100%;
}

.carousel .swiper-slide.swiper-slide-next,
.carousel .swiper-slide.swiper-slide-prev {
  opacity: 0;
}

.carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (width <=1200px) {
  .carousel {
    height: 500px;
    width: 100%;
  }

  .carousel img {
    min-height: 500px;
  }
}

/* CAROUSEL 1 TEXTOS */

.carousel__text--container {
  overflow: hidden;
  margin-left: 64px;
  border-top: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
}

@media (width <=1200px) {
  .carousel__text--container {
    margin-left: 8px;
  }
}

.carousel__text {
  height: 640px;
}

@media (width <=1200px) {
  .carousel__text {
    height: 320px;
  }
}

.carousel__text .swiper-wrapper {
  padding-block: 36px;
}

.carousel__text .swiper-slide {
  height: 180px;
}

.carousel__text .swiper-slide p {
  color: var(--text-color);
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-size: 45px;
  font-weight: 400;
  line-height: 63.636px;
  margin: 0;
  margin-left: -6px;
  transition: font-size 300ms ease;
}

.carousel__text .swiper-slide:nth-of-type(6) p {
  font-size: 54px;
}

.carousel__text .swiper-slide span {
  color: var(--text-color);
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 550;
  line-height: 14.672px;
  letter-spacing: 1.467px;
  text-transform: uppercase;
  transition: font-size 300ms ease;
}

.carousel__text .swiper-slide:nth-of-type(6) span {
  font-size: 12px;
}

.carousel__text .swiper-slide {
  opacity: 0.5;
}

.carousel__text .swiper-slide:nth-of-type(6) {
  opacity: 1;
}

@media (width <=1200px) {
  .carousel__text .swiper-slide {
    opacity: 1;
  }

  .carousel__text .swiper-slide:nth-of-type(6) {
    opacity: 1;
  }
}

#icons {
  background-color: #666666;
  filter: drop-shadow(0 0 0.75rem rgba(226, 226, 222, 0.1));
  padding: 60px 0;
}

#icons .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 110px;
}

@media (max-width: 992px) {
  #icons .container {
    gap: 0 40px;
  }
}

@media (max-width: 480px) {
  #icons .icon-container p>br {
    display: none;
  }
}

#icons .container .icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px;
}

#icons .container .icon-container p {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

form .inputs .input-style.xs {
  width: 30% !important;
}

#icons .container .icon-container img {
  height: 72px;
}

.tel-content {
  display: flex;
  width: 100%;
  gap: 13px;
}

@media only screen and (max-width: 992px) {
  #icons .container .icon-container p {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 700;
  }

  #icons .container .icon-container img {
    height: 38px;
  }

  #icons .container .icon-container:nth-child(3) img {
    padding-left: 12px;
  }

  #icons .container .icon-container:nth-child(3) p {
    padding-left: 12px;
  }
}

/* Map Section
*--------------------------------
*/

#map .container {
  display: flex;
  flex-wrap: wrap;
  text-align: right;
}

#map .container .left {
  width: 100%;
  padding-right: 129px;
}

#map .container .left>p {
  font-size: 20px;
  line-height: 30px;
}

#map .container .right {
  width: 100%;
}

#map .container .right img {
  width: 100%;
}

#map iframe {
  min-height: 400px;
  aspect-ratio: 16 / 9;
}

.left span.rojo {
  color: #6b696d;
  font-size: 36px;
  font-weight: 700;
  display: block;
  font-weight: bolder;
}

@media only screen and (max-width: 1284px) {
  #map .container .left {
    width: 100%;
    padding-right: 0;
  }

  #map .container .left span {
    padding-top: 20px;
  }

  #map .container .right {
    width: 100%;
  }
}

/* Everup
*--------------------------------
*/

#everup {
  background-color: #000000;
  padding: 34px;
  text-align: center;
}

footer {
  background-color: #000000;
  padding-top: 12px;
}

footer p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
}

/* Animaciones
*--------------------------------
*/

.fadeTop1 {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 2s;
}

.fadeTop2 {
  opacity: 0;
  transform: translate(0, 14vh);
  transition: all 2s;
}

.fadeTop3 {
  opacity: 0;
  transform: translate(0, 18vh);
  transition: all 2s;
}

.fadeTop4 {
  opacity: 0;
  transform: translate(0, 22vh);
  transition: all 2s;
}

.fadeTop5 {
  opacity: 0;
  transform: translate(0, 26vh);
  transition: all 2s;
}

.fadeBottom {
  opacity: 0;
  transform: translate(0, -10vh);
  transition: all 4s;
}

.fadeRight {
  opacity: 1;
  transform: translate(58vh, 0vh);
  transition: all 3s;
}

.fadeLeft {
  opacity: 0;
  transform: translate(-10vh, 0vh);
  transition: all 2s;
}

.fadeTransparence {
  opacity: 0;
  transition: all 4s;
}

.visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* 
* Responsive
* -----------------------------------------------------
*/

@media only screen and (max-width: 1284px) {
  .fadeRight {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 2s;
  }

  .fadeLeft {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 2s;
  }
}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 480px) {}

/* 
* Fuentes
* -----------------------------------------------------
*/

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/Raleway-Thin.ttf) format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/Raleway-ExtraLight.ttf) format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/Raleway-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/Raleway-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/Raleway-Italic.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/Raleway-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/Raleway-SemiBold.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/Raleway-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/Raleway-BoldItalic.ttf) format('truetype');
  font-weight: 700;
  font-style: italic;
}