﻿body{
    background: url(../images/fondo.webp) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}

.negro{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    display: none;
}
.ultimoImagen{
    position: relative;
    overflow: hidden;
}
.div-imagen{
    position: relative;
    display: inline-block;
}
.cerrar{
    position: absolute;
    top: 10px;
    right: 10px;
    border: 3px solid transparent;
    background: red;
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;

    border-radius: 50%;
}
.cerrar:hover{
    border: 3px solid black;
    font-weight: bold;
}
.imagenPrincipal{
    height: 80vh;
    margin-top: 10vh;
}


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

    border-radius: 10px;

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



.blanco{
    background: white !important;
    padding: 2px 0 !important;
}
.blanco .logotipo img{
    width: 45%;
}
.blanco nav{
    margin-top: 0px !important;
}


.cabecera-ayuda{
    height: 240px;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

    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%);
    
    padding-top: 10px;
    padding-bottom: 150px;

    transition:  all 1s;
}

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

    transition: all 1s;
}

.datos{
    font-size: 19px;
    text-align: center;
    line-height: 39px;
}
.datos a{
    text-decoration: none;
}
.whats{
    background: #169d0d;
    width: 100%;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

nav{
    margin-top: 20px;

    transition: all 1s;
}

nav a{
    text-decoration: none;
}

nav ul{
    list-style: none;
    padding: 0;
}

nav ul li{
    width: 16.66%;
    float: left;
}

.menu-r{
    display: none;
}

.menu, .menu-r{
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    padding: 0 15px;
    cursor: pointer;
}
.unoM{
    padding: 12px 0;
}
.menu span{
    width: 100%;
    font-weight: lighter;
    font-size: 14px;
    display: inline-block;
}
.mUno{
    padding: 11px 0;
}
.menu:hover, .menu-r:hover{
    background: #f7f7f7;
    font-weight: bold;

    border-radius: 5px;
}


.efecto{
    text-align: center;
    height: 90vh;
    padding: 0;
    overflow: hidden;
}
.efecto video{
    width: 100%;
}


.azul{
    background: #1c3e9c;
    padding-top: 20px;
    padding-bottom: 20px;
}
.azul .seccion{
    color: white;
}

.seccion{
    font-size: 19px;
    line-height: 26px;
}
.seccion strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
}

.imagen{
    padding: 0;
}
.imagen img{
    width: 100%;
}
.imagen video{
    width: 100%;
}


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

.titulo{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.subtitulo{
    text-align: center;
    color: gray;
    font-size: 24px;
    margin: 0 0 20px 0;
}

.p img{
    width: 100%;
    height: 400px;

    object-fit: cover;
}
.p strong{
    background: rgb(54,82,160);
    background: linear-gradient(180deg, rgba(54,82,160,1) 0%, rgba(56,142,204,1) 48%, rgba(54,82,160,1) 100%);

    width: 100%;
    font-size: 24px;
    text-align: center;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
    display: inline-block;
    padding: 8px 0;
}
.p strong span{
    width: 100%;
    font-weight:lighter;
    font-size: 20px;
    display: inline-block;
}


.banner{
    background: url(../images/banner.jpeg) no-repeat center center;
    background-size: cover;
    padding-top: 380px;
    padding-bottom: 20px;
    margin-top: 50px;
}

.texto-banner{
    background: rgb(108,123,178, 0.9);
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding: 12px;
}
.texto-banner strong{
    font-size: 23px;
    text-shadow: 2px 2px 2px black;
}


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

.imagenes img{
    cursor: pointer;
    margin:0 5px 5px 0;
}


.videos video{
    width: 100%;
}


.carousel-item{
    text-align: center !important;
}

.video{
    height: 700px;

    overflow: hidden;
}

.ancho{
    position: relative;
    width: 100%;
    height: 100%;

    overflow: hidden;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    background: rgba(0, 0, 0, 0.7) !important;
    font-weight: bold !important;
    font-size: 25px;
    text-shadow: 1px 1px 7px black !important;
}


.iz, .de{
    position: relative;
    z-index: 1000;
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 7px black;
    padding: 100px 0;
    cursor: pointer;
}


.pro{
    margin-bottom: 40px;
}
.pro img{
    width: 100%;
    height: 300px;

    object-fit: cover;
}
.pro iframe{
    width: 100%;
}
.pro strong{
    width: 100%;
    font-size: 20px;
    text-align: center;
    display: inline-block;
}
.pro span{
    width: 100%;
    color: orange;
    text-align: center;
    display: inline-block;
}

.desc{
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
}


table{
    border: 1px solid black;
    background: white;
    width: 100%;
}
td, th{
    border: 1px solid black;
    padding: 6px;
}


.texto{
    font-size: 18px;
    margin-bottom: 50px;
}



.cuadritos{
    margin: 20px 0;
}

.cuadrito{
    text-align: center;
}
.cuadrito img{
    height: 70px;
}
.cuadrito span{
    width: 100%;
    display: inline-block;
}


footer{
    background: black;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer a{
    color: white;
}
footer img{
    width: 30px;
}
footer iframe{
    width: 100%;
    height: 300px;
}
footer strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.pie{
    text-align: center;
    font-size: 19px;
    padding: 12px 0;
}


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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
    .efecto{
        height: auto;
    }
}

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

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

@media screen and (max-width:576px){
    .pro img{
        height: 200px;
    }
    .imagen{
        text-align: center;
    }
    .imagen img{
        width: 70%;
    }
}