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

    .inside{
        max-width: 94%;
    }

    #unete .inside {
        grid-template-columns: 1fr 1fr;
    }

}

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

    h2 {
        font-size: 43px;
        line-height: 50px;
    }

    #unete h3 {
        font-size: 28px;
        line-height: 35px;
    }

}

@media only screen and (max-width: 760px) {
    
    header {
        padding-top: 20px;
    }

    #banner {
        font-size: 34px;
        line-height: 42px;
        padding-top: 60px;
        height: calc(100vh - 60px);
    }

    #ico_mano {
        width: 35px;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    #novedades .inside a {
        top: 5px;
        font-size: 15px;
    }

    h3 {
        font-size: 19px;
        line-height: 25px;
    }

    #somos {
        padding-top: 30px;
    }

    #somos h2 {
        width: 100%;
    }

    #somos a {
        font-size: 18px;
        display: block;
        width: 100%;
    }

    .grid_2 {
        padding-top: 10px;
        grid-template-columns: 1fr;
    }

    .title {
        font-size: 25px;
        line-height: 30px;
    }

    .subtitle {
        font-size: 20px;
        line-height: 30px;
    }

    .description {
        font-size: 14px;
        line-height: 21px;
    }

    #equipos_div:before{
        display: none;
    }

    #equipo_carrusel {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #equipo_carrusel .slider {
        width: 100%;
        display: block;
    }

    #equipo_carrusel .slider .miembros {
        transform: translate(70px, -60px);
    }

    #equipo_carrusel .slider figure {
        max-width: calc(100vw - 90px);
    }

    #equipo_carrusel .slider figure img {
        max-width: 235px;
    }

    #equipo_carrusel .slider h2 {
        height: 60px;
        width: 200vh;
    }

    #unete .inside {
        padding-top: 10px;
        grid-template-columns: 1fr;
    }

    #unete h3 {
        padding-left: 0px;    
        font-size: 20px;
        line-height: 25px;
    }

    #unete a {
        font-size: 16px;
        line-height: 25px;
        padding-left: 0px;
    }

    footer {
        margin-top: 100px;
    }

    footer .inside {
        padding-top: 40px;
        grid-template-columns: 1fr; 
        text-align: center;
        gap: 25px;       
    }

    footer .inside h2{
        text-align: center;
    }

    footer .bordered {
        margin-top: 30px;
    }

    footer .bordered a{
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }

    footer .inside img{
        margin: 0 auto;
    }

    footer .bordered a:after {
        content: '';
        width: 35px;
        height: 1px;
        background-color: #2C2B2B;
        position: absolute;
        top: initial;
        bottom: -10px;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }

    .slider-wrap li {
        padding-right: 40px;
    }

    .slider-wrap li figure{
       width: 250px;
    }

    .slider-wrap li figure.imgs2{
        width: 320px;
     }

    #equipo_carrusel.visible .slider {
        width: 100%;
    }

}
