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


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
}
.chat img{
    width: 100%;
}


.cabecera-ayuda{
    height: 90px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #62b449;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
}

.logotipo img{
    width: 100%;
}

.leyenda{
    font-size: 27px;
    font-family: "Merriweather", serif;
}


nav a{
    color: white;
}
nav a:hover{
    color: black;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 25%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    font-family: "Merriweather", serif;
    text-align: center;
    font-size: 20px;
    padding: 7px 0;
    cursor: pointer;
}
.dosMenu{
    line-height: 22px;
    padding: 0;
}




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

.menuSec{
    position: absolute;
    top: 30px;
    left: -10%;
    z-index: 100;
    width: 120%;
    display: none;
}
.menuSec a, .menuSec a:hover{
    color: white;
    text-decoration: none;
}
.menuSec ul li{
    width: 100%;
}
.menu-secundario{
    background: black;
    text-transform: uppercase;
    padding: 12px;
}
.menu-secundario:hover{
    color: #62b449;
    font-weight: bold;
}



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



.efecto{
    padding: 0;
}


.negro{
    background: black;
    color: white;
    font-size: 20px;
    padding: 30px 30px;
}
.negro strong{
    width: 100%;
    font-size: 27px;
    font-family: "Merriweather", serif;
    display: inline-block;
    margin-bottom: 20px;
}
.negro img{
    height: 200px;
}


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


.p{
    cursor: pointer;
}
.p img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.p strong{
    background: #62b449;
    width: 100%;
    font-size: 22px;
    font-family: "Merriweather", serif;
    text-align: center;
    color: white;
    display: inline-block;
}
.p:hover strong{
    text-shadow: 2px 2px 2px black;
}


.objetivos{
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
}



.titulo{
    text-align: center;
    font-family: "Merriweather", serif;
    color: #62b449;
    font-size: 30px;
    margin-bottom: 30px;
}


.i{
    text-align: center;
}
.i img{
    height: 120px;
}
.i strong{
    width: 100%;
    display: inline-block;
}


.flip{
    background: #212121;
    padding-top: 30px;
    padding-bottom: 30px;
}


.pro{
    text-align: center;
    margin-bottom: 50px;

    overflow: hidden;
}
.pro img{
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.pro strong{
    width: 100%;
    text-align: center;
    font-size: 22px;
    display: inline-block;
}


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

.seccion{
    font-size: 20px;
    line-height: 30px;
}
.seccion strong{
    font-size: 22px;
}

.imagen img{
    width: 100%;
}
.imagen iframe{
    width: 100%;
    height: 300px;
}


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


.cuadro{
    background: #f7f7f7;
    padding: 20px;
}
.cuadro img{
    height: 100px;
}
.cuadro strong{
    width: 100%;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
}


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


footer{
    background: #62b449;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 40px;
    padding-top: 40px;
}
footer img{
    height: 30px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}



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

}

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

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

}

@media screen and (max-width:768px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .dosMenu{
        padding: 12px 0;
    }
    .menuSec{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
    }
    .menuSec ul{
        display: block !important;
    }
}

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