﻿body{
    font-family: "Josefin Sans", sans-serif;
}

.anuncio{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #fcb900;
    width: 260px;
    font-size: 23px;
    font-weight: bold;
    text-shadow: 1px 1px 10px black;
    text-align: center;
    color: white;
    padding: 8px 0;
    cursor: pointer;

    transition: all 0.2s;

    border-radius: 10px 0 0 0;
}
.anuncio:hover{
    background: #29cc63;
    padding: 20px 0;
}



.ventana{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 101;
    border: 2px solid white;
    background: white;
    width: 350px;
    display: none;

    border-radius: 10px 0 0 0;

    box-shadow: -10px -10px 10px gray;
}
.cerrar{
    position: absolute;
    top: -10px;
    left: -10px;
    background: white;
    font-size: 20px;
    text-align: center;
    padding: 1px 10px;
    cursor: pointer;

    border-radius: 50%;
}
.cerrar:hover{
    background: red;
    color: white;
}

.arriba{
    background: #ff9900;
    text-align: center;
    color: white;
    padding: 12px;

    border-radius: 10px 0 0 0;
}
.abajo{
    padding: 20px;
}



.efecto{
    position: relative;
    background: url(../images/fondo-efecto.jpeg) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.efecto:before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #CED9EE;
    opacity: 0.7;
    z-index: 1;
}

.efecto div{
    position: relative;
    z-index: 2;
}

.cabecera .container{
    background: white;
    padding-top: 17px;
    padding-bottom: 7px;

    box-shadow: -2px 3px 3px 1px #898989;
}

.logotipo a{
    color: black;
    text-decoration: none;
}
.logotipo strong{
    width: 100%;
    font-size: 25px;
    line-height: 27px;
    display: inline-block;
}

nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 25%;
    float: left;
}
.menu-r{
    background: #011b51;
    width: 200px;
    color: white;
    padding: 12px 0;
    display: none;
}
.menu, .menu-r{
    text-align: center;
    font-size: 18px;
    padding: 12px 0;
    cursor: pointer;
}
.dosM{
    line-height: 25px;
    padding: 0;
}


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


.menuS{
    position: absolute !important;
    top: 50px;
    left: -50%;
    z-index: 100;
    background: #f7f7f7;
    width: 200%;
    display: none;

    box-shadow: -2px 3px 3px 1px #898989;
}
.menuS ul li{
    width: 100%;
}
.menuSec{
    position: relative;
    z-index: 200;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    padding: 10px;
}
.menuSec:hover{
    background: #011b51;
    color: white;
}
.menuS a{
    text-decoration: none;
    color: black;
}
.menuS a:hover{
    text-decoration: none;
}


.tit{
    margin-top: 100px;
}


.titulazo{
    text-align: center;
    color: #021b51;
}
.titulazo strong{
    font-size: 45px;
}
.titulazo p{
    display: none;
}


.video{
    position: relative;
    margin: 80px 0 0 0;
    padding: 0;

    overflow: hidden;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.video .container{
    position: relative;
    z-index: 2;
}

.video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.leyenda-video{
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    font-size: 30px;
    padding: 180px 0;
}


.leyenda2{
    background: #011b51;
    color: white;
    text-align: center;
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.leyenda2 a{
    color: white;
    text-decoration: none;
}


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

.btn-amarillo{
    background: #fcb900;
}
.btn-amarillo:hover{
    background: #fcb900;
    font-weight: bold;
}

.btn-rojo{
    background: #cf2e2f;
    color: white;
    text-decoration: underline;
}
.btn-rojo:hover{
    background: #cf2e2f;
    font-weight: bold;
}


.titulo{
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}
.subtitulo{
    text-align: center;
    font-size: 33px;
    font-weight: bold;
}

.naranja{color: #ff6900;}
.azul{color: #0693e3;}


.texto{
    font-size: 19px;
    text-align: center;
    margin: 20px 0;
}


.uno video{
    width: 70%;
}


.c1 strong{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #0693e3;
    display: inline-block;
}
.c1 div{
    background: #8dd2fc;
    color: black;
    font-size: 18px;
    padding: 12px;
}


.fondo1{
    position: relative;
    background: url(../images/fondo1.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 100px 0;
}
.fondo1 .col-12{
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 20px;
    color: white;
}
.fondo1 strong{
    font-size: 35px;
}
.fondo1 a{
    color: white;
}


.lineas{
    margin: 20px 0;
}

.linea{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding: 12px 0;
}
.fRojo{
    background: #cf2e2f;
    color: white;
}
.fGris{
    background: #abb8c3;
    font-size: 20px;
    font-weight: normal;
}


.seccion1{
    font-size: 20px;
    line-height: 30px;
}
.seccion1 strong{
    width: 100%;
    color: #ff9900;
    font-size: 25px;
    display: inline-block;
}

.seccion2{
    font-size: 20px;
    line-height: 30px;
}
.seccion2 strong{
    width: 100%;
    font-size: 27px;
    display: inline-block;
}


.imagen{
    text-align: center;
}
.imagen img{
    width: 100%;
}


.amarillo{
    background: url(../images/fondo-amarillo.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 30px;
}


.formulario{
    background: url(../images/fondo-formulario.png) no-repeat center center;
    background-size: cover;
    padding: 30px;
}
.formulario strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}
.form-group{
    margin-bottom: 12px;
}
textarea{
    height: 120px;
}


.seccion3{
    font-size: 22px;
    line-height: 32px;
    color: gray;
}
.somos strong{
    font-size: 30px;
}


.btn-verde{
    background: #29cc63;
    color: white;
}


footer{
    background: black;
    color: white;
    font-size: 22px;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer a{
    color: white;
    text-decoration: none;
}
footer strong{
    width: 100%;
    font-size: 27px;
    display: inline-block;
    margin-bottom: 20px;
}


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

}

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

}

@media screen and (max-width:992px){
    .leyenda-video{
        padding: 80px 0;
    }
}

@media screen and (max-width:768px){
    .efecto{
        padding: 0;
    }
    .logotipo{
        text-align: center;
    }
    nav{
        margin: 30px 0 !important;
    }
    nav ul{
        display: none;
    }
    .menu-r{
        display: block;
    }
    nav ul li{
        width: 100%;
    }
    .menuS, .menuS ul{
        position: relative !important;
        top: 0;
        left: 0;
        width: 100%;
        display: block !important;
    }
    .titulazo strong{
        line-height: 45px;
    }
    .correoPequeno{
        font-size: 18px;
    }
    .uno video{
        width: 100%;
    }
}

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