@media (min-width: 1200px) {
    .container {
        max-width: 1920px;
    }
}


@media (max-width: 1580px) {
    body {
        padding-top:0px;
    }

    .header {
        padding-top:15px;
    }

    .logo {
        height:24px;
    }

    .links a {
        font-size:16px;
        text-decoration:none;
        transition:color 0.3s;
    }
    .blog-item .resume {
        font-family: "Restart Hard Light";
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 18px;
    }
    .footer .links-foooter a {
        font-size: 16px;
        line-height: 16px;
    }
    .footer .timer {
        font-size: 16px;
        color: #ffffff;
        margin-top: 0px;
        margin-bottom: -2px;
    }
    .status {
        margin-top: -5px;
    }
    .footer #status {
        font-size: 16px;
        color: #ffffff;
        display: inline-block;
        float: left;
        margin-top: 7px;
        margin-left: 8px;
    }
    .footer .title {
        font-size: 23px;
        margin-bottom: 4px;
        color: #ffffff;
    }
    span.isotipo {
        display: block;
        height: 60px;
        padding-left: 45px;
        background-image:url('images/svg/triangulo_naranja.svg');
        background-repeat:no-repeat;
        margin-top: -15px;
        background-size: contain;
        padding-top: 21px;
    }


    .language a {
        display:inline-block;
        margin-left:0px  !important;
        margin-right:0px !important;
        font-size:14px;
        margin-top:0px;
    
    }

    .menu {
        top: 3px;
    }

    .spc-top {
        margin-top: 150px;
    }

    .h1 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    
    .stext {
        font-size: 25px;
        line-height: 30px;
    }

    .buttons .button {
        margin-right: 0px;
        font-size: 15px;
        min-width: 180px;
    
    
    }
    .xstext {
        font-family: "Restart Hard Light";
        font-size: 20px;
        line-height: 30px;
    }
    .orange-button {
        font-size: 15px;
        max-width: 180px;
    }

    .buttons-products {
        text-align: center;
        padding-left: 10px;
    }

    .buttons-products a {
        padding: 15px 20px;
    }

    .catalog-btn {
        font-size: 15px;
        padding: 10px 20px;
        min-width: 180px;
    }
    
    
}




@media (max-width: 1036px) {
    body {
        padding-top:0px;
    }
    .menu-mobile .redes a {
        color: #fff !important;
        font-size: 17px !important;
    }
    .menu-mobile .redes {
        color: #fff !important;
        font-size: 17px !important;
    }

    .logo {
        height: 24px;
    }
    .menu .menu-icon span:first-child {
    margin-top: 5px;
    }
    .header {
        padding-top:15px;
    }

    .logo {
        height:18px;
    }

    .links a {
        font-size:16px;
        text-decoration:none;
        color:#000;
        transition:color 0.3s;
    }

    span.isotipo {
        display: block;
        height: 60px;
        padding-left: 50px;
        background-image: url(images/isotipo.png);
        background-repeat: no-repeat;
        margin-top: -15px;
        background-size: contain;
        padding-top: 15px;
    }
    .menu .menu-icon  {
        float: right;
        margin-left: 20px;
        display: block;
        margin-right:10px;
    }

    .menu {
        top: 4px;
        right:0px;
    }

    .menu .language a {
        font-size:12px;
        margin-top:3px;
    }

    .menu .language a:hover {
        color:#000;
    }
    
    .menu .language a.active {
        color:#000;
        font-family:"Restart Hard Medium";
        margin-top: 3px;
    }

    .footer .title {
        font-size: 20px;
        margin-bottom: 5px;
        color: #ffffff;
    }


.footer .timer {
    font-size: 16px;
    color: #ffffff;
    margin-top: 0px;


}

.footer #status_icon.close {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius:15px;
    display: inline-block;
    float: left;
    margin-top: 7px;
    margin-right: 0px;
}



