body{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-align: justify;
    }

h2{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2rem;
    color:#626262;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: -6px;
}

   #block2 h2{
        color:white;
    }

h3{
     font-family: 'Open Sans Condensed', sans-serif;
    font-size:1rem;
    color:#646464;
    text-transform: uppercase;
}
.row{
    padding-bottom:5rem;
}

section{
    padding-left: 0;
    padding-right: 0;
}

article p, article .text_container{
    width:420px;
    display: block;
    margin:0 auto;
}

article p{
    margin-bottom:20px;
}

article p a{
    color:#ef138d;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

article p a:hover{
    color:#16bf94 ;
}

/* CABECERA */


#cabecera{
    background-color: white;
    position: fixed;
    height: 8.875rem;
    z-index:999;
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.65);
    box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.65);
}

#logo{
	height: 8.875rem;
}

#logo img{
    display: block;
    margin: 10px auto 0 auto;
    cursor: pointer;
}


#selec_idioma{
    margin-top: 10px;
    font-size:0.875rem;
    color:#afafaf;
    text-align: right;
    padding-right:0;
}

#selec_idioma a{
    color:#616161!important ;
}


/* DEFINICION MENU */

#menu{
    margin-top:90px;
}

#menu ul li{
    display: inline;
    list-style-type: none;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

#menu ul li a{
    font-size:1.625rem;
    color:#616161;
     -webkit-transition: all .3s ease-out; 
      transition: all .3s ease-out;
    padding-top:10px;
	text-align: center;
}

#menu ul li a:hover{
    color:#16bf94 ;
}

/* MENU MOBILE */

#mobile_menu_container{
    padding-left: 0;
}

#btn_menu{
    margin-top:15px;
    padding-right: 0;
}

#btn_menu img{
    display: block;
    float:right;
}

#menu_mobile, #menu_mobile .columns{
    margin-top: 5px;
    padding-left:0;
    padding-right:0;
    overflow: hidden;
    background-color:white;
}

#menu_mobile ul li{
    display: inline;
    list-style-type: none; 
    text-align: right;
}

#menu_mobile ul li a{
    font-size:1.625rem;
    color:#616161;
     -webkit-transition: all .3s ease-out; 
      transition: all .3s ease-out;
    padding-top:10px;
   
}

#menu_mobile ul li a:hover{
    color:#16bf94 ;
}



.sec_act{
    border-top: 3px solid #0ebf98 ;
}

/* DEFINICIO BLOCKS */


#block2, #block3, #block4{
    padding-top:3.125rem;
}

.img_container, .text_container, article p{
    /*padding-top: 5px;*/
}


#block1{
    padding-top: 8.875rem;
    padding-bottom:3.125rem;
}

    #block1 article{
        margin-top: 60px;
    }
        
        .slick-slider{
            padding-left: 0;
            padding-right: 0;
        }
        
        .slic-prev, .slick-next{
            display: none !important;
        }

        .slick-dots{
            bottom:-65px;
            margin: 0;
        }

        ..slick-dots il{
            margin-left:0;
        }

        .slick-dots li button:before {
            font-size: 10px;
        }

    #block1 img{
        width: 100%;
    }



#block2{
    background-color: #16bf94 ;
}

    .pasa_games{
        position: relative;
        overflow: hidden;
        max-width:415px;
        height:290px;
        margin:0 auto;
        cursor:pointer;
    }
        
        .img_container{
            padding-left:0 !important;
            padding-right: 0 !important;
        }
        .pasa_games image{
            width:415px;
            height:290px;
            width:100%;
        }

        .txt_game{
            background-color: #641636;
            width:inherit;
            height:inherit;
            position: absolute;
            top:100%;
            left:0;
            opacity:0;
            z-index:99;
            color:white;
            line-height: 25px;
            -webkit-transition: all .4s ease-in-out; 
            transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
        }
        
            .txt_game .txt_tit{
                font-size:1.875rem;
                display:block;
                margin:40px 30px 0 30px;
            }

            .txt_game .txt_subtit{
                font-size:1.25rem;
                display:block;
                margin:0 30px;
            }

            .txt_game .txt_cont{
                font-size:1.062rem;
                display:block;
                margin:40px 30px 40px 30px;
            }

            .txt_game .btn_more{
                font-size:1.187rem;
                display:block;
                margin:0 30px 0 0;
                text-align: right;
                cursor: pointer;
                -webkit-transition: all .2s ease-out; 
                transition: all .2s ease-out;
                
            }

            .txt_game .btn_more a{
                text-decoration:none;
                color:white;
            }

            .btn_more:hover{
                margin-right:20px;
            }

#block3{
}

#block4{
    background-color: #dbdbdb ;
}

    #block4 textarea{
        height:125px;
    }

    .email{
        color:#ef0f89;
        font-size:1.312rem;
        text-decoration: underline;
         -webkit-transition: all .2s ease-out; 
                transition: all .2s ease-out;
    }

    .email:hover{
       color:#16bf94 ;
    }

    #block4 p{
        margin-bottom:25px;
    }

.share_var{
    width:178px;
    height:40px;
}

#share_var img{
    display: block;
    margin:0 auto;
    float: left;
    margin:0 5px;
}




form button, form .button{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:1rem !important;
    background-color:#f2389d !important;
    margin: 0 auto;
    display: block;
	padding-top: .5rem !important;
	padding-right: 1rem !important;
	padding-bottom: .5rem !important;
	padding-left: 1rem !important;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 40em) {
    article p, article .text_container{
        width:100%;
        padding:0 1.25rem;
    }
	
	h3{
		margin-left: 20px;
	}
}




#formulario {
    transition: .3 all;
    -webkit-transition: .3 all;
    -o-transition: .3 all;
}

.medium-20 {
    width:20%;
}
