body {
  font-family: Gotham;
}

strong {
  font-family: Gotham-bold;
}



#section1 {
  padding: 30px 55px 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  align-items: center;

}

#section1 img {
  margin-bottom: 20px;
  width: 210px;
}


#section1 .img-principal {
  background: url(../images/principal.jpg);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#section1 .img-principal h1 {
  font-size: 40px;
  font-weight: 200;
  color: white;
}


/*  SECTION 2 - FORM */
#section2, #section7 {
  padding: 0px 50px;
  margin: 90px 0px;
  display: flex;
  gap: 97px;
}

#section2 .descripcion ,#section7 .descripcion{
  display: flex;
  flex-direction: column;
  width: 40%;
  align-items: end;

}

#section2 .descripcion h2 {
  font-size: 44px;
}

#section2 .descripcion h2,
#section2 .descripcion p {
  width: 100%;
}

/* COLOR  */
#section2 .descripcion h2 span,#section3 .presentacion h2 strong, #section5 .titulo h2 span {
  color: #B12537;
}

#section2 .descripcion p {
  font-size: 20px;
}

#section2 .descripcion .flecha {
  display: flex;
  flex-direction: column;
  width: 440px;
  margin-top: 50px;
}

/* ESTILOS FORMULARIO */
#section2 .box-form , #section7 .box-form{
  background-color: #F5F5F5;
  width: 630px;
  display: flex;
  flex-direction: column;
  padding: 40px 45px;
  margin-top: -157px;

}

#section2 .box-form  h3, #section7 .box-form  h3{
  font-size: 27px;
}
#section2 .box-form  span, #section7 .box-form  span{
  font-size: 14px;
}

#section2 .box-form .form, #section7 .box-form .form {
  margin-top: 15px;
}

#section2 .box-form .form form .inputs ,#section7 .box-form .form form .inputs{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#section2 .box-form .form form .input-style input,
#section2 .box-form .form form .input-style select,
#section2 .box-form .form form .input-style textarea,
#section7 .box-form .form form .input-style input,
#section7 .box-form .form form .input-style select,
#section7 .box-form .form form .input-style textarea {
  width: 100%;
  background-color: white;
  padding: 7px;
  border: none;
}

#section2 .box-form .form form .input-style input::placeholder,
#section2 .box-form .form form .input-style select,
#section2 .box-form .form form .input-style textarea::placeholder,
#section7 .box-form .form form .input-style input::placeholder,
#section7 .box-form .form form .input-style select,
#section7 .box-form .form form .input-style textarea::placeholder{
  color: gray;
}

#section2 .box-form .form form .input-style textarea,#section7 .box-form .form form .input-style textarea {
  margin-bottom: 10px;
}

#section2 .box-form .form form .inputs .space ,#section7 .box-form .form form .inputs .space{
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

#section2 .box-form .form form .inputs .space .input-style,#section7 .box-form .form form .inputs .space .input-style  {
  flex: 1;
}

#section2 .box-form .form form .submits .submit ,#section7 .box-form .form form .submits .submit{
  margin-top: 15px;
}

#section2 .box-form .form form .submits .checkbox span ,#section7 .box-form .form form .submits .checkbox span{
  font-size: 13px;
}


#section2 .box-form .form form .submits .submit input[type="submit"],#section7 .box-form .form form .submits .submit input[type="submit"] {
  background-color: #B12537;
  border: none;
  padding: 10px;
  color: white;
  width: 350px;
}
/* FIN ESTILOS FORMULARIO */


/* SECTION3 */

#section3{
  color: white;
  height: 100%;
  text-align: center;
  background: url('../images/Background.svg');
  background-color: #231F20;
  background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 20px;

}

#section3 .presentacion{
  text-align: center;
  width: 75%;
  margin: auto;
}

#section3 .presentacion h2{
  font-size: 44px;
  margin-bottom: 20px;
}

#section3 .presentacion p{
  font-size: 20px;
}

#section3 .box-ubicaciones .ubicaciones .ubicacion h4{
  font-weight: bolder;
  font-size: 14px;
}
#section3 .box-ubicaciones .ubicaciones{
  display: flex;
    flex-wrap: wrap;
    margin-left: 120px;

}
#section3 .box-ubicaciones {
  width: 70%;
  margin: 90px auto;
  text-align: center;
  
}

