@import url('https://fonts.googleapis.com/css2?family=Allerta&display=swap');

body{
    font-family: 'Allerta', sans-serif;
    font-weight: normal;
}
.barra{
    background-color: #c2002f;
}

.ilink{
    font-size: 20px;
    color: #ffffff;
}

.ilink a:hover{
    font-size: 20px;
    color: #ffffff;
    opacity: 0.2;
}

.bg_rojo{
    background-color: #c2002f;
    color: #FFFFFF;
    height: 325px;
    padding: 80px 40px;
}

.bg_rojoC{
    background-color: #c2002f;
    color: #FFFFFF;
}

.footer{
    background-color: #1A1A1A;
    height: 150px;
    color: #7F7F7F;
}

.contacto{
    color: #ffffff;
}

.videod{
    height: 200px;
}

.rzindex-2{
    margin-top: -200px;
}

.slog{
    color: #FFFFFF;
}

.slid{
    position: absolute;
    width: 100%;
    background-color: aqua;
    height: 500px;
    z-index: -1;
}

.slid-front{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    z-index: 2;
    height: 80px;
    margin-top: 420px;
}

.slid-controles{
    font-size: 40px;
    color: #fff;
}

.link{
    cursor: pointer;
}

.gotoTop {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    background-color: #c2002f;
    z-index: 900;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border: 0px solid #000000;
    cursor: pointer;
}

.btnCircular{
    width: 100px;
    height: 100px;
    color: #ffffff;
    margin: 0 auto;
}

.btnCircular a{
    background-color: #c2002f;
    font-size: 30px;
    border-radius: 50% 50%;
    color: #ffffff;
    padding: 10px;
}

.btnCircular a:hover{
    background-color: #1A1A1A;
    color: #ffffff;
}

.oculto{
    display: none;
}

#slideDv1 iframe{
    width:100%;
    height:200px;
}

#slideDv2 iframe{
    width:100%;
    height:200px;
}

#slideDv3 iframe{
    width:100%;
    height:200px;
}

.flechas{
    margin-top: -50px;
    color: #FFFFFF;
}

.bgque{
    background-image: url(../img/que.jpg);
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 125px;
}

.bgcomo{
    background-image: url(../img/como.jpg);
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 125px;
}

@media (min-width:800px){
    .videod{
        height: 500px;
    }
    
    #slideDv1 iframe{
        width:100%;
        height:500px;
    }
    
    #slideDv2 iframe{
        width:100%;
        height:500px;
    }
    
    #slideDv3 iframe{
        width:100%;
        height:500px;
    }
    
    .bgque{
        height: 325px;
    }

    .bgcomo{
        height: 325px;
    }
}