/*
Theme Name: HashOne
Theme URI: https://hashthemes.com/wordpress-theme/hashone/
Author: HashThemes
Author URI: https://hashthemes.com
Description: HashOne is a powerful multipurpose WordPress Theme that is packed with lots of features for creating a full packaged website that can be used by a business, restaurant, freelancers, photographers, bloggers, education firms, non-profit organization and creative agencies. The theme is fully responsive and mobile friendly and has lots of customization possibilities with various home page sections to showcase varieties of content. The theme can be used to set up a single page website with animated content that adds charm to the website with additional parallax effect. The theme is SEO friendly, Translation ready, Woo Commerce compatible and integrates seamlessly with almost all popular WordPress Plugins. For Demo https://demo.hashthemes.com/hashone
Version: 1.2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hashone
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    /*font-family: Arial,Helvetica,sans-serif;*/
	font-family: 'Antonio Regular', arial;
	font-family: 'Arial Black', arial;
    font-display: fallback;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {

}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* SLIDESHOW BANNER MOVIL*/
[data-component="slideshow"] .slide {
	display: none;
  text-align: center;
}

[data-component="slideshow"] .slide.active {
	display: block;
}

.desc-product-movil
{
 color: #444;
 font-size: 15px;
 line-height: 1.5;
 font-family: 'Open Sans',sans-serif;
 padding-left: 20px;
 padding-right: 20px;
 }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #444;
    font-size: 15px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
   /* line-height: 1.2;*/
    font-family: 'Roboto Condensed', sans-serif;
}

h7{
    font-weight: bold;
}

h1{
    font-size: 28px;
    margin-bottom: 15px;
}

h2{
    font-size: 26px;
    margin-bottom: 15px;
    text-align: left;

}

h3{
    font-size: 24px;
    margin-bottom: 15px;
}

h4{
    font-size: 22px;
    margin-bottom: 10px;
}

h5{
    font-size: 20px;
    margin-bottom: 10px;
}

h6{
    font-size: 18px;
    margin-bottom: 10px;
}
p {
    margin:0 0 15px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
    padding: 0;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}

table {
    margin: 0 0 15px;
    width: 100%;
}

#logo-uno-video{ }
#logo-uno-video img
{
width: 197px;
grid-area: 1 / 1 / 2 / 2;
margin: 29px 0px 45px calc((100% - 1050px) * 0.47);
position: absolute;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #EE5324;
    padding: 0 20px;
    color: #FFF;
    border: 0;
    line-height: 46px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]{
    color: #404040;
    border: 1px solid #EEE;
    vertical-align: middle;
    padding: 3px 10px;
    height: 46px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

select {
    border: 1px solid #EEE;
    padding: 3px 10px;
    height: 46px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #EEE;
}

select:focus{
    outline: 0;
}

textarea {
    padding: 10px;
    width: 80%;
    color: #404040;
    border: 1px solid #EEE;
	height: 60px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #EE3B24;
    text-decoration: none;
}

a:visited {
    color: #EE3B24;
}

a:hover,
a:focus,
a:active {
    color: #EE3B24;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.hs-clearfix:before,
.hs-clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-footer:before,
.site-footer:after,
.hs-container:before,
.hs-container:after {
    content: "";
    display: table;
}

.hs-clearfix:after,
.entry-content:after,
.comment-content:after,
.site-footer:after,
.hs-container:after {
    clear: both;
}
.hs-container-section:after {
    clear: both;
}
.bk-section:after {
    clear: both;
}
.aboutus:after {
    clear: both;
}
.aboutus:after {
    content: "";
    display: table;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hsentry {
    margin: 0 0 30px;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.hs-entry-content{
    line-height: 1.8;
    font-size: 14px;
   /* background: white;*/
    text-align: justify;
	margin-top: 80px;
	font:normal normal normal 15px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
}
#logos-header-main-movil
{
	width:100%;
	float:left;
	margin-top: 5px;
    margin-bottom: 5px;
}
#columna1-logos-header-movil
{
	width:50%;
	float:left;
	text-align: center;
}
#columna1-logos-header-movil img
{
	width: 145px;
}
#columna2-logos-header-movil
{
	width:15%;
	float:right
}
#columna2-logos-header-movil img
{
	width: 35px;
}
#columna3-logos-header-movil
{
	width:10%;
	float:right;
	margin-right: 15px;;
}
#columna3-logos-header-movil img
{
	width: 35px;
}
#columna4-logos-header-movil
{
	width:10%;
	float:left;
	margin-right: 10px;
}
#columna4-logos-header-movil img
{
	width: 80px;
}
#columna5-logos-header-movil
{
	width:10%;
	float:left;
	margin-left: 10px;
}
#columna5-logos-header-movil img
{
	width: 37px;
}
.main-header-movil-color-durapon
{
	display:none;
}
.main-header-movil-color-ceranamel
{
	display:none;
}
.titulo-structural-movil
{
	display:none;
}
.main-header-logos-movil-coils
{
	display:none;
}

.hs-entry-content p,
.hs-entry-content p{
    margin-bottom: 20px;
}

.section_title
{

}

#logoqm-history
{
	margin-bottom:30px;
	margin-left: 30px;
}
#logoqm-history img
{
	width:255px;
	height:115px;
	margin-top: 25px;
}

.section-prods-movil
{
 text-align: center;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 32px;
max-width: 90%;
margin: 0 auto 00px;
}
.fadeInUp {

    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;

}
.hs-section-title {

    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 32px;
    max-width: 90%;
    margin: 0 auto 50px;

}	
}

.top-menu
{
  width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #0000003d;
}
.top-menu-container
{
width: 85%;
margin-left: auto;
margin-right: auto;
}

#menu-phone
{
	width: 30%;
  float: left;
  margin-top: 15px;
}
#menu-mail
{
	width: 30%;
  float: left;
  margin-top: 15px;
}
#menu-mail a
{
	color:black;
}

.hs-container-section::after {
    content: "";
    display: table;
}
.bk-section::after {
    content: "";
    display: table;
}

.title-section
{
	font:normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
	font-size:23px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-left: 30px;
}

.title-section-letter-president {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 30px;
}
.title-section-company {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 30px;
}
.title-section-history {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 30px;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

#primary{
    width: 68%;
    float: left;
}
#primary2 {
    width: 68%;
    float: left;
    margin-top: 80px;
}

.title-products-movil
{
 display: none;
}

.name-products-movil
{
 font-size: 30px;
 color: #EE5324;
 font-family: 'Antonio Regular', arial;
 text-align: left;
 margin-bottom: 0px;
 text-align: center;
 margin-top: 70px;     
}

.sub-name-products-movil
 {
  font-size: 12px;
  color: #414141;
  font-family: barlow-extralight,barlow,sans-serif;
  letter-spacing: 0.45em;
  margin-bottom: 20px;
  line-height: 1em;
  text-align: center;
  margin-top: 0px;
}


#secondary{
    width: 29%;
    float: right;
	margin-top: 80px;
}
.hs_no_sidebar #primary{
    width: auto;
    float: none;
}
.main-content-movil-section-paint-grip {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
}
.main-content-movil-section-paint-grip ul {
    letter-spacing: 0.03em;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
    padding: 10px;
	width: 100%;
}
.main-content-movil-section-paint-grip ul li::before {
    content: "\2022";
    color: #E35112;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.main-header-movil-color-paint-grip
{
 display:none;
}
.main-header-movil-color-galvalume
{
 display:none;
}
.hs_no_sidebar_condensed #primary{
    width: 70%;
    float: none;
    margin: 0 auto;
}

.hs_left_sidebar #primary{
    float: right;
}

.hs_left_sidebar #secondary{
    float: left;
}

.hs-post-info{
    float: left;
    width: 75px;
    background: #EE3B24;
    color: #FFF;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
#main-content-letter
{
	width:100%;
	float:left;
	margin-top: -60px;
}
#img-content-movil-galvalume
{
	display:none;
}
.desc-galvalume-square-image
{
 float: left;
 width: 80%;
 margin-top: 21px;
 text-align: center;
}
.hs-post-info .entry-date{
    display: block;
    padding: 10px 0;
}

.hs-post-info .entry-date span{
    display: block;
    text-transform: uppercase;
}

.hs-post-info .entry-date span.hs-day{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.hs-post-info a{
    display: block;
    background: #EEE;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    padding: 8px 10px;
    text-transform: uppercase;
}

.hs-post-info a span{
    display: block;
    font-size: 11px;
}

.hs-post-wrapper{
    padding-left: 100px;
}

.entry-figure{
    background: #F6F6F6;
    text-align: center;
    margin-bottom: 15px;
}

.entry-header .entry-title{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 30px;
}

.entry-figure + .entry-header{
    background: #FFF;
    position: relative;
    margin-top: -65px;
    width: 90%;
    padding: 15px 0 1px;
}

.entry-header .entry-title:first-letter{
    color: #EE3B24;
}

.entry-header .entry-title a{
    text-decoration: none;
    color: #333;
}

.entry-categories{
    font-size: 13px;
    color: #666;
    font-style: italic;
    margin-bottom: 15px;
}

.entry-categories .fa{
    color: #EE3B24;
    margin-right: 5px;
}

.entry-categories a{
    color: #666;
    text-decoration: none;
}

.entry-readmore{
    margin: 30px 0 40px;
}

.entry-readmore a{
    background: #EE3B24;
    color: #FFF;
    display: inline-block;
    padding: 10px 20px;
}

.entry-readmore a .fa{
    margin-left: 8px;
}

.entry-readmore a:hover{
    background: #000;
}

.taxonomy-description{
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}

.taxonomy-description p:last-child{
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
	display: none;
}

.widget-area .widget-title:after{
    content:"";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    background: #EE3B24;
    height: 2px;
}

.widget-area ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-area ul ul{
    border-top: 1px solid #F6F6F6;
    margin-top: 5px;
}

.widget-area ul ul li{
    padding-left: 10px;
}

.widget-area ul ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}

.widget-area li{
    padding: 2px 0px 0px 10px;
}

.widget-area a{
    text-decoration: none;
    color: #404040;
}

.widget-area a:hover{
    color: #EE3B24
}

.widget-area .widget{
    margin-bottom: 40px;
    /*border: 1px solid #EEE;*/
    padding: 30px;
	margin-top: -80px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.author-email-url{
    margin-left: -2%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
    float: left;
    margin-left: 2%;
    width: 31.33333%;
}

.author-email-url input{
    width: 100%;
}

.comment-form .form-submit{
    margin-bottom: 0
}

h3#reply-title,
h3.comments-title{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

h3#reply-title:after,
h3.comments-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    background: #EE3B24;
    height: 2px;
}

.logged-in-as,
.comment-notes{
    font-size: 13px;
}

#comments ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments li.comment{
    margin: 0 0 20px;
}

#comments li.comment .children{
    display: block;
    margin: 0 0 0 30px;
    padding: 0px;
    list-style: none;
}

article.comment-body {
    margin: 0px;
    padding: 30px;
    position: relative;
    border: 1px solid #EEE;
    margin-bottom: 30px;
}

.comment-list a{
    color: #404040;
}

.comment-list a:hover{
    color: #EE3B24 !important;
}

.comment-list .comment-respond{
    margin-top: 40px;
    background: #FFF;
}

.comment-list .vcard img {
    border-radius: 50%;
    margin-right: 10px;
}

.comment-list .vcard .fn{
    font-weight: normal;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}

.comment-list .edit-link{
    position: absolute;
    right: 0;
    top: 0;
}

.comment-list .edit-link a{
    font-size: 13px;
    display: inline-block;
    padding: 10px;
}

.comment-list .comment-meta {
    margin-bottom: 15px;
}

.comment-list .comment-metadata {
    border-top: 1px solid #EEE;
    padding-top: 10px;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
}

.comment-list .comment-metadata a {
    float: left;
}

.comment-list .comment-metadata .reply {
    float: right;
}

#cancel-comment-reply-link {
    float: right;
}

.nav-previous a,
.nav-next a{
    background: #EE3B24;
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
}

.nav-next a{
    margin-right: 13px;
}

.nav-next a:after{
    content: "";
    position: absolute;
    border-left: 11px solid #EE3B24;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    right: -11px;
}

.nav-previous a{
    margin-left: 11px;
}

.nav-previous a:after{
    content: "";
    position: absolute;
    border-right: 11px solid #EE3B24;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    left: -11px;
}

.no-comments{
    color: #EE3B24;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.hs-container{
    width: 1127px;
    margin: 0 auto;
}

.main-content-principal-prods
{
	width:100%;
	margin-top: -70px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#hs-masthead{
    left: 0;
    right: 0;
    z-index: 99999;
   /* border-top: 2px solid white;*/
    padding: 0;
    height: 110px;
    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    border-bottom: 1px solid #a09999;
  }

.page-template-home-template #hs-masthead,
.home.blog #hs-masthead{
    background: none;
    box-shadow:none;
}

.page-template-home-template #hs-masthead.fadeInDown,
.home.blog #hs-masthead.fadeInDown{
    position: fixed;
    background: rgba(0,0,0,0.8);
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.page-template-home-template #hs-masthead.hs-white.fadeInDown,
.home.blog #hs-masthead.hs-white.fadeInDown{
    background: rgba(255,255,255,0.95);
}

#hs-site-branding{
    float: left;
    width: 20%;
    padding: 15px 0;
}

#hs-site-branding img{
    max-height: 90px;
    width: auto;
}

.hs-main-header{
    background: url(images/bg.jpg) no-repeat center;
    background-size: cover;
   /* padding: 140px 0 70px;*/
    margin-bottom: 50px;
    position: relative;
}

.aboutus
{
  width: 85%;
  margin-left: auto;
  margin-right: auto;

}

#aboutimg{
    width: 40%;
    float: left;
}

#aboutimg img{
   width: 500px;
   /*margin:  29px 0px 45px calc((100% - 500px) * 0.5);*/
}

#about-description
{
 float: left;
 width: 56%;
}

#logoQMMB
{
    
}

#logoqm-company
{
	margin-bottom:30px;
	text-align: center;
}
#logoqm-company img
{
	width:255px;
	height:115px;
}
.foto-content-company
{
  background: url("/wp-content/uploads/2022/06/our-company.webp");
 background-size: auto;
 width: 600px;
 height: 625px;
 background-size: cover;
 margin-left: 22px;
}
.foto-content-company img
{
    width: 600px;
	height:625px;
}

#about-description p
{
   /* margin-bottom: 10px;*/
}

.history
{
  width: 100%;
}
#history-description
{
  width: 40%;
  float: left;
  text-align: justify;
  margin-top: 50px;
  font-size: 1em;
}
 #logos-izq-video
{
width: 100%;
position: absolute;
height: 100%;
}

#logos-izq-video img
{
  width: 150px;
  margin-top: 20px;
  margin-left: 60%;

}
#history-description p
{
 margin-left: 100px;
 margin-bottom: 10px;
}

#logoshistory{
    width: 50%;
    float: left;
}{
    width: 50%;
    float: left;
}

.hs-main-header:after,
.slide-banner-overlay{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
   /* background:white;*/
}
.columas-movil-galvalume-square
{
 width:50%;
 margin-bottom: 20px;
 float:left;
}

.hs-main-header > .hs-container{
    position: relative;
    z-index: 9;
}

.hs-main-title{
    margin: 0 0 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-size: 36px;
    letter-spacing: 1px;
    display: none;
}

.hs-site-title{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin: 0 0 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
}

.hs-site-title a{
    text-decoration: none;
    color: #FFF;
    display: inline-block;
}

.hs-white.fadeInDown .hs-site-title a{
    color: #333;
}

.hs-site-title a:first-letter{
    color: #EE3B24
}

.hs-site-description{
    color: #EEE;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
}

.hs-white.fadeInDown .hs-site-description{
    color: #666
}

.breadcrumb-trail,
.woocommerce .woocommerce-breadcrumb{
    font-size: 13px;
    margin: 0;
    color: #FFF;
    text-align: center;
}

.breadcrumb-trail ul{
    list-style: none;
    margin: 0;
    padding: 0;
	display:none;
}

.breadcrumb-trail ul li{
    display: inline-block;
}

.breadcrumb-trail ul li:after{
    content: "/";
    margin: 0 6px;
}

.breadcrumb-trail ul li:last-child:after{
    display: none;
}

.woocommerce .woocommerce-breadcrumb a,
.breadcrumb-trail a{
    color: #FFF;
}

.woocommerce .woocommerce-breadcrumb a:hover,
.breadcrumb-trail a:hover{
    text-decoration: underline;
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.title-pdfs-warraties {
    width: 245px;
    font-size: 16px;
    font-weight: bold;
    color: #292726;
    margin-bottom: 5px;
    text-align: center;
}
#main-content-products
{
	width:100%;
	float:left;
}
.column-main-products {
    width: 33%;
    float: left;
}

.btnproducts {
    width: 245px;
    background: #333;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.btnproducts a {
	color:white;
}
.btnproducts:hover {
    background: #EE5324;
}
#main-content-warranties
{
	width:100%;
	float:left;
}
.column-pdfs-warraties {
    width: 25%;
    float: left;
}
.title-section-warranties {
    font-size: 38px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 40px;
	margin-top:15px;
}
.downloadpdf-warranties {
 }
 .downloadpdf-warranties img {
  width:245px;
  height: 301px;
 }
.hs-section{
    padding: 60px 0;
}

.hs-section-title{
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 32px;
    max-width: 90%;
    margin: 0 auto 50px;
}

.subtitle-history
{
  font:normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
  font-weight:bold;
  margin-bottom:30px;
  font-size:16px;
  margin-left: 30px;
}

.logo12years-history
{
  width:266px;
  margin-top: 48px;
   text-align: center;
}
.logo12years-history img
{
  width:150px;
  margin-bottom: 40px;
}
.logosanantonio-history
{
  width:266px;
  margin-bottom: 10px;
}
.logosanantonio-history img
{
  width:266px;
}

.hs-section-tagline{
    text-align: center;
    max-width: 78%;
    margin: -30px auto 50px;
    font-size: 16px;
}
.logo-letter
{
	width:270px;
}
.logo-letter img
{
	width:270px;
	margin-bottom: 35px;
}
.logo-texas-letter
{
  width:270px;
  text-align: center;
}
.logo-texas-letter img
{
  width:220px;
  margin-bottom: 35px;
}
.logo-12years-letter
{
  width:270px;
  text-align: center;
}
.logo-12years-letter img
{
  width:180px;
  text-align: center;
}
.logo-expfastener-sys-right {
    width: 270px;
	margin-bottom: 20px;
	display:none;
}

.main-header-logos-movil-exposed-panels
{
 width:100%;
 float:left;
 text-align: center;
 border-bottom:2px solid rgba(148, 148, 148, 1);
 display:none;
}
.main-header-logos-movil-curvepanels {
 display:none;
}
.title-section-movil-curved-panels
{
 display:none;
}
.main-header-logos-movil-s-seamsystems
{
	display:none;
}
.main-header-movil-efastener-systems
{
	display:none;
}
.column-movil-exposed-panels
{
	 width:50%;
	 float:left;
	 display:none;
}
.column2-movil-exposed-panels
{
  width:50%;
  float:right;
  display:none;
}
.column2-movil-exposed-panels img
{
  width:77px;
  float: right;
  display:none;
}
.subtitle-prod-movil-exposed
{
	font-size: 16px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1em;
    margin-top: 20px;
}
 .main-header-logos-movil-fastener-systems
{
 width:100%;
 float:left;
 text-align: center;
 border-bottom:2px solid rgba(148, 148, 148, 1);
 display:none;
}
 .main-header-logos-movil-conceafastener-systems
{
 width:100%;
 float:left;
 text-align: center;
 border-bottom:2px solid rgba(148, 148, 148, 1);
 display:none;
}
.column-movil-conceafastener-systems
{
	 width:50%;
	 float:left;
	 display:none;
}
.column2-movil-conceafastener-systems
{
  width:25%;
  float:right;
  display:none;
}
.column2-movil-conceafastener-systems img
{
  width:77px;
  float: right;
  display:none;
}
.column3-movil-conceafastener-systems
{
  width:25%;
  float:right;
  display:none;
}
.column3-movil-conceafastener-systems img
{
  width:77px;
  float: right;
  display:none;
}
.subtitle-prod-conceafastener-systems
{
	font-size: 16px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1em;
    margin-top: 20px;
}
.subtitle-prod-movil-conceafastener-systems
{
	display:none;
	font-size: 16px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1em;
    margin-top: 20px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#hs-site-navigation{
   float: left;
   width: 80%;
   margin-top: 0px;
}

.hs-main-navigation .hs-menu{
    float: right;
}

.hs-main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.hs-main-navigation li {
    float: left;
    position: relative;
}

.hs-main-navigation a {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 90px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color:#5C5656;
}

.page-template-home-template .hs-white.fadeInDown .hs-menu > ul > li > a,
.home.blog .hs-white.fadeInDown .hs-menu > ul > li > a{
    color: #111;
}

.hs-main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100% ;
    background: #F6F6F6;
    min-width: 240px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.hs-main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.hs-main-navigation ul ul a {
    text-transform: none;
    font-weight: 400;
    color: #444;
    line-height: 1.5;
    padding: 5px 10px;
    font-size: 14px;
	text-transform: uppercase;
}

.hs-main-navigation ul ul li {
    float: none;
    border-bottom: 1px solid #F0F0F0;
}

.hs-main-navigation ul ul li:last-child{
    border-bottom: 0;
}

.hs-main-navigation ul li:hover > ul {
    display: block;
}

.page-template-home-template .hs-main-navigation .current_page_item > a,
.page-template-home-template .hs-main-navigation .current-menu-item > a,
.page-template-home-template .hs-main-navigation .current_page_ancestor > a,
.home.blog .hs-main-navigation .current_page_item > a,
.home.blog .hs-main-navigation .current-menu-item > a,
.home.blog .hs-main-navigation .current_page_ancestor > a{
    color: black;
}

.hs-main-navigation li:hover > a,
.page-template-home-template .hs-main-navigation .current_page_item:hover > a,
.page-template-home-template .hs-main-navigation .current-menu-item:hover > a,
.page-template-home-template .hs-main-navigation .current_page_ancestor:hover > a,
.page-template-home-template .hs-white.fadeInDown .hs-main-navigation li:hover > a,
.home.blog .hs-main-navigation .current_page_item:hover > a,
.home.blog .hs-main-navigation .current-menu-item:hover > a,
.home.blog .hs-main-navigation .current_page_ancestor:hover > a,
.home.blog .hs-white.fadeInDown .hs-main-navigation li:hover > a{
    color: #EE3B24;
}

.hs-main-navigation .current_page_item > a,
.hs-main-navigation .current-menu-item > a,
.hs-main-navigation .current_page_ancestor > a,
.page-template-home-template .hs-main-navigation .current > a,
.page-template-home-template .hs-white.fadeInDown .hs-main-navigation .current > a,
.home.blog .hs-main-navigation .current > a,
.home.blog .hs-white.fadeInDown .hs-main-navigation .current > a {
    color: #EE3B24;
}

.hs-menu > ul > li > a:after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: 12px;
    border-bottom: 2px solid #EE3B24;
    left: 100%;
    right: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.page-template-home-template .hs-main-navigation .current_page_item > a:after,
.page-template-home-template .hs-main-navigation .current-menu-item > a:after,
.page-template-home-template .hs-main-navigation .current_page_ancestor > a:after,
.home.blog .hs-main-navigation .current_page_item > a:after,
.home.blog .hs-main-navigation .current-menu-item > a:after,
.home.blog .hs-main-navigation .current_page_ancestor > a:after{
    left: 100%;
    right: 100%;
}

.hs-menu > ul > li:hover > a:after,
.hs-main-navigation .current_page_item > a:after,
.hs-main-navigation .current-menu-item > a:after,
.hs-main-navigation .current_page_ancestor > a:after,
.page-template-home-template .hs-main-navigation .current_page_item:hover > a:after,
.page-template-home-template .hs-main-navigation .current-menu-item:hover > a:after,
.page-template-home-template .hs-main-navigation .current_page_ancestor:hover > a:after,
.page-template-home-template .hs-main-navigation .current > a:after,
.page-template-home-template .hs-white.fadeInDown .hs-main-navigation .current > a:after,
.home.blog .hs-main-navigation .current_page_item:hover > a:after,
.home.blog .hs-main-navigation .current-menu-item:hover > a:after,
.home.blog .hs-main-navigation .current_page_ancestor:hover > a:after,
.home.blog .hs-main-navigation .current > a:after,
.home.blog .hs-white.fadeInDown .hs-main-navigation .current > a:after {
    left: 20px;
    right: 20px;
}

.menu-item-has-children .ht-dropdown{
    position: relative;
    right: -5px;
}

.menu-item-has-children .ht-dropdown:after {
    content: '\f107';
    font-family: FontAwesome;
}

/* styling for right-facing arrows */
.menu-item-has-children ul .ht-dropdown{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-item-has-children ul .ht-dropdown:after {
    content: '\f105';
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.pagination .nav-links{
    text-align: center;
}

.pagination .nav-links a,
.pagination .nav-links span{
    display: inline-block;
    background: #EE3B24;
    padding: 10px;
    color: #FFF;
    line-height: 1;
    margin: 0 2px;
}

.pagination .nav-links a:hover,
.pagination .nav-links span.current{
    background: #000;
}
/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/
#hs-home-slider-section{
    min-height: 220px;
    background: url(images/bg.jpg) no-repeat center;
    position: relative;
    padding-top: 110px;
}

.hs-slide{
    position: relative;
}

.hs-slide img{
    width: 100%;
    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.hs-slide-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   /* background: white;*/
    z-index: 9;
}

.hs-slide-caption{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1170px;
    margin-left: -585px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    display: block;
}

.hs-slide-cap-title{
    text-align: center;
    font-size: 50px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 0 10%;
    line-height: 1.2;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
	display:none;
}

.hs-slide-cap-desc{
    text-align: center;
    font-size: 13px;
    color: black;
    font-weight: 500;
    padding: 0 20%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
	margin-top: 150px;
}

#hs-home-slider-section .owl-carousel .owl-nav .owl-prev,
#hs-home-slider-section .owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    height: 60px;
    width: 42px;
    margin-top: -20px;
    opacity: 0.6;
    background-color: rgba(236, 82, 34, 0.71);
    border-radius: 1px
}

#hs-home-slider-section .owl-carousel .owl-nav .owl-prev:hover,
#hs-home-slider-section .owl-carousel .owl-nav .owl-next:hover{
    opacity: 1;
}

#hs-home-slider-section .owl-carousel .owl-nav .owl-prev{
    background-image: url(images/prev.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 20px;
}

#hs-home-slider-section .owl-carousel .owl-nav .owl-next{
    background-image: url(images/next.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 20px;
}

#hs-home-slider-section .owl-carousel .owl-nav .owl-prev span,
#hs-home-slider-section .owl-carousel .owl-nav .owl-next span{
    font-size: 0;
}

#hs-home-slider-section .owl-item.active .hs-slide-cap-title,
#hs-home-slider-section .owl-item.active .hs-slide-cap-desc{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#hs-home-slider-section .owl-item.active .hs-slide-cap-title{
    -webkit-animation-name: fadeInLeftn;
    animation-name: fadeInLeft;
}

#hs-home-slider-section .owl-item.active .hs-slide-cap-desc {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
#about-description-history {
    margin-left: 30px;
}
#hs-about-us-section{
    background: #5C5656;
}

.hs-about-sec{
    width: 49%;
    float: left;
}

.hs-about-sec h2.hs-section-title{
    text-align: left;
    max-width: 100%;
    margin-bottom: 30px;
}

.hs-progress{
    margin-bottom: 20px;
}

.hs-progress:last-child{
    margin-bottom: 0;
}

.hs-progress h6{
    font-weight: 500;
    font-size: 16px;
}

.hs-progress-bar-sec{
    width: 49%;
    float: right;
}

.hs-progress-bar{
    background: #FFF;
    height: 20px;
    width: 100%;
    max-width: 600px;
    position: relative;
    line-height: 20px;
    color: #FFF;
    font-size: 13px;
}

.hs-progress-bar-length{
    background: #EE3B24;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: right;
    padding-right: 20px;
    width: 0;
    visibility: hidden;
    -moz-transition: width 1s ease-out;
    -webkit-transition: width 1s ease-out;
    transition: width 1s ease-out;
}

