html {
    height: 100%;
}

body {
    height: 20px;
    padding: 0;
    position: relative;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Gudea', sans-serif;
}

a ,a:hover ,a:active ,a:focus{
    text-decoration: none;
}


.contenedor {
    z-index: -1;
    position: relative;
    top: -232px;
}

.contenedor2 {
    z-index: -1;
    position: relative;
    top: -67px;
}

/* DIN FONT */

@font-face {
    font-family: 'din';
    src: url('../fonts/DINNextRoundedLTPro-Lightd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINNextRoundedLTPro-Light.otf') format('opentype'),
        url('../fonts/DINNextRoundedLTPro-Light.woff') format('woff'),
        url('../fonts/DINNextRoundedLTPro-Light.ttf') format('truetype'),
        url('../fonts/DINNextRoundedLTPro-Light.svg#DINNextRoundedLTPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinBold';
    src: url('../fonts/DINNextRoundedLTPro-Bold?#iefix') format('embedded-opentype'),
        url('../fonts/DINNextRoundedLTPro-Bold.otf') format('opentype'),
        url('../fonts/DINNextRoundedLTPro-Bold.woff') format('woff'),
        url('../fonts/DINNextRoundedLTPro-Bold.ttf') format('truetype'),
        url('../fonts/DINNextRoundedLTPro-Bold.svg#DINNextRoundedLTPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;

}

.dinBold {
    font-family: 'dinBold';
}

.din {
    font-family: 'din';
}

/* DIN FONT */

/* Navegacion lateral */

.nav-lat {
    top: 400px;
    width: 200px;
}

.nav-lat .nav-link {
    color: #fff;
    font-weight: 600;
    transition: 300ms ease-in-out 50ms;

}

.trigger {
    width: 200px;
    height: 40px;
}

ul li .trigger a:before {
    content: '';
    width: 70px;
    height: 2px;
    background-color: #1d2124;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}


ul li .trigger a:after {
    content: attr(data-content);
    font-size: 0.7rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    position: absolute;
    z-index: 100;
    display: block;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    bottom: -50px;
    text-transform: none;
    font-family: 'Open sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
}


.trigger:hover .nav-link {
    transform: translate(30px);
}

ul li .trigger a:hover:before {
    -webkit-transform: translateX(10);
    -ms-transform: translateX(10);
    transform: translateX(10);
    opacity: 1;
}

ul li .trigger a:hover:after {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1;
}


/* Navegacion lateral */

/* Utilidades */

.full {
    height: 100vh;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header-one {
    padding: 0px;
    background-image: url(./banner2.jpg);
    background-position: center;
    background-size: cover;
    height: 620px;
}

.sombra {
    -webkit-box-shadow: -1px 17px 44px -20px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: -1px 17px 44px -20px rgba(0, 0, 0, 0.53);
    box-shadow: -1px 17px 44px -20px rgba(0, 0, 0, 0.53);
}

.bg-verdeprov {
    background-color: rgb(154, 202, 60);
}

.bg-programacion {
    background-color: #415878;
}

.bg-p-transparente{
    background-color: rgba(65, 88, 120,0.5);
}

.text-programacion{
    color: #415878 !important;
}

.bg-robotica {
    background-color: #ce62cf;
}

.bg-r-transparente{
    background-color: rgba(206, 98, 207,0.2);
}

.text-robotica{
    color: #ce62cf !important;
}

.bg-videojuegos {
    background-color: #17bebb;
}

.bg-v-transparente{
    background-color: rgba (23, 190, 187, 0.5);
}

.text-videojuegos{
    color: #17bebb !important;
}

.bg-artes-digitales {
    background-color: #4cb2d8;
}

.bg-a-transparente{
    background-color: rgba(76, 178, 216,0.3);
}

.text-artes-digitales{
    color: #4cb2d8 !important;
}

.text-verdeprov {
    color: #9ACA3C;
}






.hr-custom {
    width: 100px;
    border: none;
    border-bottom: 5px solid #17bebb;
    border-radius: 2px;
}

.hr-custom2 {
    width: 100px;
    border: none;
    border-bottom: 5px solid #ce62cf;
    border-radius: 2px;
}

/* Utilidades */

/* Secciones */

.footer {
    height: 200px;
    background-color: darkgrey;
}

.home {
    background-image: url(../img/BG-Main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.page2 {
    background-image: url(../img/BG-sec.jpg);
    background-repeat: no-repeat;
    background-position: top;
}



.contenedor-main {
    position: relative;
    top: 40%;
}

.contenedor-main-2 {
    position: relative;
    top: 48%;
}

.contenedor-main-3 {
    position: relative;
    top: 34%;
}

.img-custom {
    height: 100%;
    background-image: url(../img/ntbk.jpg);
    background-position: center;

}

a.btn.btn-link.p-0.collapsed {
    color: #ce62cf;
}

a.btn.btn-link.p-0 {
    color: #17bebb;
}

.bg-pboton {
    background-image: url(../img/p-boton.jpg);
    height: 100%;
}

.bg-rboton {
    background-image: url(../img/r-boton.jpg);
    height: 100%;
}

.bg-vboton {
    background-image: url(../img/v-boton.jpg);
    height: 100%;
}

.bg-aboton {
    background-image: url(../img/a-boton.jpg);
    height: 100%;
}
.promocont{
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.promo {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .9s ease;
    /* Safari y Chrome */
    -moz-transition: all .9s ease;
    /* Firefox */
    -o-transition: all .9s ease;
    /* IE 9 */
    -ms-transition: all .9s ease;
    /* Opera */

}

.promocont .promo:hover{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.text-promo {
    position: relative;
    top: -26%;
    left: 20px;
    z-index: 1000;
}

.text-localidad{
    position: relative;
    top:-76%;
    z-index: 1000;
}

.user-testimonio{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a.list-group-item.list-group-item-action:focus{
    color: #ce62cf;
    background: #fff;
}

a.list-group-item.list-group-item-action:hover{
    color: #ce62cf;
    background: #fff;
}

a.list-group-item.list-group-item-action{
    color: #ce62cf;
    background: #fff;
}

.cursos-mas{
    position: relative;
    top: -60px;
}

.body-counter{
    height: 280px;
    width: 280px;
    border-radius: 200px;
}

.body-counter-inn{
    height: 250px;
    width: 250px;
    border-radius: 200px;
    padding-top: 62px;
}



/* Secciones */

.banner-videojuegos{
    width: 100%;
    height: 240px;
    padding: 95px 15px;
    background-image: url(../img/banner-v.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* MEDIA */

@media only screen and (max-width: 1366px) {
    .nav-lat{
        top:265px;
    }

}

@media only screen and (max-width: 425px) {
    .banner-videojuegos{
        height: 100%;
    }

}



