
        /* ============ inicia media queries =============1 */

@media screen and (min-width:1280px){
    

}

                           /*=======************  queries ***2 */


@media screen and (max-width:1279px){
    .btn-menu {
        display: block;
        font-size: 3em;
        margin-right: 20px;
    }       
    .links{
        display: none;
    }
    .logo-nombre {
        width: 100%;
        display: flex;
        justify-content: space-between;
/*        background: red;*/
    }


}
                        /*=========************  queries ***3 */


@media screen and (max-width:920px){
    .hero__textos{

    }
    h1 {
        margin: 0px;
    }
    .hero__logo {
        flex-direction: column;
/*        border: 1px solid red;*/
    }
    #cta {
        display: flex;
        align-items: center;
/*        background: red;*/
    }
    .cta {
        width: 100%;
    }
    #logo img{
        height: 90%;
    }
    .container--carrousel{
        padding: 0;
        flex-direction: column;
    }
    .container--carrousel-left{
        margin-bottom: 20px;
    }
    
    .clientes__card{
        width: 40%;
        max-width: 50%;
    }
    .newsletter {
        width: 80%;
    }
}
                           /***************** mas queries ***4 */

@media screen and (max-width:610px){

    .title {
        font-size: 4rem;
    }
    .lema {
        font-size: 3rem;
    }
    
    .title__footer {
        text-align: center;
    }
    .container h2{
        font-size: 35px;
    }
    .container p{
        font-size: 24px;
    }
    #logo img{
        width: 100%;
    }
    .logo__name {
        font-size: 1.5rem;
    }
    .get-email{
        width: 100%;
    }
    .what {
        margin-top: 10px;
        
    }
    .container-bg{
        flex-direction: column;
/*        border: 1px solid red;*/
    }
    .card , .background{
        width: 100%;
        max-width: 100%;
/*        border: 6px solid blue;*/
    }
    .newsletter{
        width: 100%;
    }
    .footer__caption {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        
    }
}

                          /***************** mas queries ***5 */
@media screen and (max-width:410px){

    
}

