/*ILUSTRACIONES*/
/*peso*/

.flechaSiguiente {
    background-image: url(../img/nav/flechaSiguienteRoja.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 52.86px;
    height: 53.18px;
    position: absolute;
    left: 92%;
    top: 89.5%;
}

.flechaAtras {
    background-image: url(../img/nav/flechaAtrasRoja.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 52.86px;
    height: 53.18px;
    position: absolute;
    left: 3%;
    top: 89.5%;
}

.ggc_contenido_M {
    background: #fefefe;
    border-bottom-color: #1D70B7;
    color: #FFFFFF;
}

.lineaFondo {
    width: 1247px;
    height: 4px;
    background: #1D70B7;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 750px / 3px;
    -moz-box-shadow: 0px 2px 12px 1.5px #575756;
    -webkit-box-shadow: 0px 2px 12px 1.5px #575756;
    box-shadow: 0px 2px 12px 1.5px #575756;
}

.content {
    width: 1206.623px;
    height: 519.015px;
    /* border: 1px solid black; */
    
    background-color: #6B80DB;
    position: absolute;
    top: 49.5%;
    box-shadow: 2px 3px 12px #7A7A7A;
    border-radius: 7px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
}

.imgFondo {
    background-image: url(../img/M_G07_U03_L03_03_01/imgFondo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 679px;
}

.imgAct1Ilustracion1 {
    background-image: url(../img/M_G07_U03_L03_03_01/imgIlustracion1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 1132.3px;
    height: 627.04px;
    position: absolute;
    left: 50%;
    top: 49%;
}

.imgAct1Ilustracion2 {
    background-image: url(../img/M_G07_U03_L03_03_01/imgIlustracion2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 1132.3px;
    height: 626.42px;
    position: absolute;
    left: 50%;
    top: 49%;
}

.imgAct1Ilustracion3 {
    background-image: url(../img/M_G07_U03_L03_03_01/imgIlustracion3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 1132.3px;
    height: 625.97px;
    position: absolute;
    left: 50%;
    top: 49%;
}

.imgAct1Ilustracion4 {
    background-image: url(../img/M_G07_U03_L03_03_01/imgIlustracion4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 1132.3px;
    height: 625.97px;
    position: absolute;
    left: 50%;
    top: 49%;
}

.clickCircle {
    background-image: url(../img/M_G07_U03_L03_03_01/clickCircle.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 45%;
    top: 26%;
}

.circle {
    cursor: pointer;
    position: absolute;
    width: 61px;
    height: 60px;

    left: 577px;
    top: 483px;
    border-radius: 50%;
}

.cuadro {
    width: 512px;
    height: 91px;
    left: 619px;
    top: 481px;
    position: absolute;
    background-color: #FCF8DC;
}

.txtRed {
    font-family: 'cabinbold';
    position: absolute;
    font-size: 44.42px;
    color: #BC1622;
    width: 208px;
    letter-spacing: normal;
    top: 65px;
    left: -68px;
}

.contentQuestion {
    width: 519.366px;
    height: 103.408px;
    position: absolute;
    border: 1px solid #C9B99E;
    border-radius: 5px;
    top: 364px;
    left: 614px;
    background-color: #FCF8DC;
    cursor: pointer;
}

.contentQuestion > div {
    font-family: 'cabinregular';
    font-size: 36px;
    line-height: 41px;
    color: #B07F49;
    text-align: center;
    padding-top: 7px;
}

.VV {
    background-color: #DBF8FF;
}

.FF {
    background-color: #F9E2E2;
}

.V {
    color: #E95100 !important;
}

.F {
    color: #000000 !important;
}

.input {
    position: absolute;
    top: 125px;
    left: 891px;
    width: 82px;
    padding: 5px;
    height: 65px;
    background-color: transparent;
    border: 0px;
    font-size: 57.5px;
    font-family: 'cabinregular';
    color: #634E42;
    text-align: center;
    outline: none;
    text-transform: capitalize;
}

*::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    
    color: #E95100;
}

*:-moz-placeholder {
    /* Firefox anterior a 19 */
    
    color: #E95100;
}

*::-moz-placeholder {
    /* Firefox 19 y superior */
    
    color: #E95100;
}

*:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    
    color: #E95100;
}

.popCC {
    margin: 0px;
    margin-left: 0%;
    margin-top: 0%;
}