@charset "utf-8";
@import url("L_G07_U01_L01_03.css");
/* CSS Document */

.flechaSiguiente {
    left: 92%;
    top: 91%;
}

.flechaAtras {
    left: 5%;
    top: 91%;
}

.tituloTertulia {
    font-family: 'cabinbold';
    font-size: 82px;
    line-height: 126px;
    color: #D8236C;
    margin: 3.5% 0 0 7%;
}

.tituloTertuliaObserva {
    font-family: 'cabinbold';
    font-size: 40px;
    line-height: 42px;
    color: #D8236C;
    margin: 25px 0 0 8%;
}

.textoTertulia {
    font-family: 'cabinregular';
    font-size: 39px;
    line-height: 43px;
    color: #636363;
    margin: 0.5% 0 0 7%;
    letter-spacing: -0.5px;
}

.citaApa {
    font-family: 'Myriad Pro';
    font-size: 28px;
    line-height: 32px;
    color: #636363;
    margin: 11% 0 0 7%;
    letter-spacing: -0.5px;
}

.periodico {
    background-image: url(../img/L_G07_U01_L01_03_03/periodico.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 372px;
    height: 316px;
    position: absolute;
    top: 17%;
    left: 62%;
}

#tblPasosTertulia {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#tblPasosTertulia tr td:nth-child(1) {
    font-family: 'cabinbold';
    font-size: 48px;
    line-height: 82px;
    color: #D8236C;
    padding-right: 10px;
}

#tblPasosTertulia tr td:nth-child(2) {
    width: 1074px;
    height: 70px;
}

.cntPaso {
    width: 1074px;
    height: 70px;
    background-color: #F5B0B0;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: relative;
}

.cntPaso .texto {
    font-family: 'cabinregular';
    font-size: 34px;
    line-height: 35px;
    color: #636363;
    white-space: nowrap;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    letter-spacing: -0.5px;
}

.clickTertulia {
    background-image: url(../img/click/clickTertulia.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 47px;
    height: 52px;
    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%);
}

.reunion {
    background-image: url(../img/L_G07_U01_L01_03_03/reunion.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 640px;
    height: 528px;
    position: absolute;
    top: 17%;
    left: 24.5%;
}

#cntPreguntas {
    margin: 1% 0 0 6.5%;
    padding: 0 0 0 4%;
    overflow: auto;
    height: 425px;
    width: 1080px;
}

#lstPreguntas {
    margin: 0;
    padding: 0;
    color: #636363;
}

#lstPreguntas li {
    font-family: 'cabinregular';
    font-size: 34px;
    line-height: 35px;
    color: #636363;
    letter-spacing: -2px;
    margin-bottom: 35px;
}

#lstPreguntas li span {
    letter-spacing: -0.5px;
    vertical-align: top;
}

.idea {
    background-image: url(../img/L_G07_U01_L01_03_03/idea.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 907px;
    height: 404px;
    position: absolute;
    top: 33%;
    left: 15.5%;
}