/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/
#hs-featured-post-section{
    background: #F6F6F6;
}

.hs-featured-post-wrap{
    margin-left: -2%;
}

.hs-featured-post{
    float: left;
    margin-left: 2%;
    width: 23%;
    text-align: center;
}

.hs-featured-post h3{
    text-transform: uppercase;
    font-size: 18px;
}

.hs-featured-post h3 a{
    color: inherit;
}

.hs-featured-post h3 a:hover{
    color: #EE3B24;
}

.hs-featured-icon{
    height: 40px;
    width: 80px;
    margin: 55px 0;
    position: relative;
    display: inline-block;
    color: #FFF;
    background: #EE3B24;
    font-size: 32px;
    line-height: 40px;
}

.hs-featured-icon:before {
    content: "";
    border-bottom: 25px solid #EE3B24;
    border-left: 40px solid rgba(0, 0, 0, 0);
    border-right: 40px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: -25px;
}

.hs-featured-icon:after {
    content: "";
    border-top: 25px solid #EE3B24;
    border-left: 40px solid rgba(0, 0, 0, 0);
    border-right: 40px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    bottom: -25px;
}
#main-content-history {
    width: 100%;
    float: left;
	margin-top:-60px;
}
#main-content-company
{
	width:100%;
	float:left;
	margin-top: -60px;
}

#logos-standing-content-prods
{
  width:100%;
  float:left;
}
#logo-armor-standing-content-prods {
    width: 30%;
    float: right;
    text-align: center;
}
#logo-armor-standing-content-prods img {
    width: 141px;
	height:75px;
    margin-top: 0px;
    float: right;
}
#logo-roofsys-standing-content-prods  {
    width: 33%;
    float: right;
}
#logo-roofsys-standing-content-prods img {
    width: 85px;
    height: 81px;
}
.column2-logo-header-standing-systems {
    width: 12%;
    float: left;
    margin-left: 350px;
}
.column2-logo-header-standing-systems img {
    width: 105px;
    margin-top: 80px;
}
/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/
.hs-portfolio-cat-name-list{
    text-align: center;
    margin-bottom: 30px;
}

.hs-portfolio-cat-name{
    cursor: pointer;
    display: inline-block;
    border:1px solid #AAA;
    padding: 4px 20px;
    margin: 0 5px;
    position: relative;
    border-radius: 30px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.hs-portfolio-cat-name:hover,
.hs-portfolio-cat-name.active{
    background: #EE3B24;
    color: #FFF;
    border:1px solid #EE3B24;
}

.hs-portfolio-cat-name:after,
.hs-portfolio-cat-name.active:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    opacity: 0;
    border-color: #EE3B24 transparent transparent transparent;
    border-width: 8px 10px 0px 10px;
    border-style: solid;
    margin-left: -10px;

}

.hs-portfolio-cat-name:hover:after,
.hs-portfolio-cat-name.active:after{
    bottom: -8px;
    opacity: 1;
    transition:all 0.3s ease-in-out 0.2s;
    -moz-transition:all 0.3s ease-in-out 0.2s;
    -webkit-transition:all 0.3s ease-in-out 0.2s;
}

.hs-portfolio-post-wrap{
    width: 96%;
    margin: 0 auto;
}

.hs-portfolio{
    width: 25%;
    float: left;
    overflow: hidden;
}

.hs-portfolio-inner{
    position: relative;
    margin: 10px;
    overflow: hidden;
}

.hs-portfolio-caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    height: 100%;
    opacity: 0;
    background: rgba(1, 1, 1, 0.8);
    text-align: center;
    transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.hs-portfolio:hover .hs-portfolio-caption{
    opacity: 1;
}

.hs-portfolio-caption h4{
    color: #5C5656;
    margin: 15% 0 10px 0;
    font-weight: 400;
    position: absolute;
    bottom: -100%;
    width: 100%;
    left: 0;
    transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    padding: 0 15px;
}

.hs-portfolio:hover .hs-portfolio-caption h4{
    bottom: 10%;
}

.hs-portfolio img{
    transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -webkit-transition:all 0.5s ease-out;
    width: 100%;
}

.hs-portfolio:hover img{
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
}

.hs-portfolio-caption a{
    height: 36px;
    width: 36px;
    display: inline-block;
    line-height: 36px;
    color: #FFF;
    font-size: 14px;
    background: #EE3B24;
    margin: 10px 5px;
    transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.hs-portfolio-caption a.hs-portfolio-image{
    -ms-transform: translate(0,-100px);
    -webkit-transform: translate(0,-100px);
    transform: translate(0,-100px);
    transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.hs-portfolio-caption a.hs-portfolio-link{
    -ms-transform: translate(0,-100px);
    -webkit-transform: translate(0,-100px);
    transform: translate(0,-100px);
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.hs-portfolio:hover .hs-portfolio-caption a.hs-portfolio-link,
.hs-portfolio:hover .hs-portfolio-caption a.hs-portfolio-image{
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}


/*--------------------------------------------------------------
## Service Section
--------------------------------------------------------------*/
#hs-service-post-section{
    position: relative;
    padding: 60px 0;
    background: #F5F5F5;
}

.hs-service-left-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    margin-right: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    width: 50%;
}

.hs-service-posts{
    float: right;
    width: 50%;
    padding-left: 40px;
}

.hs-service-posts .hs-section-title,
.hs-service-posts .hs-section-tagline{
    max-width: 100%
}

.hs-service-post{
    margin-bottom: 25px;
}

.hs-service-icon{
    float: left;
    font-size: 46px;
    color: #EE3B24;
    width: 60px;
    text-align: center;
}

.hs-service-icon .fa{
    vertical-align: top;
    margin-top: 5px;
}

.hs-service-excerpt{
    padding-left: 80px;
    padding-right: 20px;
}

.hs-service-excerpt h6{
    font-weight: 500;
    margin-bottom: 6px;
}

.hs-service-excerpt h6 a{
    color: inherit;
}

.hs-service-excerpt h6 a:hover {
    color: #EE3B24;
}

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
.hs-team-member-wrap{
    margin-left: -2%;
}

.hs-team-member{
    width: 30%;
    margin-left: 2%;
    float: left;
    text-align: center;
}

.hs-team-member-image{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.hs-team-social-id{
    position: absolute;
    left:10%;
    width: 80%;
    bottom: 0;
    padding: 10px;
    background: #FFF;
}

.hs-team-social-id a{
    display: inline-block;
    color: #EE3B24;
    margin: 0 10px;
    font-size: 16px;
    line-height: 1;
}

.hs-team-member-excerpt{
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    padding: 30px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    color: #FFF !important;
}

.hs-team-member:hover .hs-team-member-excerpt{
    left: 0%;
}

.hs-team-member-excerpt-wrap{
    display: table;
    width: 100%;
    height: 100%;
}

.hs-team-member-excerpt-wrap span{
    display: table-cell;
    vertical-align: middle;
}

.hs-team-member h6{
    position: relative;
    padding-bottom: 10px;
	color:#3D5975;
	font-size: 22px;
    font-weight: bold;
	font: normal normal normal 22px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
}

.hs-team-member h6 a{
    text-decoration: none;
    color: inherit;
}

.hs-team-member h6 a:hover{
    color: #EE3B24;
}

.hs-team-member h6:after{
    content: "";
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    height: 2px;
    background: #EE3B24;
    bottom: -2px;
}
.imgproject {}
.imgproject  img
{
  width: 220px;
  height: 84px;
}
#bkprojectdesc
{
 width: 300px;
 margin-left: auto;
 margin-right: auto;
 background: #8080800d;
}
#colum-location
{
  width:33%;
  float:left;
  font-size: 14px;
}

#about-description-letter {
    margin-left: 30px;
	margin-top: 30px;
}
/*--------------------------------------------------------------
## Counter Section
--------------------------------------------------------------*/
#hs-counter-section{
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    background-attachment: fixed;
    background-size: cover;
}

#hs-counter-section .hs-counter-overlay{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}

.hs-counter-section{
    position: relative;
}

#hs-counter-section .hs-container{
    position: relative;
}

.hs-counter-wrap{
    margin-left: -3%;
}

.hs-counter{
    float: left;
    width: 22%;
    margin-left: 3%;
    text-align: center;
}

.hs-counter-count{
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 3px;
}

.hs-counter-icon{
    display: inline-block;
    font-size: 22px;
    color: #EE3B24;
    position: relative;
}

.hs-counter-icon:after{
    content: "";
    position: absolute;
    left: 100%;
    height: 2px;
    width: 50px;
    background: #EE3B24;
    top: 50%;
    margin-top: -1px;
    margin-left: 10px;
}

.hs-counter-icon:before{
    content: "";
    position: absolute;
    right: 100%;
    height: 2px;
    width: 50px;
    background: #EE3B24;
    top: 50%;
    margin-top: -1px;
    margin-right: 10px;
}

.hs-counter-title{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}

/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/
.hs_client_logo_slider img{
    padding: 0 20px;
}

#logo-header
{
	float: right;
	/*margin-left: 130px;*/
}
#logo-header img
{
	margin-top: -40px;
	margin-right: 20px;
}
#logos-header-main-movil
{
	display:none;
}

#logoduracoat
{
   width: 145px;
}
#logoul
{
  width: 40px;
  margin-left: -15px;
}
#logotdi
{
  width: 40px;
  margin-right: 20px;
}
#logoaia
{
 width: 80px;
margin-right: 20px;
}
#logoenergy
{
 width: 37px;
}
#logo1-right-video-portada {
width: 270px;
text-align: center;
margin-bottom: 50px;
}
#logo1-right-video-portada img
{
  width: 141px;
}
#logo2-right-video-portada {
width: 270px;
text-align: center;
margin-bottom: 10px;
}
#logo2-right-video-portada img
{
	width: 138px;
}
#logo3-right-video-portada {
width: 270px;
text-align: center;
margin-bottom: 10px;
}
#logo3-right-video-portada img
{
  width: 296px;
  height: 111px;
}

#logo4-right-video-portada {
width: 270px;
text-align: center;
margin-bottom: 50px;
}
#logo4-right-video-portada img
{
 width: 225px;
 height: 63px;
}

#logo5-right-video-portada {width: 270px;
text-align: center;}
#logo5-right-video-portada img
{
width: 93px;
height: 126px;
}
#container-logos-video
{
 width: 1127px;
 margin-left: auto;
 margin-right: auto;
}
#left-container-logos-video {
    width: 70%;
    float: left;
	display:none;
}
#left-container-logos-video img
{
 width: 197px;
 margin-top: 30px;
 }
#right-container-logos-video {
    width: 30%;
    float: right;
	margin-top: 30px;
	display:none;
}
.youtube-player {position: relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;background:#000;margin:8px 0 8px 0;}
.youtube-player iframe {position:absolute;top: 0;left:0;width:100%;height:100%;z-index:100;background: transparent;}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 8px 0 8px 0;
}
#logos-about
{
    width: 100%;
	float:left;
}

#logos-about img
{
    width: 105px;
}

#logoenergyabout
{
    float: right;
    margin-top: 50px;

}
#logos-about2
{
    width: 100%;
	float:left;
	margin-top: 180px;
}

#logos-about2 img
{
    width: 105px;
}
#logoastm
{
   float: right;
   margin-top: 60px;
   margin-right: 20px;
}
#logoastm img
{
    width: 95px;
}
/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/
#hs-testimonial-section{
    background: #F6F6f6;
    padding: 60px 0;
}

.hs-testimonial-wrap{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.hs-testimonial-wrap .owl-item .hs-testimonial img{
    height: 100px;
    width: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 1px solid #EE3B24;
    padding: 2px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.hs-testimonial-excerpt{
    line-height: 2;
}

.hs-testimonial-excerpt .fa-quote-left{
    margin-right: 8px;
    font-size: 30px;
    color: #d6d6d6;
}

.hs-testimonial-wrap .owl-carousel .owl-dots{
    margin-top: 40px;
}

.hs-testimonial-wrap .owl-carousel .owl-dot span{
    display: block;
    height: 4px;
    width: 25px;
    border-radius: 0;
    margin: 0 1px;
    background: #d6d6d6;
}

.hs-testimonial-wrap .owl-carousel .owl-dot span:hover,
.hs-testimonial-wrap .owl-carousel .owl-dot.active span{
    background: #EE3B24;
}

/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
.hs-blog-post{
    width: 50%;
    float: left;
    background: #F6F6F6;
    position: relative;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}

.hs-blog-thumbnail{
    float: left;
    width: 50%;
    background-size: cover;
    background-position: center;
}

.hs-blog-excerpt{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    padding: 20px;
    overflow: hidden;
    font-size: 14px;
}

.hs-blog-excerpt:after{
    position: absolute;
    content: "";
    border-color:transparent #F6F6F6 transparent transparent;
    border-style: solid;
    border-width: 20px;
    top: 50%;
    left: -38px;
    margin-top: -20px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}

.hs-right-img .hs-blog-thumbnail{
    float: right;
}

.hs-right-img .hs-blog-excerpt{
    right: auto;
    left: 0;
}

.hs-right-img .hs-blog-excerpt:after{
    left: auto;
    right: -38px;
    border-color:transparent transparent transparent #F6F6F6;
}

.hs-blog-post:hover{
    background: #EE3B24;
    color: #FFF;
}

.hs-blog-post:hover .hs-blog-excerpt:after{
    border-color:transparent #EE3B24 transparent transparent;
}

.hs-right-img.hs-blog-post:hover .hs-blog-excerpt:after{
    border-color:transparent transparent transparent #EE3B24;
}

.hs-blog-excerpt h5 a{
    color: #404040;
    text-decoration: none;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}

.hs-blog-post:hover .hs-blog-excerpt h5 a{
    color: #FFF;
}

.hs-blog-date{
    font-size: 13px;
    margin-bottom: 10px;
}

.hs-blog-date .fa{
    margin-right: 8px;
}

/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
#hs-contact-section{
    color: #5C5656;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.hs-contact-section{
    position: relative;
}

#hs-contact-section .hs-contact-overlay{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #F6F6F6;
}

#hs-contact-section .hs-container{
    position: relative;
}

.hs-contact-form{
    float: left;
    width: 46%;
}

.hs-contact-form input[type="text"],
.hs-contact-form input[type="email"],
.hs-contact-form input[type="url"],
.hs-contact-form input[type="password"],
.hs-contact-form input[type="search"],
.hs-contact-form input[type="number"],
.hs-contact-form input[type="tel"],
.hs-contact-form input[type="range"],
.hs-contact-form input[type="date"],
.hs-contact-form input[type="month"],
.hs-contact-form input[type="week"],
.hs-contact-form input[type="time"],
.hs-contact-form input[type="datetime"],
.hs-contact-form input[type="datetime-local"],
.hs-contact-form input[type="color"],
.hs-contact-form textarea{
    width: 100%;
    background: white;
    color: black;
}

.hs-contact-form input[type="submit"]{
    width: 100%;
}

.hs-contact-form textarea{
    height: 100px
}

.hs-contact-address{
    float: right;
    width: 46%;
    margin-top: -650px;
}

.hs-contact-address ul{
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.hs-contact-address ul li{
    margin-bottom: 10px;
}

.hs-contact-address ul li .fa{
    margin-right: 8px;
}

.hs-social a{
    display: inline-block;
    color: #FFF;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-family: Arial;
    background: #EE3B24;
    margin-right: 8px;
    text-align: center;
}

.hs-social a:hover{
    background: #000;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#hs-colophon{
    /*margin-top: 40px;*/
}

.page-template-home-template #hs-colophon,
.home.blog #hs-colophon{
    margin-top: 0
}

#hs-colophon a{
    color: #CCC;
    text-decoration: none;
}

#hs-colophon h4.widget-title{
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #CCC;
    margin-bottom: 20px;
    font-size: 26px;
}

#hs-colophon h4.widget-title::first-letter{
    color: #EE3B24
}

#hs-top-footer{
    background: #282828;
    color: #CCC;
    padding: 60px 0 45px;
}

.hs-top-footer{
    margin-left: -3%;
	background: #282828;
}

.hs-footer{
    float: left;
    width: 22%;
    margin-left: 3%;
}
.hs-footer-container {
    width: 1127px;
    margin: 0 auto;
    background: #333;
}
.hs-main-title-search {
    margin: 0 0 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #EE5324;
    font-size: 36px;
    letter-spacing: 1px;
}
.hs-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.hs-footer ul li{
	/*background: url(images/arrow.png) no-repeat left 12px;*/
	/*padding: 2px 0 2px 15px;*/
    border-radius: 20px;
    background:#2b2b2b;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 7px;
    border-top: 3px white solid;
    border-left: 3px white solid;
    border-right: 3px white solid;
    border-bottom: 3px white solid;
}

#hs-bottom-footer{
    background: #333;
    padding: 30px 0;
    color: #EEE;
    line-height: 1.2;
    font-size: 13px;
}

.hs-site-info a{
    border-bottom: 1px dotted #AAA;
}

.hs-copy-right{
    float: left;
	background: #333;
}

.hs-site-info{
    float: right;
	background: #333;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
    display: block;
    text-align: center;
    font-size: 200px;
    color: #F6F6F6;
    line-height: 1.2;
}

.error404 .oops-text{
    text-align: center;
}

#hs-back-top{
    background: #EE5324;
    font-family: Arial;
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 36px;
    width: 36px;
    color: #FFF;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    font-size: 20px;
}

#hs-back-top.hs-hide{
    display: none;
}

#hs-back-top:hover{
    background: #000;
}

/*--------------------------------------------------------------
## Odometer CSS
--------------------------------------------------------------*/
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transf0000orm:
        tr0anslateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

.hs-toggle-menu{
    display: none;
}

/* WooCommerce*/
.woocommerce ul.products li.product a.woocommerce-loop-product__link{
    color: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0;
}

.woocommerce ul.products li.product .price{
    font-size: 16px;
    color: inherit;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price{
    font-size: 22px;
    color: inherit;
}

.woocommerce ul.products li.product .price ins{
    margin-left: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button{
    background: #EE3B24;
    color: #FFF;
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button{
    background: #000;
}

.woocommerce ul.products li.product .button{
    margin-top: 0;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    background: #000;
    color: #FFF;
}

.woocommerce nav.woocommerce-pagination ul{
    border: 0;
    margin: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li{
    border: 0;
    margin: 0 3px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    display: inline-block;
    background: #EE3B24;
    padding: 10px;
    color: #FFF;
    line-height: 1;
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
    background: #000;
    color: #FFF;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
    background: #EE3B24;
    color: #FFF;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
    background: #000;
    color: #FFF;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
    color: #FFF;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover{
    color: #FFF;
    background: #333;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover{
    background: #EE3B24;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border: none;
    border-radius: 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: #EE3B24;
    color: #FFF;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    padding: 12px 0;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-color: #EEE;
}

.woocommerce div.product div.images .flex-control-thumbs{
    margin-top: 10px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field{
    border-radius: 0;
    border: 1px solid #EEE;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 46px;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 46px;
}

.select2-dropdown{
    border-color: #EEE;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected]{
    outline: 0;
}



video
{
  width:100%;
	/* max-width:1349px;*/

}

#hs-banner-green-cool
{
 background: url("/wp-content/uploads/2022/06/green-cool-roof.webp");
 width: 100%;
 height: 100%;
}
#hs-banner-green-cool img
{
    width: 110px;
    margin-left: 100px;
}
#hs-description-green-cool
{
   width: 372px;
   text-align: justify;
   color: white;
   background: rgb(27, 52, 18);
   height: 100%;
   margin-left: 1062px;
   margin-right: auto;
   padding: 30px;
   font-size: 13px;
}
#titulo-conlogos
{
  width:60%;
  float:left;
  margin-top: 30px;
  font-size: 24px;
}
.logo-armor-sbr-curved-panels {
    width: 20%;
    float: left;
    text-align: center;
}
.logo-armor-sbr-curved-panels img {
    width: 70px;
}
.logo-roofsys-sbr-curved-panels {
    width: 20%;
    float: left;
    text-align: center;
}
.logo-roofsys-sbr-curved-panels img {
    width: 100px;
}
#hs-description-green-cool img
{

}
.left-contet-products
{
 width: 100%;
 float:left;
 border-bottom:1px solid;
}
.left-contet-products-color-charts
{
 width: 100%;
 float:left;
 border-bottom:1px solid;
}
.content-movil-section-colors {	display:none;}
.desc-prod-color-chart-movil {display:none;}
.button-prod-color-chart-movil {display:none;}
.titulo-logotext-colors-movil {display:none;}
.title2-prod {
    font-size: 20px;
    font-weight: bold;
    color: #EE5324;
}
.left2-contet-products
{
 width: 100%;
 float:left;
 border-bottom:1px solid;
 margin-bottom: 10px;
}
.left-contet-products img
{
  width: 245px;
  height: 115px;
}
.left2-contet-products img
{
  width: 400px;
  height: 181px;
  padding: 20px;
}
.logos-standing-seam-systems
{
	width:100%;
	float: left;
}
.logos-standing-seam-systems img
{
	width:100%;
}
#logo-120-wind
{
  float: left;
  width: 255px;
  text-align: center;
}
#logo-120-wind img
{
  width: 175px;
  margin-bottom: 40px;
}
#logo-tightness-warranty
{
  float: left;
  width: 255px;
  text-align:center;
}
#logo-tightness-warranty img
{
  width:220px;
  margin-bottom:40px;
}
.logo-armor-Standing
{
  width:270px;
  text-align:center;
  margin-bottom: 20px;
}
.logos-sideright-color-chart {
    width: 270px;
    margin-top: 40px;
}
.downloadpdf-durapon {}
.downloadpdf-durapon3 {margin-top: 33px;}
.downloadpdf-durapon3 img {width: 245px;}
.downloadpdf-durapon img {width: 245px;}
.logos-teflont {
    width: 150px;
    margin-bottom: 30px;
    text-align:center;
}
.logos-teflont img{
  width:92px;
}
.logos-sideright-color-chart img {
    width: 150px;
}
.logo-armor-Standing img
{
 width: 120px;
}
.roof-system-Standing
{
   width:220px;
  text-align:center;
}
.roof-system-Standing img
{
 width: 160px;
}
#colum1-prod
{
 float: left;
 width: 50%;
 margin-bottom: 20px;
 text-align: center;
}
#colum2-prod
{
 float: left;
 width: 50%;
 text-align: center;
}
#colum3-prod
{
 float: left;
 width: 33%;
 text-align: center;
}
#colum4-prod
{
 float: left;
 width: 33%;
 text-align: center;
}
#colum5-prod
{
 float: left;
 width: 33%;
 text-align: center;
}
#colum-curved-panels {
    float: left;
    width: 50%;
}
#img-curver-panels
{
 margin-top: 30px;
 margin-bottom: 30px;
 float:right;
}
#img-curver-panels img
{
  width:352px;
  height:145px;
}
#colum1-prod-exposed-fastener-systems
{
 float: left;
 width: 33%;
}
#colum2-prod-exposed-fastener-systems
{
 float: left;
 width: 33%;
}
#colum3-prod-exposed-fastener-systems
{
 float: left;
 width: 33%;
}
#colum4-prod-exposed-fastener-systems
{
 float: left;
 width: 33%;
}
#colum5-prod-exposed-fastener-systems
{
  float: left;
  width: 33%;
}
#colum6-prod-exposed-fastener-systems
{
  float: left;
  width: 33%;
}
#colum7-prod-exposed-fastener-systems
{
 float: left;
 width: 33%;
}
#colum-color-charts-galvalume {
    float: left;
    width: 50%;
}
.desc-prod-curved-panels {

    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 85%;
    margin-bottom: 20px;
    text-align: justify;

}
#colum2-curved-panels {
    float: left;
    width: 50%;
}
.title-prod
{
   font-size: 28px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 10px;
 }
 .title-prods-conceafastener {

    font-size: 30px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 10px;

}
.title-prod-conceafastener-panels {

    font-size: 40px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 20px;

}
 .title-prod-section-efastener-systems
{
   font-size: 30px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 15px;
 }
  .title-prod-efastener-systems
{
   font-size: 40px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 10px;
 }
 .subtitle-prod-movil-exposed {
	 display:none;
 }
  .title-prod-standing-seam-systems
{
   font-size: 40px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 10px;
 }
 .title-prod-section-standing-seam-systems {
    font-size: 25px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 10px;
}
 .title-prod-panels
 {
   font-size: 38px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 20px;
 }
 .title-section-main-coils {
    font-size: 40px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 20px;
	margin-top: -20px;
}
.title-section-main-structural {
    font-size: 40px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 20px;
    margin-top: -20px;
}
 .title-section-paintgrip-header {
    font-size: 63px;
    color: #F7F7F7;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
}
 .title-section-galvalume-header {
    font-size: 53px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 20px;
}
.subtitle-section-galvalume-header {
     letter-spacing: 0.2em;
    font-size: 19px;
    margin-bottom: 20px;
    color: #201a1ab3;
    margin-top: 40px;
    margin-left: 20px;
     font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
}
  .title-section-durapon-header
 {
   font-size: 48px;
   color: #EE5324;
   text-align: left;
   margin-bottom: 20px;
   font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
 }
 .subtitle-section-durapon-header {
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    letter-spacing: 0.2em;
    font-size: 19px;
    margin-bottom: 20px;
    color: #292929bf;
    margin-top: 40px;
    margin-left: 55px;
}
  .title-section-ceranamel-header
 {
   font-size: 48px;
   color: #EE5324;
   text-align: left;
   margin-bottom: 20px;
   font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
 }
 .subtitle-section-ceranamel-header {
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    letter-spacing: 0.2em;
    font-size: 19px;
    margin-bottom: 20px;
    color: #292929bf;
    margin-top: 40px;
    margin-left: 55px;
}
 .title-color-charts-section {

    font-size: 48px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;

}
 .title-section-conceafaster {

   font-size: 46px;
   color: #EDE9E1;
   font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
   text-align: left;
   margin-bottom: 20px;
   letter-spacing: -0.05em;

}
 .title-section-standinseam {

   font-size: 46px;
   color: #EDE9E1;
   font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
   text-align: left;
   margin-bottom: 20px;
   letter-spacing: -0.05em;

}
 .title-section-exposed-fastener {

   font-size: 46px;
   color: #EDE9E1;
   font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
   text-align: left;
   margin-bottom: 20px;
   letter-spacing: -0.05em;

}
 .logo-astm-structural-movil
 {
   display:none;
 }
 .title-section-movil-coils
 {
	 display:none;
 }
  .title-prod-SLZ-150
 {
   font-size: 40px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 20px;
 }
  .title-prod-curved-panels
 {
   font-size: 40px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 20px;
   display:block;
 }

 .desc-prod-panels
 {
  letter-spacing: 0.03em;
  font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
  font-size: 14px;
  margin-bottom: 20px;

 }
 .main-header-movil-color-charts
 {
	 display:none;
 }
 .title-features-panels
 {
  color: #E35112;
  font-family: 'Arial Black', arial;
  font-size: 31px;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin-bottom: 20px;
 }
  .title-features-panels-coils
 {
  color: #E35112;
  font-family: 'Antonio Regular', arial;
  font-size: 38px;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin-bottom: 20px;
 }
 .title-flat-sheets-panels-coils
 {
  color: #E35112;
  font-family: 'Antonio Regular', arial;
  font-size: 38px;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin-bottom: 20px;
 }
  .title-specifications-panels
 {
  color: #E35112;
  font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
  font-size: 31px;
  margin-bottom: 20px;
 }

 .main-content ul
 {
  letter-spacing: 0.03em;
  font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
  font-size: 14px;
  margin-bottom: 40px;
 }
 .main-content-curved1 {
    letter-spacing: 0.03em;
    font-size: 14px;
    margin-bottom: 0px;
	margin-top: -90px;
}
.title-section-panels {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 23px;
    font-size: 38px;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 50px;
}
.title-movil-exposed-fastener-systems
{
 display:none;
}
#content-left-curved {
    float: left;
    width: 60%;
}
#content-left-curved2 {
    float: left;
    width: 40%;
}
.title-prod-color-chart {
    font-size: 20px;
    font-weight: bold;
    color: #292726;
	margin-bottom:10px;
	margin-top: 10px;
}
.title-bars-colors-chart {
   font-size: 20px;
   color: #292726;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
  font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
  font-size: 40px;
  letter-spacing: -0.05em;
}
.title-content-galvalume {
    font-size: 28px;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 10px;
}
.titulo-texture-galvalume {
    width: 150px;
    text-align: center;
    position: absolute;
    color: black;
    font-weight: bold;
    font-size: 16px;
}
.subtitle-texture-galvalume {
    font-size: 14px;
    color: #242222e3;
    text-align: center;
    width: 150px;
}
.title-main-galvalume {
    font-size: 26px;
    font-weight: bold;
    color: #EE5324;
    margin-top: 10px;
}
.subtitle-main-galvalume {
    font-size: 18px;
    color: #242222e3;
    margin-left: 20px;
}
.title-main-color-chart {
   font-size: 50px;
color: #EE5324;
font-family: 'Antonio Regular', arial;
text-align: left;
margin-bottom: 20px;
margin-top: -50px;
}
.subtitle-main-galvalume {
    font-size: 31px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
}
.subtitle-main-paint-grip {
    font-size: 31px;
    color: #EE5324;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
	font-weight: bold;
}
.desc-content-paintgrip
{
 margin-top: 20px;
margin-bottom: 40px;
font: normal normal normal 15px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
font-weight: normal;
}

