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

.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    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: url(../images/fondo-footer.jpeg) no-repeat center center;
    background-size: cover;

    box-shadow: 3px 3px 4px gray;
}
.blanco .logotipo img{
    width: 45%;
}


.cabecera-ayuda{
    height: 163px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

    transition: all 0.5s;
}

nav a{
    color: white;
    text-decoration: none
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 45%;
    float: left;
    margin: 0 2.5%;
}

.menu{
    background: rgb(224,55,55);
    background: linear-gradient(180deg, rgba(224,55,55,1) 0%, rgba(224,55,55,0.3799894957983193) 48%, rgba(224,55,55,1) 100%);
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
    font-weight: bold;
    font-size: 20px;
    padding: 6px 0;
}
.menu:hover{
    background: red;
}


.datos{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.datos img{
    width: 30px;
}
.datos p{
    margin-bottom: 0;
}

.efecto{
    padding: 0;
}


.amarillo{
    position: relative;
    background: url(../images/fondo.jpeg) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.amarillo .container{
    position: relative;
    z-index: 2;
}

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

.seccion{
    color: white;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}

.imagen{
    border: 2px solid #fad820;
    padding: 12px;

    border-radius: 12px;
}
.imagen img{
    width: 100%;

    border-radius: 12px;
}


.contenido{
    /* background: #ffec85; */
    padding-top: 30px;
    padding-bottom: 30px;
}

.titulo{
    color: #124a93;
    color: red;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.c{
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.c strong{
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #124a93;
    display: inline-block;
}
.c p{
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}
.c img{
    height: 270px;

    border-radius: 10px;
}


.btn-whatsapp{
    background: #40c02c;
    color: white;
    margin-top: 10px;
}
.btn-whatsapp:hover{
    font-weight: bold;
    color: white;
}

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


footer{
    background: #dc031d;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer strong{
    width: 100%;
    text-shadow: 2px 2px 2px black;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 10px;
}
footer img{
    width: 30px;
}
footer a{
    color: white;
}
.mitad{
    width: 48%;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
}


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

}

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

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

}

@media screen and (max-width:768px){
    nav{
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .c{
        text-align: center !important;
        margin-bottom: 60px !important;
    }
    .c img{
        display: block;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 60%;
    }
    .chat{
        right: 20px;
        bottom: 20px;
    }
}