*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

:root{
    --var-morado: #4E15BC;
    --var-azul: #2172FF;
    --var-amarillo: #FDB900;
    --var-amarilloOscuro: #e4c143;
    --var-verde: #00B945;
    --var-negroClaro: rgb(15, 15, 15);
    --var-celesteSegurito: #226CD7;
    --var-azulSegurito: #236CD8;
    --var-naranjaSegurito: #F66B0A;
    --var-blancoSegurito: #f4f3f3;
}
/*---------------------------------------PORTADA DE LOS VIDEOS--------------------------------------------------------------------*/
@media (min-width: 1023px) and (max-width: 2000px){
    header{
        height: 65px;
    }
    .cajon-1 img{
        position: relative;
        bottom: 5px;
    }
}


.widgets-contact{
    width: 110%;
    position: relative;
    right: 30px;
}
.portada-videos{
    width: 100%;
    height: 200px;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    background-position: center;
    background-size: cover;
}

.title-videos{
    width: 100%;
    position: relative;
    top: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.migajas a, span{
    color: rgba(36, 34, 34, 0.774);
    font-size: 15px;
    margin: 0 5px;
    text-decoration: none;
    display: none;
    
}
.title-videos h1{
    font-size: 40px;
    color:var(--var-morado);
    
}
.title-videos p{
    color: var(--var-negroClaro);
}

/*---------------------------------------PORTADA DE LOS VIDEOS--------------------------------------------------------------------*/
.no-activo-img{
    width: 50px;
}
/*--------------------------------------GALERIA VIDEOS--------------------------------------------------------------------*/

.videos{
    width: 100%;
    padding: 5% 10% 10% 10%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    margin-top: -450px;
}
.wid-video {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    border: 2px solid rgb(243, 243, 243);
    border-radius: 5px;
    position: relative;
    
}
.wid-video i{
  position: absolute;
  font-size: 30px;
  color: white;
  background-color: rgba(75, 27, 189, 0.575);
  transition: .4s;
  bottom: 20px;
  left: 20px;
  padding: 10px;
  border-radius: 50%;

}
.wid-video:hover i{
    transition: .4s;
    padding: 12px;
    font-size: 35px;
}
.wid-video video{
    width: 100%;
    margin: 0;
    padding: 0;
}

.visitanos{
    width: 100%;
    position: relative;
    top: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.visitanos a{
    padding: 15px 30px;
    background-color: var(--var-naranjaSegurito);
    color: white;
    border-radius: 4px;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .5s;
}
.visitanos a:hover{
        transition: .5s;
    }
.fa-youtube{
    position: relative;
    top: 4px;
    left: 5px;
    font-size: 30px;
}

@media (min-width: 768px) and (max-width: 1023px){
    .widgets-contact{
        width: 110%;
        position: relative;
        right: 30px;
    }
    .portada-videos{
        width: 100%;
        height: 220px;
        margin: 0;
        padding: 0;
        position: relative;
        background-image: url("../images/hunterla.png");
        background-position: center;
        background-size: cover;
    }
    
    .title-videos{
        width: 100%;
        position: relative;
        top: 28%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .migajas a, span{
        color: rgba(36, 34, 34, 0.774);
        font-size: 15px;
        margin: 0 5px;
        text-decoration: none;
        
    }
    .title-videos h1{
        font-size: 40px;
        color:var(--var-morado);
        
    }
    .title-videos p{
        color: var(--var-negroClaro);

    }
    
    /*---------------------------------------PORTADA DE LOS VIDEOS--------------------------------------------------------------------*/
    .no-activo-img{
        width: 50px;
    }
    /*--------------------------------------GALERIA VIDEOS--------------------------------------------------------------------*/
    
    .videos{
        width: 100%;
        padding: 5% 10% 10% 10%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        position: relative;
        margin-top: -300px;
    }
    .wid-video {
        width: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .4s;
        border: 8px solid rgb(243, 243, 243);
        border-radius: 5px;
    
        
    }
    .wid-video i{
      position: absolute;
      font-size: 70px;
      color: white;
      transition: .4s;
    
    }
    .wid-video:hover i{
        transition: .4s;
        color: var(--var-amarillo);
    }
    .wid-video video{
        width: 100%;
    }
    .visitanos{
        width: 100%;
        position: relative;
        top: -30px;
        display: flex;
        
    }
    
}

@media (min-width: 320px) and (max-width: 767px){
    .widgets-contact{
        width: 100%;
        position: relative;
        right: 30px;
    }
    .portada-videos{
        width: 100%;
        height: 200px;
        display: flex;
        margin: 0;
        padding: 0;
        position: relative;
        background-position: center;
        background-size: cover;
    }
    
    .title-videos{
        width: 100%;
        position: relative;
        top: 24%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .migajas a, span{
        color: rgba(36, 34, 34, 0.774);
        font-size: 13px;
        margin: 0 5px;
        text-decoration: none;
        
    }
    .title-videos h1{
        font-size: 30px;
        color:var(--var-morado);
        
    }
    .title-videos p{
        text-align: center;
        font-size: 15px;
        color: var(--var-negroClaro);

    }
    
    /*---------------------------------------PORTADA DE LOS VIDEOS--------------------------------------------------------------------*/
    .no-activo-img{
        width: 50px;
    }
    /*--------------------------------------GALERIA VIDEOS--------------------------------------------------------------------*/
    
    .videos{
        width: 100%;
        padding: 5% 0% 5% 0%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
        position: relative;
        margin-top: -300px;
    }
    .wid-video {
        width: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .4s;
        border: 2px solid rgb(243, 243, 243);
        border-radius: 5px;
    
        
    }
    .wid-video i{
      position: absolute;
      font-size:20px;
      color: white;
      transition: .4s;
    
    }
    .wid-video:hover i{
        transition: .4s;
        color: var(--var-amarillo);
    }
    .wid-video video{
        width: 100%;
    }
    .visitanos{
        width: 100%;
        position: relative;
        top: 10px;
        display: flex;
        
    }
    .visitanos a{
        margin:0 0 30px 0;
        width: 90%;
        font-size: 15px;
        font-weight: 600;
        padding: 5px 5px 10px 5px;
    }
    
    
}