.main-contenido-paintgrip
{
	width:100%;
	margin-top: -80px;
}
.subtitle-header-paintgrip {
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    letter-spacing: 0.2em;
    font-size: 16px;
    margin-bottom: 20px;
    color: white;
    margin-top: 40px;
    margin-left: 20px;
}
.content-pdfs-download-button
{
	width:100%;
	float:left;
}
.column-pdfs-download-button
{
	width:33%;
	float:left;
}
.subtitle-prod-durapon {
   font-size: 19px;
   color: #292929;
   font-family: avenir-lt-w01_35-light1475496,sans-serif;
letter-spacing: 0.2em;
margin-top: 30px;
margin-bottom: 20px;
}
.subtitle-prod{
font-size: 16px;
color: #414141;
font-family: barlow-extralight,barlow,sans-serif;
letter-spacing: 0.45em;
text-align: left;
margin-bottom: 20px;
line-height: 1em;
margin-top: 20px;
}

.subtitle-prod-exposed-fastener-systems {
font-size: 16px;
color: #414141;
font-family: barlow-extralight,barlow,sans-serif;
letter-spacing: 0.45em;
text-align: left;
margin-bottom: 20px;
line-height: 1em;
margin-top: 20px;
}
.subtitle-prod-concealed {
    font-size: 12px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1em;
}
.subtitle-prod-section-efastener-systems {
    font-size: 12px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1em;
}
#logos-prod-panel
{
	width:225px;
}
#logos-prod-panel img
{
	width:225px;
	height:75px;
}
#u-panel
{
 margin-top: 20px;
 margin-bottom: 20px;
}
#pbu-panel
{
 margin-top: 20px;
 margin-bottom: 20px;
}
#r-panel
{
 margin-top: 28px;
 margin-bottom: 20px;
}
#pbr-panel
{
 margin-top: 20px;
 margin-bottom: 20px;
}
#ag-panel
{
 margin-top: 20px;
 margin-bottom: 20px;
}
#corrugated-panel
{
 margin-top: 20px;
 margin-bottom: 20px;
}
#crimp5v-panel
{
 margin-top: 20px;
 margin-bottom: 20px;
}
.desc-prod
{
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
    margin-bottom: 20px;
    text-align: justify;
}
.desc-prod-colors-chart
{
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
    margin-bottom: 20px;
    text-align: justify;
}


.button-prod-banner-home
{
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    margin-bottom: 20px;
    /*border-bottom: 1px solid;*/
    padding-bottom: 20px;
	background: rgba(59, 58, 58, 1);
    width: 171px;
    height: 23px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
}
.button-prod-banner-home:hover
{
 background: #EE5324;
}
.button-prod-banner-home a
{
    background: rgba(59, 58, 58, 1);
   color: #EDE9E1;
   font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;;
}
.button-prod-banner-home a:hover
{
 background: #EE5324;
}

.button-prod
{
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    margin-bottom: 20px;
    /*border-bottom: 1px solid;*/
    padding-bottom: 20px;
	background: rgba(59, 58, 58, 1);
    width: 105px;
    height: 23px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
}
.button-prod:hover
{
 background: #EE5324;
}
.button-prod a
{
    background: rgba(59, 58, 58, 1);
   color: #EDE9E1;
   font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;;
}
.button-prod a:hover
{
 background: #EE5324;
}
.button-prod-large {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    background: rgba(59, 58, 58, 1);
    width: 130px;
    height: 23px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.button-prod-movil-efastenersystems
{
	display:none;
}
.button-prod-large:hover
{
 background: #EE5324;
}
.button-prod-large a
{
    background: rgba(59, 58, 58, 1);
   color: #EDE9E1;
   font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;;
}
.button-prod-large a:hover
{
 background: #EE5324;
}
.button-prod-large-exposed {

    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    background: rgba(59, 58, 58, 1);
    width: 150px;
    height: 23px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;

}
.button-prod-large-exposed:hover
{
 background: #EE5324;
}
.button-prod-large-exposed a
{
    background: rgba(59, 58, 58, 1);
   color: #EDE9E1;
   font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;;
}
.button-prod-large-exposed a:hover
{
 background: #EE5324;
}
.contet-exposed-fastener-systems
{
  width: 100%;
  float: left;
  border-bottom: 1px solid;
}
.contet-exposed-fastener-systems img
{
  width:320px;
  height:105px;
}

.advantages-movil-efastener-systems
{
  display:none;
  width: 270px;
  background:rgba(59, 58, 58, 1);
  color: white;
  font-size: 13px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.advantages-movil-efastener-systems p
{
   text-align: center;
   color: #E35112;
   font-family: wfont_9df554_6a4e9e5ebf544e759e9f935d3f663cd1,wf_6a4e9e5ebf544e759e9f935d3,orig_antonio_regular;
   font-size: 24px;
   line-height: 1em;
   border-bottom: 2px solid gray;
   display:none;
}
.advantages-movil-efastener-systems ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Antonio Regular', arial;
  font-size: 14px;
  display:none;
}

.advantages
{
  width: 270px;
  background:rgba(59, 58, 58, 1);
  color: white;
  font-size: 13px;
  padding-bottom: 20px;
   margin-bottom: 30px;

}
.advantages p
{
   text-align: center;
   color: #E35112;
   font-family: 'Antonio Regular', arial;
   font-size: 34px;
   line-height: 1em;
   border-bottom: 2px solid gray;
}
.advantages ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
   color: #EDE9E1;
  font-size: 14px;
}
.logo1-ad{
    border-bottom: 2px solid gray;
    width: 270px;
	margin-top: 80px;
}
.logo1-ad img {
    width: 270px;
    height: 339px;
}
.logo1-exposed-fastener-systems{
 width: 270px;
 margin-top: 80px;
}
.logo1-exposed-fastener-systems img{
 width: 270px;
 height:245px,
}
.logo-exposed-panels {width: 270px;}
.logo-exposed-panels img{width: 270px;margin-bottom: 30px;margin-top: 20px;}
#content-left-panels
{
 float:left;
 width:50%;
}
.main-contenido-secition-galvalume
{
 float:left;
 width:100%;
 margin-bottom: 30px;
}
#content-left-img-galvalume
{
 float:left;
 width:70%;
}
#content-right-img-galvalume
{
 float:left;
 width:30%;
}
#content-right-img-galvalume img
{
 float:left;
 width:150px;
margin-left: 100px;
}
#specifications-content
{
 margin-left: 100px;
}
.titulo-header-conceafastener-systems  {
    width: 60%;
    float: left;
    margin-top: 70px;
}
.column2-logo-header-exposed-fastener {
    width: 12%;
    float: left;
    margin-left: 250px;
}
.column2-logo-header-exposed-fastener  img {
    width: 105px;
    margin-top: 80px;
}
.titulo-header-exposed-fastener {
    width: 60%;
    float: left;
    margin-top: 70px;
}
.column2-logo-header-conceafastener-systems {
    width: 12%;
    float: left;
    margin-left: 250px;
}
.column2-logo-header-conceafastener-systems  img {
    width: 105px;
    margin-top: 80px;
}
.column-logo-header-paintgrip {
    width: 12%;
    float: left;
    margin-left: 350px;
}
.column-logo-header-paintgrip img {
    width: 105px;
    margin-top: 80px;
}
.main-content-conceafastener-systems {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: -100px;
}
.sidebar-rigt-conceafastener-systems {
    width: 100%;
    margin-top: -80px;
}
.main-content{width:100%;float: left;margin-bottom: 20px;}
.main-content ul li:before {
  content: "\2022";
  color: #E35112;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.main-content-features-curved {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    border-bottom: 5px solid #E35112;
	font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
}
.main-content-features-curved  ul li:before {
  content: "\2022";
  color: #E35112;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.main-content-features-curved2 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
	font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
}
.main-content-features-curved2  ul li:before {
  content: "\2022";
  color: #E35112;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.main-content-structural ul li:before {
  content: "\2022";
  color: #E35112;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#content-middle-panels
{
  float:left;
  width:50%;
}
#content-middle-panels img
{
  width:398px;
  height:130px;
}
#content-left-structural
{
  float:left;
  width:50%;
}
#content-middle-color-chart {
    float: left;
    width: 45%;
}
#content-right-color-chart {
    float: right;
    width: 50%;
}
#content-right-color-chart img
{
  width:333px;
  height:55px;
}
.button-prod-color-chart {
     margin-bottom: 20px;
     padding-bottom: 20px;
}
.button-prod-color-chart a {
    background:#282828;
    color: white;
    padding: 10px;
}
.button-prod-color-chart a:hover {
    background: #EE5324;
}
.titulo-logo-color-chart
{
 font-size: 49px;
color: #949494ab;
font-weight: bold;
font-family: 'Antonio Regular', arial;
margin-top: 80px;
margin-left: 50px;
}
.logo-durapon-color-chart
{

}
.logo-durapon-color-chart img
{
	width:195px;
	height: 105px;
    margin-top: 50px;
}
.logo-ceranamel-color-chart
{

}
.logo-ceranamel-color-chart img
{
	width:195px;
	height: 45px;
    margin-top: 80px;
}


#colum1-color-charts {
    float: left;
    width: 47%;
    margin-bottom: 20px;
    text-align: center;
    border-right: 2px solid #E35112;
	height: 200px;
}
.subtitle-color-charts
{
 font-family: avenir-lt-w01_35-light1475496,sans-serif;
letter-spacing: 0.2em;
font-size: 21px;
margin-bottom: 20px;
color:#29292991;
margin-top: 40px;
margin-left: 20px;
text-align: center;
}
.description-content-color
{
 margin-top: 120px;
 border-top: 10px solid #EE5324;
}
.logos-header-color-charts {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    line-height: 1em;
    margin-top: -70px;
}
.logos-header-color-charts-durapon {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    line-height: 1em;
    margin-top: -20px;
}
.main-content-galvalume {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: -90px;
}
.titulo-header-color-durapon
{
	width:50%;
	float:left;
	margin-top: 70px;
}
.column1-logo-header-durapon
{
	width:12%;
	float:left;
}
.column1-logo-header-durapon  img {
	width:56px;
	margin-top: 80px;
}
.column2-logo-header-durapon
{
	width:12%;
	float:left;
}
.column2-logo-header-durapon  img {
	width:65px;
	margin-top: 70px;
}
.column3-logo-header-durapon
{
	width:12%;
	float:left;
}
.column3-logo-header-durapon  img {
	width:55px;
	margin-top: 80px;
}
.column4-logo-header-durapon
{
	width:12%;
	float:right;
}
.column4-logo-header-durapon  img {
	width:145px;
	margin-top: 40px;
}
.column2-logo-header-ceranamel
{
	width:12%;
	float:left;
	margin-left: 150px;
}
.column2-logo-header-ceranamel  img {
	width:65px;
	margin-top: 70px;
}
.column3-logo-header-ceranamel
{
	width:12%;
	float:left;
}
.column3-logo-header-ceranamel  img {
	width:55px;
	margin-top: 80px;
}
.column4-logo-header-ceranamel
{
	width:12%;
	float:right;
}
.column4-logo-header-ceranamel  img {
	width:145px;
	margin-top: 40px;
}
.column2-logo-header-galvalume  {
    width: 12%;
    float: left;
	margin-left: 100px;
}
.column2-logo-header-galvalume img {
    width: 95px;
    margin-top: 30px;
}
.column3-logo-header-galvalume  {
    width: 25%;
    float: right;
}
.column3-logo-header-galvalume img {
    width: 227px;
    margin-top: 50px;
}
.logo-armor-color-charts {
    width: 22%;
    float: right;
    text-align: center;
}
.logo-armor-color-charts img {
    width: 120px;
    margin-top: -15px;
}
.titulo-color-charts
{
  width: 35%;
  float: left;
  margin-top: 90px;
}
#logos-desc-color-chart {
    width: 100%;
    float: left;
    margin-top: -60px;
    margin-bottom: 20px;
}
#logos-desc-color-chart img {
    width: 75px;
}
#logoenergy-color-chart {
    float: right;
    margin-top: 75px;
	margin-right: 20px;
}
#logocrrc-color-chart {
    float: right;
    margin-top: 80px;
    margin-right: 20px;
}
#logocrrc-color-chart {
   width: 67px;
}
#content-middle-color-chart img
{
  width:333px;
  height:55px;
}
#content-coils-and-flat-sheets{
    float: left;
    width: 50%;
}
#content-coils-and-flat-sheets img
{
  width:398px;
}
#img-strucrual-steel
{
    float: left;
    width: 50%;
}
#img-strucrual-steel  img
{
  width:398px;
}
.desc-content-panels
{
 margin-top: 20px;
margin-bottom: 20px;
}
.desc-content-color-chart {
    margin-bottom: 20px;
	margin-top: 20px;
}

.descriptio-content
{
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
}
.cresta-facebook-messenger-box {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    background: #1182fc;
    border-radius: 100%;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.3);
    margin-right: 80px;
}
.sidebar-right
{
  width:280px;
  /*margin-top: -80px;*/
}
.sidebar-prod-img
{
 margin-bottom: 30px;
 width:255px;
}
.sidebar-main-img-panels {
    margin-bottom: 30px;
    width: 327px;
    float: right;
}
.img-main-header-movil-panels {
    margin-bottom: 10px;
    width: 100%;
	display:none;
}
.sidebar-prod-panels {

    margin-bottom: 50px;
    width: 441px;
    margin-top: -50px;
	float:right;

}
.downloadpdf-panels {
    width: 255px;
}
.downloadpdf-panels img {
    width: 255px;
}
.btndescargar-panels {
    width: 255px;
    background: rgba(59, 58, 58, 1);
    text-align: center;
	color: white;
}
.btndescargar-panels a {
    color: white;
}
.btndescargar-panels a:visited {
    color: white;
}
.btndescargar-panels:hover {
    background:#EE5324;
}
.logo-armor-sbr
{
  width:20%;
  float:left;
 /*text-align: center;  */
}
.logo-armor-sbr img
{
  width:70px;
}
.logo-armor-panels {
    width: 20%;
    float: left;
   /* text-align: center;*/
}
.logo-armor-panels img
{
  width:66px;
}
.logo-roofsys-sbr
{
  width:33%;
  float:left;
 /* text-align: center;*/
}

.logo-roofsys-sbr img
{
  width:90px;
}
.logos-header-content
{
  width:100%;
  float:left;
  border-bottom: 1px solid;
  margin-bottom: 30px;
  line-height: 1em;
  margin-top: -70px;
  display:none;
}
.logos-header-section-prods {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    line-height: 1em;
    margin-top: 10px;
}
.logo-armor-sbr img {
    width: 60px;
    margin-top: 0px;
	float: right;
    margin-right: 20px;
}
.logo-prod-exposed-panels {

   width: 20%;
   float: left;
   /*text-align: center;*/
}
.logo-prod-exposed-panels img {
    width: 200px;
    margin-top: 10px;
}
.titulo-coils {
    width: 35%;
    float: left;
	margin-top: 50px;
}
.title-section-curved-panels {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 20px;
}
.titulo-curved-panels {
    width: 60%;
    float: left;
    margin-top: 0px;
}
.logo-armor-curved-panels {
    width: 20%;
    float: left;
    text-align: center;
}
.logo-armor-curved-panels img {
    width: 70px;
    margin-top: 0px;
}
.logo-continus-curved-panels {
    width: 20%;
    float: left;
    text-align: center;
}
.logo-continus-curved-panels img {
    width: 100px;
    margin-top: 0px;
}
.logos-header-curved-panels {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
	margin-top: 15px;
}
.logo-armor-coils {
    width: 22%;
    float: left;
    text-align: center;
}
.logo-armor-coils img {
    width: 60px;
    margin-top: 0px;
}
.logo-durapon-coils {
    width: 20%;
    float: left;
    text-align: center;
}
.logo-durapon-coils img {
    width: 150px;
    margin-top: 10px;
}
.logo-ceranamel-coils {
    width: 20%;
    float: left;
    text-align: center;
}
.logo-ceranamel-coils img {
    width: 150px;
    margin-top: 28px;
}
.main-content-structural
{
	width:100%;
	float:left;
	margin-top:-60px;
}
.main-content-structural ul {
    letter-spacing: 0.03em;
    font-family: 'Antonio Regular', arial;
    font-size: 28px;
    margin-bottom: 40px;
    line-height: 1.2em;
	margin-top: 30px;
}
.logos-header-structural {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
    margin-top: -90px;
}
.titulo-structural {
    width: 80%;
    float: left;
    margin-top: 50px;
}
.titulo-structural {
    width: 80%;
    float: left;
    margin-top: 50px;
}
.logo-astm-structural {
    width: 20%;
}
.logo-astm-structural img {
   width: 95px;
   margin-top: 40px;
   margin-left: 100px;
}
.content-pdf-warranty
{
  width:100%;
  margin-top: -50px;
}
#colum2-color-charts {
    float: right;
    width: 50%;
}
.desc-retrofit
{
 margin-top: -60px;
 width: 100%;
 float:left;
}
.desc-retrofit img
{
	width: 380px;
}
.tit-footer-img
{
  background: #6F6C6B;
width: 380px;
margin-left: auto;
margin-right: auto;
color: white;
font-size: 17px;
}
.column-img-retrofit
{
 width:50%;
 float:left;
 text-align:center;
 margin-bottom:20px;
}
.logo-NS150
{
  width:33%;
  float:left;
  margin-top: -5px;
}
.logos-header-section-retrofit {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    line-height: 1em;
    margin-top: 0px;
}
.logo-steel-buildings {
    width: 25%;
    float: left;
    text-align: center;
}
.logo-steel-buildings img {
    width: 150px;
    margin-top: 10px;
    float: right;
    margin-right: 20px;
}

.logo-NS150 img
{
  width: 158px;
  height: 85px;;
}
.logo-retrofit {
  width:50%;
  float:left;
}
.header-retrofit {
    width: 100%;
    height: 120px;
    border-bottom: 2px solid #AEABAA;
}
.logo-retrofit img {
    width: 300PX;
    height: auto;
	margin-top: 12px;
}

.sidebar-logos-prod {margin-top: -120px;}
.sidebar-logos-prod img
{
  width: 327px;
}
.sidebar-logos-prod p
{
    text-align: center;
}
.btndescargar
{
  width: 300px;
  background:#EE5324;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.btndescargar a
{
	color:white;
}
.btndescargar:hover
{
 background:#282828;
}
.btndescargardurapon {
    width: 245px;
    background: #EE5324;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.btndescargardurapon a
{
	color:white;
}
.btndescargardurapon:hover
{
 background:#282828;
}
/* Begin - Color Chart DURAPON*/
#color-chart-regal-white
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color: rgb(237, 233, 225);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 0.47;
}
#color-chart-almomd
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color: rgb(235, 226, 209);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 0.78;
}
#color-chart-sandstone
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color: rgb(227, 220, 207);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-surreybeige
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color: rgb(222, 206, 175);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-sierratan
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color: rgb(186, 173, 147);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-ashgray
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(181, 175, 163);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-slategray
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(113, 117, 113);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 0.92;
}
#color-chart-musketgray
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(105, 99, 89);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-charcoalgray
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(89, 87, 80);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-patinagreen
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(123, 153, 113);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-slateblue
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(91, 117, 143);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-evergreen
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(54, 89, 42);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-terracotta
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(179, 79, 25);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-colonialred
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(120, 38, 40);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-sealbrown
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(77, 68, 60);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-buckskin
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(120, 103, 84);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-mediumbronze
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(82, 69, 59);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-agedbronze
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(64, 52, 43);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-copperbrown
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(59, 33, 14);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-darkbronze
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(54, 50, 46);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-matteblack
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(59, 58, 58);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-feltgreen
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(33, 59, 23);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-hartfordgreen
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(22, 64, 46);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-britered
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(153, 34, 34);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-burgundy
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(99, 27, 33);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-regalblue
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(29, 45, 97);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-galvalume
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(29, 45, 97);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#metalic-color-img
{
 float: left;
 width: 20%;
}
#low-gloss-slategray
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(125, 115, 115);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#low-gloss-copperbrown
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(74, 62, 52);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#low-gloss-agedbronze
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(87, 75, 65);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#low-gloss-agedbronze
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(87, 75, 65);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#low-gloss-darkbronze
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(48, 37, 37);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#low-gloss-mediumbronze
{
  padding: 8px 16px;
  float: left;
  width: 168px;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(64, 53, 50);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
.titulo-regal-white
{
  width: 160px;
  text-align: center;
  position: absolute;
  margin-top: 80px;
}
.titulo-color-durapon
{
  width: 160px;
  text-align: center;
  position: absolute;
  margin-top: 80px;
}
.titulo-color-galvalume {
    width: 160px;
    text-align: center;
    position: absolute;
    color: black;
	font-weight: bold;
}
#colum-color-charts-galvalume-right {
    float: left;
    width: 50%;
}
#column-almond
{
  width:160px;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}
#column-metallic-clor
{
  width:160px;
  float: left;
  margin-right: 20px;
  margin-bottom: 60px;
}
.tit-sright-durapon
{
 width: 245px;
 font-size: 20px;
 font-weight: bold;
 color: #292726;
 margin-bottom: 5px;
}
.subtit-sright-durapon
{
 width: 245px;
font-size: 14px;
margin-bottom: 10px;
}
.subtitulo-metallic-color {
    width: 160px;
    text-align: center;
    position: absolute;
    margin-top: 20px;
}
.titulo-metallic-color {
    width: 160px;
    text-align: center;
    position: absolute;
}
.titulo-metallic-color2 {
    text-align: center;
    position: absolute;
    font-size: 12px;
}
.subtitulo-color-durapon {
    width: 160px;
    text-align: center;
    position: absolute;
    margin-top: 100px;
}
.titulo-sandstone
{
  width: 160px;
  text-align: center;
  position: absolute;
  margin-top: 80px;
}
.titulo-surreybeige
{
  width: 160px;
  text-align: center;
  position: absolute;
  margin-top: 80px;
}
.titulo-sierratan
{
  width: 160px;
  text-align: center;
  position: absolute;
  margin-top: 80px;
}
.titulo-ashgray
{
  width: 160px;
  text-align: center;
  position: absolute;
  margin-top: 80px;
 }
/* End - Color Chart DURAPON*/

/* Begin - Color Chart CERANAMEL*/
#color-ceranamel-polar-white {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(237, 233, 225);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0.47;
}
#color-ceranamel-rustic-red {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(120, 38, 40);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-saddle-tan {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(171, 155, 123);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-colony-green {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(103, 128, 94);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-desert-sand {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(150, 138, 113);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-burnshed-slate {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(87, 81, 72);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-light-stone {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(232, 217, 186);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-charcoal-gray {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(89, 87, 80);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-ash-gray {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(195, 198, 201);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-cocoa-brown {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(77, 61, 47);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
/* Begin Premium Colors*/
#color-ceranamel-matte-black {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(59, 58, 58);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-fern-green {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(33, 59, 23);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-hawaian-blue {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(74, 105, 135);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-ever-green {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(43, 77, 31);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-burgundy {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(89, 28, 33);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-brite-red {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(153, 32, 43);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-regal-blue {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(29, 45, 97);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
/* End - Color Chart CERANAMEL*/

/* Begin -Low Gloss Colors */
#color-ceranamel-salte-gray {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(125, 115, 115);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-copper-brown {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(74, 62, 52);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-aged-bronze {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(87, 75, 65);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-dark-bronze {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(48, 37, 37);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-medium-bronze {
    padding: 8px 16px;
    float: left;
    width: 168px;
    border: none;
    display: block;
    outline: 0;
    background-color:rgb(92, 78, 74);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}

/* End - Low Gloss Colors */

/*================RESPONSIVE CSS==================*/
@media screen and (max-width: 1180px){
#hs-banner-green-cool {
  background: rgb(27, 52, 18);
  width: 100%;
  height: 100%;
}
#hs-description-green-cool
{
   width: 372px;
   text-align: justify;
   color: white;
   background: rgb(27, 52, 18);
   height: 100%;
   margin-left: auto;
   margin-right: auto;
   padding: 30px;
   font-size: 13px;
}
#content-left-curved2 {
    float: left;
    width: 100%;
}
  .title-prod-curved-panels
 {
   font-size: 28px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: center;
   margin-bottom: 20px;
   display:block;
 }
#content-left-curved {
    float: left;
    width: 100%;
}


 .title-prod-section-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 10px;
	text-align: center;
}
.title-prod-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    margin-bottom: 10px;
    text-align: center;
}
.logo-NS150 {
    width: 50%;
    float: left;
}
.logo-NS150 img {
    width: 200px;
    margin-top: 20px;
    height: 77px;
}
.logo-armor-sbr {
    width: 25%;
    float: right;
    text-align: center;
}
.logo-armor-sbr img {
    width: 60px;
    margin-top: 20px;
}
.logo-roofsys-sbr {
    width: 25%;
    float: left;
    text-align: center;
}
.logo-roofsys-sbr img {
    width: 80px;
    margin-top: 28px;
}
.downloadpdf-panels {
    width: 100%;
}
.downloadpdf-panels img {
    width: 100%;
}
.btndescargar-panels {
    width: 100%;
    background: rgba(59, 58, 58, 1);
    text-align: center;
    color: white;
}
.sidebar-prod-img {
    margin-bottom: 30px;
    width: 100%;
}
.widget-area .widget {
    margin-bottom: 40px;
    border: 1px solid #EEE;
    padding: 30px;
    margin-top: -80px;
}
.title-features-panels {
    color: #E35112;
    font-family: 'Arial Black', arial;
    font-size: 23px;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
    line-height: 1em;
}
.title-specifications-panels {
    color: #E35112;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    font-size: 23px;
    margin-bottom: 20px;
}
.desc-prod-panels {
    letter-spacing: 0.03em;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}
.logos-header-content {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
	margin-top: 0px;
}
.title-prod {
    font-size: 28px;
    font-weight: bold;
    color: #EE5324;
    margin-bottom: 0px;
    font-family: 'Antonio Regular', arial;
}
#aboutimg {
    width: 40%;
    float: left;
    display: none;
}
#about-description {
    width: 100%;
    float: left;
    text-align: justify;
    font-size: 1em;
		margin-top:0px;
}
    .hs-container{
        width: auto;
        padding: 0 15px;
    }

    .hs-slide-caption{
        width: 100%;
        margin-left: 0;
        left: 0;
        padding: 0 50px;
    }

    .hs-slide-cap-title,
    .hs-slide-cap-desc{
        padding: 0
    }
}

@media screen and (max-width: 1000px){
#content-left-curved2 {
    float: left;
    width: 100%;
}
  .title-prod-curved-panels
 {
   font-size: 28px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: center;
   margin-bottom: 20px;
   display:block;
 }
