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


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    width: 60px;
}
.chat img{
    width: 100%;
}


.cabecera-ayuda{
    position: relative;
    height: 118px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;
    padding-top: 12px;
    padding-bottom: 12px;

    box-shadow: 3px 3px 3px black;

    box-sizing: 3px 3px 3px gray;
}


.logotipo img{
    width: 100%;
}
.leyenda{
    color: #633b2a;
    font-weight: bold;
    font-size: 42px;
    line-height: 40px;
}


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


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


.efecto{
    padding: 0;
    margin-bottom: 20px;
}


.seccion{
    background: #6c4b35;
    background: black;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding: 60px 40px;
}
.seccion strong{
    font-size: 25px;
    text-shadow: 2px 2px 2px black;
}

.imagen img{
    width: 100%;
}


.img1{
    background: url(../images/1.jpg) no-repeat center center;
    background-size: cover;
}
.img2{
    background: url(../images/2.jpg) no-repeat center center;
    background-size: cover;
}
.img3{
    background: url(../images/3.jpg) no-repeat center center;
    background-size: cover;
}
.img5{
    background: url(../images/5.jpg) no-repeat center center;
    background-size: cover;
}


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


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


.c{
    border: 1px solid #f7f7f7;
    background: white;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    padding: 20px 0;

    border-radius: 7px;
}
.c span{
    color: #633b2a;
    font-weight: lighter;
    font-size: 80px;
}


.marcas{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.marcas strong{
    background: black;
    background: #633b2a;
    text-align: center;
    color: white;
    font-size: 20px;
    line-height: 25px;
    display: inline;
    padding: 0 10px;
}

.efectoSecundario{
    width: 60%;
}

.marcasEfecto{
    min-height: 341px;
}


.blanco{
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.blanco strong{
    font-size: 25px;
}


.a{
    background: #f7f7f7;
    margin-top: 40px;
    padding: 12px;
}
.a strong{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 12px;
}


.cabecera-fondo{
    position: relative;
    margin-bottom: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.cabecera-fondo h1{
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: bold;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.fondo-nosotros{
    background: url(../images/fondo-nosotros.png) no-repeat center center;
    background-size: cover;
}
.fondo-servicios{
    background: url(../images/fondo-servicios.jpg) no-repeat center center;
    background-size: cover;
}
.fondo-contacto{
    background: url(../images/fondo-contacto.jpg) no-repeat center center;
    background-size: cover;
}


.texto{
    background: #f7f7f7;
    padding: 12px;
}
.texto strong{
    font-size: 22px;
    color: #633b2a;
}

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


.especial{
    background: #f7f7f7;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.especial strong{
    width: 100%;
    color: #633b2a;
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 20px;
}


footer{
    background: black;
    color: white;
    font-size: 19px;
    line-height: 29px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    text-shadow: 2px 2px 2px black;
    display: inline-block;
    margin-bottom: 12px;
}
footer a{
    color: white;
}


@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){
    nav{
        margin: 20px 0 !important;
    }
    .img{
        height: 250px;
    }
}

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

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