﻿@font-face {
    font-family: 'ameo';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fuentes/SegoeUIVariableStaticDisplay.ttf);
}
@font-face {
    font-family: 'ameo';
    font-style: normal;
    font-weight:bold;
    font-display: swap;
    src: url(fuentes/SegoeUIVariableStaticDisplayBold.ttf);
}


body{
    background: #f7f7f7;
    font-family: 'Mulish', sans-serif;
    font-family: 'ameo', sans-serif;
}


.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    width: 80px;
}
.chat img{
    width: 100%;
}
.chat span, .llamada span{
    position: absolute;
    top: 20px;
    left: -240%;
    border: 0px solid red;
    background: white;
    font-weight: bold;
    color: gray;
    padding: 4px 10px;

    border-radius: 10px;

    box-shadow: 2px 0px 10px gray;
}



.cabecera{
    background: white;
    padding-top: 12px;
    padding-bottom: 12px;
    
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(20%, rgba(255,255,255,0.8)), color-stop(40%, rgba(255,255,255,0.6)), color-stop(60%, rgba(255,255,255,0.4)), color-stop(80%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

    padding-top: 12px;
    padding-bottom: 12px;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 70%;
}

nav a{
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 15.66%;
    float: left;
    margin-left: 1%;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    background: #f7f7f7;
    color: #245EDE;
    color: #365da7;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    text-align: center;
    padding: 9px 0 10px;
    cursor: pointer;
}
.dosM{
    line-height: 19px;
    padding: 0;
}
.menu:hover, .activo, .menu-r:hover, .menuSecundario:hover{
    background: #245EDE;
    background: #365da7;
    color: white;
}


nav ul li:hover .menuS{
    display: block;
}


.menuS{
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 100;
    display: none;
}
.menuS ul li{
    width: 100%;
}
.menuSecundario{
    background: #f7f7f7;
    color: #245EDE;
    color: #365da7;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    text-align: center;
    padding: 9px 0 10px;
    cursor: pointer;
}



.efecto{
    padding: 0;
    margin-bottom: 20px;
}


.sucu{
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding: 60px 40px;
}
.sucu a{
    color: white;
    text-decoration: none;
}
.sucu strong{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
    display: inline-block;
    margin-bottom: 20px;
}
.sucu1{
    background: #b3272e;
    
}
.sucu2{
    background: #4c4b49;
}


.red{
    background: white;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #e20c17;
    color: black;
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;

    border-radius: 50%;
}
.red b{
    position: relative;
    top: 3px;
}

.redes{
    margin-top: 22px;
}
.redes img{
    width: 180px;
    margin-left: 20px;
}


.dudas{
    margin:20px 0 0 0;
}
.dudas img{
    width: 50px;
}


.empresas{
    background: white;
    font-size: 19px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}
.empresas img{
    height: 50px;
}

.empresas strong{
    width: 100%;
    text-align: center;
    font-size: 30px;
    display: inline-block;
}





.titulo{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}
.titulo div{
    display: inline-block;
    padding: 5px 10px;
}



.nosotros{
    padding-top: 30px;
    padding-bottom: 30px;
}


.seccion{
    background: #245EDE;
    background: #365da7;
    color: white;
    font-size: 20px;
    padding: 40px;
}
.seccion strong{
    width: 100%;
    font-size: 21px;
    text-shadow: 2px 2px 2px black;
    display: inline-block;
    margin-bottom: 20px;
}
.fondo-gris{
    background: #6b6f74;
}

.img1{
    background: url(../images/1.jpg) no-repeat top center;
    background-size: cover;
}
.img2{
    background: url(../images/2.jpeg) no-repeat center center;
    background-size: cover;
}
.img3{
    background: url(../images/3.jpg) no-repeat center center;
    background-size: cover;
}
.img4{
    background: url(../images/4.jpg) no-repeat center center;
    background-size: cover;
}
.img5{
    background: url(../images/5.jpg) no-repeat center center;
    background-size: cover;
}
.img7{
    background: url(../images/7.jpg) no-repeat center center;
    background-size: cover;
}

.imagen img{
    width: 100%;
}


.r{
    padding-top: 30px;
    padding-bottom: 60px;
}


.instagram{
    background: white;
    padding: 12px;
}

.mitad{
    width:49%;
    display: inline-block;
}


.seccion2{
    background: #f7f7f7;
    padding: 30px;
}
.seccion2 strong{
    width: 100%;
    color: #245EDE;
    color: #365da7;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
}
.form-group{
    margin-bottom: 12px;
}
.btn-rojo{
    background: #245EDE;
    background: #365da7;
    color: white;
}


.rojo{
    background: #e20c17;
    background: #4c4b49;
    min-height: 360px;
    color: white;
    padding: 20px;
}
.rojo a{
    color: white;
    text-decoration: none;
}
.rojo strong{
    width: 100%;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 20px;
}
.rojo b{
    font-size: 30px;
}



.fondo-miembros{
    background: url(../images/fondo-miembros.jpg) no-repeat bottom center;
    margin-bottom: 30px;
}

.filtros{
    background: white;
    margin-top: 40px;
    padding: 20px;
    margin-bottom: 30px;
}
.filtros strong{
    width: 100%;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 12px;
}



.miembros{
    margin-bottom: 30px;
}


.mi{
    background: white;
}
.mi img{
    width: 100%;
    margin-bottom: 12px;
}
.mi a{
    color: black;
    text-decoration: none;
    /* font-size: 13px; */
}
.mi strong{
    width: 100%;
    font-size: 22px;
    text-align: center;
    display: inline-block;
}
.mi .dominio{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}
.mi .datos{
    font-size: 18px;
    line-height: 38px;
    padding: 0 10px 20px;
}
.mi b{
    color: #245EDE;
    color: #365da7;
}
.mi label{
    width: 100%;
    color: #245EDE;
    color: #365da7;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}


.contenedor{
    background: url(../images/slideris/2.png) no-repeat center center;
    background-size: cover;
}



.cursos{
    padding-top: 40px;
    padding-bottom: 40px;
}
.cursos a{
    text-decoration: none;
    color: black;
}

.c img{
    width: 100%;
}
.c strong{
    width: 100%;
    text-align: center;
    font-size: 24px;
    display: inline-block;
}
.c span{
    width: 100%;
    text-align: center;
    color: gray;
    font-size: 20px;
    display: inline-block;
}
.c p{
    text-align: center;
    font-size: 22px;
    color: black;
}


.comprar{
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}
.comprar button{
    font-size: 22px;
}


.curso{
    font-size: 20px;
    line-height: 30px;
}
.curso img{
    width: 350px;
    float: left;
    margin: 0 20px 20px 0;
}


.forma{
    border: 3px solid transparent;
    background: white;
    text-align: center;
    font-size: 18px;
    padding: 12px;
    cursor: pointer;
}
.forma:hover, .seleccionado{
    border: 3px solid blue;
}
.forma img{
    width: 20%;
}
.forma strong{
    line-height: 22px;
}


.seccionGris{
    background: white;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    padding: 30px;
}
.seccionGris strong{
    font-size: 30px;
    color: #245EDE;
}


#paypal-button{
    display: none;
}


footer{
    background: #245EDE;
    background: #365da7;
    color: white;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer a{
    color: white;
    text-decoration: none;
}
footer a:hover{
    color: white;
    text-decoration: none;
}
footer strong{
    width: 100%;
    font-size: 23px;
    margin-bottom: 20px;
    display: inline-block;
}

.logo{
    margin-top: 30px;
}
.logo img{
    width: 100%;
}


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

}

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

}

@media screen and (max-width:992px){
    .logotipo img{
        width: 40%;
    }
}

@media screen and (max-width:768px){
    .img{
        height: 250px;
    }
    .rojo{
        min-height: auto;
    }
    .logotipo img{
        width: 50%;
    }
}

@media screen and (max-width:576px){
    nav{
        margin-top: 10px !important;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .logotipo img{
        width: 70%;
    }
    .seccion{
        padding: 20px;
    }
}