﻿body{
    background: url(../images/fondo.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;
}

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

    transition: all 1s;

    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    padding-top: 10px;
    padding-bottom: 100px;
}

.blanco{
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0.7) 60%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0) 100%);
    padding-top: 5px;
    padding-bottom: 10px;
}
.blanco .logotipo img{
    width: 50%;
}

.logotipo{
    text-align: center;
}

.logotipo img{
    width: 90%;

    transition: all 1s;
}

nav a{
    color: white;
    text-decoration: none;
}

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

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

.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
.menu:hover, .activo, .menu-r:hover{
    background: #ed2828;
}

.datos, .datos a{
    text-align: center;
    font-size: 18px;
    color: white;
}
.datos p{
    margin-bottom: 0;
}
.datos strong{
    font-size: 22px;
}
.datos img{
    width: 25px;
}



.efecto{
    padding: 0;
}

.efecto-ayuda{
    background: url(../images/sliders/1.jpg) no-repeat center center;
    background-size: cover;
    height: 200px;
}


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

.seccion{
    font-size: 20px;
    line-height: 32px;
}

.seccion b{
    font-size: 22px;
}

.imagen img{
    width: 100%;
}


.rojo{
    background: #9e1b1b;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.titulo{
    text-shadow: 2px 2px 2px black;
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.titulo-rojo{
    color: #9e1b1b;
    text-shadow: 0 0 0 white;
}
.titulo-negro{
    color: black;
    text-shadow: 0 0 0 white;
}


.rojo a{
    text-align: center;
    color: white;
}

.card-body{
    padding-bottom: 0;
}
.card-title{
    font-size: 20px;
}

h4{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}


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


.importante{
    color: #ed2828;
    font-size: 30px;
}


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


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


.imagenes{
    text-align: center !important;
}


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

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

footer a, footer a:hover{
    color: white;
}

footer img{
    width: 35px;
}

.contacto-mujer{
    width: 80%;
}


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

}

@media screen and (max-width:1200px){
    .cabecera{
        position: relative;
        background: black;
        padding-bottom: 0;
    }

    .logotipo img{
        width: 90%;
    }
}

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

@media screen and (max-width:768px){
    nav{
        margin: 20px 0 !important;
    }
    .logotipo img{
        width: 40%;
    }
    .imagenes img{
        margin-bottom: 12px;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 50%;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        padding: 5px 0;
    }
    .menu-r{
        display: block;
    }
}