/*========================================
=             APP CUSTOM                 =
========================================*/
/*======= GENERAL SETTINGS =======*/
* {
  margin: 0;
  padding: 0;
}

html, body {
  background-color: #000;
  height: 100%;
  font-family: "AG-regular", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.06px;
  width: 100%;
}

img {
  width: 100%;
}

/*========== FONT ==========*/
.f-text {
  font-family: "AG-regular", sans-serif;
  font-weight: 900;
}

@font-face {
  font-family: "AG-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../assets/font/AribauGrotesk_Regular.otf");
}
.f-Eboracum {
  font-family: "Eboracum", sans-serif;
  font-weight: 900;
}

@font-face {
  font-family: "Eboracum";
  font-weight: normal;
  font-style: normal;
  src: url("../assets/font/Eboracum.ttf");
}
@media screen and (min-width: 0\0 ) {
  html, body {
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: 500 !important;
  }

  /* Tus estilos CSS para IE9, IE10, IE11  */
}
/*========== EXTRAS ==========*/
input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none !important;
}

.pd-0 {
  padding: 0 !important;
}

.mg-0 {
  margin: 0px !important;
}

/*========== VARIABLES ==========*/
/*======= SCROLLBAR =======*/
::-webkit-scrollbar {
  background: #fff;
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border: thin solid #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #efefef;
  height: 120px;
}

/*======= CONTAINER =======*/
/*@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}
*/
/*========== MENU ==========*/
.fixed {
  position: fixed !important;
}

.navbar {
  z-index: 100;
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  position: fixed !important;
}

.nav > li > a {
  color: #fff !important;
  font-weight: 100;
  margin: 30px 15px 0;
  padding: 0 0 5px !important;
}

#nav-mobile li > a:focus,
#nav-mobile li > a:hover {
  background-color: transparent;
  color: #fff !important;
}

.nav li {
  display: inline-block !important;
  float: none !important;
}

/*========== SCROLL ==========*/
.scroll_video {
  height: 100vh !important;
  margin: 0 auto !important;
  width: 100% !important;
}

/*========== BODY ==========*/
body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  height: auto;
  background-color: #010000 !important;
}