#content-left-curved {
    float: left;
    width: 100%;
}
.logo-continus-curved-panels img {
    width: 100px;
    margin-top: 5px;
}
 .title-prod-section-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 10px;
	text-align: center;
}
.title-prod-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    margin-bottom: 10px;
    text-align: center;
}
.logo-NS150 {
    width: 50%;
    float: left;
}
.logo-NS150 img {
    width: 200px;
    margin-top: 20px;
    height: 77px;
}
.logo-armor-sbr {
    width: 25%;
    float: right;
    text-align: center;
}
.logo-armor-sbr img {
    width: 60px;
    margin-top: 20px;
}
.logo-roofsys-sbr {
    width: 25%;
    float: left;
    text-align: center;
}
.logo-roofsys-sbr img {
    width: 80px;
    margin-top: 28px;
}
.downloadpdf-panels {
    width: 100%;
}
.downloadpdf-panels img {
    width: 100%;
}
.btndescargar-panels {
    width: 100%;
    background: rgba(59, 58, 58, 1);
    text-align: center;
    color: white;
}
.sidebar-prod-img {
    margin-bottom: 30px;
    width: 100%;
}
.widget-area .widget {
    margin-bottom: 40px;
    border: 1px solid #EEE;
    padding: 30px;
     margin-top: -80px;;
}
.title-features-panels {
    color: #E35112;
    font-family: 'Arial Black', arial;
    font-size: 23px;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
    line-height: 1em;
}
.title-specifications-panels {
    color: #E35112;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    font-size: 23px;
    margin-bottom: 20px;
}
.desc-prod-panels {
    letter-spacing: 0.03em;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}
.logos-header-content {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
	margin-top: 0px;
}
.title-prod-panels {
    font-size: 38px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 0px;
}
.title-prod {
    font-size: 28px;
    font-weight: bold;
    color: #EE5324;
    margin-bottom: 20px;
    font-family: 'Antonio Regular', arial;
}
    .hs-main-navigation .hs-menu{
        display: none;
        background: #FFF;
        float: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        text-align: center;
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        border-top: 2px solid #EE3B24;
    }

    .hs-main-navigation li{
        float: none;
        display: inline-block;
    }

    .hs-main-navigation ul ul li{
        display: block;
    }

    .hs-main-navigation a,
    .page-template-home-template .hs-main-navigation .current_page_item > a,
    .page-template-home-template .hs-main-navigation .current-menu-item > a,
    .page-template-home-template .hs-main-navigation .current_page_ancestor > a,
    .home.blog .hs-main-navigation .current_page_item > a,
    .home.blog .hs-main-navigation .current-menu-item > a,
    .home.blog .hs-main-navigation .current_page_ancestor > a{
        color: #333;
    }

    .hs-toggle-menu{
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        height: 40px;
        width: 40px;
        cursor: pointer;
    }

    .hs-toggle-menu span{
        position: relative;
        height: 2px;
        width: 32px;
        margin: 0 auto;
        background: #EE3B24;
        display: block;
        top: 50%;
        margin-top: -1px;
        box-shadow: 0 10px 0px 0px #EE3B24, 0 -10px 0px 0px #EE3B24;
    }
}


@media screen and (max-width: 768px){
.main-content-curved1 {
  letter-spacing: 0.03em;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.title-products-movil {
  display: block;
}
.name-large-products-movil {
  font-size: 40px;
  color: #EE5324;
  font-family: 'Antonio Regular', arial;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 70px;
}    
.name-large2-products-movil {
  font-size: 40px;
  color: #EE5324;
  font-family: 'Antonio Regular', arial;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 70px;
}    
.name-products-movil {
  font-size: 48px;
  color: #EE5324;
  font-family: 'Antonio Regular', arial;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 70px;
}
.sub-name-products-movil {
  font-size: 20px;
  color: #414141;
  font-family: barlow-extralight,barlow,sans-serif;
  letter-spacing: 0.45em;
  margin-bottom: 20px;
  line-height: 1em;
  text-align: center;
  margin-top: 0px;
}    
.main-content-principal-prods {
  width: 100%;
  margin-top: 0px;
}    
h2 {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
}
#main-content-products
{
	width:100%;
	float:left;
}
.column-main-products {
    width: 100%;
    float: left;
}

.btnproducts {
    width: 100%;
    background: #333;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.btnproducts a {
	color:white;
}
.btnproducts:hover {
    background: #EE5324;
}

.column-img-retrofit {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.tit-footer-img {
    background: #6F6C6B;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: white;
}
.desc-retrofit {
    margin-top: 0px;
	padding:20px;
}
.logo-retrofit img {
    width: 370PX;
    height: auto;
}
.logo-steel-buildings {
    width: 25%;
    float: right;
}
.header-retrofit {
    width: 100%;
    height: 130px;
    border-bottom: 2px solid #AEABAA;
    margin-top: -90px;
}
.hs-main-title-search {
    margin: 0 0 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    color: #EE5324;
    font-size: 38px;
    letter-spacing: 1px;
    margin-top: -70px;
}.hs-main-title-search {
    margin: 0 0 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    color: #EE5324;
    font-size: 38px;
    letter-spacing: 1px;
    margin-top: -70px;
}
#logo-roofsys-standing-content-prods img {
    width: 120px;
    height: 120px;
}
#logo-armor-standing-content-prods {
    width: 40%;
    float: right;
    text-align: center;
}
#logo-armor-standing-content-prods img {
    width: 200px;
    height: 110px;
    margin-top: 5px;
    float: right;
}
.title-pdfs-warraties {
    width: 100%;
    font-size: 31px;
    font-weight: bold;
    color: #292726;
    margin-bottom: 5px;
    text-align: center;
}
.downloadpdf-warranties img {
    width: 100%;
	height: auto;
}
.title-section-warranties {
    font-size: 38px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 0px;
    margin-top: -20px;
}
.column-pdfs-warraties {
    width: 100%;
    float: left;
}
#logo-header {
    float: left;
    display: none;
}
#logos-header-main-movil {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 5px solid #808080b5;
	display:block
}
video {
    width: 100%;
    max-width: 1349px;
    margin-top: -10px;
}
.column3-movil-section-paintgrip {
    width: 50%;
    float: right;
    display: block;
}
.column3-movil-section-paintgrip img {
 width: 55px;
 margin-top: -60px;
}
.subheader-movil-logos-paintgrip
{
   width: 100%;
   float: left;
}
.title-section-movil-paintgrip {
    color: white;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    letter-spacing: -0.05em;
    font-size: 31px;
    font-weight: bold;
	float: left;
margin-left: 10px;
}
.subtitle-movil-section-paintgrip {
	width:50%;
    color: white;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    font-size: 16px;
	margin-left: 10px;
}
.subtitle-movil-section-paintgrip img{

}
.header-color-paintgrip {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/paint-grip.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.main-header-movil-color-paint-grip {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding: 0px;
    padding-top: 0px;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/paint-grip.jpg");
    background-size: cover;
    margin-top: -5px;
    margin-bottom: 40px;
	height: 90px;
}
#img-header-movil-standing-seam-systems {
    width: 100%;
    height: 65px;
    background: url("/wp-content/uploads/2022/06/banner-standing-system-scaled-1.webp");
    background-size: auto;
    background-size: cover;
    background-position: center;
	margin-top: 40px;
    height: 75px;
}
#columna1-logos-header-movil {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: -10px;
}
#columna2-logos-header-movil {
    width: 15%;
    float: right;
    margin-top: -10px;
}
#columna3-logos-header-movil {
    width: 10%;
    float: right;
    margin-right: 15px;
    margin-top: -10px;
}
#logos-header-main-movil {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 5px solid #808080b5;
    height: 35px;
}
#container-logos-video {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sidebar-logos-prod {
    margin-top: 0px;
}
.title-section-history {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0px;
}
.title-section-letter-president {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-left:0px;
 }
.title-section-company {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0px;
}
hs-slide-caption {
    width: 100%;
    margin-left: 0;
    left: 0;
    padding: 0 0px;
}
.subtitle-main-paint-grip {
    font-size: 22px;
    color: #EE5324;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: bold;
}
.title-prod-conceafastener-panels {
    font-size: 48px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 0px;
    text-align: center;
    display: none;
}
.title-prods-conceafastener {
    font-size: 48px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: center;
    margin-bottom: 20px;
}
#right-container-logos-video {
    width: 50%;
    float: right;
    margin-top: -68px;
	background: #fffbfb75;
	display:none;
}
#left-container-logos-video {
    width: 70%;
    float: left;
    margin-left: 15px;
}
#left-container-logos-video img {
    width: 70px;
}
#columna1-logos-header-movil img {
    width: 171px;
    float: left;
    margin-left: 20px;
}
#logos-izq-video {
    display: none;
    width: 100%;
    position: absolute;
    background-color: rgba(236, 228, 228, 0.22);
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-origin: padding-box;
    background-clip: border-box;
    background-repeat: repeat;
    background-size: auto;
    background-origin: padding-box;
    height: 100%;
    margin-top: 0px;

}
.main-contenido-paintgrip {
    width: 100%;
    margin-top: 0px;
}
.desc-content-paintgrip {
    margin-top: 0px;
    margin-bottom: 40px;
    font: normal normal normal 15px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    font-weight: normal;
    font-weight: normal;
    padding: 10px;
}
.column-logo-header-paintgrip img {
    width: 105px;
    margin-top: -80px;
    margin-left: 150px;
}
.column-logo-header-paintgrip {
    width: 12%;
    float: left;
	display:none;
}
.subtitle-header-paintgrip {
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    letter-spacing: 0.2em;
    font-size: 16px;
    margin-bottom: 20px;
    color: white;
    margin-top: 40px;
	margin-left: 0px;
}
.main-content-movil-section-paint-grip {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
}
.main-content-movil-section-paint-grip ul {
    letter-spacing: 0.03em;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    float: left;
    padding: 10px;
}
.main-content-movil-section-paint-grip ul li::before {
    content: "\2022";
    color: #E35112;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.main-content-galvalume {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 0px;
}
#content-right-img-galvalume {
    float: left;
    width: 100%;
}
#content-right-img-galvalume img {
    float: left;
    width: 200px;
	margin-left: 250px;
}
#content-left-img-galvalume {
    float: left;
    width: 100%;
}
.img-main-header-movil-section-galvalume {
    margin-bottom: 0px;
    width: 100%;
    display: block;
}
.img-main-header-movil-section-galvalume img {
    margin-top: -30px;
	width: 312px;
}
.title-section-movil-galvalume {
    font-size: 56px;
    color:#444444;
    font-family: 'Antonio Regular', arial;
    text-align: center;
    margin-bottom: 0px;
	letter-spacing: -0.05em;
}
.subtitle-header-movil-galvalume {
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    letter-spacing: 0.2em;
    font-size: 17px;
    margin-bottom: 0px;
    color: #292929;
}
.column-headerizq-movil-galvalume {
    float: left;
    display: block;
    width: 100%;
}
.column-headerizq-movil-galvalume img {
    width: 110px;
    margin-top: 0px;
    float: left;
}

.main-header-movil-color-galvalume {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding-top: 0px;
    background: white;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 20px;
}
#img-content-movil-galvalume
{
	display:block;
}
.desc-galvalume-square-image
{
 float: left;
 width: 100%;
 margin-top: 21px;
 text-align: center;
}
.subtitle-texture-galvalume {
    font-size: 14px;
    color: #242222e3;
    text-align: center;
    width: 100%;
}
.titulo-texture-galvalume {
    width: 95%;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
.columas-movil-galvalume-square
{
 width:100%;
 text-align: center;
}
#colum-color-charts-galvalume {
    float: left;
    width: 100%;
}
#colum-color-charts-galvalume-right {
    float: left;
    width: 100%;
}
.title-content-galvalume {
    font-size: 28px;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 10px;
	text-align: center;
}
.header-color-galvalume {
    width: 100%;
    height: 150px;
    background: white;
    border-bottom: 7px solid #EE5324;
    display: none;
}
.title-prod-color-chart {
    font-size: 40px;
    font-weight: bold;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.main-header-movil-color-ceranamel {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding-top: 0px;
    background: white;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 20px;
}
#color-ceranamel-medium-bronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(92, 78, 74);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-dark-bronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(48, 37, 37);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-aged-bronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(87, 75, 65);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-copper-brown {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(74, 62, 52);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-salte-gray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(125, 115, 115);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-regal-blue {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(29, 45, 97);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-brite-red {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(153, 32, 43);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-burgundy {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(89, 28, 33);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-ever-green {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(43, 77, 31);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-hawaian-blue {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(74, 105, 135);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-fern-green {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(33, 59, 23);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-matte-black {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(59, 58, 58);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-cocoa-brown {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(77, 61, 47);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-ash-gray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(195, 198, 201);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-charcoal-gray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(89, 87, 80);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-light-stone {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(232, 217, 186);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-burnshed-slate {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(87, 81, 72);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-desert-sand {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(150, 138, 113);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-colony-green {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(103, 128, 94);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-saddle-tan {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(171, 155, 123);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-rustic-red {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(120, 38, 40);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-polar-white {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(237, 233, 225);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0.47;
}
.header-color-ceranamel {
    width: 100%;
    height: 150px;
    background: white;
    border-bottom: 7px solid #EE5324;
    display: none;
}
#img-center-movil-color-durapon{}
#img-center-movil-color-durapon img
{
	width:200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.logos-movil-header-center-durapon
{
	width: 100%;
    float: left;
}
.column-movil-section-color-durapon {
    width: 23%;
    float: left;
    display: block;
}
.column-movil-section-color-durapon img {
    margin-top: 30px;
    width: 120px;
    float: left;
}
.column2-movil-section-color-durapon {
    width: 23%;
    float: left;
    display: block;
}
.column2-movil-section-color-durapon img {
    width: 100px;
    display: block;
    margin-top: 35px;
	margin-left: 140px;
}
.column3-movil-section-color-durapon {
    width: 53%;
    float: left;
    display: block;
	margin-top: 25px;
}
.column3-movil-section-color-durapon img {
    width: 95px;
    float: right;
    display: block;
    margin-top: 10px;
}
.main-header-movil-color-durapon {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding: 0px;
    padding-top: 0px;
    background:white;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 20px;

}
.header-standing-seam-systems {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("/wp-content/uploads/2022/06/banner-standing-system-scaled-1.webp");
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;

}
#logos-header-concealedfsystems-movil
{
	width:100%;
	float:left;
	margin-top: 0px;
	margin-bottom: 10px;
}
.column-headerizq-concealedfsystems {
    float: left;
    display: block;
}
.column-headerizq-concealedfsystems img
{
	width:120px;
}
.column-headerright-concealedfsystems {
    float: right;
    display: block;
}
.column-headerright-concealedfsystems img{
   width: 152px;
   margin-top: 20px;
}
.sidebar-rigt-conceafastener-systems {
    width: 100%;
    margin-top: -80px;
    display: none;
}
.logo1-ad {
    border-bottom: 2px solid gray;
    width: 100%;
    display: none;
}
#img-header-movil-conceafastener-systems{
    width: 100%;
    height: 65px;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/banner-concelaed-system-scaled.jpg");
    background-size: auto;
    background-size: cover;
    background-position: center;
	margin-top: 40px;
    height: 75px;
}
.main-content-conceafastener-systems {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 0px;
}
.header-concealed-fastener-systems {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/banner-concelaed-system-scaled.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.header-exposed-fastener-systems {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/banner-exposed-fastener-scaled.jpg");
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.btndescargardurapon {
    width: 100%;
    background: #EE5324;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.downloadpdf-durapon3 img {
    width: 100%;
}
.column-pdfs-download-button {
    width: 100%;
    float: left;
}
.header-color-durapon {
    width: 100%;
    height: 150px;
    background: white;
    border-bottom: 7px solid #EE5324;
    display: none;
}
.left-contet-products-color-charts {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    display: none;
}
.titulo-logotext-colors-movil {
    font-size: 48px;
    color: #949494ab;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0px;
	text-align:center;
}
.subtitulo-logotext-colors-movil {
    font-size: 28px;
    font-weight: normal;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
	display:block;
}
.logo-ceranamel-movil-section-colors {
    width: 100%;
    text-align: center;
	margin-top: 30px;
}
.logo-ceranamel-movil-section-colors img{
 width: 473px;
}
.left-contet-products {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    display: block;
}
.logo-durapon-color-chart {
    display: none;
}
.content-movil-section-colors
{
  width:100%;
  float:left;
  display:block;
}
.logo-durapon-movil-section-colors
{
  width:100%;
  text-align: center;
  margin-top: 30px;
}
.logo-durapon-movil-section-colors img
{
  width: 310px;
}
.title-prod-color-chart-movil {
    font-size: 38px;
    font-weight: normal;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}
.desc-prod-color-chart-movil {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
    text-align: justify;
	margin-bottom: 30px;
	font-size: 15px;
	display:block;
}
.title-movil-section-colors
{
 color: #444444;
 font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
 letter-spacing: -0.05em;
 font-size: 48px;
 font-weight: bold;
}
.subtitle-movil-section-colors
{
 color: #292929;
 font-family: avenir-lt-w01_35-light1475496,sans-serif;
 letter-spacing: 0.2em;
 font-size: 21px;
}
.button-prod-color-chart-movil {
 	text-align: center;
	display:block;
}
.button-prod-color-chart-movil a {
    background: #282828;
    color: white;
    padding: 10px;
}
/*.button-prod-color-chart-movil:hover {
    background: #EE5324;
}
.button-prod-color-chart-movil a:hover {
    background: #EE5324;
}*/
.column-movil-section-color-charts {
    width: 23%;
    float: left;
    display: block;
}
.column-movil-section-color-charts img {
    margin-top: 70px;
	width: 72px;
	float: left;
	margin-left: 20px;
}
.column2-movil-section-color-charts {
    width: 23%;
    float: left;
    display: block;
}
.column2-movil-section-color-charts img {
    width: 74px;
    display: block;
	margin-top: 75px;
}
.column3-movil-section-color-charts {
    width: 53%;
    float: left;
    display: block;
}
.column3-movil-section-color-charts img {
    width: 110px;
	float:right;
    display: block;
    margin-top: 10px;
	margin-right: 20px;
}
.header-color-charts {
    width: 100%;
    height: 605px;
    background: url("/wp-content/uploads/2022/06/color-banner.webp");
    display: none;
}
.main-header-movil-color-charts{
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding: 0px;
    padding-top: 0px;
    background: url("/wp-content/uploads/2022/06/color-banner.webp");
    background-size: auto;
    background-size: cover;
    margin-top: -5px;
	margin-bottom: 20px;
}
#colum1-color-charts {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    border-right: 0px;
	display:none;
}
#colum2-color-charts {
    float: right;
    width: 100%;
	display:none;
}

.logo-astm-structural-movil {
    width: 50%;
    float: right;
    text-align: center;
	display:block;
}
.logo-astm-structural-movil img {
    width: 110px;
}
#img-strucrual-steel
{
    float: left;
    width: 348px;
	margin-top: 50px;
}
.titulo-structural-movil {
    width: 100%;
    float: left;
    margin-top: 0px;
    border-bottom: 2px solid gray;
    font-size: 38px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    margin-bottom: 0px;
}
.logos-header-structural {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
    margin-top: 0px;
	display: none;
}
.title-flat-sheets-panels-coils
 {
  color: #E35112;
  font-family: 'Arial Black', arial;
  font-size: 31px;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: bold;
 }
.title-features-panels-coils {
    color: #E35112;
    font-family: 'Arial Black', arial;
    font-size: 31px;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
    line-height: 1em;
    margin-bottom: 20px;
    font-weight: bold;

}
.img-main-header-movil-coils {
    margin-bottom: 0px;
    width: 100%;
    display: block;
}
.img-main-header-movil-coils img {
    margin-top: -40px;
}
.column-headerizq-movil-coils {
    float: left;
    display: block;
	width:40%;
}
.column-headerizq-movil-coils img {
    width: 80px;
    margin-top: 0px;
	float: left;
}
.column-headermiddle-movil-coils {
    float: right;
    display: block;
	width:30%;
}
.column-headermiddle-movil-coils  img{
 width: 90px;
 margin-top: 41px;
}
.column-headerright-movil-coils {
    float: right;
    display: block;
	width:30%;
}
.column-headerright-movil-coils  img{
 width: 90px;
margin-top: 30px;
}
.main-header-logos-movil-coils {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    padding-top: 0px;
}
.title-section-movil-coils {
    font-size: 48px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 60px;
	 border-bottom: 2px solid rgba(148, 148, 148, 1);
	display:block;
	margin-top: -40px;
}
#content-coils-and-flat-sheets img {
   display:none;
}
.desc-content-panels {
    margin-top: 0px;
    margin-bottom: 20px;
}
.subtitle-prod-section-efastener-systems {
    font-size: 21px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
}
 .title-prod-section-efastener-systems
{
   font-size: 48px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   margin-bottom: 20px;
   font-weight:bold;
   text-align: center;
 }
  .title-prod-efastener-systems
{
   font-size: 38px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 10px;
   display:none;
 }
.button-prod-large-exposed
{
	display:none;
}
.button-prod-movil-efastenersystems
{
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  text-align: center;
  width: 105px;
  height: 23px;
  padding-bottom: 20px;
  background: rgba(59, 58, 58, 1);
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display:block;
}
.button-prod-movil-efastenersystems:hover {
    background: #EE5324;
}
.button-prod-movil-efastenersystems a:hover {
    background: #EE5324;
}
.button-prod-movil-efastenersystems a {
    background: rgba(59, 58, 58, 1);
    color: #EDE9E1;
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
}
.logo-exposed-panels {
    width: 270px;
     display:none;
}
.logo1-exposed-fastener-systems {
    width: 270px;
    margin-top: 80px;
    display:none;
}
#title-advantages-movil
{
	font-family: 'Antonio Regular', arial;
	color: #E35112;
	font-size: 56px;
	border-bottom: 2px solid gray;
	line-height: 1em;
    font-weight: bold;
}
.advantages-movil-efastener-systems
{
  display:block;
  width: 100%;
  background:rgba(59, 58, 58, 1);
  color: white;
  font-size: 13px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.advantages-movil-efastener-systems p
{
   text-align: center;
   color: #E35112;
   font-family: wfont_9df554_6a4e9e5ebf544e759e9f935d3f663cd1,wf_6a4e9e5ebf544e759e9f935d3,orig_antonio_regular;
   font-size: 24px;
   line-height: 1em;
   border-bottom: 2px solid gray;
   display:block;
}
.advantages-movil-efastener-systems ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  font:wfont_9df554_6a4e9e5ebf544e759e9f935d3f663cd1,wf_6a4e9e5ebf544e759e9f935d3,orig_antonio_regular;
  font-size: 31px;
  display:block;
  color: #EDE9E1;
}
#img-header-movil-efastener-systems
{
 width:100%;
 height: 65px;
 background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/banner-exposed-fastener-scaled.jpg");
 background-size: cover;
 background-position: center;
 height:75px;
 margin-top:40;
}
.title-section-panels
{
	display:none;
}
.main-header-movil-efastener-systems
{
   display:block;
   width: 100%;
   float: left;
   text-align: center;
   padding-top: 0px;
   margin-top:60px;
}
.logo-armor-movil-efastener-systems
{
  width:100%;
  text-align:center;
}
.logo-armor-movil-efastener-systems img
{
  width: 140px;
  margin-top: 0px;
}
.title-movil-exposed-fastener-systems
{
 display:block;
 font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
 text-align: center !important;
 letter-spacing: -0.05em;
 color: #3B3A3A;
 font-size: 48px;
 font-weight: bold;
 border-bottom: 2px solid #EE5324;
 margin-bottom: 30px;
}

.img-main-header-movil-ML300 {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.img-main-header-movil-ML300 img {
    margin-top: 0px;
}
.img-main-header-movil-curvepanels {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.img-main-header-movil-curvepanels img {
    margin-top: 0px;
}
.column-headerizq-curvepanels
{
  float:left;
  display:block;
}
.column-headerizq-curvepanels img {
    width: 95px;
    margin-top: 0px;
}
.main-header-logos-movil-curvepanels {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    padding-top: 0px;
	display:block;
}
#img-curver-panels {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    display:none;
}
.title-section-movil-curved-panels {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
	display:block;
}
.logos-header-curved-panels {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
    display: none;
}
.column-headerright-s-seamsystems {
    float: right;
    display: block;
}
.column-headerright-s-seamsystems img {
    width: 150px;
    margin-top: 0px;
}
.main-header-logos-movil-s-seamsystems {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 2px solid rgba(148, 148, 148, 1);
    display: block;
    padding: 10px;
    padding-top: 0px;
}
.img-main-header-movil-panels {
    margin-bottom: 10px;
    width: 100%;
	display:block;
}
.img-main-header-movil-panels  img{
  margin-top: -30px;
}
.column-headerizq-s-seamsystems
{
  float:left;
  display:block;
}
.column-headerizq-s-seamsystems img {
    width: 150px;
    margin-top: 0px;
}
.column2-movil-standing-systems
{
  width:20%;
  float:right;
  display:block;
}
.column2-movil-standing-systems img
{
  width:100px;
  float: right;
  display:block;
  margin-top: 20px;
}
.column3-movil-standing-systems
{
  width:30%;
  float:right;
  display:block;
}
.column3-movil-standing-systems img
{
  width:220px;
  float: right;
  display:block;
  margin-top: 40px;
}
 .title-prod-SLZ-150
 {
   font-size: 38px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 0px;
   text-align:center;
   display: none;
 }
.sidebar-main-img-panels {
    margin-bottom: 30px;
    width: 255px;
	display:none;
}
.subtitle-prod-conceafastener-systems {

    font-size: 16px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1em;
    margin-top: 20px;
    text-align: center;

}
.subtitle-prod-conceafastener-systems {
    font-size: 20px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1em;
    text-align: center;
    display: none;
}
 .main-header-logos-movil-fastener-systems
{
 width:100%;
 float:left;
 text-align: center;
 border-bottom:2px solid rgba(148, 148, 148, 1);
 display:block;
 padding: 18px;
}
 .main-header-logos-movil-conceafastener-systems
{
 width:100%;
 float:left;
 text-align: center;
 border-bottom:2px solid rgba(148, 148, 148, 1);
 display:block;
 padding: 10px;
}
.column-movil-conceafastener-systems
{
	 width:45%;
	 float:left;
	 display:block;
}
.column-movil-conceafastener-systems img {
    margin-top: 8px;
}
.column2-movil-conceafastener-systems
{
  width:25%;
  float:right;
  display:block;
}
.column2-movil-conceafastener-systems img
{
  width:120px;
  float: right;
  display:block;
}
.column3-movil-conceafastener-systems
{
  width:25%;
  float:right;
  display:block;
}
.column3-movil-conceafastener-systems img
{
  width:200px;
  float: right;
  display:block;
  margin-top: 10px;
}
.subtitle-prod-movil-conceafastener-systems
{
	display:block;
	font-size: 16px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1em;
    margin-top: 20px;
}
.hs-entry-content {
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
    margin-top: 20px;
    background-color: rgba(245, 245, 245, 0.09);
}
.sidebar-prod-panels {
    margin-bottom: 50px;
    width: 270px;
    margin-top: 80px;
    display: none;
}
.subtitle-prod-movil-exposed
{
 font-size: 23px;
 color: #414141;
 font-family: barlow-extralight,barlow,sans-serif;
 letter-spacing: 0.45em;
 text-align: left;
 margin-bottom: 80px;
 line-height: 1em;
 display:block;
 text-align: center
}

.subtitle-prod-exposed-fastener-systems {
	display:none;
}
.main-header-logos-movil-exposed-panels
{
 width:100%;
 float:left;
 text-align: center;
 border-bottom:2px solid rgba(148, 148, 148, 1);
 display:block;
 margin-bottom: 10px;
}
.column-movil-exposed-panels
{
	 width:50%;
	 float:left;
	 display:block;
}
.column-movil-exposed-panels img
{
	margin-top:8px;
}
.column2-movil-exposed-panels
{
  width:50%;
  float:right;
 display:block;
}
.column2-movil-exposed-panels img
{
  width:120px;
  float: right;
  display:block;
  margin-top:20px;
}

.logo-prod-exposed-panels {
    display: none;
}
.main-content-features-curved {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    border-bottom: 5px solid #E35112;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
}
.main-content-features-curved2 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
}
#content-left-curved2 {
    float: left;
    width: 100%;
}
  .title-prod-curved-panels
 {
   font-size: 44px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: center;
   margin-bottom: 0px;
   display: none;
     
 }
