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

.page-header .titulo {
  display: none;
}

p {
      font-family: 'RobotoSlab-Regular',sans-serif;
  font-size: 16px;
}

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

h2 {
      font-family: 'RobotoSlab-Light',sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: black;
}

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

h3 {
    font-family: 'Corbert-Regular',sans-serif;
      font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: black;
}
.claim{
      font-family: 'Corbert-Bold', sans-serif;
      font-size: 32px;
        font-weight: 700;
      color: #28787D;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 18px;
    font-weight: 700;
    color: black;
  }
}

.left span {
        font-family: 'RobotoSlab-Light', sans-serif;  font-size: 30px;
  font-weight: 500;
  color: black;
}

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

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

@media only screen and (max-width: 768px) {
  span {
        font-family: 'RobotoSlab-Light', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: black;
  }
}

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

/* 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;
}

#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,
.info-wrapper h1 {
  font-size: 60px;
          font-family: 'RobotoSlab-Light', sans-serif;

  font-weight: 700;
}

#cabecera .description h2 {
  font-size: 30px;
          font-family: 'RobotoSlab-Light', sans-serif;

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


.logo {
  color: white;
  padding: 0 28px 40px;
  font-size: 23px;
}

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

.logo .page-title {
  color: #ffffff;
  font-family: "Avenir";
  font-weight: 700;
  font-size: 26px;
  padding: 0 28px 40px;

}

#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-weight: 200;
  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: 'RobotoSlab-Bold',sans-serif;
  border: solid 2px #ffffff;
  margin-top: 8px;
  padding: 8px 0;
}

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


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

#section1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
}

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

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

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

#section1 .container .left h2 {
  width: auto;
  padding-top: 28px;
  color: black;
  margin-bottom: 30px;
}

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

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

/* Section 2
*--------------------------------
*/

#section2{
  padding-bottom: 0;
}
#section2 .claim{
  margin-bottom: 20px;
}

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

#content {
  height: 100vh;
}



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

#icons .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

#icons .container .icon-container p {
  font-family: 'RobotoSlab-Bold',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: 30%;
  margin-top: 100px;
  padding-right: 100px;
}

#map .container .left span {
  padding: 14px;
}

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

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

.left span.rojo ,#map .container .left .til{
  color: #28787D;
  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: #28787D;
  color: white;
  padding: 34px 0px;
  font-size: 23px;
  line-height: 35px;
  border-bottom: 2px solid white;
  text-align: center;
}
#everup .logo{
  padding: 0;
}

footer .row p:first-child{
  margin-bottom: 0;
}
.logo{
  max-width: 350px;
}

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

footer p {
  font-size: 16px;
  color: white;
  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);
}
#map .iconos .ico{
  width: 50%;
}
#map .iconos .ico{
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-direction: column;
  align-items: center;
}

#map .iconos{
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}
#map .iconos .ico p{
  text-align: center;
  font-size: 17px;
  font-weight: 500;
    color: #101e31;
          font-family: 'RobotoSlab-Light', sans-serif;
}
#map .iconos .ico img{
      width: 40px;
        object-fit: initial;
        height: auto;
}

/* 
* 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;
  }
        #map .container .right iframe {
          height: 600px;
        }
}

@media (max-width:1024px) {

  .mobile,
  .page-header .titulo {
    display: none;
    display: block;
  }

  .page-header .titulo {
    position: absolute;
    top: 0;

    z-index: 4;
    top: 14%;
    left: 36px;
    text-align: start;
  }

    #map .container .right iframe {
      height: 500px;
    }

  .page-header .titulo h1 {
    font-weight: 700;
    color: white;
    letter-spacing: .1px;
    font-family: 'RobotoSlab-Bold', sans-serif;
  }

.left span.rojo,
#map .container .left .til {
    font-size: 25px;
  }


  #map .container .left span {
    text-align: start;
  }
  

  body .page-header .image {
    min-height: 350px;
  }

  body .page-header .image .background-image,
  body .page-header {
    height: 100% !important;
  }

  #section1 .container .right p {
    padding-top: 10px !important;
  }

  body .page-header>.block-wrapper {
    height: fit-content !important;
  }

  .desktop {
    display: none;
  }

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

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

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

@media only screen and (max-width: 768px) {
  .page-header .titulo h1 {
    font-size: 30px;
  }
        #map .container .right iframe {
          height: 400px;
        }

  #icons .container .icon-container {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .page-header .titulo {
    left: 15px;
  }

    #map .container .right iframe {
      height: 300px;
    }

  .page-header .titulo h1 {
    font-size: 26px;
  }
    #map .iconos .ico{
      width: 48%;
    }
  h3{
    line-height: 28px;
  }

    #map .iconos .ico img{
      width: 30px;
    }
    .left span.rojo,
    #map .container .left .til {
      font-size: 20px;
      line-height: 28px;
    }
        #section1 .container .right p {
          line-height: 26px;
        }
                footer p,#map .iconos .ico p{
                  font-size: 14px;
                }
}

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

@font-face {
  font-family: "Avenir";
    src: url("../fonts/RobotoSlab-Light.ttf") format("truetype");}
@font-face {
  font-family: 'Corbert-Regular';
  src: url("../fonts/Corbert-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Corbert-Bold';
  src: url("../fonts/Corbert-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Overpass-Regular';
  src: url("../fonts/Overpass-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'RobotoSlab-Light';
  src: url("../fonts/RobotoSlab-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype");
}