@charset "utf-8";
/* CSS Document */

.lineaFondo {
    width: 1247px;
    height: 4px;
    background: #4470B4;
    -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*/
.flechaAtras4 {
    background-image: url(../img/nav/flechaAtras4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 60px;
    position: absolute;
    left: 3%;
    top: 87%
}

.flechaSiguiente4 {
    background-image: url(../img/nav/flechaSiguiente4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 60px;
    position: absolute;
    left: 89%;
    top: 87%
}
/*fin flechas nav*/

.tituloOperacion {
    background-color: #a1bf37;
    width: 1175px;
    height: 72px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0 auto;
}

.tituloOperacionBorder {
    background-color: #a1bf37;
    width: 96.5%;
    height: 76%;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0 auto;
    border-left: 3px dashed #FEFEFE;
    font-family: 'cabinbold';
    font-size: 35px;
    color: #FEFEFE;
    letter-spacing: 0;
    text-align: center;
    line-height: 55px;
    border-right: 3px dashed #FEFEFE;
    border-bottom: 3px dashed #FEFEFE;
}



.cnt1 {
    background-color: #FEFEFE;
    width: 874px;
    height: 423px;
    position: absolute;
    left: 26%;
    top: 21%;
    -webkit-border-radius: 15px;
    -moz-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;
}
 .clickCirculo2 {
    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%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 2;
}