/*========== WRAPPER LEMA 2018 ==========*/
.lema__ {
  background-image: url("../assets/imagenes/generaciones_lema_2025.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.box_img {
  height: 400px;
  position: relative;
  width: 100%;
  text-align: center;
}
.box_img img {
  width: 45%;
}

.img__ {
  position: absolute;
  top: 0px;
}

.box-ft {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.box-p {
  position: relative;
  height: 100vh;
}

.bnt-1 {
  font-weight: 500;
  background: #e5790d;
  background: linear-gradient(0deg, #ff7f00 0%, #f1c811 100%);
  display: inline-block;
  border-radius: 6px;
  -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.32);
}
.bnt-1 h1 {
  font-size: 17px;
  padding: 7px 19px;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.footer {
  padding: 50px 0 25px;
}
.footer p {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  margin-bottom: 5px;
}
.footer span {
  display: inline-block;
  width: 36%;
}

.bg-img2 {
  background-image: url(../assets/imagenes/bg-lema-2025.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.bg-img {
  background-image: url(../assets/imagenes/bg-lema-2025.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.dowl_ {
  padding: 20px 0 4px;
}
.dowl_ h3 {
  font-size: 32px;
  font-weight: 900;
  color: #ffc600;
}
.dowl_ p {
  font-size: 17px;
  font-weight: 200;
  color: #fff;
}

.pd_ext {
  padding-right: 26px !important;
}

form {
  display: inline-block;
  margin: 35px 0 20px;
}
form select {
  /*padding: 5px 10px !important;*/
}
form input, form select {
  text-align: left;
  padding: 12px 18px;
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 25px;
  margin-right: 5px;
  border-radius: 8px;
}
form input::placeholder {
  line-height: 16px !important;
  text-align: left;
}
form p {
  color: #fff;
  font-weight: 500;
}

label {
  margin-left: 20px;
}

.text_inp {
  margin-left: 25px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.text_inp a, .text_inp a:hover, .text_inp a:focus, .text_inp a:active {
  color: #fff;
}
.text_inp a:hover {
  text-decoration: underline !important;
}

.checkmark {
  position: absolute;
  height: 17px;
  width: 17px;
  border: 1px solid #fff;
  top: 4px;
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* On mouse-over, add a grey background color */
.box_check:hover input ~ .checkmark {
  border: 1px solid #fff;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.box_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.box_check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.box_check .checkmark:after {
  left: 5px;
  top: 1.5px;
  width: 5px;
  height: 9px;
  border: solid #dd0024;
  border-width: 0 2px 2px 0;
  transition: 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

form button {
  color: #fff;
  border: 0px;
  padding: 7px 19px;
  margin-top: 20px;
  transition: 0.2s;
  font-size: 17px;
  text-transform: uppercase;
}
form button:hover, form button:active, form button:focus {
  color: #FFF;
  background: #ff7f00 !important;
}

#resultado {
  text-align: center;
  color: #FFC107;
  font-weight: 200;
  margin-bottom: 50px;
}

.shadow-box {
  background-color: #fff;
  border-radius: 20px;
}

.shadow-box-2 {
  background-color: #454545;
  border-radius: 20px;
}

/*DESCARGAS*/
.links_descarga li a {
  color: #beb085 !important;
  font-size: 13px;
  font-family: "Eboracum", sans-serif;
}
.links_descarga li a:after {
  display: none;
}
.links_descarga li a img {
  display: inline-block;
  float: left;
}

.a_icon_ .icon_idioma {
  background-repeat: no-repeat;
  background-image: url(../assets/imagenes/descarga/icon_idioma_.png);
  background-size: 22px;
}

.a_icon_ .icon_descarga {
  background-repeat: no-repeat;
  background-image: url(../assets/imagenes/descarga/icon_descarga.png);
  background-size: 22px;
}

.ft_descarga {
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.wrap-img {
  margin-bottom: 15px;
}

/*descarga*/
.logotipo h3 {
  padding: 20px 0 4px;
  font-size: 32px;
  font-weight: 900;
  color: #ffc600;
}

.box_bandera_idioma {
  margin: 20px 0;
  display: inline-block;
}

.wrap-img_, .date_pais {
  width: 35%;
  float: left;
  padding-right: 14px;
  display: inline-block;
}

.box_bandera_idioma a {
  color: #fff;
  transition: 0.2s;
}
.box_bandera_idioma a:hover, .box_bandera_idioma a:active, .box_bandera_idioma a:focus {
  color: #FFC107 !important;
}

.date_pais h4 {
  text-transform: uppercase;
}
.date_pais h4, .date_pais p {
  font-family: "Eboracum", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

/*manual*/
.box_sg {
  position: relative;
  height: 100vh;
}

.text_sg {
  color: #fff;
  font-weight: 500;
  display: block;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 100%;
}
.text_sg img {
  width: 97px;
}
.text_sg .dowl_manual a {
  font-family: "AG-regular", Helvetica, Arial, sans-serif !important;
  color: #ffc600;
  transition: 0.2s;
}
.text_sg .dowl_manual a img {
  width: 50px;
}
.text_sg .dowl_manual a:hover {
  color: #fff;
}
.text_sg p {
  font-family: "Eboracum", sans-serif;
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  padding: 0 17%;
}

/*========== RESPOSIVE MOBILE ==========*/
@media only screen and (max-width: 765px) and (min-width: 0) {
  body {
    overflow-x: hidden;
  }

  /*MENU*/
  .nav {
    text-align: right;
  }

  .slick-list {
    padding: 0px 10px !important;
  }

  .box_img {
    height: 260px;
    position: relative;
    width: 100%;
  }

  .ParallaxVideo video {
    width: auto;
  }

  form {
    padding: 0;
  }

  .pd_ext {
    padding-right: 0px !important;
  }

  .date_pais h4, .date_pais p {
    margin-bottom: 0;
  }

  .footer span {
    width: 80%;
  }
}
@media only screen and (max-width: 765px) and (min-width: 0) and (orientation: landscape) {
  .box_ img, .box_img img {
    width: 26%;
  }
}
/*========== RESPOSIVE TABLET ==========*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .box_img {
    height: 710px;
  }

  .ParallaxVideo video {
    width: auto;
  }

  .pd_ext {
    padding-right: 0px !important;
  }

  .date_pais h4, .date_pais p {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=main.css.map */
