@charset "utf-8";
/* CSS Document */

.lineaFondo {
    width: 1247px;
    height: 4px;
    background: #00A099;
    -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;
}
/*inicio flechas nav*/

.flechaAtras {
    background-image: url(../img/nav/flechaAtras.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 75px;
    position: absolute;
    left: 2.3%;
    top: 87%
}

.flechaSiguiente {
    background-image: url(../img/nav/flechaSiguiente.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 75px;
    position: absolute;
    left: 92%;
    top: 87%
}
/*fin flechas nav*/

.tituloOperacion {
    background-image: url(../img/M_G06_U02_L03_01/imgTituloContent.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1112.13px;
    height: 111.24px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 65px;
    left: 50%;
}

.tituloOperacionBorder {
    width: 96.5%;
    height: 46%;
    font-family: 'cabinbold';
    font-size: 35px;
    color: #FEFEFE;
    letter-spacing: 0;
    text-align: center;
    line-height: 55px;
    position: absolute;
    top: 71px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
}

.cnt1 {
    background-color: #FEFEFE;
    width: 874px;
    height: 423px;
    position: absolute;
    left: 26%;
    top: 21%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.cntPregunta {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 727px;
    height: 153px;
    background-color: #6ea9a7;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    top: 16%;
}

.pregunta {
    font-family: 'cabinregular';
    font-size: 40px;
    line-height: 48px;
    color: #FEFEFE;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.flechaPregunta {
    position: absolute;
    width: 370px;
    height: 71px;
    background: #c84045;
    left: 50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    bottom: -46.5%;
}

.flechaPregunta:after {
    content: "";
    position: absolute;
    bottom: -98.5%;
    left: 50%;
    border-style: solid;
    border-width: 71px 186px 0;
    border-color: #c84045 transparent;
    display: block;
    width: 0;
    z-index: 1;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.flechaPregunta .pregunta {
    z-index: 2;
    text-align: center;
    top: 90%;
    line-height: 55px;
    display: none;
    font-size: 45px;
}

.flechaPregunta .clickCirculo {
    background-image: url(../img/click/clickPregunta.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 58px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    z-index: 2;
}

.flechaPreguntaInvertida {
    position: absolute;
    width: 370px;
    height: 71px;
    background: #c84045;
    left: 50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    top: -46.5%;
}

.flechaPreguntaInvertida:after {
    content: "";
    position: absolute;
    bottom: 99%;
    left: 50%;
    border-style: solid;
    border-width: 0 186px 71px;
    border-color: #c84045 transparent;
    display: block;
    width: 0;
    z-index: 1;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.flechaPregunta .pregunta,
.flechaPreguntaInvertida .pregunta {
    z-index: 2;
    text-align: center;
    top: 70%;
    line-height: 50px;
    display: none;
    font-size: 45px;
}

.flechaPreguntaInvertida .clickCirculo {
    background-image: url(../img/click/clickPregunta.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 58px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    z-index: 2;
}

.f1 {
    background-image: url(../img/M_G06_U02_L03_01/imgRf1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    top: 130px;
    left: 34.2%;
    width: 683.65PX;
    height: 563px;
}

.f2 {
    background-image: url(../img/M_G06_U02_L03_01/imgRf2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    top: 155px;
    left: 926px;
    width: 495.5px;
    height: 222px;
}

.f3 {
    background-image: url(../img/M_G06_U02_L03_01/imgRf3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    top: 152px;
    left: 50%;
    width: 1157.8px;
    height: 514.47px;
}

.f4 {
    background-image: url(../img/M_G06_U02_L03_01/imgRf4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    top: 153px;
    left: 50%;
    width: 1157.8px;
    height: 514.47px;
}

.divContentTrans {
    transform: translate(-50%, -50%);
    top: 432px;
    left: 343px;
    position: absolute;
    height: 289.17px;
    width: 556.703px;
    border-radius: 11px;
    border-top-right-radius: 90px;
    cursor: pointer;
}

.no {
    position: absolute;
    top: 63%;
    left: 45.6%;
    font-size: 35px;
    font-family: 'cabinregular';
    color: #1D1D1B;
}

.ggc_contenido_M {
    background: #fefefe;
    border-bottom-color: #662482;
    color: #575756;
}

.lineaFondo {
    background: #662482;
}

.clickObjClaro {
    background-image: url(../img/click/clickPregunta.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 34.586px;
    height: 38.358px;
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    z-index: 2;
}

.success {
    background-image: url(../img/M_G06_U4_L03_01/success.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50.55px;
    height: 51.52px;
    position: absolute;
    top: 18%;
    left: 44%;
}

.fail {
    background-image: url(../img/M_G06_U4_L03_01/fail.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 38.26px;
    height: 37.73px;
    position: absolute;
    top: 34%;
    left: 44%;
}

.imgFondo {
    background-image: url(../img/M_G06_U4_L03_01/imgFondo1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1253.37px;
    height: 661.01px;
    position: absolute;
    top: 348px;
    left: 626PX;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.imgf1 {
    background-image: url(../img/M_G06_U4_L03_01/imgF1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 738.11px;
    height: 609.24px;
    position: absolute;
    top: 348px;
    left: 853PX;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.itemShow {
    cursor: default;
    width: 332px;
    height: 119px;
    left: 702px;
    top: 281px;
  
}

.box2 {
    cursor: pointer;
    left: 1026px;

    width: 304px;
}

.box3 {
    top: 566px;
}

.box4 {
    top: 565px;
    left: 1026px;
    width: 306px;
}

.texto {
    font-family: 'cabinregular';
    font-size: 35px;
    position: absolute;
    top: 46px;
    left: 50px;
}