.footer #status_icon.open {
    background-color: #00ff00;
    width: 17px;
    height: 17px;
    border-radius:17px;
    display: inline-block;
    float: left;
    margin-top:7px;
    margin-right: 5px;
}

.footer #status {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    float: left;
    margin-top: 4px;
    margin-left: 8px;

}

.footer .links-foooter a {
    font-size: 16px;
    text-decoration:none;
    display: inline-block;
    color:#ffffff;
    transition:color 0.3s;
    margin-bottom: 3px;
}

.footer .links-foooter a i {
    background-color:#ffffff;
    display:block;
    height:1px;
    margin-top:0px;
    width:0;
    transition:width 0.3s;

}

.footer .links-foooter a:hover {
    color:#ffffff;
}

.footer .links a:hover i {
    background-color:#ffffff;
    height:1px;
    margin-top:0px;
    width:100%;
}

.footer .links-foooter a.active {
    color:#ffffff;
}

.footer .links-foooter a.active i {
    background-color:#ffffff;
    height:1px;
    margin-top:0px;
    width:100%;
}

.blog-item .resume.big {
    font-family:"Restart Hard Light";
    font-size: 16px;
    line-height: 18px;
    color:#2f2f2f;
    margin-bottom: 20px;
}
    
}

/* Estilos para tablets (pantallas entre 768px y 1024px) */
@media (max-width: 1036px) {
 .links {
        display: none !important;
    
    }

    .header {
        padding-top:10px;
        padding-bottom:10px;
    }

    .footer {
        margin-bottom:20px;
    }

    
    .footer-zelios {
        height:36px;
        float:right;
        
    }
    
    
    
    .footer-torraspapel {
        height:20px;
        float:left;
        margin-right:20px;
        margin-top:10px;
    }
    
    
    .footer-sam {
        height:24px;
        float:left;
        margin-top:5px;
    }

    .spc-top {
        margin-top: 60px;
    }

    .h1 {
        font-size: 28px;
        line-height: 28px;
    }
    
    .stext {
        font-size: 17px;
        line-height: 20px;
    }

    input[type="text"] {
        font-size: 15px;
        margin-bottom: 10px;
    }
    textarea {
        font-size: 15px;
        min-height: 100px;
        margin-bottom: 10px;

    }
    form label {
        font-size: 15px;
    }

    input[type="checkbox"] {

        width: 20px;
        height: 20px;
        margin-right: 10px;

    }

    .button-send{
        background-color:#465856;
        color:#fff;
        font-size: 15px;
        font-family:"Restart Hard Light";
        padding: 10px 20px;
        text-decoration:none;
        min-width: 150px;   
        display:inline-block;
        margin-top: 20px;
        border-radius: 10px;
        transition:background-color 0.3s;
        max-width:350px;
        text-align:center;
        border:none;
    }

    .ptext {
        font-size: 15px;
        line-height: 20px;
    }

    .brownbox .stext {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 5px;
        max-width: 250px;
        display: inline-block;
    }   

    .brownbox.sustainability .stext {
        font-size: 17px;
        line-height: 19px;
        margin-bottom: 5px;
        max-width: 250px;
        display: inline-block;
        max-width: 77% !important;
    }

    .catalog .info .h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .catalog {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0px !important;
    }

    .footer {
        min-height: 280px;
        margin-bottom: 35px;
        padding-top: 10px;
        padding-bottom: 100px;
    }

    .xstext {
        font-size: 15px;
        line-height: 20px;
    }

    .page-text {
        font-family: "Restart Hard Light";
        font-size: 14px;
        line-height: 19px;  
    }

    .greenbox .h1 {
        margin-left: -40px;
        margin-top: 30px;
    }
    .greenbox .stext {
        margin-left: -40px;
    }



    #about-block-img {
        position: static !important;
        margin-bottom:-50%;
    }


    .blog-item .title {
        font-size: 23px;
        line-height: 28px;
        min-height: 40px;
    }
    
    .blog-item .resume {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 20px;
    }

    .blog-item .read-more {
        font-size: 15px;
        line-height: 15px;
        padding: 10px 20px; 
        margin-bottom:40px;
    }

    .blog-line {
        height: 60px;
    }

  
    canvas {
        width: 100%;
        height: auto;
    }


}

