@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300&display=swap');
* {
    box-sizing: border-box;
}

.banner__img{
    width: 100%;
}
img {

    display: block;
    max-width: 100%;
}
.name{
    font-size: 35px;
    font-weight: bold;
    padding-right: 20px;
}
body {
    margin: 0;
    font-family: 'Signika', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1.5px;
}

.section__titulo {
    text-align: center;
    font-size: 40px;
    color: #FBA191;
}
.contenedor{
    margin:auto;
    width:99%;
}
.servicios {
    -webkit-transition: float .5s ease-in, width .5s ease-in;
    -moz-transition: float .5s ease-in, width .5s ease-in;
    -o-transition: float .5s ease-in, width .5s ease-in;
    transition: float .5s ease-in, width .5s ease-in;

}

/*estilos del header*/

.header{
    height: 60px;
}
.header .contenedor{
    display: flex;
    justify-content: space-between;
}
.logo, icon-menu{
    margin: 5px;
    color: #fff;
}
.icon-menu{
    display:block;
    width:40px;
    height:40px;
    font-size:30px;
    background: #FBA919;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    margin-left: auto;
    cursor: pointer;
}

.scroll-modal{
    overflow-y: auto !important;
    margin-top: 40px;
}

.watermark {
    opacity: 0.5;
    color: #002283;
    position: absolute;    
    width: 100%;
    padding-right: 50px;
    font-size: 80px;
    height: 500px;
    line-height: 100px;
    padding-top: 200px;    
    text-align: center;
    -webkit-transform: rotate(-20deg); 
    -moz-transform: rotate(-20deg);
}

@media only screen 
and (min-device-width : 480px) 
and (max-device-width : 700px) {
    .watermark {
        opacity: 0.5;
        color: #002283;
        position: absolute;    
        width: 100%;
        padding-right: 40px;
        font-size: 40px;
        height: 320px;
        line-height: 50px;
        padding-top: 220px;  
        right: -30px;
        left: -10px;
        text-align: center;
        -webkit-transform: rotate(-20deg); 
        -moz-transform: rotate(-20deg);
    }
}

/* Smartphones (portrait & landscape) */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    .scroll-modal{
        overflow-y: auto !important;
        margin-top: 20px;
    }
    
    .watermark {
        opacity: 0.5;
        color: #002283;
        position: absolute;    
        width: 100%;
        padding-right: 40px;
        font-size: 40px;
        height: 320px;
        line-height: 50px;
        padding-top: 150px;  
        right: -30px;
        left: -10px;
        text-align: center;
        -webkit-transform: rotate(-20deg); 
        -moz-transform: rotate(-20deg);
    }
}

/* Smartphones (portrait) */
@media only screen 
and (max-width : 320px) {
    .scroll-modal{
        overflow-y: auto !important;
        margin-top: 20px;
    }
    .watermark {
        opacity: 0.5;
        color: #002283;
        position: absolute;    
        width: 100%;
        padding-right: 40px;
        font-size: 40px;
        height: 320px;
        line-height: 50px;
        padding-top: 150px;  
        right: -30px;
        left: -10px;
        text-align: center;
        -webkit-transform: rotate(-20deg); 
        -moz-transform: rotate(-20deg);
    }
}

.marca-de-agua {    
    background-repeat: no-repeat;
    background-position: center;    
    width: 100%;
    height: 100%;
    margin: auto;    
}

.marca-de-agua iframe {
    padding: 0;
    width: 100%;
    opacity: 0.7;
}

/*estilos del menu*/
.nav{
    position: fixed;
    z-index:1000;
    top: 60px;
    left: -100%;
    width: 100%;
    transition: all 0.4s;
    max-width:1000px;
}
.menu{
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu___link{
    display:block;
    padding:20px;
    background: #FBA919;
    text-decoration:none;
    color:#fff;
}
.menu___link:hover, .select{
    background:white;
    color:#FBA919;
}
.mostrar {
    left: 0;
}

/*Estilos del banner*/
.banner{
    margin-top:-60px;
    position:relative;
    z-index:-1000;
    margin-bottom:20px;
}

.banner .contenedor{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%) translateY(50%);
    width:100%;
    color:#fff;
    text-align:center;
}

.banner__txt{
    display:none;
}

/*estilos de info*/

.info__columna{
    background: #FBA919;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

/*estilos de cusos*/
.cursos{
    transition-duration: 1s;
}
.cursos__columna{
    position: relative;
    margin-bottom:30px;
}

.cursos__descripcion{
    position:absolute;
    top:0;
    left:0;
    color:#fff;
    background: rgba(0,0,0,0.5);
    width:40%;
    height:100%;
    padding: 5px;
}
.cursos__titulo{
    font-size:25px;
    margin: 5px 0;
}
.cursos__img{
    width:100%;
}
/*Estilos footer*/

.footer{
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.footer .social [class^="icon-"]{
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 30px;
    padding: 10px;
    background: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 40px;
}

.myfooter {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #fff;
   color: black;
   text-align: center;
}

/*Estilos formulario*/

.formulario{
    width: 450px;
    margin: auto;
    background: rgba(0,0,0,0.4);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 7px;
}

input, textarea{
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
}

textarea{
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}

#boton{
    background: #31384A;
    color: #fff;
    padding: 20px;
}

#boton:hover{
    cursor: pointer;
}
/*Estilos responsive*/

@media(min-width: 480px){
    .logo{
        font-size: 40px;
    }
    .banner__titulo{
        font-size: 30px;
        margin:5px 0;
    }
    .banner__txt{
        display:block;
        font-size:18px;
        margin: 7px 0;
    }
    .info, .cursos{
        display: flex;
        justify-content:space-between;
        margin-top: -80px;
    }
    .info__columna{
        width:32%;
    }
    .info__titulo{
        font-size:30px;
        margin:5px 0;
    }
    .cursos {
        flex-wrap: wrap;
        margin-top: 0;
        transition: all 0.5s;
    }
    .section__titulo{
        width: 100%;
    }
    .cursos__columna{
        width: 49%;
    }
    .footer .social [class^="icon-"]{
        margin: 0 10px;
    }

    @media(min-width:768px){
        .banner__titulo{
            font-size:50px;
        }
        .cursos__titulo{
            font-size:40px;
        }

    }
    @media(min-width:1024px){
        .contenedor{
            width:1000px;
        }
        .section__titulo{
            font-size:50px;
            margin:30px 0;
        }
        .nav{
            position:static;
            width:auto;
        }
        .menu{
            display:flex;
        }
        .icon-menu{
            display:none;
        }
        .menu___link{
            background:none;
            font-size:20px;
        }
        .select{
            color:#fff;
            background:#FBA919;
        }
        .banner__titulo{
            font-size:40px;
        }
        .banner__txt{
            font-size:25px;
        }
        .cursos__descripcion{
            padding:20px;
            display:flex;
            flex-wrap:wrap;
            justify-content:center;
            align-items:center;
            align-content:center;
        }
        .cursos__titulo{
            font-size:50px;
        }
        .cursos__txt{
            font-size:20px;
        }
        .info{
            margin-top:-120px;
        }
        .info__titulo{
            font-size:40px;
            text-align:center;
        }
        info__columna{
            padding:30px;
        }
    }
    @media(min-width:1280px){
        .contenedor{
            width:1200px;
        }
        .banner .contenedor{
            top:40%;
        }
        .info{
            margin-top:-200px;
        }
        .logo{
            font-size:70px;
        }

    }
    @media(max-width: 480px){
        .formulario{
            width: 100%;
        }
    }









}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}




