@font-face {
  font-family: DINPro-Bold;
  src:  url("../fonts/DINPro-Bold.otf");
  font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: grupo_constructor;
  src:  url("../fonts/GRUPO_CONSTRUCTOR.TTF");
  font-weight: normal;
    font-style: normal;
}
h2 {
  font-family: grupo_constructor;
}
h1 {
  font-family: grupo_constructor;
}

body {
  font-family: DINPro-Bold;
  
}

* {

  color: white;
}
.label_contador_numero{
  position:absolute; margin-top: 10.15%; margin-left: -39.9%; color: #fffff; letter-spacing: .9vw;font-size: 2.5vw;
}
.label_contador_numero2{
  position:absolute; margin-top: 10.15%; margin-left: -28.8%; color: #fffff; letter-spacing: .9vw;font-size: 2.5vw;
}
.label_contador_numero3{
  position:absolute; margin-top: 10.15%; margin-left: -6.8%; color: #fffff; letter-spacing: .9vw;font-size: 2.5vw;
}
.label_contador_numero4{
  position:absolute; margin-top: 10.15%; margin-left: -46.7%; color: #fffff; letter-spacing: .9vw;font-size: 2.5vw;
}

.label_contador_numero5{
  position:absolute; margin-top: 10.15%; margin-left: -31%; color: #fffff; letter-spacing: .9vw;font-size: 2.5vw;
}

.label_contador_numero6{
  position:absolute; margin-top: 10.15%; margin-left: -15.9%; color: #fffff; letter-spacing: .9vw;font-size: 2.5vw;
}

.main-header{
      margin-top:-2%;
  }
  
  .objetivos{
    font-size: 20px;
  }
  ._redes{
    margin-left: 40%;
  }
.patrocinadores{
      margin-left:35%;
      font-family:grupo_constructor;
      position: absolute; color: #31624d; margin-top: -27%;
  }
  .patrocinadores_slide{
    position:absolute; margin-top:-23%; margin-left:20%; width:60%;
  }
.float{
  position:fixed;
  width:60px;
  height:60px;
  top:200px;
  right:30px;
  
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  
  z-index:100;
}
.wid_40{
  width: 40%;
}
.img_aprendes{
      position:absolute; margin-left:-37%; margin-top:36%; cursor: pointer;
  }
  .img_aprendes2{
      position:absolute; margin-left:-37%; margin-top:42%; cursor: pointer;
  }
  .img_aprendes3{
      position: absolute; margin-left:26%; width:600px; margin-top:-8%;
  }
.notificacion_carrito{
  align-items: center;
  text-align: center;
  justify-content: center;
  position: absolute; 
  margin-left: -10%; 
  background: #42b95f;
  border-radius: 250px;
  font-size: 15px;
  width: 45%;
  margin-top: -18%;
}
.carrito_label{
  position: absolute; 
  margin-left: -170%; 
 
  border-radius: 250px;
  font-size: 15px;
  width: 45%;
  margin-top: 35%;
}
.carrito_label2{
  
  position: absolute; 
  margin-left: -220%; 
 
  border-radius: 250px;
  font-size: 15px;
  width: 45%;
  margin-top: 35%;
}
.txt_verde {
  color: #628d43;
}
.div_80{
  width: 80%;
}
.titulos_grandes {
  font-size: 70px;
  font-family: grupo_constructor;
}
.titulos_chicos{
  font-size: 25px;
}
.video_conoce {
  width: 100%;
  margin-top: 5%;
}
.somos_equipo, .somos_familia {
  font-size: 30px;
}
.flex {
  display: flex;
}
.flex_inline{
  display: flex;
}
.img_hover:hover{
  opacity: .2;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: opacity 500ms;
}
.img_index {
margin-left: 44%;
width: 500px;
z-index: 1;
}
.img_hojas_arriba{
  margin-left: 28%;
  margin-top: 5%;
  width: 200px;
}
.img_hojas_abajo{
  margin-left: 88%;
  margin-top: 20%;
  width: 200px;
}