#content-left-curved {
    float: left;
    width: 100%;
}
.logo-continus-curved-panels img {
    width: 100px;
    margin-top: 5px;
}
 .title-prod-section-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 10px;
	text-align: center;
}
.title-prod-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    margin-bottom: 10px;
    text-align: center;
}
 .title-prod-section-standing-seam-systems {
    font-size: 48px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom:20px;
	text-align: center;
	line-height: 30px;
}
.title-prod-standing-seam-systems {
    font-size: 48px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    margin-bottom: 0px;
    text-align: center;
    display: none;
}
.logo-NS150 {
    width: 50%;
    float: left;
}
.logo-NS150 img {
    width: 200px;
    margin-top: 20px;
    height: 77px;
}
.logo-armor-sbr {
    width: 25%;
    float: right;
    text-align: center;
}
.logo-armor-sbr img {
    width: 60px;
    margin-top: 20px;
}
.logo-roofsys-sbr {
    width: 25%;
    float: left;
    text-align: center;
}
.logo-roofsys-sbr img {
    width: 80px;
    margin-top: 28px;
}
.downloadpdf-panels {
    width: 100%;
}
.downloadpdf-panels img {
    width: 100%;
}
.btndescargar-panels {
    width: 100%;
    background: rgba(59, 58, 58, 1);
    text-align: center;
    color: white;
}
.sidebar-prod-img {
    margin-bottom: 30px;
    width: 100%;
}
.widget-area .widget {
    margin-bottom: 40px;
    border: 1px solid #EEE;
    padding: 30px;
     margin-top: -80px;
}
.title-features-panels {
    color: #E35112;
    font-family: 'Arial Black', arial;
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
    line-height: 1em;
	text-align: center;
}
.title-specifications-panels {
    color: #E35112;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
	text-align: center;
}
.desc-prod-panels {
    letter-spacing: 0.03em;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}
.logos-header-content {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
	margin-top: 0px;
	display:none;
}
.title-prod-panels {
    font-size: 50px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 0px;
}
.subtitle-prod-concealed {
    font-size: 23px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
}
.logo-letter {
    width: 270px;
    margin-top: 20px;
}
#about-description-letter {
    margin-top: 30px;
    width: 100%;
	margin-left: 0px;
}
#main-content-letter {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.logo12years-history {
    width: 266px;
    margin-top: 48px;
    text-align: center;
}
.logo12years-history img {
    width: 150px;
    margin-bottom: 40px;
}
.subtitle-history {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px;
    /*margin-left: 30px;*/
    text-align: center;
}
#about-description-history {
    margin-left: 0px;
}
.title-section {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-left: 0px;
}
#logoqm-company {
    margin-bottom: 30px;
    text-align: center;
    display: none;
}
.foto-content-company {
    float: left;
    width: 100%;
    display: none;
}
#main-content-company
{
	width:100%;
	float:left;
	margin-top: 0px;
}
#main-content-history {
    width: 100%;
    float: left;
	margin-top: 0px;
}
#logoqm-history img {
     display: none;
}
.hs-container {
    width: 100%;
    margin: 0 auto;
}
#colum-location
{
  width:25%;
  float:left;
}
.tit-sright-durapon {
    width: 100%;
    font-size: 48px;
    font-weight: bold;
    color: #292726;
    text-align: center;
}
.subtit-sright-durapon {
    width: 100%;
    font-size: 23px;
	text-align:center;
}
.downloadpdf-durapon img {
    width: 100%;
}
#low-gloss-slategray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(125, 115, 115);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-copperbrown {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(74, 62, 52);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-agedbronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(87, 75, 65);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-darkbronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(48, 37, 37);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-mediumbronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(64, 53, 50);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
.titulo-metallic-color2 {
    text-align: center;
    position: absolute;
    font-size: 12px;
    width: 100%;
}
#column-metallic-clor {
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 60px;
    text-align: center;
}

.titulo-metallic-color {
    width: 100%;
    text-align: center;
    position: absolute;
}
.subtitulo-metallic-color {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 20px;
}
#column-almond {
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}
#color-chart-regal-white {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(237, 233, 225);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0.47;
}
#color-chart-almomd {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(235, 226, 209);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0.78;
}
#color-chart-sandstone
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color: rgb(227, 220, 207);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-surreybeige
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color: rgb(222, 206, 175);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-sierratan
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color: rgb(186, 173, 147);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-ashgray
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(181, 175, 163);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-slategray
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(113, 117, 113);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 0.92;
}
#color-chart-musketgray
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(105, 99, 89);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-charcoalgray
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(89, 87, 80);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-patinagreen
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(123, 153, 113);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-slateblue
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(91, 117, 143);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-evergreen
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(54, 89, 42);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-terracotta
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(179, 79, 25);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-colonialred
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(120, 38, 40);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-sealbrown
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(77, 68, 60);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-buckskin
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(120, 103, 84);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-mediumbronze
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(82, 69, 59);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-agedbronze
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(64, 52, 43);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-copperbrown
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(59, 33, 14);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-darkbronze
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(54, 50, 46);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-matteblack
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(59, 58, 58);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-feltgreen
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(33, 59, 23);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-hartfordgreen
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(22, 64, 46);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-britered
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(153, 34, 34);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-burgundy
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(99, 27, 33);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-regalblue
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(29, 45, 97);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-galvalume
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(29, 45, 97);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
.titulo-color-durapon {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 80px;
}
.subtitulo-color-durapon {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 100px;
}
.logos-sideright-color-chart {
    width: 100%;
     margin-top: 40px;
}
.logos-sideright-color-chart img{
    width: 100%;
}
#content-right-color-chart img {
    width: 333px;
    height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#content-middle-color-chart img {
    width: 333px;
    height: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.titulo-logo-color-chart {
    font-size: 32px;
    color: #949494ab;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
#content-middle-color-chart {
    float: left;
    width: 100%;
}
#content-right-color-chart {
    float: right;
    width: 100%;
}
#content-coils-and-flat-sheets {
    float: left;
    width: 100%;
}
#content-middle-galvalume {
    float: left;
    width: 50%;
}
#content-middle-paint-grip {
    float: left;
    width: 50%;
}
#content-middle-galvalume img {
    width: 222px;
}
#specifications-content {
    margin-left: 0px;
}
#content-left-panels {
    float: left;
    width: 100%;
}
#content-middle-panels {
    float: left;
    width: 100%;
}
.main-content-company
{
	width:100%;
	float:left;
}
.foto-content-company
{
    float: left;
    width: 50%;
}
.foto-content-company img
{
    width: 600px;
	height:625px;
}
.contet-exposed-fastener-systems img {
    width: 100%;
    padding:10px;
}
#colum1-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
#colum2-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
#colum3-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
#colum4-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
#colum5-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
#colum6-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
#colum7-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
#titulo-conlogos {
    width: 60%;
    float: left;
    margin-top: 30px;
    font-size: 24px;
}
.main-content {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
}
.desc-prod-curved-panels {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
    margin-bottom: 20px;
    text-align: justify;
}
#colum-curved-panels {
    float: left;
    width: 100%;
}
#colum2-curved-panels {
    float: left;
    width: 100%;
}
.left2-contet-products img {
    width: 100%;
    height: 181px;
    padding: 20px;
}
#logo-tightness-warranty {
    float: left;
    width: 100%;
	text-align:center;
}
#logo-tightness-warranty img{
  width: 326px;
  height: 182px;
  display:none;
}
.logos-standing-seam-systems {
    width: 100%;
    float: left;
    text-align: center;
}
.logos-standing-seam-systems img {
    width: 326px;
    height: 182px;
}
.roof-system-Standing img {
    width: 326px;
}
#logo-120-wind img {
    width: 259px;
    height: 245px;
	display:none;
}
#logo-120-wind {
     float: left;
	 width: 100%;
}
.logo-armor-Standing {
    float: left;
    margin-bottom: 20px;
	width:50%;
	display:none;
}
.logo-armor-Standing img {
    width: 249px;
}

.roof-system-Standing {
    width: 50%;
    float: left;
	margin-top: 30px;
}
#colum3-prod {
    float: left;
    width: 100%;
    text-align: center;
}
#colum4-prod {
    float: left;
    width: 100%;
    text-align: center;
}
#colum5-prod {
    float: left;
    width: 100%;
    text-align: center;
}
.description-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    /*border-bottom: 1px solid;*/
	padding:10px;
}
.sidebar-right {
    width: 100%;
 	text-align: center;
	margin-top: 80px;
}
.logo-NS150 img {
    width: 180px;
    margin-top: 20px;
	display:none;
}
.logo-armor-sbr img {
    width: 50px;
    margin-top: 10px;
}
.logo-roofsys-sbr img {
    width: 70px;
    margin-top: 10px;
}
.advantages {
    width: 100%;
    background: rgba(59, 58, 58, 1);
    color: white;
    font-size: 13px;
    padding-bottom: 20px;
    margin-bottom: 30px;
	display:none;
}
.logo1-ad {
 border-bottom: 2px solid gray;
width: 100%;
}
.logo1-ad img {
    width: 100%;
	height: 100%;
}
#secondary {
    margin-top: 0px;
}
.left-contet-products img {
    width: 100%;
    height: 200px;
    padding: 20px;
}

.title-prod {
    font-size: 35px;
    font-weight: bold;
    color: #EE5324;
	font-family: 'Antonio Regular', arial;
    text-align: center;
}
.subtitle-prod {
    font-size: 20px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
	text-align: center;
    display: none;
}
#img-curver-panels {
    margin-top: 30px;
    margin-bottom: 30px;
   text-align: center;
   width: 100%;
}
#img-curver-panels img {
    width: 100%;
}
.desc-prod {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
    text-align: center;
}
.button-prod {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    text-align: center;
	display:none;
}
#colum1-prod {
    float: left;
    width: 100%;

}
#colum2-prod {
    float: left;
    width: 100%;
}
.hs-container-section {
    width: 100%;
    margin-top: 0px;
    background: white;
}
#logos-about {
 width: 100%;
 margin: 0px 0px 0px;
text-align: center;
}
#logoenergyabout {
    float: right;
    width: 50%;
}
#logoastm {
    float: left;
    width: 50%;
	margin-bottom: 20px;
	margin-top: -100px;
}
.hs-main-header
{
  margin-bottom:0px;
}
#logo-uno-video img {
    width: 100px;
    margin: 59px 0px 35px calc((100% - 2000px) * 0.5);
    position: absolute;
}
#logo-header { float: left; }
#logoduracoat { width: 120px; }
#logoul { width: 35px; }
#logotdi { width: 35px; }
#logoaia { width: 45px;}
#logoenergy { width: 40px; }

.hs-contact-address{
 float: left;
 width: 100%;
 margin-top: 10px;
 }
#hs-home-slider-section
{
 padding: 0px;
}



#hs-description-green-cool
{
   width: 100%;
   text-align: justify;
   color: white;
   background: rgb(27, 52, 18);
   height: 100%;
   margin-left: auto;
   margin-right: auto;
   padding: 30px;
   font-size: 13px;
}

    #hs-masthead{
        position: relative !important;
        background: #111 !important;
    }

    #hs-masthead.hs-white{
        background: #FFF !important;
    }

    #hs-masthead.hs-white .hs-site-title a{
        color: #111;
    }

    #hs-masthead.hs-white .hs-site-description{
        color: #333;
    }

    #hs-site-branding{
        width: auto;
    }

    .hs-main-navigation li{
        display: block;
        border-bottom: 1px solid #FAFAFA;
    }

    .hs-main-navigation a{
        line-height: 1.5;
        padding: 12px;
    }

    .hs-main-navigation ul ul{
        position: static;
        box-shadow: none;
        border-top: 1px solid #F0F0F0;
    }

    .hs-menu > ul > li > a:after{
        display: none;
    }

    .menu-item-has-children .ht-dropdown,
    .menu-item-has-children ul .ht-dropdown{
        position: absolute;
        height: 26px;
        width: 26px;
        border: 1px solid rgba(255, 252, 252, 0.6);
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 2px;
        border: 1px solid #EEE;
    }

    .menu-item-has-children .ht-dropdown:after,
    .menu-item-has-children ul .ht-dropdown:after{
        content: '\f107';
        font-family: FontAwesome;
        vertical-align: middle;
        line-height: 26px;
        display: block;
    }

    .menu-item-has-children .ht-opened.ht-dropdown:after,
    .menu-item-has-children ul .ht-opened.ht-dropdown:after{
        content: '\f106';
    }

    .hs-main-navigation ul li:hover > ul{
        display: none;
    }

    .hs-main-header{
        padding: 0px 0;
    }

    .hs-slide-cap-title{
        font-size: 30px;
        margin-bottom: 10px;
    }

    .hs-slide-cap-desc{
        font-size: 12px;
    }

    #hs-home-slider-section{
        min-height: 0;
		margin-top: 40px;
    }

    #hs-home-slider-section .owl-carousel .owl-nav .owl-prev,
    #hs-home-slider-section .owl-carousel .owl-nav .owl-next{
        display: none;
    }

    .hs-about-sec,
    .hs-progress-bar-sec{
        width: auto;
        float: none;
    }

    .hs-about-sec{
        margin-bottom: 40px;
    }

    .hs-featured-post{
        width: 48%;
    }

    .hs-featured-post:nth-child(3){
        clear: both;
    }

    .hs-portfolio{
        width: 50%;
    }

    .hs-portfolio-cat-name{
        margin-bottom: 10px;
    }

    .hs-service-left-bg{
        display: none;
    }

    .hs-service-posts{
        width: auto;
        float: none;
        padding-left: 0;
    }

    #hs-service-post-section{
        padding: 60px 0;
    }

    .hs-team-member{
        width: 100%;
        margin-bottom: 30px;
    }

    .hs-team-member:nth-child(3){
        clear: both;
    }

    #hs-team-section{
        padding-bottom: 30px;
    }

    .hs-counter-wrap{
        margin-left: 0;
    }

    .hs-counter{
        width: auto;
        float: none;
        margin-bottom: 40px;
        margin-left: 0
    }

    .hs-counter:last-child{
        margin-bottom: 0;
    }

    .hs-blog-post{
        width: 100%;
        float: none;
    }

    .hs-blog-post .hs-blog-thumbnail{
        float: left;
    }

    .hs-blog-post .hs-blog-excerpt{
        left: auto;
        right: 0
    }

    .hs-blog-post .hs-blog-excerpt:after {
        border-color: transparent #F6F6F6 transparent transparent;
        left: -38px;
        right: auto;
    }

    .hs-blog-post:nth-child(2n) .hs-blog-thumbnail{
        float: right;
    }

    .hs-blog-post:nth-child(2n) .hs-blog-excerpt{
        right: auto;
        left: 0
    }

    .hs-blog-post:nth-child(2n) .hs-blog-excerpt:after {
        left: auto;
        right: -38px;
        border-color: transparent transparent transparent #F6F6F6;
    }

    .hs-contact-form{
        float: none;
        width: auto;
        margin-bottom: 30px;
    }

    .hs-contact-address{
        float: none;
        width: auto;
    }

    .hs-footer{
        width: 47%;
        margin-bottom: 30px
    }

    .hs-footer:nth-child(3n){
        clear: both;
    }

    #hs-top-footer{
        padding-bottom: 20px;
    }

    #hs-bottom-footer{
        text-align: center;
    }

    .hs-copy-right{
        float: none;
        margin-bottom: 15px;
    }

    .hs-site-info{
        float: none;
    }

    #primary{
        width: auto !important;
        float: none !important;
        margin-bottom: 30px;
    }

    #secondary{
        width: auto !important;
        float: none !important;
    }

    #hs-masthead.fadeInDown {
        -webkit-animation-name: none;
        animation-name: none;
    }
}

@media screen and (max-width: 767px){
.name-large-products-movil {
  font-size: 40px;
  color: #EE5324;
  font-family: 'Antonio Regular', arial;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 70px;
} 
.main-content-curved1 {
  letter-spacing: 0.03em;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.title-products-movil {
  display: block;
}
.main-content-principal-prods {
  width: 100%;
  margin-top: 0px;
}
h2 {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
}
#main-content-products
{
	width:100%;
	float:left;
}
.column-main-products {
    width: 100%;
    float: left;
}

.btnproducts {
    width: 100%;
    background: #333;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.btnproducts a {
	color:white;
}
.btnproducts:hover {
    background: #EE5324;
}
.column-img-retrofit {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.tit-footer-img {
    background: #6F6C6B;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: white;
}
.desc-retrofit {
    margin-top: 0px;
	padding:20px;
}
.desc-retrofit img {
    width: 100%;
}
.logo-retrofit img {
    width: 370PX;
    height: auto;
}
.logo-steel-buildings {
    width: 25%;
    float: right;
}
.header-retrofit {
    width: 100%;
    height: 180px;
    border-bottom: 2px solid #AEABAA;
    margin-top: -30px;
}
.hs-main-title-search {
    margin: 0 0 15px;
     font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    color: #EE5324;
    font-size: 38px;
    letter-spacing: 1px;
    margin-top: -70px;
}
#logo-roofsys-standing-content-prods img {
    width: 120px;
    height: 120px;
}
#logo-armor-standing-content-prods {
    width: 40%;
    float: right;
    text-align: center;
}
#logo-armor-standing-content-prods img {
    width: 200px;
    height: 110px;
    margin-top: 5px;
    float: right;
}
.title-pdfs-warraties {
    width: 100%;
    font-size: 38px;
    font-weight: bold;
    color: #292726;
    margin-bottom: 5px;
    text-align: center;
}
.downloadpdf-warranties img {
    width: 100%;
	height: auto;
}
.title-section-warranties {
    font-size: 48px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 0px;
    margin-top: -20px;
}
.column-pdfs-warraties {
    width: 100%;
    float: left;
}
#logo-header {
    float: left;
    display: none;
}
#logos-header-main-movil {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 5px solid #808080b5;
	display:block
}
#hs-home-slider-section {
    min-height: 0;
    margin-top: 40px;
}
video {
    width: 100%;
    max-width: 1349px;
    margin-top: -10px;
}
.column3-movil-section-paintgrip {
    width: 50%;
    float: right;
    display: block;
}
.column3-movil-section-paintgrip img {
 width: 55px;
 margin-top: -60px;
}
.subheader-movil-logos-paintgrip
{
   width: 100%;
   float: left;
}
.title-section-movil-paintgrip {
    color: white;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    letter-spacing: -0.05em;
    font-size: 31px;
    font-weight: bold;
	float: left;
margin-left: 10px;
}
.subtitle-movil-section-paintgrip {
	width:50%;
    color: white;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    font-size: 16px;
	margin-left: 10px;
}
.subtitle-movil-section-paintgrip img{

}
.header-color-paintgrip {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/paint-grip.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.main-header-movil-color-paint-grip {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding: 0px;
    padding-top: 0px;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/paint-grip.jpg");
    background-size: cover;
    margin-top: -5px;
    margin-bottom: 40px;
	height: 90px;
}
#img-header-movil-standing-seam-systems {
    width: 100%;
    height: 65px;
    background: url("/wp-content/uploads/2022/06/banner-standing-system-scaled-1.webp");
    background-size: auto;
    background-size: cover;
    background-position: center;
	margin-top: 40px;
    height: 75px;
}
#columna1-logos-header-movil {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: -10px;
}
#columna2-logos-header-movil {
    width: 15%;
    float: right;
    margin-top: -10px;
}
#columna3-logos-header-movil {
    width: 10%;
    float: right;
    margin-right: 15px;
    margin-top: -10px;
}
#logos-header-main-movil {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 5px solid #808080b5;
}
.sidebar-logos-prod {
    margin-top: 0px;
}
.title-section-history {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0px;
}
.title-section-letter-president {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-left:0px;
 }
.title-section-company {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0px;
}
.subtitle-main-paint-grip {
    font-size: 22px;
    color: #EE5324;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: bold;
}
.title-prod-conceafastener-panels {
    font-size: 48px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 0px;
    text-align: center;
}
.title-prods-conceafastener {
    font-size: 48px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: center;
    margin-bottom: 20px;
}
#right-container-logos-video {
    width: 50%;
    float: right;
    margin-top: -68px;
	background: #fffbfb75;
	display:none;
}
#left-container-logos-video {
    width: 70%;
    float: left;
    margin-left: 15px;
}
#left-container-logos-video img {
    width: 70px;
}
#logos-izq-video {
    display: none;
    width: 100%;
    position: absolute;
    background-color: rgba(236, 228, 228, 0.22);
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-origin: padding-box;
    background-clip: border-box;
    background-repeat: repeat;
    background-size: auto;
    background-origin: padding-box;
    height: 100%;
    margin-top: 0px;

}
.main-content-movil-section-paint-grip {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
}
.main-content-movil-section-paint-grip ul {
    letter-spacing: 0.03em;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    float: left;
    padding: 10px;
}
.main-content-movil-section-paint-grip ul li::before {
    content: "\2022";
    color: #E35112;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
#content-right-img-galvalume {
    float: left;
    width: 100%;
}
#content-right-img-galvalume img {
    float: left;
    width: 150px;
}
#content-left-img-galvalume {
    float: left;
    width: 100%;
}
.img-main-header-movil-section-galvalume {
    margin-bottom: 0px;
    width: 100%;
    display: block;
}
.img-main-header-movil-section-galvalume img {
    margin-top: -30px;
	width: 160px;
}
.title-section-movil-galvalume {
    font-size: 38px;
    color:#444444;
    font-family: 'Antonio Regular', arial;
    text-align: center;
    margin-bottom: 0px;
	letter-spacing: -0.05em;
}
.subtitle-header-movil-galvalume {
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    letter-spacing: 0.2em;
    font-size: 17px;
    margin-bottom: 0px;
    color: #292929;
}
.column-headerizq-movil-galvalume {
    float: left;
    display: block;
    width: 100%;
}
.column-headerizq-movil-galvalume img {
    width: 80px;
    margin-top: 0px;
    float: left;
}
.main-header-movil-color-galvalume {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding-top: 0px;
    background: white;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 20px;
}
#img-content-movil-galvalume
{
	display:block;
}
.desc-galvalume-square-image
{
 float: left;
 width: 100%;
 margin-top: 21px;
 text-align: center;
}
.subtitle-texture-galvalume {
    font-size: 14px;
    color: #242222e3;
    text-align: center;
    width: 100%;
}
.titulo-texture-galvalume {
    width: 90%;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
.columas-movil-galvalume-square
{
 width:100%;
 text-align: center;
}
#colum-color-charts-galvalume {
    float: left;
    width: 100%;
}
#colum-color-charts-galvalume-right {
    float: left;
    width: 100%;
}
.title-content-galvalume {
    font-size: 18px;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 10px;
	text-align: center;
}
.header-color-galvalume {
    width: 100%;
    height: 150px;
    background: white;
    border-bottom: 7px solid #EE5324;
    display: none;
}
.main-header-movil-color-ceranamel {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding-top: 0px;
    background: white;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 20px;
}
#color-ceranamel-medium-bronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(92, 78, 74);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-dark-bronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(48, 37, 37);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-aged-bronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(87, 75, 65);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-copper-brown {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(74, 62, 52);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-salte-gray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(125, 115, 115);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-regal-blue {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(29, 45, 97);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-brite-red {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(153, 32, 43);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-burgundy {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(89, 28, 33);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-ever-green {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(43, 77, 31);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-hawaian-blue {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(74, 105, 135);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-fern-green {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(33, 59, 23);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-matte-black {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(59, 58, 58);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-cocoa-brown {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(77, 61, 47);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-ash-gray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(195, 198, 201);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-charcoal-gray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(89, 87, 80);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-light-stone {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(232, 217, 186);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-burnshed-slate {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(87, 81, 72);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-desert-sand {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(150, 138, 113);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-colony-green {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(103, 128, 94);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-saddle-tan {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(171, 155, 123);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-rustic-red {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(120, 38, 40);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-polar-white {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(237, 233, 225);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0.47;
}
.header-color-ceranamel {
    width: 100%;
    height: 150px;
    background: white;
    border-bottom: 7px solid #EE5324;
    display: none;
}
#img-center-movil-color-durapon{}
#img-center-movil-color-durapon img
{
	width:200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.logos-movil-header-center-durapon
{
	width: 100%;
    float: left;
}
.column-movil-section-color-durapon {
    width: 23%;
    float: left;
    display: block;
}
.column-movil-section-color-durapon img {
    margin-top: 30px;
    width: 120px;
    float: left;
}
.column2-movil-section-color-durapon {
    width: 23%;
    float: left;
    display: block;
}
.column2-movil-section-color-durapon img {
    width: 100px;
    display: block;
    margin-top: 35px;
	margin-left: 140px;
}
.column3-movil-section-color-durapon {
    width: 53%;
    float: left;
    display: block;
	margin-top: 25px;
}
.column3-movil-section-color-durapon img {
    width: 95px;
    float: right;
    display: block;
    margin-top: 10px;
}
.main-header-movil-color-durapon {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding: 0px;
    padding-top: 0px;
    background:white;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 20px;

}
.header-standing-seam-systems {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("/wp-content/uploads/2022/06/banner-standing-system-scaled-1.webp");
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;

}
#logos-header-concealedfsystems-movil
{
	width:100%;
	float:left;
	margin-top: 0px;
	margin-bottom: 10px;
}
.column-headerizq-concealedfsystems {
    float: left;
    display: block;
}
.column-headerizq-concealedfsystems img
{
	width:120px;
}
.column-headerright-concealedfsystems {
    float: right;
    display: block;
}
.column-headerright-concealedfsystems img{
   width: 142px;
   margin-top: 20px;
}
.sidebar-rigt-conceafastener-systems {
    width: 100%;
    margin-top: -80px;
    display: none;
}
.logo1-ad {
    border-bottom: 2px solid gray;
    width: 100%;
    display: none;
}
#img-header-movil-conceafastener-systems{
    width: 100%;
    height: 65px;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/banner-concelaed-system-scaled.jpg");
    background-size: auto;
    background-size: cover;
    background-position: center;
	margin-top: 40px;
    height: 75px;
}
.main-content-conceafastener-systems {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 0px;
}
.header-concealed-fastener-systems {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/banner-concelaed-system-scaled.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.header-exposed-fastener-systems {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/banner-exposed-fastener-scaled.jpg");
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.btndescargardurapon {
    width: 100%;
    background: #EE5324;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.downloadpdf-durapon3 img {
    width: 100%;
}
.column-pdfs-download-button {
    width: 100%;
    float: left;
}
.header-color-durapon {
    width: 100%;
    height: 150px;
    background: white;
    border-bottom: 7px solid #EE5324;
    display: none;
}
.left-contet-products-color-charts {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    display: none;
	}
.titulo-logotext-colors-movil {
    font-size: 48px;
    color: #949494ab;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0px;
	text-align:center;
	display:block;
}
.titulo-logotext-colors-movil {
    font-size: 32px;
    color: #949494ab;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0px;
	text-align:center;
}
.subtitulo-logotext-colors-movil {
    font-size: 21px;
    font-weight: normal;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
}
.logo-ceranamel-movil-section-colors {
    width: 100%;
    text-align: center;
	margin-top: 30px;
}
.logo-ceranamel-movil-section-colors img{
 width: 245px;
}
.left-contet-products {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    display: block;
}
.logo-durapon-color-chart {
    display: none;
}
.content-movil-section-colors
{
  width:100%;
  float:left;
  display:block;
}
.logo-durapon-movil-section-colors
{
  width:100%;
  text-align: center;
  margin-top: 30px;
}
.logo-durapon-movil-section-colors img
{
  width: 155px;
}
.title-prod-color-chart-movil {
    font-size: 21px;
    font-weight: normal;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}
.desc-prod-color-chart-movil {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
    text-align: justify;
	margin-bottom: 30px;
	font-size: 15px;
	display:block;
}
.title-movil-section-colors
{
 color: #444444;
 font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
 letter-spacing: -0.05em;
 font-size: 48px;
 font-weight: bold;
}
.subtitle-movil-section-colors
{
 color: #292929;
 font-family: avenir-lt-w01_35-light1475496,sans-serif;
 letter-spacing: 0.2em;
 font-size: 16px;
}
.button-prod-color-chart-movil {
 	text-align: center;
	display:block;
}
.button-prod-color-chart-movil a {
    background: #282828;
    color: white;
    padding: 10px;
}
/*.button-prod-color-chart-movil:hover {
    background: #EE5324;
}
.button-prod-color-chart-movil a:hover {
    background: #EE5324;
}*/
.column-movil-section-color-charts {
    width: 23%;
    float: left;
    display: block;
}
.column-movil-section-color-charts img {
    margin-top: 30px;
	width: 50px;
	float: left;
	margin-left:20px;
}
.column2-movil-section-color-charts {
    width: 23%;
    float: left;
    display: block;
}
.column2-movil-section-color-charts img {
    width: 50px;
    display: block;
	margin-top: 35px;
}
.column3-movil-section-color-charts {
    width: 53%;
    float: left;
    display: block;
}
.column3-movil-section-color-charts img {
    width: 60px;
	float:right;
    display: block;
    margin-top: 10px;
	margin-right:20px;
}
.header-color-charts {
    width: 100%;
    height: 605px;
    background: url("/wp-content/uploads/2022/06/color-banner.webp");
    display: none;
}
.main-header-movil-color-charts{
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding: 0px;
    padding-top: 0px;
    background: url("/wp-content/uploads/2022/06/color-banner.webp");
    background-size: auto;
    background-size: cover;
    margin-top: -5px;
	margin-bottom: 20px;
}
#colum1-color-charts {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    border-right: 0px;
	display:none;
}
#colum2-color-charts {
    float: right;
    width: 100%;
	display:none;
}

