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


.cabecera{
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(20%, rgba(255, 255, 255, 0.8)), color-stop(40%, rgba(255, 255, 255, 0.6)), color-stop(60%, rgba(255, 255, 255, 0.4)), color-stop(80%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    padding-top: 10px;
}


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


.efecto{
    background: url(../images/fondo-efecto.jpg) no-repeat center center;
    background-size: cover;
    min-height: 90vh;
    padding-bottom: 450px;
}


.leyenda{
    background: #7f7f7f;
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 2px black;
    padding-top: 20px;
    padding-bottom: 20px;
}
.fondoVerde{
    background: #23a952;
    margin: 20px 0;
}



nav a{
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 33.33%;
    float: left;
}
.menu{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 12px 0;
}



nav ul li:hover .menuS{
    display: block;
}

.menuS{
    position: absolute;
    top: 35px;
    left: -10%;
    background: white;
    width: 120%;
    padding: 12px 0;
    display: none;
}
.menuS ul li{
    width: 100%;
}
.menuSecundario{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 6px 0;
}


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



.productos{
    padding-top: 40px;
    padding-bottom: 80px;
}


.titulo{
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
}
.titulo2{
    color: #23a952;
    font-weight: bold;
}
.blanco{
    color: white;
    text-shadow: 2px 2px 2px black;
    font-weight: bold;
}


.p{
    text-align: center;
    font-size: 27px;
    color: #23a952;
}
.p img{
    border: 5px solid #23a952;
    width: 60%;

    border-radius: 50%;
}
.p strong{
    width: 100%;
    padding: 12px 0;
    display: inline-block;
}



.seccion{
    background: #23a952;
    background: black;
    background: #7f7f7f;
    color: white;
    font-size: 18px;
    padding: 50px;
}
.se{
    text-align: right;
}
.seccion strong{
    width: 100%;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 12px;
}
.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;
}
.img4{
    background: url(../images/4.jpg) no-repeat center center;
    background-size: cover;
}



.banner{
    position: relative;
    background: url(../images/fondo-banner2.jpg) no-repeat top center fixed;
    background-size: cover;
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 120px;
    margin-bottom: 20px;
}
.banner .titulo{
    margin-bottom: 60px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}

.banner .container{
    position: relative;
    z-index: 2;
}


.v{
    background: white;
    text-align: center;
    font-size: 22px;
    padding: 12px;

    border-radius: 20px;
}
.v strong{
    width: 100%;
    display: inline-block;
}
.v img{
    height: 120px;
}


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


footer{
    background: #23a952;
    color: white;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer iframe{
    width: 100%;
    height: 120px;
}
footer strong{
    width: 100%;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 12px;
}


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

}

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

@media screen and (max-width:992px){
    .cabecera{
        position: relative;
        padding-bottom: 0;
    }
}

@media screen and (max-width:768px){
    .img{
        height: 250px;
    }
    .menuS{
        width: 150%;
        left: -25%;
    }
}

@media screen and (max-width:576px){
    .cabecera{
        background: rgba(255, 255, 255, 0.9);
        padding-bottom: 10px;
    }
    .menu, .menuSecundario{
        font-size: 17px;
    }
    .seccion{
        text-align: left;
        padding: 12px;
    }
    .efecto{
        min-height: 60vh;
        max-height: 60vh;
    }
}


.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
}