@media only screen and (max-width:1330px){
    .searchInputContainer input {
        width: 120px;
    }

    li.ax-nav_item {
        padding: 0 25px;
    }

    footer{
        position: relative;
    }
}

@media only screen and (max-width:1060px){
    h3 {
        font-size: 25px;
        line-height: 20px;
    }

    /*Header*/
    a.menu-responsive{
        display: block;
        cursor: pointer;
        width: 30px;
    }

    ul.ax-nav_children_wrapper .ax-nav_item {
        line-height: 15px;
    }

    .icon-bar {
        display: block;
        width: 30px;
        height: 4px;
        border-radius: 4px;
        background: white;
        margin-bottom: 6px;
        transition: all 150ms cubic-bezier(0.32, 0, 0.8, 1);
    }
    
    .icon-bar:last-child {
        width: 20px;
        margin: 0;
    }

    .menuBgetal {
        display: none;
        grid-column: 1/4;
        padding: 30px 0 0;
    }
    
    .conMenu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .buscador {
        grid-column: 3/4;
        grid-row: 1;
        position: absolute;
        right: 3%;
        top: 22px;
    }
    
    a.menu-responsive:hover .icon-bar {
        background: var(--yellow);
    }

    a.menu-responsive.active .icon-bar:first-child {
        transform: rotate(45deg);
    }
    
    a.menu-responsive.active .icon-bar:nth-child(2) {
        transform: rotate(135deg);
        margin-top: -14px;
    }
    
    a.menu-responsive.active .icon-bar:last-child {
        display: none;
    }

    .searchInputContainer input {
        width: 30px;
        height: 37px;
        padding: 11px 19px;
        transition: all .3s;
    }

    .ax-logo {
        text-align: center;
    }

    .searchInputContainer input:focus {
        width: 230px;
        padding: 10px 40px;
    }

    .searchInputContainer input.active{
        width: 230px;
        padding: 10px 40px;
    }

    li.ax-nav_item {
        float: none;
        margin-bottom: 21px;
        border: 0;
    }
    
    ul.ax-nav_list {
        width: fit-content;
    }

    header {
        padding-bottom: 15px;
    }

    header:after {
        bottom: -30px;
    }

    header:before {
        width: 130px;
        height: 40px;
        bottom: -45px;
    }
}

@media only screen and (max-width:980px){
    .ax-nav_children_wrapper {
        border: 1px solid yellow;
        border-top: 0;
    }

    p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 0;
    }

    /*Botón sticky*/
    .contSticky_calculadora {
        top: 130px;
        right: 5px;
    }

    .shopify-buy-frame--toggle.is-active.is-sticky {
        right: 17px;
        top: 62%;
    }
    
    .modal {
        width: 300px;
        right: 10px;
        top: 105px;
        padding: 10px 20px 10px 10px;
    }
    
    .contSticky_calculadora img {
        width: 80px;
    }
    
    .calcula {
        display: none;
    }
    
    .modal p {
        font-size: 12px;
    }

    /*Footer*/
    .contFooter {
        display: block;
    }
    
    img.logoFooter {
        float: none;
        padding-bottom: 15px;
        margin-right: 0;
    }
    
    .datosF {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }
    
    .datosF:after {
        content: none;
    }
    
    .datosF.no-border {
        padding: 0;
    }
    
    .redes {
        column-gap: 15px;
        justify-content: center;
    }

    .redes a:hover {
        background: #323232;
    }
    
    .contTerminos a {
        font-size: 11px;
        display: block;
        line-height: 25px;
    }
    
    .contTerminos {
        padding: 10px 0;
    }
    
    .logoFooter {
        text-align: center;
    }

}

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

    :root {
        --max-width: min(90%, 1320px);
      }

    .ax-logo{
        visibility: hidden;
    }

    .ax-logo.active{
        visibility: visible;
    }

    .home-slider__wrapper .swiper-slide:before {
        width: 100%;
    }

    .conMenu {
        grid-template-columns: 45px 1fr 1fr 1fr 1fr;
    }

    h3.tituloPerfil {
        font-size: 50px;
        line-height: 35px;
    }

    .descripcion-perfil {
        margin-bottom: 0;
        text-align: left;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 30px;
    }

    a.ax-arriba {
        right: 10px;
        bottom: 10px;
    }
    
    .contenido_banner p {
        padding-right: 10px;
    }
}

@media only screen and (max-width:480px){
    .home-slider__wrapper .swiper-slide:before {
        bottom: 0 !important;
        top: inherit !important;
        background: rgba(255,255,255,0);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(67,67,67,0) 31%, rgba(0,0,0,0.18) 42%, rgba(0,0,0,0.82) 82%, rgba(0,0,0,0.93) 95%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(31%, rgba(67,67,67,0)), color-stop(42%, rgba(0,0,0,0.18)), color-stop(82%, rgba(0,0,0,0.82)), color-stop(95%, rgba(0,0,0,0.93)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(67,67,67,0) 31%, rgba(0,0,0,0.18) 42%, rgba(0,0,0,0.82) 82%, rgba(0,0,0,0.93) 95%);
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(67,67,67,0) 31%, rgba(0,0,0,0.18) 42%, rgba(0,0,0,0.82) 82%, rgba(0,0,0,0.93) 95%);
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(67,67,67,0) 31%, rgba(0,0,0,0.18) 42%, rgba(0,0,0,0.82) 82%, rgba(0,0,0,0.93) 95%);
    }



    h4.points {
        font-size: 19px;
    }

    .ax-logo img {
        width: 100px;
    }
    
    .buscador {
        zoom: 0.8;
        top: 20px;
        margin-right: 3%;
    }

    a.menu-responsive {
        zoom: 0.8;
        margin-top: 4px;
    }

    .btn-regresar {
        margin: 0 0 20px 0px;
    }

    .cont-cookies {
        text-align: left;
        padding: 10px;
    }
    
    .cont-cookies p {
        text-align: center;
    }
}

@media only screen and (max-width:380px){
    h1 {
        font-size: 25px;
        line-height: 23px;
    }

    h5 {
        font-size: 18px;
        line-height: 22px;
    }

    h6 {
        font-size: 14px;
        line-height: 16px;
    }
    
    p {
        font-size: 12px;
        line-height: 17px;
    }

    .contenido_banner p {
        max-width: 280px;
    }
}

@media only screen and (max-width:340px){
    .buscador {
        zoom: 0.8;
        padding-top: 2px;
    }

    .container {
        padding: 0 5px;
    }
}