.img_circulo{
  margin-left: 35%;
  margin-top: 14%;
  width: 650px;
}
.titulo_slide {
  font-family: grupo_constructor;
  position: absolute;
  margin-left: 25%;
  margin-top: 30%;
  font-size: 100px;
  font-weight: bold;
  z-index: 1;
  color: white;
  
}
.titulo_slide2 {
  font-family: grupo_constructor;
  position: absolute;
  margin-left: 32%;
  margin-top: 30%;
  font-size: 100px;
  font-weight: bold;
  z-index: 1;
  color: white;
  
}
.titulo_slide3 {
  font-family: grupo_constructor;
  position: absolute;
  margin-left: 47%;
  margin-top: 30%;
  font-size: 100px;
  font-weight: bold;
  z-index: 1;
  color: white;
  letter-spacing: 2vw;
  
}

/* main-header start */
[data-target="#mainMenu"] {
  position: relative;
  z-index: 999;
}

#mainMenu li > a {
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 1000;
  position: relative;
  z-index: 1;
  text-decoration: none;

}

.main-header.fixed-nav #mainMenu li > a {
  color: #fff;
  text-decoration: none;
}

#mainMenu li:not(:last-of-type) {
  margin-right: 30px;
}

#mainMenu li > a::before {
  position: absolute;
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background: #fff;
  bottom: -6px;
  left: 0;

  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;

  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

#mainMenu li > a:hover::before,
#mainMenu li > a.active::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.main-header.fixed-nav #mainMenu li > a::before {
  background: black;
}