/* Estilos para pantallas pequeñas (pantallas de hasta 767px) */
@media (max-width: 767px) {
    /* Tus estilos aquí */

    .footer .title {
        margin-top: 20px;
        color: #ffffff;
    }

    .buttons {
        margin-bottom: 50px;
    }

    .buttons.home {
        margin-bottom: -27px;
    }

    .buttons .button {
        margin-right: 0px;
        font-size: 15px;
        min-width: 180px;
   

    }

    .orange-button {
        font-size: 15px;
        max-width: 180px;
    }

    .footer {
        padding-bottom: 30px;
    }

    .brownbox  {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .greenbox .h1 {
        margin-left: -40px;
        margin-top: 50px;
    }

    .greenbox {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 150px;
    }

    .buttons .button:first-child {
        margin-left: 0px;
        margin-top:30px;
    }

    .spc-top-fix {
        margin-top: 0px;
    }

    .buttons .button {
        margin-right: 0px;
        font-size: 20px;
        min-width: 180px;
        margin-top: 10px;
    }

    .buttons.home.text-center .button {
        font-size: 18px;
    }

    

    .xstext {
        font-size: 17px;
        line-height: 20px;
        margin-top: 5px;
    }

    .buttons-products a {
        font-size: 14px;
        padding: 15px 20px;
        width: 33%;
    }
    .buttons-products {
        text-align: center;
        padding-left: 10px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .buttons-products a {
        font-size: 14px;
        padding: 15px 20px;
        width: 50%;
        flex: 1 1 calc(50% - 20px);
        box-sizing: border-box;
    }

    .menu-mobile .main a {
        color: #fff;
        font-size: 30px;
    }

    .menu .menu-icon {
        float: right;
        margin-left: 20px;
        display: block;
        margin-right: 20px;
    }
 
    

    canvas {
        width: 100%;
        height: auto;
    }

    .greenbox .stext {
        margin-right: 15px;
    }

    input[type="text"], textarea {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .button-send {
        margin-top: 40px;
    }
    .ptext {
        font-size: 17px;
        line-height: 19px;
    }

    .blog-line {
        height: 70px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .blog-item .title {
        font-size: 23px;
        line-height: 28px;
        min-height: 23px;
    }

    .blog-item .resume {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 20px;
    }


  .blog-item {
    text-align: center;
  }

  .blog-item .title, .blog-item .resume {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }

    .blog-item .read-more {
        font-size: 17px;
        line-height: 15px;
        padding: 20px 35px;
        margin-bottom: 40px;
        display: inline-block;
    }

    .lightgray {
        background-color: #00000005;
        padding-top: 40px;
    }

    .fix_h1_notop{
        margin-top: 0px !impor
    }

    .hashtags {
        width: 100%;
    }

    .fix_triangulo {
        max-width: 90px;
    }

    .pg {
        text-align: center;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        
    }

    .pg .read-more {
        display: inline-block !important;  
        float: none !important;
    }

    .menu-mobile .redes a {
        color: #fff !important;
        font-size: 17px !important;
    }
    .menu-mobile .redes {
        color: #fff !important;
        font-size: 17px !important;
    }

    .blog-item .title.big br {
        display: none !important;

    }

    .logo {
        height: 24px;
    }
    .menu .menu-icon span:first-child {
    margin-top: 5px;
    }

    .blog-item .title, .blog-item .resume {
        text-align: left;
        margin-left: 0px;
        margin-right: 20px;
    }



    .buttons-products a {
        font-size: 14px;
        padding: 15px 20px;
        flex: 1 1;
        width: 30%;
        flex: 0 0 calc(50% - 20px);
    }
}