﻿body{
    font-family: "Raleway", serif;
}
.n{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}



.cabecera-ayuda{
    background: black;
    height: 162px;
    display: none;
}

.fijo{
    /* position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; */
    background: white;
    padding: 0;

    box-sizing: 10px 10px 10px black;
}


.datos{
    background: #d90c0c;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.datos a{
    color: white;
}
.datos img{
    width: 30px;
}


.logotipo img{
    width: 100%;
}

nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 50%;
    float: left;
}
.menu{
    font-size: 18px;
    text-align: center;
}
.menu:hover{
    font-weight: bold;
}


.efecto{
    padding: 0;
}

.formulario{
    background: #f7f7f7;
    font-size: 20px;
    line-height: 30px;
    padding: 40px;
}
.form-group{
    margin-bottom:12px;
}


.titulazo{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 20px;
}


.pro{
    background: #ddd;
    color: white;
    text-align: center;
    padding: 10px;

    border-radius: 20px;
}
.pro img{
    width: 100%;
    height: 306px;

    object-fit: cover;
}
.pro strong{
    width: 100%;
    color: black;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    display: inline-block;
    margin: 6px 0 0 0;
}



.imagenes img{
    width: 100%;
    margin-bottom: 20px;
}


.leyenda{
    background: #f7f7f7;
    text-align: center;
    font-size: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.leyenda strong{
    color: blue;
}


.ofrecemos{
    position: relative;
    background: url(../images/fondo-ofrecemos.jpeg) no-repeat center center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}
.ofrecemos .container{
    position: relative;
    z-index: 2;
}

.ofre{
    background: white;
    font-size: 18px;
    padding: 20px;
}

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



.mision{
    background: url(../images/fondo-gris.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.seccion{
    font-size: 18px;
    line-height: 28px;
}
.seccion strong{
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    color: red;
    display: inline-block;
}
.imagen img{
    width: 100%;
}
.redondo img{
    border-radius: 50% !important;
}



.rojos{
    margin-top: 20px;
}


.rojo{
    color: white;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 40px;
}
.rojo strong{
    width: 100%;
    font-size: 30px;
    text-shadow: 2px 2px 2px black;
    display: inline-block;
}
.rojo img{
    width: 100%;
    margin: 20px 0;
}
.rojo span{
    font-size: 14px;
}

.rojo1{background: #9b0b08;}
.rojo2{background: #550604;}
.rojo3{background: #2d0302;}


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


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

}

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

@media screen and (max-width:992px){
    .pro{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:768px){
    nav ul li{
        width: 50%;
    }
    .menu{
        padding: 20px 0;
    }
    .menuSolo{
        width: 100%;
    }
}

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


.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;
}
.llamanos{
    background: blue !important;
    bottom: 90px !important;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}
.pulse {
    animation-name: pulse
}
