a:hover{ 
    text-decoration: none;
}
.cont-video2{
    margin-top: 100px;
}
.font-weight-bold{
    font-weight: 700;
}
h1{
    font: 700 45px/45px 'guardianegyp-medium';   
}
p{
    font: 500 25px/38px 'guardianegyp-regular';   
}
hr{
    margin: 10px auto;
}
.sub-bajada{
    margin-top: 20px;
    font: 500 18px/24px 'guardianegyp-regular';   
}
.categoria{
    font: 700 15px/20px 'guardianegyp-medium';   
    color: #000;
}
.container-home{
    max-width: 980px;
}
.cont-boxes .box {
    height: fit-content;
    height: -moz-fit-content;
}
.cont-boxes .box {
    height: fit-content;
    height: -moz-fit-content;
    width: 23%;
}
.container-marcas{
    height: fit-content;
    height: -moz-fit-content;
    margin-bottom: 80px;
}
.jw-wrapper{
    background-color: #FFF !important;
}
.container-home{
    margin-bottom: 120px;
}
@media only screen and (max-width: 768px) 
{
    .cont-video, .cont-video2 {
        height: fit-content;
        height: -moz-fit-content;
    }
    .cont-boxes .box {
        width: fit-content;
        width: -moz-fit-content;
    }
}