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

.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    width: 55px;
}
.chat img{
    width: 100%;
}

.cabecera{
   
    background: url(../images/fondo.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 0 13px;
}
.cabecera .container{
    position: relative;
}

.banderas{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100px;
}
.banderas img{
    width: 47%;
    display: inline-block;
}

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


nav{
    margin-top: 60px;
}

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

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

.menu-r{
    cursor: pointer;
    display: none;
}
.menu, .menu-r{
    width: 100%;
    text-align: center;
    font-size: 22px;
}
.menu-r:hover{
    font-weight: bold;
}


.efecto{
    position: relative;
    padding: 0;
}


.datos{
    background: #f7f7f7;
    text-align: center;
    font-size: 19px;
    padding: 12px 0;
    margin: 32px 0 0 0;
}
.redes img{
    width: 25px;
    margin: 0 3px;
}


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

.card-text{
    font-size: 19px;
    line-height: 29px;
}
.card-title{
    font-size: 24px;
    font-weight: bold;
}

.galeria{
    font-size: 18px;
    font-weight: bold;
}
.galeria img{
    border-radius: 5px;
}

.servicios-imagenes{
    display: block;
}

.servicios-imagenes img{
    width: 31.7% !important;
    margin: 0 0.5%;
}


.titulo{
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 30px;
}

.subtitulo{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.galeria img{
    width: 100%;
    margin-bottom: 12px;
    cursor: pointer;
}

.seccion{
    font-size: 20px;
}
.seccion img{
    width: 100%;
}


footer{
    background: black;
    color: white;
    font-size: 21px;
    line-height: 31px;
    padding-top: 40px;
    padding-bottom: 40px;
}

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

.negro{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
}
.negro .container{
    margin-top: 40px;
}
.negro .row{
    position: relative;
}
.cerrar{
    position: absolute;
    top: -10px;
    right: -10px;
    background: white;
    padding: 7px 13px;
    cursor: pointer;

    border-radius: 50%;
}
.cerrar:hover{
    font-weight: bold;
    color: red;
}
.columna{
    background: white;
    text-align: center;
}
.imagen{
    height: 85vh;
}


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

}

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

}

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

}

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