﻿body{
    background: url(../images/fondo.avif) no-repeat center center fixed;
    background-size: cover;
    color: white;
    font-family: "Montserrat", sans-serif;
}


.cabecera-ayuda{
    position: relative;
    height: 171px;
}

.fijo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;

    box-shadow: 1px 1px 10px black;
}

.cabecera{
    position: relative;
    background: #f7f7f7;
    background: url(../images/productos/pastos-tipo-alfombra/2.jpeg) no-repeat center center;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cabecera .container{
    position: relative;
    z-index: 2;
}
.fondo-blanco{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
}

.logotipo img{
    width: 100%;
}


.datos{
    text-align: center;
    color:black;
    font-size: 18px;
}
.datos a{
    font-size: 17px;
}
.datos img{
    width: 30px;
}


.menuS{
    background: #014da6;
    background: #4caa39;
}

nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    padding: 8px 40px;
    cursor: pointer;
}
.menu:hover, .menu-r:hover{
    color: white;
    font-weight: bold;
}


.leyenda{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
.leyenda img{
    width: 100px;
}


.efecto{
    margin: 0 0 20px 0;
    padding: 0;
}
.efectoM{
    display: none;
}


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


.seccion{
    font-size: 19px;
    line-height: 29px;
    padding: 40px;
}
.seccion strong{
    width: 100%;
    color: #014da6;
    color: white;
    font-weight: bold;
    font-size: 33px;
    display: inline-block;
    margin-bottom: 20px;
}
.se{
    text-align: right;
    padding-left: 120px;
}


.img1{
    background: url(../images/1.jpeg) no-repeat center center;
    background-size: cover;

    border-radius: 30px 0 0 30px;
}


.banner{
    position: relative;
    background: url(../images/fondo-banner.jpeg) no-repeat top center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
    margin: 30px 0;
}
.banner .container{
    position: relative;
    z-index: 2;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}

.b{
    background: #014da6;
    background: #f7f7f7;
    color: white;
    color: black;
    padding: 20px;

    border-radius: 10px;
}
.b strong{
    font-size: 26px;
    font-weight: lighter;
}


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


.titulo{
    text-align: center;
    font-weight: bold;
    color: #4caa39;
    color: white;
    font-size: 30px;
    margin-bottom: 30px;
}


.imagenes{
    text-align: center;
    margin-bottom: 40px;
}
.imagenes img{
    width: 23%;
    height: 350px;
    margin:0 1% 12px 0;

    border-radius: 20px;

    object-fit: cover;
}

.altura{
    background: #4caa39;
    color: white;
    padding: 12px;

    border-radius: 10px;
}
.altura strong{
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 27px;
    display: inline-block;
    margin-bottom: 12px;
}
.altura img{
    width: 100%;
    height: 250px;

    object-fit:cover;
    object-position:top;
}


.imagen img{
    width: 100%;

    border-radius: 10px;
}



footer{
    background: black;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    font-size: 26px;
    color: white;
    font-weight: lighter;
    display: inline-block;
    margin-bottom: 20px;
}
footer a{
    color: white;
}


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

}

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

@media screen and (max-width:992px){
    .datosD{
        display: none;
    }
}

@media screen and (max-width:768px){
    nav ul{
        display: none;
    }
    .menu-r{
        display: block;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        padding: 12px 0;
        margin: 0;
    }
    .img{
        height: 320px;
        border-radius: 0;
    }
    .se{
        text-align: left;
        padding-left: 20px;
    }
    .imagenes img{
        width: 90% !important;
        margin: 0 5% 20px;
    }

    .efecto{
        display: none;
    }
    .efectoM{
        padding: 0;
        display: block;
    }
}

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


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}
.pulse {
    animation-name: pulse
}