@charset "utf-8";
.ggc_contenedorGeneral {
    background-color: #F39972 !important;
}

.ggc_titulo {
    font-size: 45.31px;
    font-size: 45.31px;
    font-family: cabin;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 17px;
    letter-spacing: 0.5px;
}

.video_u03_u03_01 {
    border: 2px solid #F39972;
    border-style: dashed;
    border-radius: 10px;
    width: 80%;
    padding: 16px;
}

.videoContenedor2 {
    border-radius: 10px;
    position: relative;
    width: 835px;
    padding: 16px 0px 16px 0px;
}

video {
    width: 800px;
    height: 450px;
}

.flechaAtras {
    background-image: url(../img/flechaAtras.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 35px;
    position: absolute;
    top: 89.5%;
    transform: translate(-50%);
    right: 90.3%;
}

.flechaSiguiente {
    background-image: url(../img/flechaSiguiente.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 35px;
    position: absolute;
    left: 94.3%;
    top: 89.5%;
    transform: translate(-50%);
}

.Alinear_FlechaSiguiente {
    left: 40%;
    position: relative;
}

.Alinear_FlechaAtras {
    right: 49.5%;
    position: absolute;
    top: 81%;
}

.ContenedorIntro {
    /* border: 2px solid #F39972; */
    /* border-style: dashed; */
    /* border-radius: 10px; */
    
    position: relative;
    /* width: 81%; */
    
    height: 558px;
}

.letter_style {
    font-size: 45px;
    font-family: "cabinregular";
    line-height: 65px;
    letter-spacing: normal;
}

.fondo_libro {
    background-image: url(../img/img_libros.png);
    width: 515px;
    height: 488px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}

.log_cc {
    background-image: url(../img/imgLicencia_cc.png);
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 94%;
    position: absolute;
    top: 87%;
    cursor: pointer;
}

.titleCC {
    width: 85% !important;
}

.listCC {
    width: 585px !important;
}

.letter_style li {
    margin: 5px 0px 33px 0px;
}

ul li:before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #07AA9D;
    float: left;
    margin: 28px 12px 0px -17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

