@media (max-width: 1200px) {

    .owl-prev {
        width: 30px;
        margin-left: 10px!important;
    }

    .owl-next {
        width: 30px;
        margin-right: 10px!important;
    }  
} 

@media (max-width: 950px) {

    .header {
        padding: 1rem 0 0 5rem;
    }

    .header_claim p {
        margin-bottom: 1.5rem;
        font-size: 2em;
    }

    .cta_text {
        font-size: 1.3rem;
    } 


    .description_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .description_article {
        margin-left: 0;
        width: 80%;
    }

    .description > p {
        font-size: 20px;
        width: 90%;
    }
}


@media (max-width: 900px) {

    .menu {
        padding: 1rem 3rem;
    }

    .nav-ul {
        height: 20vh;
        display: none;
        width: 100%;
        flex-direction: column;
        padding: 0;
        
    }

    .nav-ul li {
        margin-bottom: 3rem;
    }

    .nav-ul li a {
        margin-left: 0;
    }

    .nav-ul li:last-of-type {
        margin-bottom: 0;
    }

    .nav-ul.show {
        display: flex;
    }

    .hamburguer {
        display: block;
    }

    .brands p {
        width: 70%;
    }
    .rsc_vision p {
        width: 70%;
    }

    .rsc_objectives ul {
        width: 70%;
    }

}


@media (max-width: 768px) {
    .rsc_summary {
        background-position: center left 30px,
                             center right 30px;
    }

    .rsc_summary p {
        width:60%;
    }

    .rsc_vision {
        background-image: none;
    }

}

@media (max-width: 500px) {
    html, body {
        font-size: 16px;
    }

    h2 {
        font-size: 1.3em;
        width: 90%;
    }

    .header {
        padding: 1rem 0 0 2rem;
        height: 60vh;
    }

    .header_claim p {
        font-size: 1.5em;
    }
    

    .cta_text{
        font-size: 1rem;
        height: 52px;

    }

    .cta_icon {
        height: 52px;
    }

    .cta_arrow {
        width: 10px;
    }

    .description {
        padding: 3rem 0;
    }

    .description_content {
        width: 100%;
    }

    .brands {
        background-image: none, none;
    }

    .rsc {
        background-image: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.6)), url(./../images/fondo-inferior@3x.png);
        background-position: 10%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .rsc_vision {
        padding: 4rem 0 0rem 0;
    }

    .rsc_vision p{
        width: 80%;
    }

    .rsc_objectives {
        background-image: none;
        height: auto;
    }

    .rsc_objectives ul {
        width: 80%;
    }
    .rsc_objectives ul li {
        font-size: 1em;

    }

    .rsc_objectives ul li:last-child {
        margin-bottom: 3rem;
    }

    .rsc_summary {
        background-image: none;
    }

    .rsc_summary p {
        width: 85%;
    }

    .rsc_triangle {
        display: none;
    }
    
    .claim_final {
        text-align: center;
        font-size: 1.2rem;
    }  

    .carrousel_image_wrapper {
        width: 20%;
    }

}


/* PILARES & TEAM */

@media (max-width: 950px) {
    .pilares_container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pilares_container article {
        width: 80%;
        margin-left: 0;
    }

    .pilares article:nth-of-type(3) {
        margin-bottom: 2rem!important;
    }
  
}

@media(max-width: 840px){
    .pilares_container {
    display: none;
}

@media (max-width: 900px) {

    article br {
        display: none;
    }

    .team {
        padding: 5rem 3rem;
        background-image: url(./../images/recurso-mobile-\(2\).png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .team_content {
        display: flex;

    }


    .team_foto {
        display: none;
    }


}

@media (max-width: 500px) {
    .pilares {
        padding: 3rem 2rem;
        background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(./../images/imagen-fondo-4@3x.png);;
    }

    .pilares h2 {
        color: #1F36B6; 
    }

    .team img {
        display: none;
        background-image: url(./../images/recurso-mobile-\(1\).png);
        ;
    }

    .team_content {
        width: 100%;
    }
}}