.logo-astm-structural-movil {
    width: 50%;
    float: right;
    text-align: center;
	display:block;
}
.logo-astm-structural-movil img {
    width: 110px;
}
#img-strucrual-steel
{
    float: left;
    width: 248px;
	margin-top: 50px;
}
.titulo-structural-movil {
    width: 100%;
    float: left;
    margin-top: 0px;
    border-bottom: 2px solid gray;
    font-size: 38px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    margin-bottom: 0px;
	display: block;
}
.logos-header-structural {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
    margin-top: 0px;
	display: none;
}
.title-flat-sheets-panels-coils
 {
  color: #E35112;
  font-family: 'Arial Black', arial;
  font-size: 31px;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: bold;
 }
.title-features-panels-coils {
    color: #E35112;
    font-family: 'Arial Black', arial;
    font-size: 31px;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
    line-height: 1em;
    margin-bottom: 20px;
    font-weight: bold;

}
.img-main-header-movil-coils {
    margin-bottom: 0px;
    width: 100%;
    display: block;
}
.img-main-header-movil-coils img {
    margin-top: -40px;
}
.column-headerizq-movil-coils {
    float: left;
    display: block;
	width:40%;
}
.column-headerizq-movil-coils img {
    width: 80px;
    margin-top: 0px;
	float: left;
}
.column-headermiddle-movil-coils {
    float: right;
    display: block;
	width:30%;
}
.column-headermiddle-movil-coils  img{
 width: 90px;
 margin-top: 41px;
}
.column-headerright-movil-coils {
    float: right;
    display: block;
	width:30%;
}
.column-headerright-movil-coils  img{
 width: 90px;
margin-top: 30px;
}
.main-header-logos-movil-coils {
    width: 100%;
    float: left;
    text-align: center;
    display: block;
    padding: 10px;
    padding-top: 0px;
}
.title-section-movil-coils {
    font-size: 48px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 20px;
	 border-bottom: 2px solid rgba(148, 148, 148, 1);
	display:block;
	margin-top: -40px;
}
#content-coils-and-flat-sheets img {
   display:none;
}
.desc-content-panels {
    margin-top: 0px;
    margin-bottom: 20px;
}
.subtitle-prod-section-efastener-systems {
    font-size: 21px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
}
 .title-prod-section-efastener-systems
{
   font-size: 38px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   margin-bottom: 20px;
   font-weight:bold;
   text-align: center;
 }
  .title-prod-efastener-systems
{
   font-size: 38px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 10px;
   display:none;
 }
.button-prod-large-exposed
{
	display:none;
}
.button-prod-movil-efastenersystems
{
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  text-align: center;
  width: 105px;
  height: 23px;
  padding-bottom: 20px;
  background: rgba(59, 58, 58, 1);
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display:block;
}
.button-prod-movil-efastenersystems:hover {
    background: #EE5324;
}
.button-prod-movil-efastenersystems a:hover {
    background: #EE5324;
}
.button-prod-movil-efastenersystems a {
    background: rgba(59, 58, 58, 1);
    color: #EDE9E1;
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
}
.logo-exposed-panels {
    width: 270px;
     display:none;
}
.logo1-exposed-fastener-systems {

    width: 270px;
    margin-top: 80px;
    display:none;
}
#title-advantages-movil
{
	font-family: 'Antonio Regular', arial;
	color: #E35112;
	font-size: 38px;
	border-bottom: 2px solid gray;
	line-height: 1em;
    font-weight: bold;
}
.advantages-movil-efastener-systems
{
  display:block;
  width: 100%;
  background:rgba(59, 58, 58, 1);
  color: white;
  font-size: 13px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.advantages-movil-efastener-systems p
{
   text-align: center;
   color: #E35112;
   font-family: wfont_9df554_6a4e9e5ebf544e759e9f935d3f663cd1,wf_6a4e9e5ebf544e759e9f935d3,orig_antonio_regular;
   font-size: 24px;
   line-height: 1em;
   border-bottom: 2px solid gray;
   display:block;
}
.advantages-movil-efastener-systems ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  font:wfont_9df554_6a4e9e5ebf544e759e9f935d3f663cd1,wf_6a4e9e5ebf544e759e9f935d3,orig_antonio_regular;
  font-size: 14px;
  display:block;
  color: #EDE9E1;
}
#img-header-movil-efastener-systems
{
 width:100%;
 height: 65px;
 background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/banner-exposed-fastener-scaled.jpg");
 background-size: cover;
 background-position: center;
 height:75px;
 margin-top:40px;
}
.title-section-panels
{
	display:none;
}
.main-header-movil-efastener-systems
{
   display:block;
   width: 100%;
   float: left;
   text-align: center;
   padding-top: 0px;
   margin-top:60px;
}
.logo-armor-movil-efastener-systems
{
  width:100%;
  text-align:center;
}
.logo-armor-movil-efastener-systems img
{
  width: 80px;
  margin-top: 0px;
}
.title-movil-exposed-fastener-systems
{
 display:block;
 font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
 text-align: center !important;
 letter-spacing: -0.05em;
 color: #3B3A3A;
 font-size: 38px;
 font-weight: bold;
 border-bottom: 2px solid #EE5324;
 margin-bottom: 30px;
}
.img-main-header-movil-ML300 {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.img-main-header-movil-ML300 img {
    margin-top: 0px;
}
.img-main-header-movil-curvepanels {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.img-main-header-movil-curvepanels img {
    margin-top: 0px;
}
.column-headerizq-curvepanels
{
  float:left;
  display:block;
}
.column-headerizq-curvepanels img {
    width: 60px;
    margin-top: 0px;
}
.main-header-logos-movil-curvepanels {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    padding-top: 0px;
	display:block;
}
#img-curver-panels {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    display:none;
}
.title-section-curved-panels {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
	display:block;
}
.logos-header-curved-panels {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
    display: none;
}
.logo-armor-curved-panels {
    width: 20%;
    float: left;
    text-align: center;
    display:none;
}
.column-headerright-s-seamsystems {
    float: right;
    display: block;
}
.column-headerright-s-seamsystems img {
    width: 80px;
    margin-top: 0px;
}
.main-header-logos-movil-s-seamsystems {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 2px solid rgba(148, 148, 148, 1);
    display: block;
    padding: 10px;
    padding-top: 0px;
}
.img-main-header-movil-panels {
    margin-bottom: 10px;
    width: 100%;
	display:block;
}
.img-main-header-movil-panels  img{
  margin-top: -30px;
}
.column-headerizq-s-seamsystems
{
  float:left;
  display:block;
}
.column-headerizq-s-seamsystems img {
    width: 80px;
    margin-top: 0px;
}
.column2-movil-standing-systems
{
  width:20%;
  float:right;
  display:block;
}
.column2-movil-standing-systems img
{
  width:100px;
  float: right;
  display:block;
  margin-top: 0px;
}
.column3-movil-standing-systems
{
  width:30%;
  float:right;
  display:block;
}
.column3-movil-standing-systems img
{
  width:200px;
  float: right;
  display:block;
  margin-top: 30px;
}
 .title-prod-SLZ-150
 {
   font-size: 50px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 0px;
   font-weight:bold;
   text-align:center;
 }
.main-header-logos-movil-conceafastener-systems
{
 width:100%;
 float:left;
 text-align: center;
 border-bottom:2px solid rgba(148, 148, 148, 1);
 display:block;
 padding: 10px;
}
.column-movil-conceafastener-systems
{
	 width:45%;
	 float:left;
	 display:block;
}
.column-movil-conceafastener-systems img
{
	 margin-top:10px;
}
.column2-movil-conceafastener-systems
{
  width:25%;
  float:right;
  display:block;
}
.column2-movil-conceafastener-systems img
{
  width:100px;
  float: right;
  display:block;
}
.column3-movil-conceafastener-systems
{
  width:25%;
  float:right;
  display:block;
}
.column3-movil-conceafastener-systems img
{
  width:200px;
  float: right;
  display:block;
  margin-top: 10px;
}
.subtitle-prod-movil-conceafastener-systems
{
	display:block;
	font-size: 16px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1em;
    margin-top: 20px;
}
.sidebar-main-img-panels {
    margin-bottom: 30px;
    width: 255px;
	display:none;
}
.subtitle-prod-conceafastener-systems {
    font-size: 20px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1em;
    text-align: center;
}

.hs-entry-content {
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
    margin-top: 20px;
    background-color: rgba(245, 245, 245, 0.09);
}
.sidebar-prod-panels {
    margin-bottom: 50px;
    width: 270px;
    margin-top: 80px;
    display: none;
}
.subtitle-prod-movil-exposed
{
 font-size: 21px;
 color: #414141;
 font-family: barlow-extralight,barlow,sans-serif;
 letter-spacing: 0.45em;
 text-align: left;
 margin-bottom: 20px;
 line-height: 1em;
 display:block;
 text-align: center
}
.main-header-logos-movil-exposed-panels
{
 width:100%;
 float:left;
 text-align: center;
 border-bottom:2px solid rgba(148, 148, 148, 1);
 display:block;
 margin-bottom: 10px;
}
.subtitle-prod-exposed-fastener-systems {
	display:none;
}

.logo-prod-exposed-panels {
    display: none;
}
.main-content-features-curved {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    border-bottom: 5px solid #E35112;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
}
.main-content-features-curved2 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
}
#content-left-curved2 {
    float: left;
    width: 100%;
}
  .title-prod-curved-panels
 {
   font-size:38px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: center;
   margin-bottom: 0px;
 }
