* {
    box-sizing: border-box;
}
img {
    display: block;
    max-width: 100%;
}

h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: -2px;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    margin: 0;
}
.contenedor {
    margin: auto;
    width: 99%;
}

.zoom {
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.zoom:hover {
    -webkit-transform: scale(1.12,1.12);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 200ms;
    -moz-transform: scale(1.12,1.12);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 200ms;
}

.info_img {
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.info_img:hover {
    -webkit-transform: scale(.90,.90);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 100ms;
    -moz-transform: scale(.90,.90);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 100ms;
}

.cursos__img {
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.cursos__img:hover {
    -webkit-transform: scale(.97,.97);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 100ms;
    -moz-transform: scale(.97,.97);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 100ms;
}

.verde:hover {
    color: #225208;
}

.azul:hover {
    color: #5589C2;
}

/*----------------Estilos del Header-----------------*/
.header {
    height: 60px;
}
.header .contenedor {
    display: flex;
    justify-content: space-between;
}

.logo, .icon-menu{
    margin: 15px;
    color: #5589C2;
}

.icon-menu{
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    background: #225208;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    margin-left: auto;
    cursor: pointer;
}

/*----------------Estilos del menu-----------------*/
.nav{
    position: absolute;
    top: 75px;
    left: -100%;
    width: 100%;
    transition: all 0.5s;
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu__link {
    display: block;
    padding: 15px;
    background: white;
    text-decoration: none;
    color: #225208;
}
.menu__link:hover {
    background: #225208;
    color: white;
}

.mostrar {
    left: 0;
}


/*----------------Estilos del Banner-----------------*/

.banner {
    margin-top: -60px;
    position: relative;
    z-index: -1000;
    margin-bottom: 20px;
}

.banner .contenedor {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color: #225208;
    text-align: center;
}

.banner__txt {
    display: none;
}

/*----------------Estilos del Info-----------------*/
.info {
    margin-top: -10px;
}
.info__weare {
    margin-top: -40px;
}

.info__columna {
    background: #225208;
    color: #fff;
    padding: 15px;
    margin-bottom: 0px;
}

.info__weare__columna {
    background: #F5F5F5;
    color: #000000;
    padding: 15px;
    margin-bottom: 0px;
}

.info__services__columna {
    background: #FF5E35;
    color: white;
    padding: 15px;
    margin-bottom: 0px;
}
.info__customers__columna {
    background: #F5F5F5;
    color: black;
    padding: 15px;
    margin-bottom: 0px;
}
.product__columna_verdepar {
    background: #225208;
    color: white;
    padding: 15px;
}
.product__columna_blancapar {
    background: white;
    color: black;
    padding: 15px;
}
.product__columna_blancainpar {
    background: #F5F5F5;
    color: black;
    padding: 15px;
}
.complemento, .rfe {
    margin: 10px auto;
    width: 70%;
    background-color: #225208;
    display: flex;
    align-items: center;
    justify-content: center;
}
.negocios, .condominios {
    margin: 10px auto;
    width: 80%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
                
.contaelectronica, .ascuatro {
    margin: 10px auto;
    width: 60%;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nadro {
    margin: 10px auto;
    width: 50%;
    background-color: #5488C1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer__box {
    height: 160px;
}

/*----------------Estilos de Cursos-----------------*/


.cursos__columna {
    position: relative;
    margin-bottom: 0px;
}

.cursos__descripcion {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    width: 60%;
    height: 100%;
    padding: 5px;
    font-size: 12px;
}

.cursos__titulo {
    font-size: 25px;
    margin: 10px 0;
}

/*----------------Estilos de Clientes-----------------*/

.customer__box {
    background: #5488C1;
    color: white;
    padding: 25px;
}



/*----------------Estilos de Footer-----------------*/

.footer {
    background: #FF5E35;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 60px;
}


.footer .social [class^="icon_"]{
    display: inline-block;
    color: #FF5E35;
    text-decoration: none;
    font-size: 30px;
    padding: 5px;
    background: white;
    border-radius: 20%;
    width: 50px;
    height: 50px;
    line-height: 40px;
}


/*----------------Estilos de Responsive-----------------*/

@media(min-width:480px) {
    .logo {
        font-size: 40px;
    }
    .banner__titulo {
        font-size: 30px;
        margin: 5px 0;
    }
    .banner__txt {
        display: block;
        font-size: 20px;
        margin: 7px 10px;
    }
    .info {
        display: flex;
        justify-content: space-between;
        margin-top: -30px;
    }
    .info__columna {
        width: 50%;
    }
    .info__titulo {
        font-size: 20px;
        margin: 5px 0;
    }

    .info__weare {
        display: flex;
        height: 360px;
        margin-top: -20px;
    }

    .info__weare__titulo {
        font-size: 28px;
        margin: 90px 10px;
    }

    .info__weare__columna {
        width: 50%;
    }

    .info__weare__detail {
        font-size: 18px;
        margin: 50px 10px;
    }
    .info__services__columna {
        width: 50%;
    }
    .info__services {
        display: flex;
        height: 360px;
        margin-top: 0px;
    }
    .info__services__detail {
        font-size: 18px;
        margin: 50px 10px;
    }
    .info__services__titulo {
        font-size: 28px;
        margin: 90px 10px;
    }
    .cursos {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .cursos__columna {
        width: 33.33%;
    }
    .info__customers {
        display: flex;
        height: 340px;
        margin-top: 0px;
    }
    .info__customers__titulo {
        font-size: 28px;
        margin: 90px 10px;
    }
    .info__customers__detail {
        font-size: 18px;
        margin: 50px 10px;
    }
    .info__customers__columna {
        width: 50%;
    }
    .products1, .products2, .products3 {
        display: flex;
    }
    .product__columna_verdepar {
        width: 50%;
    }
    .product__columna_blancapar {
        width: 50%;
    }
    .product__columna_blancainpar {
        width: 50%;
    }
    
    .customer__box {
        width: 80%;
    }
    .customer_banner {
        display: flex
    }

}
@media(min-width:768px) {
    .banner__titulo {
        font-size: 50px;
    }

@media (min-width:1024px) {
    .nav {
        position: static;
        width: auto;
    }
    .menu {
        display: flex;
    }
    .icon-menu {
        display: none;
    }
    .menu__link {
        background: none;
        font-size: 20px;
    }
    .select {
        color: #225208;
        background: #225208;
        
    }

    .contenedor {
        margin: auto;
        width: 1300px;
    }

}    
}