.main-header {
  position: fixed;
  top: 25px;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-header.fixed-nav {
  top: 0;
  background: black;
  -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-header.fixed-nav .navbar-brand > img:last-of-type {
  display: block;
}

.main-header.fixed-nav .navbar-brand > img:first-of-type {
  display: none;
}
.navbar-brand {
  color: #fff;
}
.main-header .navbar-brand img {
  max-width: 40px;
  animation: fadeInLeft 0.4s both 0.4s;
}
/* main-header end */
@media screen and (max-width: 991px) {
  /*header starts*/

  .collapse.in {
    display: block !important;
    padding: 0;
    clear: both;
  }

  .navbar-toggler {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    right: 0;
    border: none;
    border-radius: 0;
    outline: none !important;
  }

  .main-header .navbar {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .main-header .navbar-nav {
    margin-top: 70px;
  }

  .main-header .navbar-nav li .nav-link {
    text-align: center;
    padding: 20px 15px;
    border-radius: 0px;
  }

  /**/
  .main-header .navbar-toggler .icon-bar {
    background-color: #2C3F30;
    margin: 0 auto 6px;
    border-radius: 0;
    width: 30px;
    height: 7px;
    position: absolute;
    right: -50;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .main-header .navbar .navbar-toggler .icon-bar:first-child {
    margin-top: 3px;
  }

  .main-header .navbar-toggler .icon-bar-1 {
    width: 80px;
    top: 0px;
  }

  .main-header .navbar-toggler .icon-bar-2 {
    width: 80px;
    top: 17px;
  }

  .main-header .navbar-toggler .icon-bar-3 {
    width: 80px;
    top: 32px;
  }

  .main-header .current .icon-bar {
    margin-bottom: 5px;
    border-radius: 0;
    display: block;
  }

  .main-header .current .icon-bar-1 {
    width: 18px;
  }

  .main-header .current .icon-bar-2 {
    width: 30px;
  }

  .main-header .current .icon-bar-3 {
    width: 10px;
  }

  .main-header .navbar-toggler:hover .icon-bar {
    background-color: black;
  }

  .main-header .navbar-toggler:focus .icon-bar {
    background-color: black;
  }

  /*header ends*/
}

@media screen and (max-width: 1023px) {
  
.img_patro {
    width: 250px;
  }
  .flex_inline{
    display: inline-block;
  }
  .wid_40{
    width: 90%;
  }
  .form_visita{
    margin-right: 55%;
  }
  .img_bandera{
    width: 100px;
    margin-top: 5%;
    border: .1px solid black;
  }
  .carousel{
    height: 30%;
  }
  .img_menu{
    width: 300px;
  }
  h2{
    font-size: 50px;
  }
  h3{
    font-size: 50px;
  }
  .img1_conoce{
    width: 100%;
  }
  .img2_conoce{
    width: 140%;
  }
  #equipo_{
    margin-top: 10%;

  }
  .top_10{
    margin-top: 10%;
  }
  .img_conoce_perfil{
    width: 700px;
  }
  .txt_30{
    font-size: 40px;
  }
  .txt_20{
    font-size: 25px;
  }
  .btn_ver{
    width: 80%;
  }
  .img_redes{
    width: 150px;
  }
  .img_redesf{
    width: 100px;
  }
  .redes_margin{
    margin-left: 10%;
  }
  ._redes{
    margin-left: 20%;
  }
  .titulos_grandes{
    font-size: 80px;
  }
  .titulos_chicos {
    font-size: 35px;
  }
  .objetivos{
    font-size: 35px;
  }
  .patrocinadores{
    font-size: 30px;
    margin-left: -60%;
  }
  #mainMenu ul li a {
    font-size: 55px;
  }
  .img_menu_lista{
    display: none;
  }
  
  .imgs_slide_patrocinadores{
    width: 250px;
  }
  .imgs2_slide_patrocinadores{
    width: 100px;
  }

  .titulo_slide2{
    margin-left: 20%;
  }
  .txt_mac{
    font-size: 30px;
    margin-bottom: 10%;
  }
  .carousel-inner{
    margin-top: 20%;
  }
  .titulo_slide{
    font-size: 80px;
  }
  .img_hojas_arriba{
    width: 150px;
  }
  .img_index{
    width: 375px;
  }
  .img_hojas_abajo{
    width: 150px;
  }
  .img_circulo{
 
    width: 450px;
  }
  .label_contador{
    font-size: 15px;
  }
  .txt_hover{
    font-size: 12px;
   
  }
  .somos_equipo, .somos_familia{
    font-size: 22px;
  }
  .label_contador_numero{
      position:absolute; margin-top: 10.15%; margin-left: -40%; color: #fffff; letter-spacing: .7vw;font-size: 2.5vw;
    }
    .label_contador_numero2{
      position:absolute; margin-top: 10.15%; margin-left: -28.9%; color: #fffff; letter-spacing: .7vw;font-size: 2.5vw;
    }
    .label_contador_numero3{
      position:absolute; margin-top: 10.15%; margin-left: -6.9%; color: #fffff; letter-spacing: .7vw;font-size: 2.5vw;
    }
    .label_contador_numero4{
      position:absolute; margin-top: 10.15%; margin-left: -46.8%; color: #fffff; letter-spacing: .7vw;font-size: 2.5vw;
    }
    
    .label_contador_numero5{
      position:absolute; margin-top: 10.15%; margin-left: -31.1%; color: #fffff; letter-spacing: .7vw;font-size: 2.5vw;
    }
    
    .label_contador_numero6{
      position:absolute; margin-top: 10.15%; margin-left: -16%; color: #fffff; letter-spacing: .7vw;font-size: 2.5vw;
    }
}
@media screen and (min-width: 2023px) {
  
  
  .titulo_slide{
    font-size: 200px;
  }
  h5 {
    font-size: 40px;
  }
  .imgs_slide_patrocinadores{
    width: 500px;
  }
  .imgs2_slide_patrocinadores{
    width: 250px;
  }
  .hoja_fin{
    width: 500px;
  }
  .titulo_slide2{
    font-size: 200px;
  }
  .titulo_slide3{
    font-size: 200px;
  }
  .img_hojas_arriba{
    width: 450px;
  }
  .img_index{
    width: 975px;
  }
  .img_hojas_abajo{
    width: 450px;
  }
  .img_circulo{
 
    width: 1200px;
  }
  .label_contador{
    font-size: 35px;
  }
  .txt_hover{
    font-size: 30px;
   
  }
  .somos_equipo, .somos_familia{
    font-size: 62px;
  }
  .img_mac_hover{
      width:130%;
       margin-right:50%;
  }
  .img_hover{
      margin-right: 300px;
      width: 100%;
  }
  .img_aprendes, .img_aprendes2{
     margin-left:-33%; 
  }
  
  .patrocinadores{
      margin-left:43%;
      font-family:grupo_constructor;
      position: absolute; color: #31624d; margin-top: -27%;
      font-size: 60px;
  }
  .img_aprendes3{
     margin-left:33%;
  }
  .main-header{
      margin-top:-1%;
  }
  .titulos_grandes {
  font-size: 140px;
  font-family: grupo_constructor;
}
.titulos_chicos, .objetivos{
  font-size: 55px;
}

h3{
  font-size: 50px;
}

.txt_equipo{
  font-size: 40px;
}
  .txt_30{
    font-size: 80px;
  }

  .txt_20{
    font-size: 40px;
  }
  .patrocinadores_slide{
    
    
   margin-left:20%;
  
  }
  .img_patro {
    width: 500px;
  }
 

}