#content-left-curved {
    float: left;
    width: 100%;
}
.logo-continus-curved-panels img {
    width: 100px;
    margin-top: 5px;
}
 .title-prod-section-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 10px;
	text-align: center;
}
.title-prod-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    margin-bottom: 10px;
    text-align: center;
}
 .title-prod-section-standing-seam-systems {
    font-size: 48px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 20px;
	text-align: center;
	line-height: 40px;
}
.title-prod-standing-seam-systems {
    font-size: 40px;
    color: #EE5324;
    margin-bottom: 0px;
    text-align: center;
}
.logo-NS150 {
    width: 50%;
    float: left;
}
.logo-NS150 img {
    width: 200px;
    margin-top: 20px;
    height: 77px;
}
.logo-armor-sbr {
    width: 25%;
    float: right;
    text-align: center;
}
.logo-armor-sbr img {
    width: 60px;
    margin-top: 20px;
}
.logo-roofsys-sbr {
    width: 25%;
    float: left;
    text-align: center;
}
.logo-roofsys-sbr img {
    width: 80px;
    margin-top: 28px;
}
.downloadpdf-panels {
    width: 100%;
}
.downloadpdf-panels img {
    width: 100%;
}
.btndescargar-panels {
    width: 100%;
    background: rgba(59, 58, 58, 1);
    text-align: center;
    color: white;
}
.sidebar-prod-img {
    margin-bottom: 30px;
    width: 100%;
}
.widget-area .widget {
    margin-bottom: 40px;
    border: 1px solid #EEE;
    padding: 30px;
     margin-top: -80px;
}
.title-features-panels {
    color: #E35112;
    font-family: 'Arial Black', arial;
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
    line-height: 1em;
	text-align: center;
	font-weight: bold;
}
.title-specifications-panels {
    color: #E35112;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
.desc-prod-panels {
    letter-spacing: 0.03em;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}
.logos-header-content {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
	margin-top: 0px;
}
.title-prod-panels {
    font-size: 50px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    margin-bottom: 0px;
	text-align:center;
	font-weight: bold;
}
.subtitle-prod-concealed {
    font-size: 23px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
}
.logo-letter {
    width: 270px;
    margin-top: 20px;
}
#about-description-letter {
    margin-top: 30px;
    width: 100%;
	margin-left: 0px;
}
#main-content-letter {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.logo12years-history {
    width: 266px;
    margin-top: 48px;
    text-align: center;
}
.logo12years-history img {
    width: 150px;
    margin-bottom: 40px;
}
.subtitle-history {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px;
    /*margin-left: 30px;*/`
    text-align: center;
}
#about-description-history {
    margin-left: 0px;
}
.title-section {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 23px;
    font-size: 38px;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-left: 0px;
}
#logoqm-company {
    margin-bottom: 30px;
    text-align: center;
    display: none;
}
.foto-content-company {
    float: left;
    width: 100%;
    display: none;
}
#main-content-company
{
	width:100%;
	float:left;
	margin-top: 0px;
}
#logoqm-history img {
     display: none;
}
#main-content-history {
    width: 100%;
    float: left;
	margin-top: 0px;
}
.hs-container {
    width: 100%;
    margin: 0 auto;
}
#colum-location
{
  width:100%;
  float:left;
  font-size: 21px;
}
.title-prod-color-chart {
    font-size: 40px;
    font-weight: bold;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.tit-sright-durapon {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    color: #292726;
    text-align: center;
}
.subtit-sright-durapon {
    width: 100%;
    font-size: 21px;
	text-align:center;
}
.btndescargardurapon {
    width: 100%;
    background: #EE5324;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.downloadpdf-durapon img {
    width: 100%;
}
ow-gloss-slategray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(125, 115, 115);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-copperbrown {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(74, 62, 52);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-agedbronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(87, 75, 65);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-darkbronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(48, 37, 37);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-mediumbronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(64, 53, 50);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
.titulo-metallic-color2 {
    text-align: center;
    position: absolute;
    font-size: 12px;
    width: 100%;
}
#column-metallic-clor {
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 60px;
    text-align: center;
}

.titulo-metallic-color {
    width: 100%;
    text-align: center;
    position: absolute;
}
.subtitulo-metallic-color {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 20px;
}
#column-almond {
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}
#color-chart-regal-white {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(237, 233, 225);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0.47;
}
.titulo-color-durapon {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 80px;
}
.subtitulo-color-durapon {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 100px;
}
.logos-sideright-color-chart {
    width: 100%;
     margin-top: 40px;
}
.logos-sideright-color-chart img{
    width: 100%;
}
#content-right-color-chart img {
    width: 333px;
    height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.titulo-logo-color-chart {
    font-size: 32px;
    color: #949494ab;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
#content-middle-color-chart {
    float: left;
    width: 100%;
}
#content-right-color-chart {
    float: right;
    width: 100%;
}
#content-coils-and-flat-sheets {
    float: left;
    width: 100%;
}
#specifications-content {
    margin-left: 0px;
}
#content-left-panels {
    float: left;
    width: 100%;
}
#content-middle-panels {
    float: left;
    width: 100%;
}
.contet-exposed-fastener-systems img {
    width: 100%;
    padding:10px;
}
#colum1-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
#colum2-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
#colum3-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
#colum4-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
#colum5-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
#colum6-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
#colum7-prod-exposed-fastener-systems {
    float: left;
    width: 100%;
    text-align: center;
}
.logo-roofsys-sbr-curved-panels {
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
#titulo-conlogos {
    width: 60%;
    float: left;
    margin-top: 30px;
    font-size: 24px;
}
.main-content {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
}
.desc-prod-curved-panels {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
    margin-bottom: 20px;
    text-align: justify;
}
.left2-contet-products img {
    width: 100%;
    height: 181px;
    padding: 20px;
}
.logo-armor-Standing {
    float: left;
    margin-bottom: 20px;
	width: 50%;
}
.logo-armor-Standing img {
    width: 249px;
}
.roof-system-Standing {
    width: 50%;
    float: left;
	margin-top:30px;
}
.roof-system-Standing img {
    width: 313px;
}
#colum3-prod {
    float: left;
    width: 100%;
    text-align: center;
}
#colum4-prod {
    float: left;
    width: 100%;
    text-align: center;
}
#colum5-prod {
    float: left;
    width: 100%;
    text-align: center;
}
.description-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border-bottom: 0px solid;
	padding:10px;
}
.sidebar-right {
    width: 100%;
	text-align: center;
	margin-top: 80px;
}
.logo-NS150 img {
    width: 180px;
    margin-top: 20px;
}
.logo-armor-sbr img {
    width: 50px;
    margin-top: 10px;
}
.logo-roofsys-sbr img {
    width: 70px;
    margin-top: 10px;
}
.advantages {
    width: 100%;
    background: rgba(59, 58, 58, 1);
    color: white;
    font-size: 13px;
    padding-bottom: 20px;
    margin-bottom: 30px;
	display:none;
}
.logo1-ad {
 border-bottom: 2px solid gray;
width: 100%;
}
.logo1-ad img {
    width: 100%;
}
#secondary {
    margin-top: 0px;
}
.left-contet-products img {
    width: 100%;
    height: 200px;
    padding: 20px;
}

.title-prod {
    font-size: 38px;
    font-weight: bold;
    color: #EE5324;
  /*  text-align: center;*/
}
.subtitle-prod {
    font-size: 20px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
}
.desc-prod {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
    text-align: center;
}
.button-prod {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    text-align: center;
}
#colum1-prod {
    float: left;
    width: 100%;
}
#colum2-prod {
    float: left;
    width: 100%;
}

#logos-about {
 width: 100%;
 margin: 0px 0px 0px;

text-align: center;
}
.btnsreach
{
 margin-top: 40px;
}
#logoenergyabout {
    float: right;
    width: 50%;
}
#logoastm {
    float: left;
    width: 50%;
	margin-bottom: 20px;
	margin-top: -100px;
}
.hs-main-header
{
  margin-bottom:0px;
}
    #logo-uno-video img {
    width: 60px;
    margin: 59px 0px 35px calc((100% - 2200px) * 0.5);
    position: absolute;
	margin-top:80px;
 }
	#logo-header { float: left; }
#logoduracoat { width: 120px; }
#logoul { width: 35px; }
#logotdi { width: 35px; }
#logoaia { width: 45px;}
#logoenergy { width: 40px; }
    .hs-contact-address{
     float: left;
     width: 100%;
     margin-top: 10px;
 }
    #hs-description-green-cool
{
   width: 100%;
   text-align: justify;
   color: white;
   background: rgb(27, 52, 18);
   height: 636px;
   margin-left: auto;
   margin-right: auto;
   padding: 30px;
   font-size: 13px;
}
    .hs-portfolio .hs-portfolio-caption{
        opacity: 1;
        background: none !important;
        text-align: right;
        padding: 10px;
    }

    .hs-portfolio-caption h4{
        bottom: 10px
    }

    .hs-portfolio-caption a.hs-portfolio-link,
    .hs-portfolio-caption a.hs-portfolio-image{
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        text-align: center;
        margin: 0;
    }
}

@media screen and (max-width: 580px){
h2 {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
}
#main-content-products
{
	width:100%;
	float:left;
}
.column-main-products {
    width: 100%;
    float: left;
}

.btnproducts {
    width: 100%;
    background: #333;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.btnproducts a {
	color:white;
}
.btnproducts:hover {
    background: #EE5324;
}
.column-img-retrofit {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.tit-footer-img {
    background: #6F6C6B;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: white;
}
.desc-retrofit {
    margin-top: 0px;
    padding: 20px;
}
.logo-retrofit img {
    width: 370PX;
    height: auto;
}
.logo-steel-buildings {
    width: 25%;
    float: right;
}
.header-retrofit {
    width: 100%;
    height: 180px;
    border-bottom: 2px solid #AEABAA;
    margin-top: -90px;
}
.hs-main-title-search {
    margin: 0 0 15px;
     font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    color: #EE5324;
    font-size: 38px;
    letter-spacing: 1px;
    margin-top: -70px;
}
#logo-roofsys-standing-content-prods img {
    width: 120px;
    height: 120px;
}
#logo-armor-standing-content-prods {
    width: 40%;
    float: right;
    text-align: center;
}
#logo-armor-standing-content-prods img {
    width: 200px;
    height: 110px;
    margin-top: 5px;
    float: right;
}
.title-pdfs-warraties {
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    color: #292726;
    margin-bottom: 5px;
    text-align: center;
}
.downloadpdf-warranties img {
    width: 100%;
	height: auto;
}
.title-section-warranties {
    font-size: 38px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 0px;
    margin-top: -20px;
}
.column-pdfs-warraties {
    width: 100%;
    float: left;
}
#logo-header {
    float: left;
    display: none;
}
#logos-header-main-movil {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 5px solid #808080b5;
	display:block
}
video {
    width: 100%;
    max-width: 1349px;
    margin-top: -10px;
}
.column3-movil-section-paintgrip {
    width: 50%;
    float: right;
    display: block;
}
.column3-movil-section-paintgrip img {
 width: 55px;
 margin-top: -60px;
}
.subheader-movil-logos-paintgrip
{
   width: 100%;
   float: left;
}
.title-section-movil-paintgrip {
    color: white;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    letter-spacing: -0.05em;
    font-size: 31px;
    font-weight: bold;
	float: left;
margin-left: 10px;
}
.subtitle-movil-section-paintgrip {
	width:50%;
    color: white;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    font-size: 16px;
	margin-left: 10px;
}
.subtitle-movil-section-paintgrip img{

}
.header-color-paintgrip {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/paint-grip.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.main-header-movil-color-paint-grip {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding: 0px;
    padding-top: 0px;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/paint-grip.jpg");
    background-size: cover;
    margin-top: -5px;
    margin-bottom: 40px;
	height: 90px;
}
#img-header-movil-standing-seam-systems {
    width: 100%;
    height: 65px;
    background: url("/wp-content/uploads/2022/06/banner-standing-system-scaled-1.webp");
    background-size: auto;
    background-size: cover;
    background-position: center;
	margin-top: 40px;
    height: 75px;
}
#columna1-logos-header-movil {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: -10px;
}
#columna2-logos-header-movil {
    width: 15%;
    float: right;
    margin-top: -10px;
}
#columna3-logos-header-movil {
    width: 10%;
    float: right;
    margin-right: 15px;
    margin-top: -10px;
}
#logos-header-main-movil {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 5px solid #808080b5;
}
.sidebar-logos-prod {
    margin-top: 0px;
}
.title-section-history {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0px;
}
.title-section-letter-president {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-left:0px;
 }
.title-section-company {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0px;
}
.subtitle-main-paint-grip {
    font-size: 22px;
    color: #EE5324;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: bold;
}
.title-prod-conceafastener-panels {
    font-size: 36px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 5px;
    text-align: center;
    margin-top:70px;
}
    
.hs-container-section {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background: url("/wp-content/uploads/2020/03/ns-100-background-scaled.jpg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: center;
}    
.title-prods-conceafastener {
    font-size: 31px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: center;
    margin-bottom: 10px;
}
#right-container-logos-video {
    width: 50%;
    float: right;
    margin-top: -68px;
	background: #fffbfb75;
	display:none;
}
#left-container-logos-video {
    width: 70%;
    float: left;
    margin-left: 15px;
}
#left-container-logos-video img {
    width: 70px;
}
#logos-izq-video {
    display: none;
    width: 100%;
    position: absolute;
    background-color: rgba(236, 228, 228, 0.22);
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-origin: padding-box;
    background-clip: border-box;
    background-repeat: repeat;
    background-size: auto;
    background-origin: padding-box;
    height: 100%;
    margin-top: 0px;

}
.main-content-movil-section-paint-grip {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
}
.main-content-movil-section-paint-grip ul {
    letter-spacing: 0.03em;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    float: left;
    padding: 10px;
}
.main-content-movil-section-paint-grip ul li::before {
    content: "\2022";
    color: #E35112;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
#content-right-img-galvalume {
    float: left;
    width: 100%;
}
#content-right-img-galvalume img {
    float: left;
    width: 150px;
}
#content-left-img-galvalume {
    float: left;
    width: 100%;
}
.img-main-header-movil-section-galvalume {
    margin-bottom: 0px;
    width: 100%;
    display: block;
}
.img-main-header-movil-section-galvalume img {
    margin-top: -30px;
	width: 160px;
}
.title-section-movil-galvalume {
    font-size: 38px;
    color:#444444;
    font-family: 'Antonio Regular', arial;
    text-align: center;
    margin-bottom: 0px;
	letter-spacing: -0.05em;
}
.subtitle-header-movil-galvalume {
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    letter-spacing: 0.2em;
    font-size: 17px;
    margin-bottom: 0px;
    color: #292929;
}
.column-headerizq-movil-galvalume {
    float: left;
    display: block;
    width: 100%;
}
.column-headerizq-movil-galvalume img {
    width: 80px;
    margin-top: 0px;
    float: left;
}
.main-header-movil-color-galvalume {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding-top: 0px;
    background: white;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 20px;
}
#img-content-movil-galvalume
{
	display:block;
}
.desc-galvalume-square-image
{
 float: left;
 width: 100%;
 margin-top: 21px;
 text-align: center;
}
.subtitle-texture-galvalume {
    font-size: 14px;
    color: #242222e3;
    text-align: center;
    width: 100%;
}
.titulo-texture-galvalume {
    width: 90%;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
.columas-movil-galvalume-square
{
 width:100%;
 text-align: center;
}
#colum-color-charts-galvalume {
    float: left;
    width: 100%;
}
#colum-color-charts-galvalume-right {
    float: left;
    width: 100%;
}
.title-content-galvalume {
    font-size: 18px;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 10px;
	text-align: center;
}
.header-color-galvalume {
    width: 100%;
    height: 150px;
    background: white;
    border-bottom: 7px solid #EE5324;
    display: none;
}
.main-header-movil-color-ceranamel {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding-top: 0px;
    background: white;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 20px;
}
#color-ceranamel-medium-bronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(92, 78, 74);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-dark-bronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(48, 37, 37);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-aged-bronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(87, 75, 65);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-copper-brown {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(74, 62, 52);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-salte-gray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(125, 115, 115);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-regal-blue {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(29, 45, 97);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-brite-red {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(153, 32, 43);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-burgundy {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(89, 28, 33);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-ever-green {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(43, 77, 31);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-hawaian-blue {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(74, 105, 135);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-fern-green {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(33, 59, 23);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-matte-black {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(59, 58, 58);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-cocoa-brown {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(77, 61, 47);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-ash-gray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(195, 198, 201);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-charcoal-gray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(89, 87, 80);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-light-stone {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(232, 217, 186);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-burnshed-slate {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(87, 81, 72);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-desert-sand {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(150, 138, 113);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-colony-green {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(103, 128, 94);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-saddle-tan {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(171, 155, 123);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-rustic-red {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(120, 38, 40);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-polar-white {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(237, 233, 225);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0.47;
}
.header-color-ceranamel {
    width: 100%;
    height: 150px;
    background: white;
    border-bottom: 7px solid #EE5324;
    display: none;
}
#img-center-movil-color-durapon{}
#img-center-movil-color-durapon img
{
	width:150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.logos-movil-header-center-durapon
{
	width: 100%;
    float: left;
}
.column-movil-section-color-durapon {
    width: 23%;
    float: left;
    display: block;
}
.column-movil-section-color-durapon img {
    margin-top: 30px;
    width: 60px;
    float: left;
}
.column2-movil-section-color-durapon {
    width: 23%;
    float: left;
    display: block;
}
.column2-movil-section-color-durapon img {
    width: 50px;
    display: block;
    margin-top: 35px;
	margin-left: 60px;
}
.column3-movil-section-color-durapon {
    width: 53%;
    float: left;
    display: block;
	margin-top: 25px;
}
.column3-movil-section-color-durapon img {
    width: 48px;
    float: right;
    display: block;
    margin-top: 10px;
}
.main-header-movil-color-durapon {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding: 0px;
    padding-top: 0px;
    background:white;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 20px;

}
.header-standing-seam-systems {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("/wp-content/uploads/2022/06/banner-standing-system-scaled-1.webp");
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;

}
#logos-header-concealedfsystems-movil
{
	width:100%;
	float:left;
	margin-top: 70px;
	margin-bottom: 10px;
}
.column-headerizq-concealedfsystems {
    float: left;
    display: block;
}
.column-headerizq-concealedfsystems img
{
	width:60px;
}
.column-headerright-concealedfsystems {
    float: right;
    display: block;
}
.column-headerright-concealedfsystems img{
   width: 80px;
   margin-top: 5px;
}
.sidebar-rigt-conceafastener-systems {
    width: 100%;
    margin-top: -80px;
    display: none;
}
.logo1-ad {
    border-bottom: 2px solid gray;
    width: 100%;
    display: none;
}
#img-header-movil-conceafastener-systems{
    width: 100%;
    height: 65px;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/banner-concelaed-system-scaled.jpg");
    background-size: auto;
    background-size: cover;
    background-position: center;
	margin-top: 40px;
    height: 75px;
}
.main-content-conceafastener-systems {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 0px;
}
.header-concealed-fastener-systems {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/banner-concelaed-system-scaled.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.header-exposed-fastener-systems {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/banner-exposed-fastener-scaled.jpg");
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.btndescargardurapon {
    width: 100%;
    background: #EE5324;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.downloadpdf-durapon3 img {
    width: 100%;
}
.column-pdfs-download-button {
    width: 100%;
    float: left;
}
.header-color-durapon {
    width: 100%;
    height: 150px;
    background: white;
    border-bottom: 7px solid #EE5324;
    display: none;
}
.left-contet-products-color-charts {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    display: none;
}
.titulo-logotext-colors-movil {
    font-size: 48px;
    color: #949494ab;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0px;
	text-align:center;
	display:block;
}
.titulo-logotext-colors-movil {
    font-size: 32px;
    color: #949494ab;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0px;
	text-align:center;
	display:block;
}
.subtitulo-logotext-colors-movil {
    font-size: 21px;
    font-weight: normal;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
}
.logo-ceranamel-movil-section-colors {
    width: 100%;
    text-align: center;
	margin-top: 30px;
}
.logo-ceranamel-movil-section-colors img{
 width: 245px;
}
.left-contet-products {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    display: block;
}
.logo-durapon-color-chart {
    display: none;
}
.content-movil-section-colors
{
  width:100%;
  float:left;
  display:block;
}
.logo-durapon-movil-section-colors
{
  width:100%;
  text-align: center;
  margin-top: 30px;
}
.logo-durapon-movil-section-colors img
{
  width: 155px;
}
.title-prod-color-chart-movil {
    font-size: 21px;
    font-weight: normal;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}
.desc-prod-color-chart-movil {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
    text-align: justify;
	margin-bottom: 30px;
	font-size: 15px;
	display:block;
	display:block;
}
.title-movil-section-colors
{
 color: #444444;
 font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
 letter-spacing: -0.05em;
 font-size: 31px;
 font-weight: bold;
}
.subtitle-movil-section-colors
{
 color: #292929;
 font-family: avenir-lt-w01_35-light1475496,sans-serif;
 letter-spacing: 0.2em;
 font-size: 16px;
}
.button-prod-color-chart-movil {
 	text-align: center;
	display:block;
}
.button-prod-color-chart-movil a {
    background: #282828;
    color: white;
    padding: 10px;
}
/*.button-prod-color-chart-movil:hover {
    background: #EE5324;
}
.button-prod-color-chart-movil a:hover {
    background: #EE5324;
}*/
.column-movil-section-color-charts {
    width: 23%;
    float: left;
    display: block;
}
.column-movil-section-color-charts img {
    margin-top: 30px;
	width: 50px;
	float: left;
	margin-left:20px;
}
.column2-movil-section-color-charts {
    width: 23%;
    float: left;
    display: block;
}
.column2-movil-section-color-charts img {
    width: 50px;
    display: block;
	margin-top: 35px;
}
.column3-movil-section-color-charts {
    width: 53%;
    float: left;
    display: block;
}
.column3-movil-section-color-charts img {
    width: 60px;
	float:right;
    display: block;
    margin-top: 10px;
	margin-right:20px;
}
.header-color-charts {
    width: 100%;
    height: 605px;
    background: url("/wp-content/uploads/2022/06/color-banner.webp");
    display: none;
}
.main-header-movil-color-charts{
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding: 0px;
    padding-top: 0px;
    background: url("/wp-content/uploads/2022/06/color-banner.webp");
    background-size: auto;
    background-size: cover;
    margin-top: -5px;
	margin-bottom: 20px;
}
#colum1-color-charts {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    border-right: 0px;
	display:none;
}
#colum2-color-charts {
    float: right;
    width: 100%;
	display:none;
}

.logo-astm-structural-movil {
    width: 50%;
    float: right;
    text-align: center;
	display:block;
}
.logo-astm-structural-movil img {
    width: 398px;
}
#img-strucrual-steel
{
    float: left;
    width: 50%;
	margin-top: 50px;
}
.titulo-structural-movil {
	display: block;
    width: 100%;
    float: left;
    margin-top: 0px;
    border-bottom: 2px solid gray;
    font-size: 38px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    margin-bottom: 0px;
}
.logos-header-structural {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
    margin-top: 0px;
	display: none;
}
.title-flat-sheets-panels-coils
 {
  color: #E35112;
  font-family: 'Arial Black', arial;
  font-size: 31px;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: bold;
 }
.title-features-panels-coils {
    color: #E35112;
    font-family: 'Arial Black', arial;
    font-size: 31px;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
    line-height: 1em;
    margin-bottom: 20px;
    font-weight: bold;

}
.img-main-header-movil-coils {
    margin-bottom: 0px;
    width: 100%;
    display: block;
}
.img-main-header-movil-coils img {
    margin-top: -40px;
}
.column-headerizq-movil-coils {
    float: left;
    display: block;
	width:40%;
}
.column-headerizq-movil-coils img {
    width: 80px;
    margin-top: 0px;
	float: left;
}
.column-headermiddle-movil-coils {
    float: right;
    display: block;
	width:30%;
}
.column-headermiddle-movil-coils  img{
 width: 90px;
 margin-top: 41px;
}
.column-headerright-movil-coils {
    float: right;
    display: block;
	width:30%;
}
.column-headerright-movil-coils  img{
 width: 90px;
margin-top: 30px;
}
.main-header-logos-movil-coils {
    width: 100%;
    float: left;
    text-align: center;
    display: block;
    padding: 10px;
    padding-top: 0px;
}
.title-section-movil-coils {
    font-size: 38px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 20px;
	 border-bottom: 2px solid rgba(148, 148, 148, 1);
	display:block;
	margin-top: -40px;
}
#content-coils-and-flat-sheets img {
   display:none;
}
.desc-content-panels {
    margin-top: 0px;
    margin-bottom: 20px;
}
.subtitle-prod-section-efastener-systems {
    font-size: 21px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
}
 .title-prod-section-efastener-systems
{
   font-size: 38px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   margin-bottom: 20px;
   font-weight:bold;
   text-align: center;
 }
  .title-prod-efastener-systems
{
   font-size: 38px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 10px;
   display:none;
 }
.button-prod-large-exposed
{
	display:none;
}
.button-prod-movil-efastenersystems
{
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  text-align: center;
  width: 105px;
  height: 23px;
  padding-bottom: 20px;
  background: rgba(59, 58, 58, 1);
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display:block;
}
.button-prod-movil-efastenersystems:hover {
    background: #EE5324;
}
.button-prod-movil-efastenersystems a:hover {
    background: #EE5324;
}
.button-prod-movil-efastenersystems a {
    background: rgba(59, 58, 58, 1);
    color: #EDE9E1;
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
}
.logo-exposed-panels {
    width: 270px;
     display:none;
}
.logo1-exposed-fastener-systems {
    width: 270px;
    margin-top: 80px;
    display:none;
}
#title-advantages-movil
{
	font-family: 'Antonio Regular', arial;
	color: #E35112;
	font-size: 28px;
	border-bottom: 2px solid gray;
}
.advantages-movil-efastener-systems
{
  display:block;
  width: 100%;
  background:rgba(59, 58, 58, 1);
  color: white;
  font-size: 13px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.advantages-movil-efastener-systems p
{
   text-align: center;
   color: #E35112;
   font-family: wfont_9df554_6a4e9e5ebf544e759e9f935d3f663cd1,wf_6a4e9e5ebf544e759e9f935d3,orig_antonio_regular;
   font-size: 24px;
   line-height: 1em;
   border-bottom: 2px solid gray;
   display:block;
}
.advantages-movil-efastener-systems ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  font:wfont_9df554_6a4e9e5ebf544e759e9f935d3f663cd1,wf_6a4e9e5ebf544e759e9f935d3,orig_antonio_regular;
  font-size: 14px;
  display:block;
  color: #EDE9E1;
}
#img-header-movil-efastener-systems
{
 width:100%;
 height: 65px;
 background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/banner-exposed-fastener-scaled.jpg");
 background-size: cover;
 background-position: center;
 height:75px;
 margin-top:40px;
}
.title-section-panels
{
	display:none;
}
.main-header-movil-efastener-systems
{
   display:block;
   width: 100%;
   float: left;
   text-align: center;
   padding-top: 0px;
   margin-top:60px;
}
.logo-armor-movil-efastener-systems
{
  width:100%;
  text-align:center;
}
.logo-armor-movil-efastener-systems img
{
  width: 80px;
  margin-top: 0px;
}
.title-movil-exposed-fastener-systems
{
 display:block;
 font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
 text-align: center !important;
 letter-spacing: -0.05em;
 color: #3B3A3A;
 font-size: 24px;
 font-weight: bold;
 border-bottom: 2px solid #EE5324;
 margin-bottom: 30px;
}
.img-main-header-movil-ML300 {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.img-main-header-movil-ML300 img {
    margin-top: 0px;
}
.img-main-header-movil-curvepanels {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.img-main-header-movil-curvepanels img {
    margin-top: 0px;
}
.column-headerizq-curvepanels
{
  float:left;
  display:block;
}
.column-headerizq-curvepanels img {
    width: 60px;
    margin-top: 0px;
}
.main-header-logos-movil-curvepanels {
    width: 100%;
    float: left;
    text-align: center;
    display: block;
    padding: 10px;
    padding-top: 0px;
}
#img-curver-panels {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    display:none;
}
.title-section-curved-panels {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
	display:block;
}
.logos-header-curved-panels {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
    display: none;
}
.logo-armor-curved-panels {
    width: 20%;
    float: left;
    text-align: center;
    display:none;
}
.column-headerright-s-seamsystems {
    float: right;
    display: block;
}
.column-headerright-s-seamsystems img {
    width: 80px;
    margin-top: 0px;
}
.main-header-logos-movil-s-seamsystems {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 2px solid rgba(148, 148, 148, 1);
    display: block;
    padding: 10px;
    padding-top: 0px;
}
.img-main-header-movil-panels {
    margin-bottom: 10px;
    width: 100%;
	display:block;
}
.img-main-header-movil-panels  img{
  margin-top: -30px;
}
.column-headerizq-s-seamsystems
{
  float:left;
  display:block;
}
.column-headerizq-s-seamsystems img {
    width: 80px;
    margin-top: 0px;
}
 .title-prod-SLZ-150
 {
   font-size: 50px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 0px;
   font-weight:bold;
   text-align:center;
 }
.sidebar-main-img-panels {
    margin-bottom: 30px;
    width: 255px;
	display:none;
}
.subtitle-prod-conceafastener-systems {
    font-size: 16px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1em;
    text-align: center;
}
.main-header-logos-movil-conceafastener-systems
{
 width:100%;
 float:left;
 text-align: center;
 border-bottom:2px solid rgba(148, 148, 148, 1);
 display:block;
 padding: 18px;
 padding-top:8px;
}
.column-movil-conceafastener-systems
{
	 width:50%;
	 float:left;
	 display:block;
}
.column2-movil-conceafastener-systems
{
  width:25%;
  float:right;
  display:block;
}
.column2-movil-conceafastener-systems img
{
  width:70px;
  float: right;
  display:block;
}
.column3-movil-conceafastener-systems
{
  width:25%;
  float:right;
  display:block;
}
.column3-movil-conceafastener-systems img
{
  width:200px;
  float: right;
  display:block;
  margin-top: 10px;
}
.subtitle-prod-movil-conceafastener-systems
{
	display:block;
	font-size: 16px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1em;
    margin-top: 20px;
}
.hs-entry-content {
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
    margin-top: 20px;
    background-color: rgba(245, 245, 245, 0.09);
}
.sidebar-prod-panels {
    margin-bottom: 50px;
    width: 270px;
    margin-top: 80px;
    display: none;
}
.subtitle-prod-movil-exposed
{
 font-size: 16px;
 color: #414141;
 font-family: barlow-extralight,barlow,sans-serif;
 letter-spacing: 0.45em;
 text-align: left;
 margin-bottom: 80px;
 line-height: 1em;
 display:block;
 text-align: center
}
.main-header-logos-movil-exposed-panels
{
 width:100%;
 float:left;
 text-align: center;
 border-bottom:2px solid rgba(148, 148, 148, 1);
 display:block;
 margin-bottom: 10px;
 padding: 10px;
 padding-top:0px;
}
.subtitle-prod-exposed-fastener-systems {
	display:none;
}

.logo-prod-exposed-panels {
    display: none;
}
.main-content-features-curved {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    border-bottom: 5px solid #E35112;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
}
.main-content-features-curved2 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
}
#content-left-curved2 {
    float: left;
    width: 100%;
}
  .title-prod-curved-panels
 {
   font-size: 28px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: center;
   margin-bottom: 20px;
 }
#content-left-curved {
    float: left;
    width: 100%;
}
.logo-continus-curved-panels img {
    width: 100px;
    margin-top: 5px;
}
 .title-prod-section-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 10px;
	text-align: center;
}
.title-prod-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    margin-bottom: 10px;
    text-align: center;
}
 .title-prod-section-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 10px;
	text-align: center;
}
.title-prod-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    margin-bottom: 10px;
    text-align: center;
}
.logo-NS150 {
    width: 50%;
    float: left;
}
.logo-NS150 img {
    width: 200px;
    margin-top: 20px;
    height: 77px;
}
.logo-armor-sbr {
    width: 25%;
    float: right;
    text-align: center;
}
.logo-armor-sbr img {
    width: 60px;
    margin-top: 20px;
}
.logo-roofsys-sbr {
    width: 25%;
    float: left;
    text-align: center;
}
.logo-roofsys-sbr img {
    width: 80px;
    margin-top: 28px;
}
.downloadpdf-panels {
    width: 100%;
}
.downloadpdf-panels img {
    width: 100%;
}
.btndescargar-panels {
    width: 100%;
    background: rgba(59, 58, 58, 1);
    text-align: center;
    color: white;
}
.sidebar-prod-img {
    margin-bottom: 30px;
    width: 100%;
}
.widget-area .widget {
    margin-bottom: 40px;
    border: 1px solid #EEE;
    padding: 30px;
     margin-top: -80px;
}
.title-features-panels {
    color: #E35112;
    font-family: 'Arial Black', arial;
    font-size: 23px;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
    line-height: 1em;
	text-align: center;
}
.title-specifications-panels {
    color: #E35112;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    font-size: 23px;
    margin-bottom: 20px;
	text-align: center;
}
.desc-prod-panels {
    letter-spacing: 0.03em;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}
.logos-header-content {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
	margin-top: 0px;
}
.title-prod-panels {
    font-size: 38px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 0px;
}
.subtitle-prod-concealed {
    font-size: 12px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
}
.logo-letter {
    width: 270px;
    margin-top: 20px;
}
#about-description-letter {
    margin-top: 30px;
    width: 100%;
	margin-left: 0px;
}
#main-content-letter {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.logo12years-history {
    width: 266px;
    margin-top: 48px;
    text-align: center;
}
.logo12years-history img {
    width: 150px;
    margin-bottom: 40px;
}
#about-description-history {
    margin-left: 0px;
}
.title-section {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 23px;
    font-size: 38px;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-left: 0px;
}
#logoqm-company {
    margin-bottom: 30px;
    text-align: center;
    display: none;
}
.foto-content-company {
    float: left;
    width: 100%;
    display: none;
}
#main-content-company
{
	width:100%;
	float:left;
	margin-top: 0px;
}
#main-content-history {
    width: 100%;
    float: left;
	margin-top: 0px;
}
.hs-container {
    width: 100%;
    margin: 0 auto;
}
#colum-location
{
  width:100%;
  float:left;
}
.title-prod-color-chart {
    font-size: 24px;
    font-weight: bold;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.subtit-sright-durapon {
    width: 100%;
    font-size: 14px;
	text-align:center;
}
.tit-sright-durapon {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #292726;
    text-align: center;
}
.btndescargardurapon {
    width: 100%;
    background: #EE5324;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.downloadpdf-durapon img {
    width: 100%;
}
ow-gloss-slategray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(125, 115, 115);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-copperbrown {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(74, 62, 52);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-agedbronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(87, 75, 65);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-darkbronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(48, 37, 37);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-mediumbronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(64, 53, 50);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
.titulo-metallic-color2 {
    text-align: center;
    position: absolute;
    font-size: 12px;
    width: 100%;
}
#column-metallic-clor {
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 60px;
    text-align: center;
}

.titulo-metallic-color {
    width: 100%;
    text-align: center;
    position: absolute;
}
.subtitulo-metallic-color {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 20px;
}
#column-almond {
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}
#color-chart-regal-white {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(237, 233, 225);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0.47;
}
.titulo-color-durapon {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 80px;
}
.subtitulo-color-durapon {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 100px;
}
.logos-sideright-color-chart {
    width: 100%;
     margin-top: 40px;
}
.logos-sideright-color-chart img{
    width: 100%;
}
#content-right-color-chart img {
    width: 333px;
    height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.titulo-logo-color-chart {
    font-size: 32px;
    color: #949494ab;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
#content-middle-color-chart {
    float: left;
    width: 100%;
}
#content-right-color-chart {
    float: right;
    width: 100%;
}
#content-coils-and-flat-sheets {
    float: left;
    width: 100%;
}
#specifications-content {
    margin-left: 0px;
}
#content-left-panels {
    float: left;
    width: 100%;
}
#content-middle-panels {
    float: left;
    width: 100%;
}
.contet-exposed-fastener-systems img {
    width: 100%;
    padding:10px;
}
.main-content {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
}
.main-content-galvalume {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
}
#colum3-prod {
    float: left;
    width: 100%;
    text-align: center;
}
#colum4-prod {
    float: left;
    width: 100%;
    text-align: center;
}
#colum5-prod {
    float: left;
    width: 100%;
    text-align: center;
}
.left-contet-products img {
    width: 100%;
    height: 200px;
    padding: 20px;
}
.title-prod {
    font-size: 35px;
    font-weight: bold;
    color: #EE5324;
    text-align: center;
	font-family: 'Antonio Regular', arial;
}
.subtitle-prod {
    font-size: 12px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    text-align: center;
}
.desc-prod {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
    text-align: center;
}
.button-prod {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    text-align: center;
}
#colum1-prod {
    float: left;
    width: 100%;
}
#colum2-prod {
    float: left;
    width: 100%;
}

    #logo-uno-video img {
    width: 100px;
    margin: 59px 0px 35px calc((100% - 780px) * 0.5);
    position: absolute;
}
#logo-header { float: left; }
#logoduracoat { width: 120px; }
#logoul { width: 35px; }
#logotdi { width: 35px; }
#logoaia { width: 45px;}
#logoenergy { width: 40px; }
    .hs-contact-address{
     float: left;
     width: 100%;
 }
#hs-home-slider-section
{
 padding: 0px;
}
    #hs-description-green-cool
{
   width: 100%;
   text-align: justify;
   color: white;
   background: rgb(27, 52, 18);
   height: 100%;
   margin-left: auto;
   margin-right: auto;
   padding: 30px;
   font-size: 13px;
}
    .hs-slide-cap-title{
        font-size: 20px;
        margin-bottom: 0;
    }

    .hs-slide-cap-desc{
        display: block;
    }

    .hs-featured-post-wrap{
        margin-left: 0;
    }

    .hs-featured-post{
        float: none;
        margin-left: 0;
        width: auto;
        margin-bottom: 20px;
    }

    .hs-featured-post:last-child{
        margin-bottom: 0;
    }

    .hs-portfolio-inner{
        margin: 5px;
    }

    .hs-team-member-wrap{
        margin-left: 0;
    }

    .hs-team-member{
        width: auto;
        margin-left: 0;
        float: none;
    }

    .hs-blog-post .hs-blog-thumbnail{
        display: none;
    }

    .hs-blog-excerpt{
        position: relative;
        width: auto;
        border-bottom: 2px solid #FFF;
    }

    .hs-blog-excerpt:after{
        display: none;
    }

    .hs-top-footer{
        margin-left: 0
    }

    .hs-footer{
        width: auto;
        margin-left: 0;
        float: none;
    }
}

@media screen and (max-width: 420px){
.button-prod-banner-home {
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  background: rgba(59, 58, 58, 1);
  width: 250px;
  height: 23px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.name-large2-products-movil {
  font-size: 20px;
  color: #EE5324;
  font-family: 'Antonio Regular', arial;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 70px;
}
.title-prod-curved-panels-movil {
  font-size: 26px;
  color: #EE5324;
  font-family: 'Antonio Regular', arial;
  text-align: center;
  margin-bottom: 0px;
  display: block;
  line-height: 30px;
}
.main-content-curved1 {
  letter-spacing: 0.03em;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.title-products-movil {
  display: block;
}
.name-products-movil {
  font-size: 30px;
  color: #EE5324;
  font-family: 'Antonio Regular', arial;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 70px;
}
.name-large-products-movil {
  font-size: 23px;
  color: #EE5324;
  font-family: 'Antonio Regular', arial;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 70px;
}    
.sub-name-products-movil {
  font-size: 12px;
  color: #414141;
  font-family: barlow-extralight,barlow,sans-serif;
  letter-spacing: 0.45em;
  margin-bottom: 20px;
  line-height: 1em;
  text-align: center;
  margin-top: 0px;
}    
.main-content-principal-prods {
  width: 100%;
  margin-top: 0px;
}
h2 {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
}
#main-content-products
{
	width:100%;
	float:left;
}
.column-main-products {
    width: 100%;
    float: left;
}

.btnproducts {
    width: 100%;
    background: #333;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.btnproducts a {
	color:white;
}
.btnproducts:hover {
    background: #EE5324;
}
.column-img-retrofit {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.tit-footer-img {
    background: #6F6C6B;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: white;
}
.desc-retrofit {
    margin-top: 0px;
    padding: 20px;
}
.logo-retrofit img {
    width: 370PX;
    height: auto;
}
.logo-steel-buildings {
    width: 25%;
    float: right;
}
.header-retrofit {
    width: 100%;
    height: 180px;
    border-bottom: 2px solid #AEABAA;
    margin-top: -90px;
}
.title-bars-colors-chart {
    font-size: 20px;
    color: #292726;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    font-size: 31px;
    letter-spacing: -0.05em;
}
.title-main-color-chart {
    font-size: 31px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 20px;
    margin-top: -50px;
}
.hs-main-title-search {
    margin: 0 0 15px;
     font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    color: #EE5324;
    font-size: 31px;
    letter-spacing: 1px;
    margin-top: -70px;
}
#logo-roofsys-standing-content-prods img {
    width: 120px;
    height: 120px;
}
#logo-armor-standing-content-prods {
    width: 40%;
    float: right;
    text-align: center;
}
#logo-armor-standing-content-prods img {
    width: 200px;
    height: 110px;
    margin-top: 5px;
    float: right;
}
.title-pdfs-warraties {
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    color: #292726;
    margin-bottom: 5px;
    text-align: center;
}
.downloadpdf-warranties img {
    width: 100%;
	height: auto;
}
.title-section-warranties {
    font-size: 38px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 0px;
    margin-top: -20px;
}
.column-pdfs-warraties {
    width: 100%;
    float: left;
}
#logo-header {
    float: left;
    display: none;
}
video {
    width: 100%;
    max-width: 1349px;
    margin-top: -10px;
}
#columna1-logos-header-movil {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: -10px;
}
#columna2-logos-header-movil {
    width: 15%;
    float: right;
    margin-top: -10px;
}
#columna3-logos-header-movil {
    width: 10%;
    float: right;
    margin-right: 15px;
    margin-top: -10px;
}
#logos-header-main-movil {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 5px solid #808080b5;
	display:block;
    height:35px;    
}
.sidebar-logos-prod {
    margin-top: 0px;
}
.title-section-history {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0px;
}
.title-section-company {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0px;
}
.title-section-letter-president {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-left:0px;
 }
.hs-team-member h6 {
    position: relative;
    padding-bottom: 10px;
    color: #3D5975;
    font-size: 22px;
    font: normal normal normal 22px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    float: left;
}
.subtitle-main-paint-grip {
    font-size: 23px;
    color: #EE5324;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: bold;
}
.title-prod-conceafastener-panels {
    font-size: 30px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 0px;
    text-align: center;
    margin-top:70px;
    display: none;
}
.title-prods-conceafastener {
    font-size: 24px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: center;
    margin-bottom: 10px;
}
#left-container-logos-video {
    width: 50%;
    float: left;
    margin-left: 15px;
}
#left-container-logos-video img {
    width: 70px;
}
#right-container-logos-video {
    width: 50%;
    float: right;
    margin-top: -68px;
	background: #fffbfb75;
	display:none;
}
#logo1-right-video-portada {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
#logo1-right-video-portada img {
    width: 41px;
}
#logo2-right-video-portada {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
#logo2-right-video-portada img {
    width: 41px;
}
#logo3-right-video-portada {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
#logo3-right-video-portada img {
    width: 100px;
    height: 60px;
}
#logo4-right-video-portada {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
#logo4-right-video-portada img {
    width: 100px;
    height: 20px;
}
#logo5-right-video-portada {
    width: 100%;
    text-align: center;
}
#logo5-right-video-portada img {
    width: 31px;
height: 50px;
}
#container-logos-video {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#logos-izq-video img {
    width: 30px;
    margin-top: 45px;
    margin-left: 60%;
}
#logos-izq-video {
    display: none;
    width: 100%;
    position: absolute;
    background-color: rgba(236, 228, 228, 0.22);
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-origin: padding-box;
    background-clip: border-box;
    background-repeat: repeat;
    background-size: auto;
    background-origin: padding-box;
    height: 100%;
    margin-top: 0px;

}
#logo-uno-video {}
#logo-uno-video img {
    width: 100px;
    margin: 59px 0px 35px calc((100% - 1000px) * 0.5);
    margin-top: 59px;
    position: absolute;
    margin-top: 50px;
}
.main-content-movil-section-paint-grip {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
	padding: 10px;
}
.main-content-movil-section-paint-grip ul {
    letter-spacing: 0.03em;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    float: left;
    padding: 10px;
}
.main-content-movil-section-paint-grip ul li::before {
    content: "\2022";
    color: #E35112;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.subtitle-main-galvalume {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
}
#content-middle-galvalume {
    float: left;
    width: 100%;
}
.subheader-movil-logos-paintgrip
{
   width: 100%;
   float: left;
}
.main-contenido-paintgrip {
    width: 100%;
    margin-top: -30px;
}
.subtitle-movil-section-paintgrip {
	width:50%;
    color: white;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    font-size: 16px;
	margin-left: 10px;
}
.subtitle-movil-section-paintgrip img{

}
.column3-movil-section-paintgrip {
    width: 50%;
    float: right;
    display: block;
}
.column3-movil-section-paintgrip img {
 width: 55px;
 margin-top: -60px;
}
.title-section-movil-paintgrip {
    color: white;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    letter-spacing: -0.05em;
    font-size: 31px;
    font-weight: bold;
	float: left;
margin-left: 10px;
}
.desc-content-paintgrip {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: futura-lt-w01-book,sans-serif;
    font-weight: normal;
    padding: 10px;
	font-size: 16px;
}
.main-header-movil-color-paint-grip {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding: 0px;
    padding-top: 0px;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/paint-grip.jpg");
    background-size: cover;
    margin-top: -5px;
    margin-bottom: 40px;
	height: 90px;
}
.header-color-paintgrip {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("https://www.saqualitymetals.com/wp-content/uploads/2020/05/paint-grip.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
#content-right-img-galvalume {
    float: left;
    width: 100%;
}
#content-right-img-galvalume img {
    float: left;
    width: 150px;
	margin-left: 80px;
}
#content-left-img-galvalume {
    float: left;
    width: 100%;
}
.img-main-header-movil-section-galvalume {
    margin-bottom: 0px;
    width: 100%;
    display: block;
}
.img-main-header-movil-section-galvalume img {
    margin-top: -30px;
	width: 160px;
}
.title-section-movil-galvalume {
    font-size: 38px;
    color:#444444;
    font-family: 'Antonio Regular', arial;
    text-align: center;
    margin-bottom: 0px;
	letter-spacing: -0.05em;
}
.subtitle-header-movil-galvalume {
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    letter-spacing: 0.2em;
    font-size: 17px;
    margin-bottom: 0px;
    color: #292929;
}
.column-headerizq-movil-galvalume {
    float: left;
    display: block;
    width: 100%;
}
.column-headerizq-movil-galvalume img {
    width: 80px;
    margin-top: 0px;
    float: left;
}
.main-header-movil-color-galvalume {
  width: 100%;
  float: left;
  text-align: center;
  border-bottom: 5px solid #E35112;
  display: block;
  padding: 10px;
  padding-top: 0px;
}
#img-content-movil-galvalume
{
	display:block;
}
.desc-galvalume-square-image
{
 float: left;
 width: 100%;
 margin-top: 21px;
 text-align: center;
}
.subtitle-texture-galvalume {
    font-size: 14px;
    color: #242222e3;
    text-align: center;
    width: 100%;
}
.titulo-texture-galvalume {
    width: 90%;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
.columas-movil-galvalume-square
{
 width:100%;
 text-align: center;
}
#colum-color-charts-galvalume {
    float: left;
    width: 100%;
}
#colum-color-charts-galvalume-right {
    float: left;
    width: 100%;
}
.title-content-galvalume {
    font-size: 18px;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 10px;
	text-align: center;
}
.header-color-galvalume {
    width: 100%;
    height: 150px;
    background: white;
    border-bottom: 7px solid #EE5324;
    display: none;
}
.main-header-movil-color-ceranamel {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding-top: 0px;
    background: white;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 20px;
}
#color-ceranamel-medium-bronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(92, 78, 74);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-dark-bronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(48, 37, 37);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-aged-bronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(87, 75, 65);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-copper-brown {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(74, 62, 52);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-salte-gray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(125, 115, 115);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-regal-blue {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(29, 45, 97);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-brite-red {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(153, 32, 43);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-burgundy {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(89, 28, 33);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-ever-green {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(43, 77, 31);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-hawaian-blue {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(74, 105, 135);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-fern-green {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(33, 59, 23);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-matte-black {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(59, 58, 58);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-cocoa-brown {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(77, 61, 47);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-ash-gray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(195, 198, 201);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-charcoal-gray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(89, 87, 80);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-light-stone {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(232, 217, 186);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-burnshed-slate {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(87, 81, 72);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-desert-sand {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(150, 138, 113);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-colony-green {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(103, 128, 94);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-saddle-tan {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(171, 155, 123);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-rustic-red {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(120, 38, 40);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#color-ceranamel-polar-white {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(237, 233, 225);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0.47;
}
.header-color-ceranamel {
    width: 100%;
    height: 150px;
    background: white;
    border-bottom: 7px solid #EE5324;
    display: none;
}
#img-center-movil-color-durapon{}
#img-center-movil-color-durapon img
{
	width:150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.logos-movil-header-center-durapon
{
	width: 100%;
    float: left;
}
.column-movil-section-color-durapon {
    width: 23%;
    float: left;
    display: block;
}
.column-movil-section-color-durapon img {
    margin-top: 30px;
    width: 60px;
    float: left;
}
.column2-movil-section-color-durapon {
    width: 23%;
    float: left;
    display: block;
}
.column2-movil-section-color-durapon img {
    width: 50px;
    display: block;
    margin-top: 35px;
	margin-left: 60px;
}
.column3-movil-section-color-durapon {
    width: 53%;
    float: left;
    display: block;
	margin-top: 25px;
}
.column3-movil-section-color-durapon img {
    width: 48px;
    float: right;
    display: block;
    margin-top: 10px;
}
.main-header-movil-color-durapon {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding: 0px;
    padding-top: 0px;
    background:white;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 20px;

}
#img-header-movil-standing-seam-systems {
    width: 100%;
    height: 65px;
    background: url("/wp-content/uploads/2022/06/banner-standing-system-scaled-1.webp");
    background-size: auto;
    background-size: cover;
    background-position: center;
	margin-top: 40px;
    height: 75px;
}
.header-standing-seam-systems {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("/wp-content/uploads/2022/06/banner-standing-system-scaled-1.webp");
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;

}
#logos-header-concealedfsystems-movil
{
	width:100%;
	float:left;
	margin-top: 0px;
	margin-bottom: 10px;
}
.column-headerizq-concealedfsystems {
    float: left;
    display: block;
}
.column-headerizq-concealedfsystems img
{
	width:60px;
}
.column-headerright-concealedfsystems {
    float: right;
    display: block;
}
.column-headerright-concealedfsystems img{
   width: 80px;
   margin-top: 5px;
}
.sidebar-rigt-conceafastener-systems {
    width: 100%;
    margin-top: -80px;
    display: none;
}
.logo1-ad {
    border-bottom: 2px solid gray;
    width: 100%;
    display: none;
}
#img-header-movil-conceafastener-systems{
    width: 100%;
    height: 65px;
    background: url("/wp-content/uploads/2022/06/banner-concelaed-system-scaled-1.webp");
    background-size: auto;
    background-size: cover;
    background-position: center;
	margin-top: 40px;
    height: 75px;
}
.main-content-conceafastener-systems {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 0px;
}
.header-concealed-fastener-systems {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("/wp-content/uploads/2022/06/banner-concelaed-system-scaled-1.webp");
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.header-exposed-fastener-systems {
    width: 100%;
    height: 150px;
    border-bottom: 7px solid #EE5324;
    background: url("/wp-content/uploads/2022/06/banner-exposed-fastener-scaled-1.webp");
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.btndescargardurapon {
    width: 100%;
    background: #EE5324;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;

}
.downloadpdf-durapon3 img {
    width: 100%;
}
.column-pdfs-download-button {
    width: 100%;
    float: left;
}
.header-color-durapon {
    width: 100%;
    height: 150px;
    background: white;
    border-bottom: 7px solid #EE5324;
    display: none;
}
.desc-content-color-chart {
    margin-bottom: 20px;
    margin-top: 20px;
    display: none;
}
.left-contet-products-color-charts {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    display: none;
}
.titulo-logotext-colors-movil {
    font-size: 32px;
    color: #949494ab;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0px;
	text-align:center;
}
.subtitulo-logotext-colors-movil {
    font-size: 21px;
    font-weight: normal;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
}
.logo-ceranamel-movil-section-colors {
    width: 100%;
    text-align: center;
	margin-top: 30px;
}
.logo-ceranamel-movil-section-colors img{
 width: 245px;
}
.left-contet-products {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    display: block;
}
.logo-durapon-color-chart {
    display: none;
}
.content-movil-section-colors
{
  width:100%;
  float:left;
}
.logo-durapon-movil-section-colors
{
  width:100%;
  text-align: center;
  margin-top: 30px;
 }
.logo-durapon-movil-section-colors img
{
  width: 155px;
}
.title-prod-color-chart-movil {
    font-size: 21px;
    font-weight: normal;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}
.desc-prod-color-chart-movil {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
    text-align: justify;
	margin-bottom: 30px;
	font-size: 15px;
}
.title-movil-section-colors
{
 color: #444444;
 font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
 letter-spacing: -0.05em;
 font-size: 31px;
 font-weight: bold;
}
.subtitle-movil-section-colors
{
 color: #292929;
 font-family: avenir-lt-w01_35-light1475496,sans-serif;
 letter-spacing: 0.2em;
 font-size: 16px;
}
.button-prod-color-chart-movil {
 	text-align: center;
}
.button-prod-color-chart-movil a {
    background: #282828;
    color: white;
    padding: 10px;
}
/*.button-prod-color-chart-movil:hover {
    background: #EE5324;
}
.button-prod-color-chart-movil a:hover {
    background: #EE5324;
}*/
.column-movil-section-color-charts {
    width: 23%;
    float: left;
    display: block;
}
.column-movil-section-color-charts img {
    margin-top: 30px;
	width: 50px;
	float: left;
	margin-left: 20px;
}
.column2-movil-section-color-charts {
    width: 23%;
    float: left;
    display: block;
}
.column2-movil-section-color-charts img {
    width: 50px;
    display: block;
	margin-top: 35px;
}
.column3-movil-section-color-charts {
    width: 53%;
    float: left;
    display: block;
}
.column3-movil-section-color-charts img {
    width: 60px;
	float:right;
    display: block;
    margin-top: 10px;
	margin-right: 20px;
}
.header-color-charts {
    width: 100%;
    height: 605px;
    background: url("/wp-content/uploads/2022/06/color-banner.webp");
    display: none;
}
.main-header-movil-color-charts{
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 10px solid #EE5324;
    display: block;
    padding: 0px;
    padding-top: 0px;
    background: url("/wp-content/uploads/2022/06/color-banner.webp");
    background-size: auto;
    background-size: cover;
    margin-top: -5px;
	margin-bottom: 20px;
}
#colum1-color-charts {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    border-right: 0px;
	display:none;
}
#colum2-color-charts {
    float: right;
    width: 100%;
	display:none;
}
.titulo-structural-movil {
    width: 100%;
    float: left;
    margin-top: 0px;
    border-bottom: 2px solid gray;
    font-size: 38px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    margin-bottom: 0px;
	display: block;
}
.logo-astm-structural {
    width: 50%;
    float: right;
    text-align: center;
    display: none;
}
.logo-astm-structural-movil {
    width: 50%;
    float: right;
    text-align: center;
	display:block;
}
.logo-astm-structural-movil img {
    width: 398px;
}
.logos-header-structural {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
    margin-top: 0px;
	display: none;
}
.main-content-structural ul {
    letter-spacing: 0.03em;
    font-family: 'Antonio Regular', arial;
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.2em;
    margin-top: 30px;
}
#img-strucrual-steel
{
    float: left;
   width: 174px;
	margin-top: 50px;
}
.title-flat-sheets-panels-coils
 {
  color: #E35112;
  font-family: 'Arial Black', arial;
  font-size: 31px;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: bold;
 }
.title-features-panels-coils {
    color: #E35112;
    font-family: 'Arial Black', arial;
    font-size: 31px;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
    line-height: 1em;
    margin-bottom: 20px;
    font-weight: bold;

}
.img-main-header-movil-coils {
    margin-bottom: 0px;
    width: 100%;
    display: block;
}
.img-main-header-movil-coils img {
    margin-top: -40px;
}
.column-headerizq-movil-coils {
    float: left;
    display: block;
	width:40%;
}
.column-headerizq-movil-coils img {
    width: 80px;
    margin-top: 0px;
	float: left;
}
.column-headermiddle-movil-coils {
    float: right;
    display: block;
	width:30%;
}
.column-headermiddle-movil-coils  img{
 width: 90px;
 margin-top: 41px;
}
.column-headerright-movil-coils {
    float: right;
    display: block;
	width:30%;
}
.column-headerright-movil-coils  img{
 width: 90px;
margin-top: 30px;
}
.main-header-logos-movil-coils {
    width: 100%;
    float: left;
    text-align: center;
    display: block;
    padding: 10px;
    padding-top: 0px;
}
.title-section-movil-coils {
    font-size: 30px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 20px;
	 border-bottom: 2px solid rgba(148, 148, 148, 1);
	display:block;
	margin-top: -40px;
}
#content-coils-and-flat-sheets img {
   display:none;
}
.main-content ul {
    letter-spacing: 0.03em;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
    margin-bottom: 40px;
   /* width: 100%;*/
    float: left;
}
.desc-content-panels {
    margin-top: 0px;
    margin-bottom: 20px;
	padding: 10px;
}
column-movil-exposed-panels {
    width: 50%;
    float: left;
    display: block;
}
.column2-movil-exposed-panels {
    width: 50%;
    float: right;
    display: block;
}
.main-header-logos-movil-exposed-panels {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 2px solid rgba(148, 148, 148, 1);
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    padding-top: 0px;

}
.column2-movil-exposed-panels img {
    width: 65px;
    float: right;
    display: block;
    margin-top: 8px;
}
.column-movil-exposed-panels img {
    margin-top: 8px;
}
.subtitle-prod-section-efastener-systems {
    font-size: 18px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
}
 .title-prod-section-efastener-systems
{
   font-size: 28px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   margin-bottom: 20px;
   font-weight:bold;
   text-align: center;
 }
  .title-prod-efastener-systems
{
   font-size: 38px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 10px;
   display:none;
 }
.button-prod-large-exposed
{
	display:none;
}
.button-prod-movil-efastenersystems
{
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  text-align: center;
  width: 105px;
  height: 23px;
  padding-bottom: 20px;
  background: rgba(59, 58, 58, 1);
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display:block;
}
.button-prod-movil-efastenersystems:hover {
    background: #EE5324;
}
.button-prod-movil-efastenersystems a:hover {
    background: #EE5324;
}
.button-prod-movil-efastenersystems a {
    background: rgba(59, 58, 58, 1);
    color: #EDE9E1;
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
}
#title-advantages-movil
{
	font-family: 'Antonio Regular', arial;
	color: #E35112;
	font-size: 38px;
	border-bottom: 2px solid gray;
	line-height: 1em;
   font-weight: bold;
}
.advantages-movil-efastener-systems
{
  display:block;
  width: 100%;
  background:rgba(59, 58, 58, 1);
  color: white;
  font-size: 13px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.advantages-movil-efastener-systems p
{
   text-align: center;
   color: #E35112;
   font-size: 24px;
   line-height: 1em;
   border-bottom: 2px solid gray;
   display:block;
}
.advantages-movil-efastener-systems ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  font:wfont_9df554_6a4e9e5ebf544e759e9f935d3f663cd1,wf_6a4e9e5ebf544e759e9f935d3,orig_antonio_regular;
  font-size: 14px;
  display:block;
  color: #EDE9E1;
}
#img-header-movil-efastener-systems
{
 width:100%;
 height: 65px;
 background: url("/wp-content/uploads/2022/06/banner-exposed-fastener-scaled-1.webp");
 background-size: cover;
 background-position: center;
 height: 75px;
margin-top: 40px;
}
.title-section-panels
{
	display:none;
}
.main-header-movil-efastener-systems
{
   display:block;
   width: 100%;
   float: left;
   text-align: center;
   padding-top: 0px;
   margin-top: 60px;
}
.logo-armor-movil-efastener-systems
{
  width:100%;
  text-align:center;
}
.logo-armor-movil-efastener-systems img
{
  width: 80px;
  margin-top: 0px;
}
.title-movil-exposed-fastener-systems
{
 display:block;
 font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
 text-align: center !important;
 letter-spacing: -0.05em;
 color: #3B3A3A;
 font-size: 24px;
 font-weight: bold;
 border-bottom: 2px solid #EE5324;
 margin-bottom: 30px;
}

.logo-armor-Standing img {
    width: 249px;
    display: none;
}
.logo-exposed-panels {
    width: 270px;
    display: none;
}
.logo1-exposed-fastener-systems {
    width: 270px;
    margin-top: 80px;
    display: none;
}
.img-main-header-movil-ML300 {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.img-main-header-movil-ML300 img {
    margin-top: 0px;
}
.img-main-header-movil-curvepanels {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.img-main-header-movil-curvepanels img {
    margin-top: 0px;
}
.main-header-logos-movil-curvepanels {
    width: 100%;
    float: left;
    text-align: center;
     display: block;
    padding: 10px;
    padding-top: 0px;
}
#img-curver-panels {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    display:none;
}
.title-section-curved-panels {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
	display:block;
}
.logos-header-curved-panels {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
    display: none;
}
.logo-armor-curved-panels {
    width: 20%;
    float: left;
    text-align: center;
    display:none;
}
.column-headerright-s-seamsystems {
    float: right;
    display: block;
}
.column-headerright-s-seamsystems img {
    width: 80px;
    margin-top: 0px;
}
.main-header-logos-movil-s-seamsystems {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 2px solid rgba(148, 148, 148, 1);
    display: block;
    padding: 10px;
    padding-top: 0px;
}
.img-main-header-movil-panels {
    margin-bottom: 10px;
    width: 100%;
	display:block;
}
.img-main-header-movil-panels  img{
  margin-top: -30px;
}
.description-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border-bottom: 0px solid;
    padding: 10px;
}
 .title-prod-SLZ-150
 {
   font-size: 24px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: left;
   margin-bottom: 0px;
   display: none;     
 }
.sidebar-main-img-panels {
    margin-bottom: 30px;
    width: 255px;
	display:none;
}
.subtitle-prod-conceafastener-systems {
    font-size: 12px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    margin-bottom: 20px;
    line-height: 1em;
    text-align: center;
	margin-top: 0px;
    display: none;
}
.main-header-logos-movil-conceafastener-systems
{
 width:100%;
 float:left;
 text-align: center;
 border-bottom:2px solid rgba(148, 148, 148, 1);
 display:block;
 padding:10px;
}
.column-movil-conceafastener-systems
{
	 width:45%;
	 float:left;
	 display:block;
}
.column-movil-conceafastener-systems img
{
 margin-top: 8px;
}
.column2-movil-conceafastener-systems
{
  width:25%;
  float:right;
  display:block;
}

.column2-movil-conceafastener-systems img
{
  width:60px;
  float: right;
  display:block;
}
.column3-movil-conceafastener-systems
{
  width:25%;
  float:right;
  display:block;
}
.column3-movil-conceafastener-systems img
{
  width:200px;
  float: right;
  display:block;
  margin-top: 10px;
}
.column2-movil-standing-systems
{
  width:20%;
  float:right;
  display:block;
}
.column2-movil-standing-systems img
{
  width:60px;
  float: right;
  display:block;
}
.column3-movil-standing-systems
{
  width:30%;
  float:right;
  display:block;
}
.column3-movil-standing-systems img
{
  width:150px;
  float: right;
  display:block;
  margin-top: 10px;
}
.column-headerizq-s-seamsystems
{
  float:left;
  display:block;
}
.column-headerizq-s-seamsystems img {
    width: 80px;
    margin-top: 0px;
}
.column-headerizq-curvepanels
{
  float:left;
  display:block;
}
.column-headerizq-curvepanels img {
    width: 60px;
    margin-top: 0px;
}

.subtitle-prod-movil-conceafastener-systems
{
	display:block;
	font-size: 16px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1em;
    margin-top: 20px;
}
.hs-entry-content {
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
    margin-top: 20px;
    background-color: rgba(245, 245, 245, 0.09);
}
.sidebar-prod-panels {
    margin-bottom: 50px;
    width: 270px;
    margin-top: 80px;
    display: none;
}
.subtitle-prod-movil-exposed
{
 font-size: 14px;
 color: #414141;
 font-family: barlow-extralight,barlow,sans-serif;
 letter-spacing: 0.45em;
 margin-bottom: 10px;
 line-height: 1em;
 text-align: center;
 display:block;
}
.subtitle-prod-exposed-fastener-systems {
	display:none;
	text-align: center;
}

.logo-prod-exposed-panels {
    display: none;
}
.title-section-curved-panels {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
        font-weight: normal;
        font-size: 23px;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 20px;
}
.main-content-features-curved {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    border-bottom: 5px solid #E35112;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
}
.main-content-features-curved2 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
}
#content-left-curved2 {
    float: left;
    width: 100%;
}
.title-prod-curved-panels
 {
   font-size: 26px;
   color: #EE5324;
   font-family: 'Antonio Regular', arial;
   text-align: center;
   margin-bottom: 0px;
   display:block;
   line-height: 30px;
   display: none;
 }
#content-left-curved {
    float: left;
    width: 100%;
}
.logo-continus-curved-panels img {
    width: 100px;
    margin-top: 20px;
}
 .title-prod-section-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 0px;
	text-align: center;
}
.title-prod-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    margin-bottom: 10px;
    text-align: center;
}
 .title-prod-section-standing-seam-systems {
    font-size: 28px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: left;
    margin-bottom: 10px;
	text-align: center;
	line-height: 30px;
}
.title-prod-standing-seam-systems {
    font-size: 23px;
    color: #EE5324;
    margin-bottom: 0px;
    text-align: center;
	font-family: 'Antonio Regular', arial;
    display: none;
}
.logo-NS150 {
    width: 50%;
    float: left;
}
.logo-NS150 img {
    width: 200px;
    margin-top: 20px;
    height: 77px;
}
.logo-armor-sbr {
    width: 25%;
    float: right;
    text-align: center;
}
.logo-armor-sbr img {
    width: 60px;
    margin-top: 20px;
}
.logo-roofsys-sbr {
    width: 25%;
    float: left;
    text-align: center;
}
.logo-roofsys-sbr img {
    width: 80px;
    margin-top: 28px;
}
.downloadpdf-panels {
    width: 100%;
}
.downloadpdf-panels img {
    width: 100%;
}
.btndescargar-panels {
    width: 100%;
    background: rgba(59, 58, 58, 1);
    text-align: center;
    color: white;
}
.sidebar-prod-img {
    margin-bottom: 30px;
    width: 100%;
}
.widget-area .widget {
    margin-bottom: 40px;
    border: 0px solid #EEE;
    padding: 30px;
     margin-top: -80px;
}
.title-features-panels {
    color: #E35112;
    font-family: 'Arial Black', arial;
    font-size: 27px;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
    line-height: 1em;
	text-align: center;
	font-weight: bold;
}
.title-specifications-panels {
    color: #E35112;
    font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
.desc-prod-panels {
    letter-spacing: 0.03em;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}
.logos-header-content {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 1em;
	margin-top: 0px;
	display:none;
}
.title-prod-panels {
    font-size: 38px;
    color: #EE5324;
    font-family: 'Antonio Regular', arial;
    text-align: center;
    margin-bottom: 0px;
}
.subtitle-prod-concealed {
    font-size: 14px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    letter-spacing: 0.45em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
}
.logo-letter {
    width: 270px;
    margin-top: 20px;
}
#about-description-letter {
    margin-top: 30px;
    width: 100%;
	margin-left: 0px;
}
#main-content-letter {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.logo12years-history {
    width: 266px;
    margin-top: 48px;
    text-align: center;
}
.logo12years-history img {
    width: 150px;
    margin-bottom: 40px;
}
#about-description-history {
    margin-left: 0px;
}
.title-section {
    font: normal normal normal 23px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: normal;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-left: 0px;
}
#logoqm-company {
    margin-bottom: 30px;
    text-align: center;
    display: none;
}
.foto-content-company {
    float: left;
    width: 100%;
    display: none;
}
#main-content-company
{
	width:100%;
	float:left;
	margin-top: 0px;
}
#main-content-history {
    width: 100%;
    float: left;
	margin-top: 0px;
}
.hs-container {
    width: 100%;
    margin: 0 auto;
}
#colum-location
{
  width:100%;
  float:left;
  font-size: 21px;
}
.title-prod-color-chart {
    font-size: 24px;
    font-weight: bold;
    color: #292726;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.subtit-sright-durapon {
    width: 100%;
    font-size: 14px;
	text-align:center;
}
.tit-sright-durapon {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #292726;
    text-align: center;
}
.btndescargardurapon {
    width: 100%;
    background: #EE5324;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.downloadpdf-durapon img {
    width: 100%;
}
#low-gloss-slategray {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(125, 115, 115);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-copperbrown {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(74, 62, 52);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-agedbronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(87, 75, 65);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-darkbronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(48, 37, 37);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
#low-gloss-mediumbronze {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(64, 53, 50);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}
.titulo-metallic-color2 {
    text-align: center;
    position: absolute;
    font-size: 12px;
    width: 100%;
}
#column-metallic-clor {
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 60px;
    text-align: center;
}

.titulo-metallic-color {
    width: 100%;
    text-align: center;
    position: absolute;
}
.subtitulo-metallic-color {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 20px;
}
#column-almond {
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}
#color-chart-regal-white {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(237, 233, 225);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0.47;
}
#color-chart-almomd {
    padding: 8px 16px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    background-color: rgb(235, 226, 209);
    height: 76px;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0.78;
}
#color-chart-sandstone
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color: rgb(227, 220, 207);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-surreybeige
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color: rgb(222, 206, 175);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-sierratan
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color: rgb(186, 173, 147);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-ashgray
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(181, 175, 163);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-slategray
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(113, 117, 113);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 0.92;
}
#color-chart-musketgray
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(105, 99, 89);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-charcoalgray
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(89, 87, 80);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-patinagreen
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(123, 153, 113);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-slateblue
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(91, 117, 143);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-evergreen
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(54, 89, 42);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-terracotta
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(179, 79, 25);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-colonialred
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(120, 38, 40);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-sealbrown
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(77, 68, 60);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-buckskin
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(120, 103, 84);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-mediumbronze
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(82, 69, 59);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-agedbronze
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(64, 52, 43);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-copperbrown
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(59, 33, 14);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-darkbronze
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(54, 50, 46);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-matteblack
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(59, 58, 58);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-feltgreen
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(33, 59, 23);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-hartfordgreen
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(22, 64, 46);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-britered
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(153, 34, 34);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-burgundy
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(99, 27, 33);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-regalblue
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(29, 45, 97);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
#color-chart-galvalume
{
  padding: 8px 16px;
  float: left;
  width: 100%;
  border: none;
  display: block;
  outline: 0;
  background-color:rgb(29, 45, 97);
  height: 76px;
  margin-right: 20px;
  margin-bottom:20px;
  opacity: 1;
}
.titulo-color-durapon {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 80px;
}
.subtitulo-color-durapon {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 100px;
}
.logos-sideright-color-chart {
    width: 100%;
     margin-top: 40px;
}
.logos-sideright-color-chart img{
    width: 100%;
}
#content-right-color-chart img {
    width: 333px;
    height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#content-middle-color-chart img {
    width: 333px;
    height: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#content-middle-color-chart img {
    width: 333px;
    height: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.titulo-logo-color-chart {
    font-size: 32px;
    color: #949494ab;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
#content-middle-color-chart {
    float: left;
    width: 100%;
}
#content-right-color-chart {
    float: right;
    width: 100%;
}
#content-coils-and-flat-sheets {
    float: left;
    width: 100%;
}
#specifications-content {
    margin-left: 0px;
}
#content-left-panels {
    float: left;
    width: 100%;
}
#content-middle-panels {
    float: left;
    width: 100%;
}
.contet-exposed-fastener-systems img {
    width: 100%;
    padding:10px;
}
.main-content {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
}
#colum3-prod {
    float: left;
    width: 100%;
    text-align: center;
}
#colum4-prod {
    float: left;
    width: 100%;
    text-align: center;
}
#colum5-prod {
    float: left;
    width: 100%;
    text-align: center;
}
.left-contet-products img {
    width: 100%;
    height: 200px;
    padding: 20px;
}

.title-prod {
    font-size: 35px;
    font-weight: bold;
    color: #EE5324;
	margin-bottom: 20px;
	font-family: 'Antonio Regular', arial;
}
.subtitle-prod {
    font-size: 12px;
    color: #414141;
    font-family: barlow-extralight,barlow,sans-serif;
    display: none;
}
.desc-prod {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    width: 100%;
    text-align: justify;
}
.button-prod {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    text-align: center;
	display:none;
}
#colum1-prod {
    float: left;
    width: 100%;
}
#colum2-prod {
    float: left;
    width: 100%;
}


#logo-header { float: left; }
#logoduracoat { width: 120px; }
#logoul { width: 35px; }
#logotdi { width: 35px; }
#logoaia { width: 45px;}
#logoenergy { width: 40px; }
    .hs-contact-address{
     float: left;
     width: 100%;
     margin-top: 10px;
 }
#hs-home-slider-section
{
 padding: 0px;
 margin-top:40px;
}
#hs-home-slider-section
{
 padding: 0px;
}
    #hs-description-green-cool
{
   width: 100%;
   text-align: justify;
   color: white;
   background: rgb(27, 52, 18);
   height: 100%;
   margin-left: auto;
   margin-right: auto;
   padding: 30px;
   font-size: 13px;
}
    .hs-container{
        padding: 0 10px;
    }

    .hs-portfolio{
        width: 100%;
        margin-bottom: 10px;
    }

    .hs-portfolio-inner{
        margin: 0;
    }
}

@media screen and (min-width: 1001px){
    .hs-main-navigation .hs-menu{
        display: block !important;
    }
}
