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


@font-face {
    font-family: 'Cambria';
    font-style: normal;
    font-weight: 400;
    src: url(fuentes/Cambria.ttf);
}

.cabecera-ayuda{
    height: 150px;
}


.blanco{
    background: rgba(0, 0, 0, 0.7) !important;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(../images/fondo.webp) no-repeat center center;
    background-size: cover;
    padding-top: 12px;
    padding-bottom: 12px;

    transition: all 1s;

    box-shadow: 1px 1px 10px black;
}

.logotipo img{
    width: 120%;
}


.leyenda{
    font-family: Cambria;
    color: white;
}
.leyenda strong{
    width: 100%;
    font-size: 42px;
    display: inline-block;
}
.leyenda span{
    font-size: 19px;
}


nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 100%;
    float: left;
}
.menu{
    text-align: left;
    color: white;
    font-size: 19px;
    padding: 8px 0 7px 12px;
}
.menu:hover{
    background: #002875;
    color: white;
}




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


.menuSec{
    padding: 6px;
}
.menuSec ul{
    width: 100%;
}
.menuSec ul li{
    background: black;
    width: 100%;
}
.menuSec .menu{
    font-family: Cambria;
}


.efecto{
    padding: 0;
}
.efecto img{
    width: 100%;
}


.productos{
    padding-top: 50px;
    padding-bottom: 50px;
}

.titulo{
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 40px;
}
.blanco{
    color: white;
}


.p{
    color: white;
    text-align: center;
    margin-bottom: 30px;
}
.p img{
    width: auto !important;
    height: 370px;
}
.p div{
    margin-top: 12px;
}


.banner{
    position: relative;
    background: url(../images//fondo-banner.webp) no-repeat center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 40px;
}
.banner .container{
    position: relative;
    z-index: 2;
}

.fondo-azul{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(0, 40, 117, 0.7);
    width: 100%;
    height: 100%;
}

.area{
    background: white;
    min-height: 208px;
    font-size: 20px;
    padding: 22px;

    border-radius: 20px;
}
.area b{
    color: #002875;
    font-size: 32px;
}


.collage img{
    width: 19%;
    margin-bottom: 5px;
}

.animate__animated.animate__fadeIn {
    --animate-duration: 5s;
}


.titulo{
    color: white;
}


.texto{
    font-size: 20px;
    color: white;
}

.imagen img{
    width: 100% !important;
}


.form-group{
    margin-bottom: 12px;
}


footer{
    background: black;
    color: white;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer strong{
    width: 100%;
    font-size: 19px;
    color: white;
    display: inline-block;
    margin-bottom: 12px;
}


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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
        margin-bottom: 30px;
    }
}

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

}

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

}

@media screen and (max-width:576px){
    .collage img{
        width: 32%;
    }
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}