#section3 .box-ubicaciones h3{
  font-size: 20px;
  margin-bottom: 50px;
}


#section3 .box-ubicaciones .ubicaciones .ubicacion{
  width: 200px;
  height: 85px;
  text-align: start;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#section3 .box-ubicaciones .ubicaciones .ubicacion span{
  display: block;
}

#section3 button{
  padding: 16px 55px
}

.center{
  display: flex;
  justify-content: center;
  align-items: center;
}

/*  BOTON GENERAL */
#section3 button, #section4 .caracteristicas button{
  background-color: #B12537;
  border: none;
}

#section3 button a, #section4 .caracteristicas button a{
  color: white;

}

#section3 button a:focus,#section3 button a:visited,#section3 button a:hover, 
#section4 .caracteristicas button a:active,
#section4 .caracteristicas button a:hover{
  text-decoration: none !important;
  box-shadow: none;
  border: none;
  }


/* SECTION 4*/
#section4, #section5 .titulo, #section5 .iconos,#section6 .box, #section6 .video{
  width: 83%;
}
#section4{
    height: 100%;
    margin: 100px auto;
    display: flex;
    gap: 150px;
    justify-content: center;
}

#section4 .paisaje{
  width: 400px;
  object-fit: cover;
  height: 543px;
}

#section4 .caracteristica{
  flex: 1;
}

#section4 .caracteristicas p{
  font-size: 18px;
}

#section4 .caracteristicas ul{
  list-style: none;
  margin-left: 24px;
}

#section4 .caracteristicas ul li{
  padding: 20px 0px;
  border-bottom: 1px solid #B12537;
  display: flex;
  gap: 12px;
}

#section4 .caracteristicas ul li:last-child{
  border-bottom: none;
}

#section4 .caracteristicas ul li img{
  margin-right: 22px;
  width: 35px;
  height: min-content;
}

#section4 .caracteristicas ul li span{
  font-size: 16px;
  flex: 1;
}
#section4 .caracteristicas button{
  padding: 14px 85px;
}

/* SECTION5 */
#section5{
  background-color: #F5F5F5;
  padding: 110px 0px;
}

#section5 .titulo{
  margin: auto;
}

#section5 .iconos{
  margin-top: 82px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
#section5 .titulo,#section6 .titulo{
  display: flex;
  flex-direction: column;
  align-items: center;
}


#section5 .titulo h2, #section6 .titulo h2{
  font-size: 28px;
  padding: 20px 0px;
  margin: 0;
}

#section5 .titulo .linea,#section6 .titulo .linea{
  width: 150px;
}

#section5 .titulo .linea.arriba, #section6 .titulo .linea.arriba{
  border-top: 1px solid #B12537;
}

#section5 .titulo .linea.abajo, #section6 .titulo .linea.abajo{
  border-bottom: 1px solid #B12537;
}

/* SECTION 6*/
#section6{
  padding: 100px;
}

#section6 .titulo{
  margin-bottom: 40px;
}

#section6 .video{
  margin: auto;
}

/* section 7 */
#section7{
  padding: 100px 50px;
  background-color: #231F20;
  margin: 90px 0px 0px;

}

#section7 .descripcion{
  color: white;
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section7 .descripcion span{
  font-size: 32px;
  text-align: center;
  position: absolute;
    width: 500px;
}

footer{
  background-color: black;
  text-align: center;
  padding: 20px;
}
footer p{
  color: #8C8C8C;
  font-size: 12px;
  margin: 0;
}
@media only screen and (max-width: 1220px) {
  #section1 .img-principal h1{
    font-size: 33px;
  }

  #section2 .descripcion h2{
    font-size: 39px;
  }
  #section2 .descripcion p {
    font-size: 19px;
  }
  #section2 .descripcion .flecha {
    width: -webkit-fill-available;
  }
  #section3 .box-ubicaciones .ubicaciones .ubicacion{
    width: 155px;
  }

}

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

  #section3 .box-ubicaciones .ubicaciones .ubicacion{
    width: 130px;
  }
  #section3 .box-ubicaciones .ubicaciones{
    margin-left: 100px;
  }
}


