body {
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

p {
  font-family: 'Avenir';
  font-size: 16px;
}

h1 {
  font-family: 'Avenir';
  font-size: 50px;
}

h2 {
  font-family: 'Avenir';
  font-size: 36px;
  font-weight: 700;
  color: #464443;
}

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

h3 {
  font-family: 'Avenir';
  font-size: 36px;
  font-weight: 700;
  color: #464443;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-family: 'Avenir';
    font-size: 18px;
    font-weight: 700;
    color: #464443;
  }
}

.left span {
  font-family: 'Avenir';
  font-size: 30px;
  font-weight: 500;
  color: #464443;
}

@media only screen and (max-width: 768px) {
  .left span {
    font-family: 'Avenir';
    font-size: 25px;
    font-weight: 500;
    color: #464443;
  }
}

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

@media only screen and (max-width: 768px) {
  span {
    font-family: 'Avenir';
    font-size: 16px;
    font-weight: 500;
    color: #464443;
  }
}

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;
  }
  .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;
}

#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: 'Avenir';
  font-weight: 700;
}

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

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

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

#cabecera {
  padding: 0;
}

#formulario {
  font-family: 'Avenir';
  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: 'Avenir';
  font-size: 30px;
  color: white;
  font-weight: 700;
  padding-left: 28px;
}

#formulario p {
  font-family: 'Avenir';
  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: 'Avenir';
  font-weight: 700;
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 20px;
}

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

#formulario form .box .info2 {
  color: #ffffff;
  font-family: 'Avenir';
  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;
}

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

@media only screen and (min-width: 1770px) {
  #map {
    padding: 90px 150px;
  }
}
#section1 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}#section1 .container .left,
#section1 .container .right {
  width: 50%;
}

@media only screen and (max-width: 1351px) {
  #map .content .left {
    padding-right: 80px !important;
  }
}

@media only screen and (max-width: 1200px) {
  #section1 .container .left,
  #section1 .container .right {
    width: 100%;
  }

  #map .content {
    flex-direction: column;
    align-items: flex-end;
  }
  #map .content .right {
    width: 100% !important;
  }

  #map .content .left div {
    padding-bottom: 20px;
  }

  #map .content .left div .titulo {
    padding: 0px;
    text-align: left;
    font-size: 32px!important;
    line-height: 1.2!important;
    margin-bottom: 20px;
    padding-left: 20px!important;
  }
  #map .content .left span {
    text-align: left;
    font-size: 22px!important;
    line-height: 1.2!important;
    padding: 0px!important;
    padding-left: 20px !important;
    margin-bottom: 20px;
  }

  #map .content .left {
    width: 100% !important;
    padding-right: 0px !important;
  }
}

#section1 .container .left h2 {
  width: 380px;
  padding-top: 28px;
  color: #464443;
}

@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;
}

/* ***********************************************************************
* CAROUSEL + RENDERS
* ************************************************************************/
#renders .owl-carousel .owl-nav {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  left: 50%;
  padding: 0 18px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#renders .owl-carousel .owl-nav button {
  border: none;
  outline: none;
  pointer-events: all;
  width: 60px;
}
#renders .owl-carousel .owl-nav button img {
  width: 100%;
}
#renders .owl-carousel .owl-nav button:nth-child(2) {
  transform: rotate(180deg);
}
#renders .owl-carousel .item {
  width: 100%;
  aspect-ratio: 16 / 9;
  opacity: 0.4;
  position: relative;
  transition: 0.8s;
}
#renders .owl-carousel .item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#renders .owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
}
#renders .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .item {
  opacity: 1;
  transition: 0.4s;
}
#renders .owl-dots {
  bottom: 8%;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: max-content;
}
#renders .owl-dots .owl-dot {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 15px;
  height: 15px;
  margin: 5px 10px;
  width: 15px;
}
#renders .owl-dots .owl-dot.active {
  background: rgb(255, 255, 255);
}
#renders .owl-dots .owl-dot :focus {
  outline: none;
}
/* .custom-nav button {
    background-color: #ffffff;
    border: none;
    margin: 0 8px;
    outline: none;
    pointer-events: all;
    width: 60px;
  }
.custom-nav button img {
    width: 100%;
  }
.custom-nav button:nth-child(2) {
    transform: rotate(180deg);
  } */
@media (width <= 992px) {
  #renders .owl-carousel .owl-nav {
    padding: 0;
  }
  #renders .owl-carousel .owl-nav button img {
    width: 70%;
  }
}

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

#icons {
  background-color: #e2e2de;
  padding: 60px 0;
}

#icons div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

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

#icons div .icon-container p {
  font-family: 'Avenir';
  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 {
  padding: 90px 60px;
}
#map .content {
  display: flex;
  flex-wrap: wrap;
  text-align: right;
}

#map .content .left {
  width: 30%;
  padding-right: 129px;
}

#map .content .left div {
  display: flex;
  flex-direction: column;
}

#map .content .left div .titulo {
  font-size: 48px;
  font-weight: bolder;
  line-height: 60px;
  color: black;
}

#map .content .left span {
  padding: 14px;
  line-height: 34px;
}

#map .content .right {
  width: 70%;
  min-height: 600px;
}

#map .content .right img {
  width: 100%;
  object-fit: cover;
}

.left span.rojo {
  color: #af9473;
  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: #b5b5b5;
  text-align: center;
  padding: 15px;
}
.logo-group {
  margin-right: 20px;
}

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

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

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

@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
  #map {
    padding: 50px 20px;
  }
  #icons div .icon-container img {
    width: 60px;
  }

  #map .content .right {
    min-height: auto;
  }
}
@media only screen and (max-width: 480px) {
  #everup img {
    height: 100px;
  }

  #map {
    padding: 40px 0px;
  }
  #map .content .left div {
    padding-bottom: 0px;
  }
  #map .content .left div .titulo {
    font-size: 34px;
    line-height: 35px;
  }
  body .page-header .image {
    height: 29vh !important;
  }
}

@media only screen and (max-width: 345px) {
  body .page-header .image {
    height: 26vh !important;
  }
  form .box .info {
    padding-top: 23px !important;
  }
}

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

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir.ttc') format('truetype');
}
@media (max-width: 768px) {

  .logo-group,
  .logo-vents {
    max-width: 120px!important;
    width: 100%!important;
    height: auto!important;
  }
}