﻿body{
    font-family: 'Montserrat', sans-serif !important;
}


.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    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;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, 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%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(20%, rgba(0,0,0,0.8)), color-stop(40%, rgba(0,0,0,0.6)), color-stop(60%, rgba(0,0,0,0.4)), color-stop(80%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, 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%);
    background: -o-linear-gradient(top, 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%);
    background: -ms-linear-gradient(top, 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%);
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

    padding-top: 10px;
    padding-bottom: 100px;

    transition: all 1s;
}
.blanco{
    background: rgba(0,0,0,0.7);
    padding-bottom: 10px;
}
.blanco .logotipo img{
    width: 60%;
}

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

    transition:  all 1s;
}

nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 23%;
    margin-left: 2%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    cursor: pointer;
}
.menu:hover, .activo, .menu-r:hover{
    background: #6a140e;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

.datos{
    color: white;
    font-size: 18px;
    text-align: center;
}
.datos a{
    color: white;
}
.datos p{
    margin-bottom: 0;
}


.efecto{
    padding: 0;
}


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

.negro{
    background: url(../images/fondo-negro.webp) no-repeat center center;
    background-size:cover;
    color: white;
}

.titulo{
    text-align: center;
    color: #df2e1e;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
}

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

.imagen img{
    width: 100%;
}


.banner{
    background: url(../images/fondo-banner.webp) no-repeat center center fixed;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.rojo{
    background: #6a140e;
    background-color: rgb(223,46,30,0.8);
    text-align: center;
    font-size: 19px;
    line-height: 29px;
    color: white;
    padding: 20px;
    margin-bottom: 20px;

    transition:  all 0.2s;

    border-radius: 10px;
}
.rojo:hover{
    background: #6a140e;
}

.rojo img{
    width: 100%;
}

.rojo p{
    margin-top: 10px;
}
.rojo p b{
    font-size: 30px;
}


.clientes{
    background: rgb(255,255,255) !important;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgb(224, 47, 31) 100%) !important;
    padding-top: 80px;
    padding-bottom: 80px;
}

.imagenes{
    text-align: center;
}

.imagenes img{
    height:80px;
    margin: 0 20px;
}


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


.ubicacion{
    background-color: black;
    color: white;
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ubicacion p{
    text-align: center;
}
.ubicacion iframe{
    width: 100%;
    height: 250px;
}


footer{
    background: rgb(224, 47, 31);
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
}
footer a, footer a:hover{
    color: white;
}
footer strong{
    width: 100%;
    text-shadow: 2px 2px 2px black;
    display: inline-block;
    margin-bottom: 10px;
}
textarea{
    height: 40px;
}


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

}

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

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

}

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

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