/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

:root{
    --color-primary:            #008C43;
    --color-negro:              #000000;
    --color-texto:              #666666;
    --color-blanco:             #ffffff;
    --color-gris:               #cccccc;
}


/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src:  url("../fonts/exo2-italic.woff2") format('woff2');
}
/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:  url("../fonts/exo2-light.woff2") format('woff2');
}
/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/exo2-regular.woff2") format('woff2');
}
/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/exo2-bold.woff2") format('woff2');
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/montserrat-italic.woff2") format('woff2');
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:  url("../fonts/montserrat-regular.woff2") format('woff2');
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/montserrat-extrabold.woff2") format('woff2');
}


*{
    box-sizing: border-box;
}

body{
    font-family: 'Montserrat';
    font-weight: 400; 
    
}

.fright{
    float:right;
}

.fleft{
    float:left;
}

/*NUEVA INTERFAZ*/

.newInterface{
  font-family: 'open', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.newInterface .wrap{
    margin: 0 auto;
    width: 1024px;
}

.newInterface header{
    background: #008C43;
    height: 80px;
    margin: 0;
    overflow: visible;
}

.newInterface .cerrarMenu,
.newInterface .hiddenLayer,
.newInterface .hamburguesa{
    display: none;
}

.newInterface .hiddenLayer{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 998; 
    opacity: 0;
    background: rgba(0,0,0,0.4); 
}

.newInterface .cerrarMenu{
    background: #047738 url(/images/cerrarMenu.png) left center no-repeat; 
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.newInterface .logoSpace{
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.newInterface nav.newnavBar{
    display: inline-block;
    text-align: right;
    vertical-align: top;
    width: 80%;
}


.newInterface nav.newnavBar ul{
    display: inline-block;
    font-size: 18px;
    font-weight: bold; 
    list-style: none;
    margin: 0;
    padding: 0;
}

.newInterface nav.newnavBar ul li a,
.newInterface nav.newnavBar ul li ul li a{
    color: #FFF;
    display: block;
    font-size: 13px;
    line-height: 36px;
    padding: 22px 10px;
}


.newInterface nav.newnavBar ul li{
    display: inline-block;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}

.newInterface nav.newnavBar ul li ul{
    display: none;
    background: #017c3a; 
}

.newInterface nav.newnavBar ul li ul li{
    text-align: left;
    background: #017c3a;
    width: 100%;
}

.newInterface nav.newnavBar ul li ul li a{
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    font-weight: 300;
    padding: 8px 16px;
}

.newInterface nav.newnavBar ul li ul li a:hover{
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    background: #008C43;
}

.newInterface nav.newnavBar ul li:hover > ul{
    background: #4e8b49;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 300px;
    z-index: 9999;
}

.newInterface nav.newnavBar ul li:hover{
    background: #017c3a;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
} 

.newInterface .buscarPortada{
    background: #008C43;
    height: 190px;
    margin-bottom: 40px;
    overflow: visible;
}

.newInterface .buscarPortada .wrap{
    overflow: visible;
}

.newInterface .buscadorPortada{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    padding: 40px 0;
    vertical-align: top;
    width: 66.666%;
}

.newInterface .buscadorPortada .titulo{
    color: #FFF;
    font-family: 'open', sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.newInterface .imagenBuscador{
    display: inline-block;
    overflow: visible;
    position: relative;
    vertical-align: top;
    width: 33.333%;
}

.newInterface .imagenBuscador img{
    float: left;
    margin-top: -50px;
}

.newInterface .campobuscar{
    -moz-border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 5px;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0;
    padding: 10px 20px;
    width: 80%;
}

.newInterface .btnbuscar{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #017c3a;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 15px;
    margin-left: 2%;
    width: 18%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.newInterface .btnbuscar:hover{
    background: #FFF;
    color: #017c3a;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.newInterface .video,
.newInterface .mapa{
    display: inline-block;
    height: 430px;
    vertical-align: top;
    width: 50%;
}

.newInterface .l2{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.newInterface .l3{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.newInterface h2.achedos{
    color: #008C43;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.newInterface .tituloNuevo{
    margin: 40px 0;
}

.newInterface .socialNuevoInicio{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}


.newInterface .hamburguesa{
        display: inline-block;
        float: right;
        height: 80px;
        width: 80px;
        background: url(/img/mmenu2.png) center center no-repeat;
        cursor: pointer;
    }


.pie{
    background: var(--color-primary);
    padding: 40px 10px 40px 10px;
    color:#fff;
}

.lnkpie{
    color: var(--color-gris); 
    text-decoration: none;
}
.lnkpie:hover{
    color: var(--color-blanco); 
    text-decoration: none;
}

.tituloseccion{
    font-weight: bold;
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}

.spacetop{
    padding-top: 30px;
}

.capacondicionestxt{
    display: block;
}

.capacondicionesradio{
    display:inline-block;
    margin-right: 20px;
    margin-top: 10px;
}

.btnaceptar{
    margin-top:20px;
}

.txtrgpd{
    font-size: 11px;
    margin-top: 20px;
}
.txtrgpd p{
    font-size: 11px;
}
.linkverde{
    color:  var(--color-primary) !important;
}


.capausuario{
    background-color: var(--color-primary) !important;
    padding-bottom:20px;
}

.usuario{
    display:inline-block;
    color:  var(--color-blanco) !important;
    margin-left:20px;
}

.logout{
    display: inline-block;
    
}

.hidden{
    display:none;
}

.btncargar{
    margin-top:29px;
}

.padding0{
    padding:0px !important;
}

.rowform{
    margin-top:10px;
}

.mradio{
    margin-right: 10px;
}

.selectmodal{
    width: 100% !important;
}

.w100{
    width: 100% !important; 
}

/* ---- FORMULARIO MATRICULAS ---- */

form.formulario-alumno .form-bottom .input-error {
    border-color: #d03e3e;
    color: #d03e3e;
}

form.formulario-alumno fieldset {
    display: none;
}

/* ------------------------------- */

/* ---- COOKIES ---- */

.cookies{
    padding: 1em;
    background-color: black;
    color: white;
}

.cookies > .wrap{
    display: flex;
    flex-flow: column;
    justify-items: center;
    align-items: center;
    width: auto;
}

.cookies > .wrap > .fl{
    margin-bottom: 1em;
}

.cookies > .wrap > .fr{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}

.cookies > .wrap > .fr > .noacepta{
    padding: 1em;
    background-color: #dc3545;
    border-radius: 5px;
    color: white;
    width: 92px;
    text-align: center;
}

.cookies > .wrap > .fr > .acepta{
    padding: 1em;
    background-color: #28a745;
    border-radius: 5px;
    color: white;
    width: 92px;
    text-align: center;
}

/* ------------------------------- */


/* ------------------------------- */
.bg-alcantara{
    background-color: #008C43 !important;
}

.overlay-cursos-saved{
    width: 100%;
    height: 100%;            
    position: absolute;
    opacity: 0.7;
    z-index: 9;
    background: #44c609;
}


@media  screen and (max-width: 1450px ) {
    
}
