@charset "utf-8";
/* CSS Document */
@import url("M_G07_U01_L02_03.css");
.lineaFondo {
    width: 1247px;
    height: 4px;
    background: #662482;
    border-radius: 750px / 3px;
    box-shadow: 0px 2px 12px 1.5px #575756;
}
/*inicio flechas nav*/

.flechaAtras4 {
    background-image: url(../img/nav/flechaAtras9.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 60px;
    position: absolute;
    left: 3%;
    top: 87%
}

.flechaSiguiente8 {
    background-image: url(../img/nav/flechaSiguiente8.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 60px;
    position: absolute;
    left: 89%;
    top: 87%
}
/*fin flechas nav*/

.tituloOperacion {
    background-image: url(../img/M_G06_U02_L05_01/imgTituloContent.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1112.13px;
    height: 111.24px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    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;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

.cnt1 {
    background-color: #FEFEFE;
    width: 874px;
    height: 423px;
    position: absolute;
    left: 26%;
    top: 21%;
    border-radius: 15px;
}

.cntPregunta {
    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_L05_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_L05_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_L05_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_L05_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 {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    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;
}

.parcheVerdeBiche {
    background-image: url(../img/M_G06_U02_L05_01/imgParcheVbiche.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: 322px;
    left: 25%;
    width: 100px;
    height: 50px;
}

.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;
}

.area1{
    background-image: url(../img/M_G06_U05_L04_01/imgAct1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 632px;
    position: absolute;
    top:7%;
}

.btn1{
      width: 51px;
  height: 131px;
  position: absolute;
  top: 30.5%;
  left: 6%;
}
.showBtn1{
     background-image: url(../img/M_G06_U05_L04_01/imgIlus1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 894px;
    height: 397px;
    position: absolute;
    top:17%;
    left: 9%;
}

.clicla{
    background-image: url(../img/click/clickPregunta.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 27px;
    position: absolute;
    top:39%;
    left: 7%;
}

.closeBtn{
     width: 78px;
  height: 80px;
  position: absolute;
  top: 0.5%;
  left: 0%;
}
.pop1{
    width: 178px;
  height: 119px;
}

.pop1Show {
  margin: 0px;
  margin-left: 18%;
  margin-top: 19%;
width: 1115px;
  height: 800px;
  border-radius: 7px;
  
  
}
.pop1Show .btnCerrarCC {
  background-image: url(../img/M_G06_U04_L02_01/cerrarAzul-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 67px;
  height: 67px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 0;
  margin-top: 9px;
  margin-right: 12px;
  z-index: 2;
}

.pop1Show .contenido {
  background-color: #d7eef9;
  width: 94%;
  height: 74%;
  text-align: center;
  border-radius: 7px;
  margin: 3.5% auto 0 auto;
  position: relative;
}

.nextPop{
     width: 51px;
  height: 98px;
  position: absolute;
   top: 36.2%;
  left: 91.7%;
    background-image: url(../img/M_G06_U04_L02_01/next-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.prevPop{
     width: 51px;
  height: 98px;
  position: absolute;
   top: 36.2%;
  left: 3.7%;
    background-image: url(../img/M_G06_U04_L02_01/prev-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}


