@import url('fontie-package/GothamBlack.css');
@import url('fontie-package/GothamBold.css');
@import url('fontie-package/GothamBook.css');
/*
font-family:'Gotham Black',sans-serif !important;
font-family:'Gotham Bold',sans-serif! important;
font-family:'Gotham Book',sans-serif !important;
*/
body{
    background: #fff;
    font-family:'Gotham Book',sans-serif !important;
}
.ghblack{
    font-family:'Gotham Black',sans-serif !important;
}
.ghbold{
    font-family:'Gotham Bold',sans-serif! important;
}
.ghbook{
    font-family:'Gotham Book',sans-serif !important;
}
.c-orange{
    color:#f07636;
}
.b-orange{
    background:#f07636;
}
.c-blue{
    color:#00bce4;
}
.c-green{
    color: #c1d72e;;
}
.b-blue{
    background: #00bce4;
}
.b-green{
    background: #c1d72e;;
}
.mb-50{
    margin-bottom:50px!important;
}
.mb-70{
    margin-bottom:70px!important;
}
.mb-90{
    margin-bottom:90px!important;
}
.mb-110{
    margin-bottom:110px!important;
}
.p-50-0 {
    padding:50px 0;
}
.mb-40{
    margin-bottom:40px;
}


section{
    padding: 40px 0;
    z-index: 998;
    position: relative;
    display: block;
    background: #fff;
}
.slide_home{
    display: block;
    position: relative;
    height: 100vh;
    background: url(../img/bg_slide_1.jpg) no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slide_text{
    font-size: 50px;
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 45px;
}
.cut_bottom{
    display: block;
    position: absolute;
    bottom:0;
    background: url(../img/redondo.png) no-repeat bottom center; 
    width: 100%;
    height: 100vh;
    z-index: 1;
}
.controllers{
    display: block;
    position: absolute;
    top:103px;

    width: 100%;
    height: 100vh;
    z-index: 3;
}
.controllers_control{
    display:inline-block;
    position:relative;
    color:#fff;
    font-size:30px;
}
.controllers_control:hover{
    color:#ccc;
    cursor:pointer;
}
.cut_text{
    display: block;
    position: absolute;
    background: transparent; 
    width: 100%;
    height: 100vh;
    z-index: 998;
   
}
.cut_text h1{
    line-height: .9;
}

.nino{
    margin-top:-130px;
    position: relative;
    display: block;
}
.q-blue{
    position: absolute;
    display: block;
    right: 70px;
    top:-50px;
}
.q-green{
    position: absolute;
    display: block;
    left: 70px;
    top:120px;
}
.q-orange{
    position: absolute;
    display: block;
    right: 40px;
    bottom:170px;
}

.link{
    display: inline-block;
    position: relative;
}
.link:hover{
    text-decoration: none;
}

.link2{
    display: inline-block;
    position: relative;
    margin: 0 0 10px 0;
}
.link2:hover{
    text-decoration: none;
}

.buttom1{
    padding: 10px 20px 13px 20px;
    color:#000;
    font-weight: bold;
    font-size: 30px;
    background: #00bce4;
    text-align: center;
    line-height: 30px;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.buttom1:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 30px #00bce4;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    transition: all .5s ease-out;
}
/*
.buttom1:hover{
    text-decoration: none;
    color:#fff;
    background: #f07636;
    background-position: left bottom;
}

.buttom1:hover:after {
    border-top: solid 20px #f07636;
    
}
*/

.navbar-light .navbar-nav .navh{
    background: #fff;
    color:#000;
    white-space: nowrap;
    margin: 0 5px 0 0;
}
.navbar-light .navbar-nav .navh:focus, .navbar-light .navbar-nav .navh:hover {
    background: #f07636;
    color:#fff;
}
.navh i{
    color:#c1d72e;
}
.navh:hover i{
    color:#fff;
}
.social_b:hover i{
    color:#f07636;
}

.box-home{
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #999;
}

.box-text{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition:transform .5s ease;
    transition: transform .5s ease;
}
.box-text:hover{
    -webkit-transition:transform .5s ease;
    transition: transform .5s ease;
    transform: scale(1.2);
}
.box-image{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition:transform .5s ease;
    transition: transform .5s ease;
}
.box-link{
    color:#fff;
    font-weight: bold;
    text-shadow: none;
}

.box-link:hover,.box-link:focus{
    color:#fff;
    font-weight: bold;
    text-shadow: 2px 2px 0 #000;

}

.box-home:hover .box-image,
.box-home:focus .box-image{
    -webkit-transition:transform .5s ease;
    transition: transform .5s ease;
    transform: scale(1.1);
}


.box-home-1{
    background:linear-gradient(0deg,rgba(240,118,54, 0.75),rgba(240,118,54, 0.75)), url(../img/box-1.jpg)  center center; 
    background-size:cover;
}

.box-home-2{
    background:linear-gradient(0deg,rgba(0,188,228, 0.75),rgba(0,188,228, 0.75)), url(../img/box-2.jpg)  center center;
    background-size:cover; 

}
.box-home-3{
    background: linear-gradient(0deg,rgba(193,215,46, 0.75),rgba(193,215,46, 0.75)), url(../img/box-3.jpg)  center center; 
    background-size:cover;

}
.box-home-4{
    background:linear-gradient(0deg,rgba(240,118,54, 0.75),rgba(240,118,54, 0.75)),  url(../img/box-4.jpg)  center center;
    background-size:cover; 

}
.box-home:hover .box-home-1,
.box-home:focus .box-home-1{
    background:url(../img/box-1.jpg)  center center !important; 
}
.box-home:hover .box-home-2,
.box-home:focus .box-home-2{
    background:url(../img/box-2.jpg)  center center !important; 
}

.box-home:hover .box-home-3,
.box-home:focus .box-home-3{
    background:url(../img/box-3.jpg)  center center !important; 
}

.box-home:hover .box-home-4,
.box-home:focus .box-home-4{
    background:url(../img/box-4.jpg)  center center !important; 
}

footer{
    padding: 40px 0;
    z-index: 999;
    position: relative;
    display: block;
    background: #fff;
    border-top: 5px solid #f07636;
}
.foot_text{
    position: relative;
    padding: 40px 0 80px 0;
    z-index: 99;
    display: flex;
    background:#fff;
}
.card {
    border: 0px solid rgba(0,0,0,.125);
}

.b-foot{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0px;
    background:#a7a9ac;
    margin: 30px 0;
    color:#fff;
}
.b-foot:hover {
    background:#bfd730;
    color:#000;
    border: 1px solid transparent !important;;
    border-radius: 0px;
}
.b-foot.focus, .b-foot:focus {
    box-shadow: none !important;
}

.b-foot:not(:disabled):not(.disabled).active, .b-foot:not(:disabled):not(.disabled):active, .show>.b-foot.dropdown-toggle {
    color: #000;
    background-color:#bfd730 !important;
    border-color: transparent;
    border: 1px solid transparent !important;;
}

.b-foot-link{
    display:block;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0px;
    background:transparent;
    margin: 30px auto;
    color:#bfd730;
}
.b-foot-link:hover {
    background:transparent;
    color:#ef7538;
    border: 1px solid transparent !important;;
    border-radius: 0px;
}
.b-foot-link.focus, .b-foot-link:focus {
    box-shadow: none !important;
}

.b-foot-link:not(:disabled):not(.disabled).active, .b-foot-link:not(:disabled):not(.disabled):active, .show>.b-foot-link.dropdown-toggle {
    color: #ef7538;
    background:transparent;
    border-color: transparent;
    border: 1px solid transparent !important;;
}

.btn-circle {
    display:inline-block;
    width:80px;
    height:80px;
    line-height:80px;
    border: 0px solid #f5f5f5;
    border-radius: 50%;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background: #a7a9ac;
    box-shadow: none;
    font-size:40px;
    font-weight:bold;
}
.btn-circle:hover{
    color:#fff;
    text-decoration:none;
    background: #bfd730;
}
.c_contact{

}
.c_email{
    color:#000;
}
.c_email:hover, .c_email:focus{
    color:#c1d72e;
}
.barra_verde{
    display: block;
    position: fixed;
    width: 100%;
    bottom:0;
    background: #c1d72e;
    padding: 20px 0;
    z-index:999
}
.foot_bg{
    display: block;
    float: left;
    position: relative;
    height: 5px;
    width: 100%;
}
.fixed-top{
    top:5px;
}

/* SECTIONS */

.section{
    margin-top:40px;
}
.section_head{
    display: block;
    position: relative;
    width: 100%;
    height: 50vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section_title{
    position: absolute;
    bottom:0;
    display:block;
    width: 100%;
}

.section_bg1{
    background: url(../img/section_bg1.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.buttom-section-orange{
    position:relative;
    display: inline-block;
    width: auto;
    padding: 10px 20px 13px 20px;
    color:#fff;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    background: #f07636;
    /*background: linear-gradient(to right, #f07636 50%, #00bce4 50%);*/
    transition: all .5s ease-out;
    z-index: 99;
}

.buttom-section-orange:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 30px #f07636;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    transition: all .5s ease-out;
    z-index: 999;
}

.section_1_text{
    padding: 20px 0;
}
.img_sec1{
    padding: 0px;
    margin:20px 0;
}

.section1_2{
    display:block;
    position:relative;
    width:100%;
    min-height:500px;
    background: url(../img/elrepte_pattern.jpg) repeat bottom center;
    padding-bottom: 400px;
    margin: 30px 0 0 0;
}
.section1_2_title{
    padding:90px;
}
.section1_2_box span{
    font-size: 3rem
}
.section1_2_box{
    padding:50px;
    background:rgba(238,125,12, 0.5);
    margin-bottom:30px;
}

.books_kids{
display: block;
    position: absolute;
    bottom:0;
    background: url(../img/elrepte_ninos_libros.png) no-repeat bottom center; 
    width: 100%;
    height: 100%;
    z-index:-1;
}

.para_banner_1{
    display: block;
    position: relative;
    background: #ccc;
    height: 280px;
    overflow: hidden;
}

.para_banner{
    position: absolute;
    z-index: 9;
    width:100%;
    padding:50px;
    color:#484848;
}

.section1_3{
    display:block;
    position:relative;
    width:100%;
    min-height:200px;
    background: url(../img/elrepte_fondo_video.jpg) no-repeat top center;
    margin: 0;
    z-index: 998;
}

.section1_3_text{
    margin:80px 0;
    color:#484848;
}

.section1_3_video{
    width: 100%;
    background: transparent;
    padding: 0;
    margin-bottom:300px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.section_2{
    padding: 40px 0 0 0 ;
    z-index: 998;
    position: relative;
    display: block;
    background: #fff;
}


.section_bg2{
    background: url(../img/section_bg2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cut_section_text{
    display: flex;
    position: relative;
    bottom: 0;
    background:transparent;
    width: 100%;
    height: 100%;
}


.section_contact{
    padding: 80px 0;
    z-index:1;
    position: relative;
    display: block;
    background: #efefef;
    
}


.para_banner_2{
    display: block;
    position: relative;
    background: #fff;
    min-height: 250px;
    overflow: hidden;
}

.para_banner2{
    position: relative;
    z-index: 9;
    width:100%;
    padding:50px;
    color:#000;
}

.map{
    width: 100%;
    height: 500px;
}

.para_banner_3{
    display: block;
    position: relative;
    background: #00bce4;
    min-height: 80px;
    overflow: hidden;
    padding:10px;
    height:auto;
}

.para_banner3{
    position: relative;
    z-index: 9;
    width:100%;
    padding:10px;
    color:#fff;
}

.color-gray{
    color:#b8b8b8;
}
.color-gray h4{
    padding:30px 0;
}
.color-gray a{
    color:#00bce4;
}
.color-gray a:hover , .color-gray a:focus {
    color:#c1d72e;
    text-decoration: none;

}

.contact-buttom{
    background:#00bce4;
    border-radius: 0;
    padding:20px 30px;
    margin: 50px 0;
}

.contact-buttom:hover, .contact-buttom:focus{
    background:#c1d72e;
}



.section_bg3{
    background: url(../img/section_bg3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.buttom2{
    padding: 10px 20px 13px 20px;
    color:#000;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    background: #c1d72e;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.buttom2:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 30px #c1d72e;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    transition: all .5s ease-out;
}

.section3_2{
    display:block;
    position:relative;
    width:100%;
    min-height:200px;
    background: url(../img/donatiu_bg_green.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 150px 0;
}

.section3_3{
    display:block;
    position:relative;
    width:100%;
    min-height:200px;
    background:#fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0 100px 0;
}

.section3_3 h2{
    padding:50px 0;
}
.fis_detail{
    padding:50px 0;
}

.fis_detail hr{  
    border:         none;
    border-left:    1px solid #dcdcdc;
    height:         100%;
    width:          1px;       

}


.section_bg4{
    background: url(../img/campanya_bg4.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    background: #c1d72e !important;
    color: #fff;
}
.active .navh i {
    color: #fff;
}

.download_box2{

}
.download_box2:hover{
    text-decoration: none;
    -webkit-transition:transform .5s ease;
    transition: transform .5s ease;
    transform: scale(1.1); 

}
.download_box2:hover .download{
    background:#c1d72e !important;
}
.download{
    position: relative;
    display: block;
    width: 100%;
    height:auto;
    background:#f07636;
    padding: 20px 0;
    color:#fff;
    
}
.download:hover{
    text-decoration: none;
}

a .download2:hover{
    text-decoration: none;
    color:#fff;
}
a:hover{
    text-decoration: none;
}

.play_video{
    position: fixed;
    display: block;
    width: 70px;
    height: 62px;
    bottom:100px;
    left:0;
    z-index:999;
    backgound:transparent
}