@media only screen and (max-width: 1070px) {
#section2, #section7{
  gap: 40px;
}
#section2 .box-form, #section7 .box-form{
  width: max-content;
  padding: 30px;

}
#section3 .box-ubicaciones .ubicaciones{
  margin-left: 50px;
}


#section7 .descripcion span
{
  font-size: 23px;
  width: auto;
}

.iconos img{
  width: 150px;
}


}

@media only screen and (max-width: 955px) {
  #section3 .box-ubicaciones .ubicaciones .ubicacion{
  height: auto;
  }
  #section3 .presentacion h2{
  font-size: 35px;
  }

  #section4{
    gap: 65px;
  }

  #section7{
    gap: 19px;
  }

  #section4 .caracteristicas ul{
    margin-left: 0px;
    padding: 0px;
  }
}


@media only screen and (max-width: 846px) {
  #section1{
    padding: 0px;
  }

  #section2, #section7, #section4{
    flex-wrap: wrap;
  }


  #section2 .descripcion, #section7 .descripcion{
    width: 100%;
  }

  #section2 .box-form, #section7 .box-form{
    width: 100%;
    margin-top: 0px;
  }

  #section2 .descripcion .flecha{
  width: auto;
  }
}

@media only screen and (max-width: 776px) {
  #section5 .iconos{
    flex-wrap: wrap;
    gap: 70px;
  }

  #section5 .iconos div{
    width: 100%;
  }
  #section5 .iconos div img{
    width: min-content;
  }

  #section6{
    padding: 100px 0px;
  }

  #section5 .titulo h2, #section6 .titulo h2 {
font-size: 20px;
}

#section3 .box-ubicaciones .ubicaciones .ubicacion{
  width: 50%;
  margin-right: 0px;
  text-align: center;
  margin-bottom: 42px;

}
#section3 .box-ubicaciones .ubicaciones{
  margin-left: 0px;
}
}


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

  #section1 img{
    margin: 15px 0px;
  }
  #section6 .video{
    width: auto;
  }
  #section1 .img-principal h1 {
    font-size: 25px;
  }

  #section2 .descripcion h2 {
  font-size: 29px;
  }

  #section2 .descripcion .flecha{
    width: inherit;
  }

  #section2 .box-form .form form .submits .submit input[type="submit"], #section7 .box-form .form form .submits .submit input[type="submit"]{
    width: -webkit-fill-available;
  }

  #section3 .presentacion h2{
    font-size: 26px;
  }

  #section5 .titulo h2, #section6 .titulo h2{
    text-align: center;
  }

  #section7{
    margin: 0px 0px 0px 0px;
    padding:  0px 0px 0px 0px;
  }

}

@media only screen and (max-width: 430px) {
  #section7 .descripcion img{
    width: inherit;
  }

  #section2 .descripcion{
    padding: 0px 25px;
  }

  #section2, #section4{
    padding: 0%;
    margin: 40px auto;
  }

  #section1 .img-principal h1{
    font-size: 21px;
  }

  #section2 .descripcion p {
    font-size: 18px;
  }

  #section3 .box-ubicaciones{
    width: 100%;
  }

  #section7 .descripcion span {
  font-size: 19px;
  }

  #section2 .box-form h3, #section7 .box-form h3 {
  font-size: 24px;
  }

  #section3 .presentacion p{
    font-size: 19px;
  }
  #section5 .iconos div img{
  width: 147px;
 }
 #section3 .presentacion{
  width: auto;
 }
 #section1 img {
width: 195px; 
}

#section6, #section5{
  padding: 50px 0px;
}

#section4{
  gap: 35px;
}

#section3{
  padding: 50px 10px;
  background-size: initial;

}

#section3 .presentacion h2{
  font-size: 24px
}

#section3 button,#section4 .caracteristicas button{
  padding: 20px 20px;

}

}



@font-face {
  font-family: Gotham;
  src: url(../fonts/Gotham-Light.otf);
}

@font-face {
  font-family: Gotham-bold;
  src: url(../fonts/GothamMedium.ttf);
}