﻿body{
    background: url(../images/fondo-gris.webp) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
}


.negro{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
}

.cerrar{
    position: absolute;
    top:-12px;
    right: -12px;
    background-color: white;
    width: 40px;
    height: 40px;
    font-size: 27px;
    font-weight: bold;
    color: red;
    text-align: center;
    cursor: pointer;

    box-shadow: 2px 2px 10px black;

    border-radius: 50%;
}

.imgNegro{
    width: 100%;
    height: 90vh;

    object-fit: contain;
}


.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    width: 60px;
}
.chat img{
    width: 100%;
}
.chat span, .llamada span{
    position: absolute;
    top: 12px;
    left: -150%;
    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: rgba(255, 255, 255, 0.9) !important;
}

.fondo-cabecera{
    height: 98px;
}
.cabecera{
    position: fixed;
    top: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);

    transition: all 0.2s;
}

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



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

.datos{
    color: #c01235;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}
.datos a{
    color: #c01235;
}
.datos p{
    margin-bottom: 0;
}
.datos img{
    width: 30px;
}



.efecto{
    padding: 0;
}


.leyenda{
    background: #c01235;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.supertitulo{
    color: white;
    text-shadow: 5px 5px 10px black;
    font-weight: bold;
    font-size: 30px;
}

.subtitulo{
    font-size: 25px;
    color: white;
}



.video{
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
}
.video div{
    padding: 0;
}
.video video{
    width: 100%;
}

.img img{
    width: 100%;
}
.img iframe{
    width: 100%;
    height: 300px;
}
.img3{
    background: url(../images/3.webp) no-repeat center center;
    background-size: auto 100%;
    height: 200px;
}
.img5{
    background: url(../images/5.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 200px;
}


.aviso{
    text-align: center;
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.titulo{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}


.clientes{
    padding-top: 30px;
    padding-bottom: 60px;
}


.imagenes{
    text-align: center;
}
.imagenes img{
    margin: 0 25px;
}


.seccion{
    background: #f7f7f7;
    font-size: 20px;
    line-height: 30px;
    padding: 40px;
}



.productos{
    padding-top: 30px;
    padding-bottom: 30px;
}


.p{
    margin-bottom: 30px;
}
.imgP{
    background: white;
    padding: 12px;

    border-radius: 10px 10px 0 0;
}
.imgP img{
    width: 100%;
    cursor: pointer;
}
.p strong{
    background: black;
    width: 100%;
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 6px 0;
    display: inline-block;
}


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


.m{
    display: none;
}



.valores{
    padding-top: 30px;
    padding-bottom: 30px;
}

.tituloV{
    text-align: center;
    font-size: 80px;
    color: #2f5aa7;
    font-weight: bold;
    margin-bottom: 40px;
}
.tituloV div{
    border-bottom: 5px solid #508f26;
    display: inline-block;
}



.v{
    border-left: 8px dashed #63bd1a;
    border-right: 8px dashed #63bd1a;
    background: white;
    text-align: center;
    color: #2f5aa7;
    font-size: 22px;
    line-height: 32px;
    padding: 20px;
    margin-bottom: 20px;

    border-radius: 30px;
}
.v strong{
    width: 100%;
    text-align: center;
    font-size: 32px;
    display: inline-block;
}



footer{
    background: #c01235;
    color: white;
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 30px;
}
footer img{
    width: 30px;
}
footer a{
    color: white;
}


.pie{
    padding-top: 10px;
    padding-bottom: 10px;
}


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

}

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

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

}

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

    .c{
        display: none;
    }
    .m{
        display: block;
    }
}

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