
body{
    text-align: center;
    font-family: "Montserrat", sans-serif;
 
}
.header{
    background-color: #f2421b;
    text-align: center;
    padding: 5px 0px;
}
h1, h2, h3, h4, h5{
    color: white;
    
}
.header h2{
    font-weight: 800;
}

/* Estilos generales del modal */
.modal {
    display: none;
    position: fixed; 
    z-index: 999;
    left: 0;
    top: 0;
    padding-top: 2%;
    width: 100%; 
    height: 100%;; 
    overflow: auto;
    background-color: rgba(0,0,0,0.5); 
  }
  
  
  .modal-content {
    background-color: #000000;
    margin: 0% auto; 
    padding: 20px;
    width: 90%; 
    max-width: 100% 
  }
  
  /* Botón de cierre */
  .close {
    color: #ffffff;
    float: right;
    font-size: 50px;
    font-weight: bold;
    
  }
  
  .close:hover,
  .close:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Estilos responsivos */
  @media screen and (max-width: 768px) {
    .modal-content {
      width: 90%;
    }
  }
  
  @media screen and (max-width: 576px) {
    .modal-content {
      width: 95%;
    }
  }
  
 


  
/*Seccion Hero */

.hero{
    /*background-image: url(assets/images/B4.jpg);*/
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    padding: 50px 0 80px 0 ;
}
.hero img{
    width: 300px;
    padding: 0 0 50px 0;
}
.hero h1{
    
    font-weight: 900;
    font-size: 68px;
    line-height: 68px;
    padding: 0 150px;
}
.hero h3{
    
    
    font-weight: 500;
    padding: 30px 150px;
}
.hero h4{
    
    font-weight: 500;
    padding: 30px 130px;
}
.hero h2{
    padding: 0 130px;
    font-weight: 700;
}

.video{
    width: 1280px;
    height: 720px;
    padding: 30px 100px;
    margin-top: -50px;
}

.iframe{
    display: flex;
}
.barra{
    padding:0 150px 30px 150px;
    margin-top: -30px;
}
.progress {
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    font-size: 20px;
    background-color: #e9ecef;
    border-radius: 1rem;
}
.progress span{
    color: #000000;
    padding: 25px 25px;
    font-weight: 700;
}



/*Seccion Marcas*/ 

.marcas{
    /*background-image: url(assets/images/B4.jpg);*/
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.marcas h1{
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    padding: 0 120px;
}

.marcas img{
padding: 60px 0;
}
.img-marcas{
    display: flex;
}
.img-marcas-respon{
    display: none;
}

.cards{
    padding: 30px 130px 60px 130px;
    font-weight: 600;
    font-size: 18px;
}
.card{
    padding: 15px;
}

/*Footer*/

.footer{
    background-color: #000000;
    padding: 80px 130px 0 130px;
}
.footer img{
    width: 250px;
    padding-bottom: 30px;
}
.footer p{
    font-size: 14px;
    color:#464d54;
    font-weight: 500;
    
}
.footer a{
    color: #464d54;
}

/* CSS Botones*/

@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }

  button:hover {
    animation: pulse 0.5s ease-in-out infinite;
}
.btn-token{
    background-color: #7CDA24;
    border-radius: 0px;
    border: 1px solid #7CDA24;
    color: #000000;
    font-weight: 900;
    font-size: 30px;
    padding: 15px 0px;
}
.btn-token:hover{
    background-color: #7CDA24;
   color: #000000;
    border: 1px solid #7CDA24;
  
}
.btn-token:active{
    background-color: #7CDA24;
   color: #000000;
    border: 1px solid #7CDA24;
  
}
.politicas{
    /*background-image: url(/assets/images/B3.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 50px;
}


/* Responsive */

@media screen and (max-width: 1200px){
    .hero img{
        width: 300px;
        
    }
    .hero h1{
        
        font-size: 45px;
        line-height: 48px;
        padding: 30px 20px;
    }
  
    .video{
        
        padding: 30px;
        margin-top: -50px;
    }
    .hero h4, h3{
        
        padding: 30px 20px;
    }
    .hero h2{
        padding: 0 60px;
    }
    .marcas h1{
        font-size: 30px;
        line-height: 40px;
        padding: 0 30px;
    }
    
    .cards{
        padding: 50px 0;
        font-size: 16px;
    }
    .card{
        width: 100% !important;
        margin-top: 10px;
    }
    .img-marcas{
        display: none;
    }
    .img-marcas-respon{
        display: flex;   
    }
    .barra{
        padding: 0 0 30px;
        margin-top: -30px;
    }
    .btn-token{
        font-weight: 800;
        font-size: 22px;
        padding: 15px 0;
    }
    .img-marcas-respon img{
        width: 100%;
    }
    .footer{
        padding: 80px 0;
    }
}

@media screen and (max-width: 720px){
    .hero img{
        width: 300px;
        
    }
    .hero h1{
        
        font-size: 45px;
        line-height: 48px;
        padding: 0 30px;
    }

    .video{
        width: 640px;
        height: 360px;
        padding: 30px;
        margin-top: -50px;
    }
    .hero h4{
        
        padding: 30px ;
    }
    .hero h3{
        padding: 30px;
    }
    .hero h2{
        padding: 0 30px ;
    } 
    
   
}
   
@media screen and (max-width: 370px){
    .hero img{
        width: 250px;
        
    }
    .hero h1{
        
        font-size: 30px;
        line-height: 48px;
        padding: 0 10px;
    }
    .video{
        width: 426px;
        height: 240px;
        padding: 30px 0px;
        margin-top: -50px;
    }   
}
   