@charset "utf-8";
/* CSS Document */
/*clear float*/

.flechaSiguiente {
    background-image: url(../img/nav/flechaSiguienteVerde.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 46px;
    height: 46px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.flechaAtras {
    background-image: url(../img/nav/flechaAtrasVerde.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 46px;
    height: 46px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 43px;
    top: 50%;
}

.ajuste {
    width: 100%;
    height: 1px;
    clear: both;
}

.content {
    width: 1122px;
    height: 560.86px;
    position: absolute;
    border: 3px dashed #A2BA1F;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.ilustracion1 {
    background-image: url(../img/S_G07_U04_L05_03_02/ilustracion1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1036.82px;
    height: 511.47px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 47%;
    top: 46%;
}

.horizonte {
    background-image: url(../img/S_G07_U04_L05_03_02/horizontes.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 78.44px;
    height: 190.74px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 66%;
    top: 56%;
    display: none;
}

.ilustracion2 {
    background-image: url(../img/S_G07_U04_L05_03_02/ilustracion2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1096px;
    height: 553px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.ilustracion3 {
    background-image: url(../img/S_G07_U04_L05_03_02/ilustracion3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1069.33px;
    height: 523px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.cruci {
    background-image: url(../img/S_G07_U04_L05_03_02/crucigrama.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1091px;
    height: 542px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.textarea {
    position: absolute;
    padding: 20px;
    outline: none;
    border: 0;
    left: 121px;
    top: 330px;
    width: 982px;
    height: 220px;
    resize: none;
    font-family: 'cabinregular';
    font-size: 35px;
    background-color: transparent;
}

.circulo {
    width: 110.507px;
    height: 110.507px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;

    cursor: pointer;
}
/*CRUCIGRAMA*/

#game3 .main-legend {
    float: left;
    width: 450px;
    margin-left: 60px;
}

#game3 .crucigrama {
    display: inline-block;
}

#game3 .crucigrama .active-area {
    position: absolute;
    height: 665px;
    width: 720px;
    top: 5px;
    left: -40px;
    border: 1px transparent;
}

#game3 .crucigrama .active-area .word {
    position: absolute;
}

#game3 .crucigrama .active-area .word .popup-btn {
    position: absolute;
    height: 30px;
    width: 36px;
    top: -32px;
    background-color: transparent;
    z-index: 1;
}

#game3 .crucigrama .active-area .word .word-area {
    position: absolute;
    width: 101%;
    height: 101%;
}

#game3 .crucigrama .active-area .word .word-area .letter {
    display: inline-block;
    height: 34.282px;
    width: 32.247px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0px;
}

#game3 .crucigrama .active-area .word .word-area.horizontal .letter {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#game3 .crucigrama .active-area .word .word-area.vertical .letter {
    margin-top: 0px;
    margin-left: 0px;
}

#game3 .crucigrama .active-area .word .word-area.valid {
    color: #50ba50;
}

#game3 .crucigrama .active-area .word .word-area.invalid {
    color: #ed384c;
}

#game3 #validar-btn {
    position: absolute;
    top: 540px;
    left: 466px;
    background: #4A756D;
    color: #FFF;
    padding: 10px 30px;
    background-color: #75c9cb;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    border: 3px solid #ffffff;
}

.g3popup {
    width: 600px;
    height: 300px;
    padding: 10px;
    background-color: #4a756d;
}

.g3popup .container {
    background-color: #ffffff;
    height: 93%;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.g3popup .container .help {
    width: 495px;
    text-align: center;
    margin: 10px auto 0px;
    font-size: 30px;
    height: 110px;
}

.g3popup .container .help img {
    position: relative;
    margin-left: 10px;
}

.g3popup .container .help img.abajo {
    top: 14px;
}

.g3popup .container .help img.derecha {
    top: 0;
}

.g3popup .container .field {
    display: block;
    margin: 20px auto 0;
    height: 60px;
    width: 370px;
    font-size: 40px;
    padding: 0 10px;
    border: 1px solid #dddddd;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.g3popup .closePopup {
    top: 230px;
    left: 260px;
    position: absolute;
    right: 107px;
    width: 85px;
    height: 45px;
    background-color: #4a756d;
    background-image: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.g3popup .closePopup span {
    display: block;
    margin: 5px auto;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    text-transform: lowercase;
}

#game3 .crucigrama .active-area .word#word1 {
    top: 164px;
    left: 570px;
    height: 167px;
    width: 33px;
}

#game3 .crucigrama .active-area .word#word2 {
    top: 299px;
    left: 442px;
    height: 33px;
    width: 166px;
}

