@charset "utf-8";
/* CSS Document */
/*clear float*/

.ajuste {
    width: 100%;
    height: 1px;
    clear: both;
}
/*fondoSol*/

.fondoIntro {
    background-image: url(../img/S_G06_U03_L05_01/imgFondo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
}

.content1 {
    background-image: url(../img/S_G06_U03_L05_01/imgContent1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1120.22px;
    height: 634.42px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.imgIlustracion1 {
    background-image: url(../img/S_G06_U03_L05_01/imgIlustracion1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1040.87px;
    height: 407.83px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 63%;
}

.titleContent {
    font-family: 'cabinbold';
    font-size: 41.73px;
    color: #FFFFFF;
    text-align: center;
}

.textContent {
    font-family: 'cabinbold';
    font-size: 38px;
    color: #353535;
    padding-top: 40px;
    position: relative;
    left: 46px;
}

.btnSiguiente {
    cursor: pointer;

    width: 349px;
    height: 75px;
    position: absolute;
    top: 546px;
    left: 422px;
    border-radius: 22px;
}

textarea {
    position: absolute;
    top: 205px;
    left: 48px;
    padding: 20px;
    width: 982px;
    height: 256px;
    border-radius: 10px;
    resize: none;
    border: 0px;
    background-color: transparent;
    outline: none;
    font-family: 'cabinregular';
    font-size: 35px;
}