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

.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
    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-ayuda{
    height: 181px;
}


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


.cintillo{
    background: #006b3d;
    color: white;
    text-align: center;
    font-size: 22px;
}
.cintillo img{
    height: 35px;
}


.cabecera{
    background: white;
    padding-top: 6px;
    padding-bottom: 6px;

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


.logotipo img{
    width: 100%;
}


nav a{
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 33.33%;
    float: left;
}
.menu{
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
}
.menu:hover{
    font-weight: bold;
    color: #85c324;
}


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


.efecto{
    padding: 0;
}


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

.titulo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #006b3d;
    margin-bottom: 40px;
}


.p{
    text-align: center;
    font-size: 15px;
}
.p strong{
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    color: #85c324;
    padding: 10px 0;
    display: inline-block;
}
.p img{
    height: 120px;
}
.p p{
    text-align: left;
}


.seccion{
    background: #006b3d;
    color: white;
    font-size: 19px;
    padding: 40px 60px;
}
.seccion strong{
    width: 100%;
    font-size: 27px;
    display: inline-block;
    margin-bottom: 12px;
}
.se{
    text-align: end;
}



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


.banner{
    background: url(../images/fondo-banner.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 20px 0;
}


.po{
    background: white;
    padding:12px;
    margin-bottom: 20px;

    border-radius: 10px;
}
.po strong{
    font-size: 22px;
    color:#006b3d
}


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


footer{
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    font-size: 22px;
    color: #006b3d;
}


@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){

}

@media screen and (max-width:768px){
    .img{
        height: 250px;
    }
    .menu{
        font-size: 17px;
    }
}

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