#game3 .crucigrama .active-area .word#word2 .word-area {
    margin-left: -1px;
    margin-top: 1px;
}

#game3 .crucigrama .active-area .word#word2 .word-area:nth-child(7) {
    margin-left: 0px;
    margin-top: 1px;
}

#game3 .crucigrama .active-area .word#word3 {
    top: 297px;
    left: 441px;
    height: 203px;
    width: 34px;
}

#game3 .crucigrama .active-area .word#word3 .word-area {
    margin-top: 3px;
    margin-left: 0px;
}

#game3 .crucigrama .active-area .word#word3 .word-area:nth-child(6) {
    margin-left: -0.5px;
    margin-top: -0.5px;
}

#game3 .crucigrama .active-area .word#word4 {
    top: 468px;
    left: 183px;
    height: 37px;
    width: 295px;
}

#game3 .crucigrama .active-area .word#word4 .word-area {
    margin-top: 2px;
}

#game3 .crucigrama .active-area .word#word5 {
    top: 336px;
    left: 313px;
    height: 203px;
    width: 33px;
}

#game3 .crucigrama .active-area .word#word5 .word-area {
    margin-left: -1px;
    margin-top: -2px;
}

#game3 .crucigrama .active-area .word#word5 .word-area:nth-child(4) {
    margin-left: 0px;
    margin-top: 2px;
}

#game3 .crucigrama .active-area .word#word6 {
    top: 399px;
    left: 278px;
    height: 33px;
    width: 130px;
}

#game3 .crucigrama .active-area .word#word6 .word-area {
    margin-top: -1px;
    margin-left: 2px;
}

#game3 .crucigrama .active-area .word#word6 .word-area:last-child {
    margin-top: 1.5px;
}

#game3 .crucigrama .active-area .word#word6 .word-area:nth-child(3) {
    margin-left: -3px;
    margin-top: 2.5px;
}

#game3 .crucigrama .active-area .word#word7 {
    top: 467px;
    left: 218px;
    height: 139px;
    width: 33px;
}

#game3 .crucigrama .active-area .word#word7 .word-area {
    margin-top: 1px;
    margin-left: 2px;
}

#game3 .crucigrama .active-area .word#word7 .word-area:nth-child(2) {
    margin-left: -3px;
    margin-top: 2.5px;
}

#game3 .crucigrama .active-area .word#word8 {
    top: 363px;
    left: 484px;
    height: 37px;
    width: 221px;
}

#game3 .crucigrama .active-area .word#word8 .word-area {
    margin-top: 4px;
    margin-left: 3px;
}

#game3 .crucigrama .active-area .word#word8 .word-area:nth-child(1) {
    margin-left: -5px;
    margin-top: -1px;
}

#game3 .crucigrama .active-area .word#word9 {
    top: 400px;
    left: 38px;
    height: 37px;
    width: 482px;
}

#game3 .crucigrama .active-area .word#word9 .word-area {
    margin-top: 2px;
    margin-left: 0px;
}

#game3 .crucigrama .active-area .word#word10 {
    top: 623px;
    left: 78px;
    height: 37px;
    width: 258px;
}

#game3 .crucigrama .active-area .word#word10 .word-area {
    margin-top: 2px;
    margin-left: 0px;
}

.ggc_contenido {
  
}

.tabs .tab.active a {
    background: #ed384c;
}

.two-column .right-side {
    margin-top: 90px;
}

#popup2 .right-side {
    margin-top: 180px;
}

#tab-pane1 h1,
#tab-pane3 h1,
#popup3 h1 {
    color: #ed384c;
    text-align: center;
}

#tab-pane1 .image-container,
#tab-pane3 .image-container,
#popup3 .image-container {
    width: 763px;
}

#popup3 p {
    font-size: 34px;
}

#popup7 .two-column .left-side {
    padding-left: 160px;
    width: 420px;
}

#tab-pane3 p {
    margin-top: 20px;
    padding: 0px 30px 0;
    font-size: 30px;
}

#tab-pane6 .two-column .left-side {
    width: 625px;
}

#tab-pane6 .two-column .left-side p {
    font-size: 30px;
}

.field:focus {
    outline: none;
}