

@font-face
{
    font-family: "Restart Hard Regular";
    src: url('fonts/RestartHard-Regular.woff2') format('woff2'), url('fonts/RestartHard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.regular {font-family:"Restart Hard Regular" !important;}


@charset "UTF-8";
@font-face
{
    font-family: "Restart Hard Medium";
    src: url('fonts/RestartHard-Medium.woff2') format('woff2'), url('fonts/RestartHard-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.medium {font-family:"Restart Hard Medium"}

@font-face
{
    font-family: "Restart Hard Light";
    src: url('fonts/RestartHard-Light.woff2') format('woff2'), url('fonts/RestartHard-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.light {font-family:"Restart Hard Light"}

@font-face
{
    font-family: "Restart Hard ExtraLight";
    src: url('fonts/RestartHard-ExtraLight.woff2') format('woff2'), url('fonts/RestartHard-ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.extralight {font-family:"Restart Hard ExtraLight"}

.primary-color {
    background-color:#F9423A;

}

body {
    padding-top:44px;
    margin-bottom: 35px;
}

.header {
    padding-top:15px;
    position:sticky;
    position: sticky;
    top: 0px;
    background: #fff;
    width: 100%;
    z-index: 1000;
    padding-top: 30px;
    margin-top: -20px;
    padding-bottom: 15px;
    background: #fff;
    width: 100%;
    z-index: 1000;
    padding-bottom: 15px;
}



.logo {
    height:33px;
}


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

.links a {
    font-size: 20px;
    text-decoration: none;
    color: #465856;
    margin-top: 6px;
    transition: color 0.3s;
}

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

}

.links a:hover {
    color:#465856 !important;
}

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

.links a.active {
    color:#465856;
}

.links a.active i {
    background-color:#F9423A;
    height:1px;
    margin-top:-2px;
    width:100%;
}


span.isotipo {
    display:block;
    height:86px;
    padding-left:75px;
    background-image:url('images/svg/triangulo_naranja.svg');
    background-repeat:no-repeat;
    margin-top:-15px;
    padding-top:21px;
}


.menu {
    float: right;
    margin-top: 0px;
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    margin-top: -3px;

}

.menu .language {
    display:inline-block;
    float: left;
    margin-top: 4px;

}

.menu .language a {
    display:inline-block;
    margin-left:0px  !important;
    margin-right:0px !important;
    font-size:14px;
    text-decoration:none;
    color: #465856;
    float: left;
    margin-top: 0px;
}

.menu .language a:hover {
    color:#465856;
}

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


.menu .language span {
    display:inline-block;
    margin-top:5px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    width: 1px;
    float: left;
    background-color: #000;
}




.menu .menu-icon  {
    float: right;
    margin-left: 20px;
    display: none;
}
.menu .menu-icon span {
    background-color:#F9423A;
    width: 5px;
    height: 5px;
    display: block; 
    margin-bottom: 2px;

}

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

}


.footer-zelios {
    height:57px;
    float:right;
    
}



.footer-torraspapel {
    height:35px;
    float:left;
    margin-right:30px;
    margin-top:10px;
}


.footer-sam {
    height:42px;
    float:left;
    margin-top:5px;
}

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

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


}

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

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

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

}

.footer .links-foooter a {
    font-size: 20px;
    line-height: 25px;
    text-decoration:none;
    display: inline-block;
    color:#ffffff;
    font-family:"Restart Hard Light";
    transition:color 0.3s;
    margin-bottom: 3px;
}

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

}

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

.footer .links-foooter 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%;
}

.h1 {
    font-family:"Restart Hard Medium";
    font-size: 70px;
    line-height: 70px;
}

.stext {
    font-family:"Restart Hard Light";
    font-size: 40px;
    line-height: 45px;
}
.xstext {
    font-family:"Restart Hard Light";
    font-size: 30px;
    line-height: 35px;
}


.ptext {
    font-family: "Restart Hard Light";
    font-size: 25px;
    line-height: 30px;
}

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


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

.greenbox {
    background-color:#465856;
    margin-bottom:  200px;
}

.brownbox {
    background-color:#d0c7c3;
    margin-bottom:  150px;
    margin-top: 200px;
}

.brownbox img {
    margin-top: -150px;
}
.buttons {
    margin-bottom: -27px;

}

.buttons .button {
    background-color:#465856;
    color:#fff;
    font-size: 25px;
    font-family:"Restart Hard Light";
    padding: 10px 20px;
    text-decoration:none;
    min-width: 228px;   
    display:inline-block;
    margin-right: 50px;
    margin-top: 20px;
    border-radius: 10px;
    transition:background-color 0.3s;
}
.buttons .button:first-child {
margin-left: 50px;
}

.buttons .button:last-child {
    margin-right: 0px;

}

.beige {
    color:#d0c7c3;
}

#sustainability-img {
    margin-bottom: -30px;
}

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

.orange-button:hover {
    background-color:#F9423A !important;
    color:#fff;
    text-decoration:underline !important;
}

input[type="text"] {
    font-family:"Restart Hard Light";
    font-size: 25px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #F9423A;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 20px;
    outline: none;

}

textarea {
    font-family:"Restart Hard Light";
    font-size: 25px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #F9423A;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 20px;
    min-height: 200px;
    outline: none;
}

textarea:focus, input[type="text"]:focus {
    border-bottom: 1px solid #F9423A;
}

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

.button-send:hover {
    background-color:#F9423A;
    color:#fff;
    text-decoration:none;
    cursor:pointer;
}


input[type="checkbox"] {
    --webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #F9423A;
    border-radius: 30px;
    float: left;
    margin-right: 15px;
}

input[type="checkbox"]:checked {
    background-color: #F9423A;
}

form label {
    font-family:"Restart Hard Light";
    font-size: 20px;
    color:#2f2f2f;
}

::-webkit-input-placeholder {

    color:#000;
    opacity: 0.3;
}

.blog-line {
    display:inline-block;
    background-color:#465856;
    height: 100px;
    width: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-item .title {
    font-family:"Restart Hard Medium";
    font-size: 25px;
    line-height: 27px;
    color:#2f2f2f;
    margin-bottom: 10px;
}

.blog-item img {
    transition:opacity 0.3s;
}

.blog-item img:hover {
    opacity:0.8;
}

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

.blog-item .read-more, button.read-more {
    font-family:"Restart Hard Light";
    font-size: 16px;
    line-height: 17px;
    border:none;
    color:#fff;
    background-color:#F9423A;
    text-decoration:none;
    display:inline-block;
    border-radius: 10px;
    transition:color 0.3s;
    outline:none;
    padding: 10px 20px; 
    margin-bottom:40px;
    transition:background-color 0.3s;
}



.read-more.beig {
    background-color:#d0c7c3;
    color:#2f2f2f;
}

.blog-item .read-more:hover, button.read-more:hover {
    color:#fff;
    text-decoration:underline;
    background-color:#F9423A;
}

.lightgray {
    background-color:#00000005;
}

.toggle-button {
    background-color:#F9423A;
    color:#fff;
    font-size: 17px;
    font-family:"Restart Hard Light";
    padding: 15px 30px;
    text-decoration:none;
    width: 100%;   
    display:inline-block;
    margin-top: 0px;
    border-radius: 10px;
    transition:background-color 0.3s;
    text-align:center;

}

.toggle-button:hover {
    text-decoration:underline;
    cursor:pointer;
}

.toggle-list {
    background-color:#d0c7c3;
    border-radius: 10px;
    padding: 20px;
    text-align:center;
    margin-top:10px;
    display:none;

}

.toggle-list.share {
    background-color:#d0c7c3;

}

.toggle-list a {
    color: #465856 !important;
    font-family:"Restart Hard Light";
}

.toggle-list.active {
    display:block;
    display: block;
    margin-bottom: 10px;
}
.buttons-products  {
    display:block;
    margin-top:-70px;
    text-align:right;
}

.buttons-products a {
    background-color:#465856;
    color:#fff;
    font-size: 17px;
    font-family:"Restart Hard Light";
    padding: 15px 30px;
    text-decoration:none;
    display:inline-block;
    margin-top: 0px;
    border-radius: 10px;
    transition:background-color 0.3s;
    text-align:center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.buttons-products a:hover {
    text-decoration:underline;

}

.catalog .info {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    height:90px;
    width:100%;
    text-align:center;
    margin: auto;
}


.catalog-btn {
    background-color:#d0c7c3;
    color:#2f2f2f;
    font-size: 20px;
    font-family:"Restart Hard Light";
    padding: 10px 20px;
    text-decoration:none;
    min-width: 228px;   
    display:inline-block;
    margin-top: 20px;
    border-radius: 10px;
    transition:background-color 0.3s;
    max-width:350px;
    text-align:center;
}

.catalog-btn:hover {
    background-color:#F9423A;
    color:#fff;
    text-decoration:none;
}



.stext  strong {font-family:"Restart Hard Medium";

font-weight: normal;
}   

.button:hover {
    background-color:#465856 !important;
}

.buttons .button:hover {
    background-color:#F9423A !important;
    

}

.brownbox .buttons .button:hover {
    background-color:#465856 !important;
}

.brownbox.orange .buttons .button:hover {
    background-color:#F9423A !important;
}

.toggle-list.actived {
    display: block;
    display: block;
    margin-bottom: -6px;
    max-width: 232px;
    margin-left: 29px;
}


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

.blog-item .title.big {
    font-size: 27px;
    line-height: 29px;
}

.prev_pdf {
    background-image:url('images/svg/navegacion_catalogo2.svg');
    background-repeat:no-repeat;
    background-size:contain;
    width: 30px;
    border:none;
    height: 30px;
    display:inline-block;
    margin-right: 10px;
    outline:none !important;
    background-color: #FFF;
}

.next_pdf {
    background-image:url('images/svg/navegacion_catalogo.svg');
    background-repeat:no-repeat;
    background-size:contain;
    width: 30px;
    border:none;
    height: 30px;
    display:inline-block;
    margin-left: 10px;
    outline:none;
    background-color: #FFF;
}

.prev_pdf:hover {
    background-image:url('images/svg/navegacioncatalogo_hover_2.svg');
    outline:none !important;
}

.next_pdf:hover {
    background-image:url('images/svg/navegacion_catalogo_hover.svg');
    outline:none !important;
}

.prev_pdf:focus {
    outline:none !important;
}

.next_pdf:focus {
    outline:none !important;
}

.buttons-products {
    text-align: center;
    padding-left: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;

    gap: 10px;
}
.buttons-products a {
    font-size: 14px;
    padding: 15px 20px;
    flex: 0 auto; 

}