﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    min-height:500px; 
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: bree-web, Bree, sans-serif;
    margin: 0;
    padding: 0;    
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    text-align:center;
}

.imagemtmx {
    padding-top:0px;
    padding-left:45px;
    float:left;
}

    .imagemtmx a:link {
        color:rgba(255,255,255,.05);
        background: rgba(255,255,255,.05);
        text-decoration:none;
        border-style:none;
    }

    .imagemtmx a:hover {
        color:rgba(255,255,255,.05);
        background: rgba(255,255,255,.05);
        text-decoration:none;
    }

    .imagemtmx a:visited {
        color:rgba(255,255,255,.05);
        background: rgba(255,255,255,.05);
        text-decoration:none;
    }

    .imagemtmx a:active {
        color:rgba(255,255,255,.05);
        background: rgba(255,255,255,.05);
        text-decoration:none;
    }


.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    text-align: center;
    
}

#body {
    /*background-color: #efeeef;*/
    /*clear: both;*/
    padding-bottom: 0px;
    min-height:350px; 
    background-color:#FFF;
}

    .main-content {
        /*background: url("../Images/accent.png") no-repeat;*/
        padding-left: 0px;
        padding-top: 0px;
    }

    .main-content {
        /*background: url("../Images/heroAccent.gif") no-repeat;*/
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background: linear-gradient(to bottom, #A00000 0%, #A00000 30%, #000000 100%);
    font-size: .8em;
    height: 250px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;    
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #FFF;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/*  elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 10px 40px 10px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2{
            color: #fff;
        }
    .featured hgroup.title b {
        color: #3e5667;
    }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
.article {
    float: left;
    width: 70%;
}

.aside {
    float: right;
    width: 25%;
}

    .aside ul {
        list-style: none;
        padding: 0;
    }

        .aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0px 100px 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}



/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-right {
        float: right;
        clear:none;
    }
    
    header .float-left {
        float: left;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 0px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

.metalmex .menu {
    /*background-image:url('../Images/background.png');*/
    background: #A00000;
    padding: 0px 0px 0px 0px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

.metalmex .logometalmex {
   height:100%;
   width:100%;
            background: url("../Images/logometalmex3.png") no-repeat;
        }

.metalmex .logocontacto {
   height:100%;
   width:100%;
            background: url("../Images/logometalmex3.png") no-repeat;
        }



.metalmex .featured hgroup.title {
    background-color: #7ac0da;
    padding-top:20px;
    text-align:right;
}

.metalmex .infocontact{
    width: 450px;
    margin-left:380px;
    padding:0px 5px 5px 5px;
    background-color: black;
    border-radius: 0px 0px 3px 4px;
    float:left;    
    color:white;
    font-size:19px;
    margin-top: -2px;
}

.metalmex .addressfooter {
    width: 250px;    
    padding:0px 20px 0px 20px;    
}

.metalmex .textright {
    text-align:right;
}

.metalmex .menudiv {
    clear:both;
    padding-top:10px;
}

.metalmex .copyfooter {
    text-align: center;
}

/*// menu style*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  
  display: block;
  position:relative;
  z-index:2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
    width: auto;
    margin-top: 45px;
    background: #8B0000; /* Fondo de color vino */
}
#cssmenu > ul {
  background: url('images/bg.png');
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 18px 25px 21px 25px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #d3eced;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #32a9c3;
  background: rgba(0, 0, 0, 0.1);
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #bbbfc2;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 195px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 11px;
  width: 200px;
  color: #777777; /*color general de la letra*/
  background: #ffffff; /*color de tabla general*/
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: black; /*color de letra con puntero*/
        background: linear-gradient(to right, #CDCFD4 60%, #7e8386 100%) /*color de barra con puntero*/
    }
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: black;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        background: #8B0000; /* Color de fondo vino */
    }

        #cssmenu > ul {
            display: none;
        }

            #cssmenu > ul.open {
                display: block;
                border-top: 1px solid rgba(0, 0, 0, 0.1);
            }

        #cssmenu.align-right > ul {
            float: none;
        }

        #cssmenu.align-center > ul {
            text-align: left;
        }

        #cssmenu > ul > li,
        #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }

            #cssmenu > ul > li > a {
                padding: 18px 11px 18px 11px;
                border-right: 0;
                color: #ffffff; /* Color de texto blanco para los elementos del menú */
            }

            #cssmenu > ul > li:hover > a,
            #cssmenu > ul > li.active > a {
                background: rgba(0, 0, 0, 0.1);
            }

        #cssmenu #menu-button {
            display: block;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
            color: #ffffff; /* Cambiado a blanco */
            padding: 18px 11px 18px 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            background: url('images/bg.png');
            cursor: pointer;
        }

        #cssmenu ul ul,
        #cssmenu ul li:hover > ul,
        #cssmenu > ul > li > ul,
        #cssmenu ul ul ul,
        #cssmenu ul ul li:hover > ul,
        #cssmenu.align-right ul ul,
        #cssmenu.align-right ul li:hover > ul,
        #cssmenu.align-right > ul > li > ul,
        #cssmenu.align-right ul ul ul,
        #cssmenu.align-right ul ul li:hover > ul {
            left: 0;
            right: auto;
            top: auto;
            opacity: 1;
            width: 100%;
            padding: 0;
            position: relative;
            text-align: left;
        }

            #cssmenu ul ul li {
                width: 100%;
            }

                #cssmenu ul ul li a {
                    width: 100%;
                    box-shadow: none;
                    padding-left: 35px;
                    color: #ffffff; /* Color de texto blanco para los submenús */
                }

            #cssmenu ul ul ul li a {
                padding-left: 45px;
            }

            #cssmenu ul ul li:first-child > a,
            #cssmenu ul ul li:last-child > a {
                border-radius: 0;
            }

        #cssmenu #menu-button::after {
            display: block;
            content: '';
            position: absolute;
            height: 3px;
            width: 22px;
            border-top: 2px solid #ffffff; /* Cambiado a blanco */
            border-bottom: 2px solid #ffffff; /* Cambiado a blanco */
            right: 25px;
            top: 18px;
        }

        #cssmenu #menu-button::before {
            display: block;
            content: '';
            position: absolute;
            height: 3px;
            width: 22px;
            border-top: 2px solid #ffffff; /* Cambiado a blanco */
            right: 25px;
            top: 28px;
        }

        #cssmenu > ul > li.has-sub > a::after,
        #cssmenu ul ul li.has-sub > a::after {
            display: none;
        }
}

/*end*/

/*.banner { position: relative; overflow: auto; }
    .banner li { list-style: none; }
        .banner ul li { float: left; }*/

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #bfa57c;
    color: #fff;
}



h1, h2, h3, h4, b {
    font-weight: 300;
    font-family: bree-web, Bree, sans-serif;
}

h2 {
    font-size: 28px;
    padding-bottom: 60px;
}

b {
    font-weight: 500;
    font-size: 16px;
    color: #c3522f;
}


.banner {
    position: relative;
    z-index: 0;
    width: 100%;
    overflow: auto;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(255,255,255,.6);
    text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
    background: #5b4d3d;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}


    .banner a {
        color: rgba(255,255,255,.6);
        text-decoration: none;
    }

        /* visited link */
        .banner a:visited {
            color: rgba(255,255,255,.6);
        }

        /* mouse over link */
        .banner a:hover {
            color: #FFFFFF;
            background: rgba(255,255,255,.05);
            text-decoration: underline;
        }

        /* selected link */
        .banner a:active {
            color: rgba(255,255,255,.6);
        }

    .banner ul {
        width: 300%;
        padding: 0;
        margin: 0;
        
    }

        .banner ul li {
            display: block;
            float: left;
            width: 33%;
            padding: 160px 0 110px;
            min-height: 350px;
            /*		-webkit-background-size: 100% 100%;*/
            -moz-background-size: 100% 100%;
            -o-background-size: 100% 100%;
            -ms-background-size: 100% 100%;
            /*		background-size: 100% 100%;*/

            box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
        }

    .banner h1, .banner h2 {
        font-size: 40px;
        line-height: 52px;
        color: #fff;
    }

    .banner .btn {
        display: inline-block;
        margin: 25px 0 0;
        padding: 9px 22px 7px;
        clear: both;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid rgba(255,255,255,.4);
        border-radius: 5px;
    }

        .banner .btn:hover {
            background: rgba(255,255,255,.05);
        }

        .banner .btn:active {
            -webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
            -moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
            -ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
            -o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
            filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
        }

    .banner .btn, .banner .dot {
        -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    }

    .banner .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
    }

        .banner .dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 4px;
            text-indent: -999em;
            border: 2px solid #fff;
            border-radius: 6px;
            cursor: pointer;
            opacity: .4;
            -webkit-transition: background .5s, opacity .5s;
            -moz-transition: background .5s, opacity .5s;
            transition: background .5s, opacity .5s;
        }

            .banner .dots li.active {
                background: #fff;
                opacity: 1;
            }






.metalmex .menucontainermain{        
    float:left;        
    padding-bottom: 0px;
    margin-bottom: 0px;        
}

/*castnylon*/
#left-nav {
    margin: 40px 0px 0px 0px; padding: 0px 5px 480px 0px; 
	position: relative;
    z-index: 4;

}

#left-nav img{margin-top: 20px; margin-left: 20px; width: 65%}


#left-nav ul {
    margin: 0; 
    padding: 0;
    list-style: none; 
}

#left-nav ul ul{
    margin: 0; 
    padding: 0; padding-left: 7px;
    list-style: none; 
}

#left-nav ul li {
    position: relative;
    z-index: 4;
    float: left; height: 200%; padding-left: 7px;
}

#left-nav ul li a {
    color: #46494b;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em
}


#left-nav ul li a:hover { color: #1fb25a; font-weight: 900; list-style-image: none;
}
#left-nav ul li .current { color: #1fb25a; font-weight: 900; list-style-image: none;
}

#left-nav ul li:hover>a {
    border-right: none
}

#left-nav ul li ul li {
    width: 100%; margin-top: 2%;
   
}

#content {
    padding-bottom: 100px;
    background: url("../images/content-bg.png") center bottom no-repeat
}

#content h1 {
    color: #1fb25a;
    text-transform: uppercase;
    font-weight: 500
}

#content #post {
    float: left;
    color: #444; 
	border-left: 1px solid #1fb25a;
	padding-left: 20px; padding-right: 20px; margin-top: 20px; 
}

#content #post h1 {
    font-size: 2.5em
}

#content #post h3 {
    color: #1fb25a;
    margin-bottom: 5px
}

#content #post p, #content #post ul, #content #post ol, #content #post blockquote {
    font-size: 1em;
    line-height: 1.7em
}

#content #post p {
    margin: 0 0 15px
}

#content #post ul {
    margin: 10px 0;
    padding-left: 20px
}

#content #post a {
    color: #1fb25a
}

#content #sidebar {
    float: right;
    width: 30%
}

#content #sidebar .product-image {
    width: 100%
}

#content #sidebar .product-image img {
    display: block;
    width: 100%
}

#content #sidebar #contact-form-box {
    margin-top: 40px;
    padding: 5px 0 5px 15px;
    border-left: 1px solid #1fb25a
}

#content #sidebar #contact-form-box h2, #content #sidebar #contact-form-box h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 300
}

#content #sidebar #contact-form-box h2 {
    margin: 0 0 5px;
    color: #46494b;
    font-size: 1.5em
}

#content #sidebar #contact-form-box h3 {
    padding: 10px;
    background: #1fb25a;
    color: #FFF;
    text-align: center;
    font-size: 1.2em
}

#content #sidebar #contact-form-box .gform_wrapper {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%
}

#content #sidebar #contact-form-box .gform_wrapper form .gform_body {
    width: 100%;
    border-bottom: 5px solid #1fb25a;
    background: rgba(31, 178, 90, 0.2)
}

#content #sidebar #contact-form-box .gform_wrapper form .gform_body .gfield {
    padding-top: 3px
}

#content #sidebar #contact-form-box .gform_wrapper form .gform_body .gfield input[type="text"],
#content #sidebar #contact-form-box .gform_wrapper form .gform_body .gfield textarea {
    display: block;
    margin: 0;
    padding: 8px;
    width: 100%;
    border: 3px solid rgba(31, 178, 90, 0.5);
    font-size: 0.9em
}

#content #sidebar #contact-form-box .gform_wrapper form .gform_body .gfield input[type="text"]:focus,
#content #sidebar #contact-form-box .gform_wrapper form .gform_body .gfield textarea:focus {
    border-color: rgba(31, 178, 90, 0.75)
}

#content #sidebar #contact-form-box .gform_wrapper form .gform_body .gfield label {
    font-weight: 300
}

#content #sidebar #contact-form-box .gform_wrapper form .gform_footer {
    margin: 3px 0 0;
    padding: 0
}

#content #sidebar #contact-form-box .gform_wrapper form .gform_footer input[type="submit"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 15px #198f48;
    -moz-box-shadow: inset 0 0 15px #198f48;
    box-shadow: inset 0 0 15px #198f48;
    text-shadow: 0 0 2px #1b9c4f;
    display: inline-block;
    padding: 8px 0;
    width: 100%;
    background: #1fb25a;
    color: #FFF !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.1em;
    border: none
}

#content #sidebar #contact-form-box .gform_wrapper form .gform_footer input[type="submit"]:hover {
    -webkit-box-shadow: inset 0 0 8px #2ada71;
    -moz-box-shadow: inset 0 0 8px #2ada71;
    box-shadow: inset 0 0 8px #2ada71;
    position: relative;
    top: 1px;
    text-decoration: underline
}

#content.home h1 {
    margin: 60px 0 0;
    font-size: 3.5em
}

#content.home h1 span {
    display: block;
    margin-top: -5px;
    color: #46494b;
    font-weight: 300;
    font-size: 0.45em
}

#content #results-list {
    border-top: 1px solid #CCC
}

#right-col img{margin-top: 35px;}

.about-item .sub-menu-wrap { min-width: 356px; }
.about-item .image { background-image: url("../images/application-advantage.png"); display: block !important; }

.grades-item .sub-menu-wrap { min-width: 356px; }
.grades-item .image { background-image: url("../images/applications-menu-image.png"); display: block !important; }

.applications-item .sub-menu-wrap { min-width: 356px; }
.applications-item .image { background-image: url("../images/applications-menu-image-2.png"); display: block !important; }

.shapes-item .sub-menu-wrap { min-width: 356px; }
.shapes-item .image { background-image: url("../images/applications-menu-image-4.png"); display: block !important; }

.industries-item .sub-menu-wrap { min-width: 356px; }
.industries-item .image { background-image: url("../images/industry-dd.png"); display: block !important; }

.literature-item .sub-menu-wrap { min-width: 356px; }
.literature-item .image { background-image: url("../images/literature1.jpg"); display: block !important; }

.specialty-item .sub-menu-wrap { min-width: 356px; }
.specialty-item .image { background-image: url("../images/specialty-dd.png"); display: block !important; }

.news-item .sub-menu-wrap { min-width: 356px; }
.news-item .image { background-image: url("../images/news.png"); display: block !important; }

.search-item{ width: 180px; }

.table-centered {text-align: center;}

#right-col {margin-top: 20px}

#right-col h2{
	text-transform: uppercase; 
	font-weight: 500; 
	font-size: 1.2rem; 
	line-height: 1.4rem; 
	color: #1fb25a; 
	padding-top: 20px;}
	
#right-col .btn {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 15px #198f48;
    -moz-box-shadow: inset 0 0 15px #198f48;
    box-shadow: inset 0 0 15px #198f48;
    text-shadow: 0 0 2px #1b9c4f;
    display: block;
    padding: 10px 10px;
    background: #1fb25a;
    color: #FFF !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .9rem; margin: 20px 0 20px 0;
}

#right-col .btn:hover {
    -webkit-box-shadow: inset 0 0 8px #2ada71;
    -moz-box-shadow: inset 0 0 8px #2ada71;
    box-shadow: inset 0 0 8px #2ada71;
    text-decoration: underline
}

#searchbox
{
    width: 250px;
    height: 35px;
    padding: 10px;
    margin: 0;
    overflow: hidden; /* Clear floats */
}

.bbb {transform: scale(3.0, 3.0);
-ms-transform: scale(3.0, 3.0);
-webkit-transform: scale(3.0, 3.0);}

.jumbotron {padding: 0px; margin-bottom: 10px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
	
	.box:after{
    background: #FFF;
}
 
.box, .cta{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
}

.box {
    background: #1fb25a;
    position:relative;
    padding:15px;
    margin: 0 auto;
    margin-top: 80px;
}
 
.cta{
    background: #1fb25a;
    width:100%; 
color: #FFF;
}

.box h3 {color: #FFF; font-size: 130%; text-transform: uppercase; text-shadow: 2px 2px #BEBEC0; margin: 0px}

.box a:{text-decoration: none}
.box a:hover{text-decoration: none}

 
.shadow:before, .box:after{
    content: '';    
    position: absolute;
}
 
.shadow:before{
    background: #BEBEC0;
    height: 10px;
    width: 96%;
    bottom: -10px;
    left: 2%;
}
 
.shadow:after{
    -moz-border-radius: 150% / 20px;
    -webkit-border-radius: 150% / 20px;
    border-radius: 150% / 20px;
    width: 100%;
    height: 20px;
    bottom: -22px;
    left: 0;
    z-index: 1;
}â€‹

#content .entry img {
    float: right;
}

#right-col img  {width: 98%; float: left; margin-bottom: 20px;
}

.value { display: block; float: right;  }

 #alert {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 16px;
	    background-color: #ddd;
	    color: #333;
	    padding: 5px;
	    font-weight: bold;}
		
.rep {width: 49%; float: left; padding-right: 10px}

#languageselector .btn {padding: 5px; margin: 0; margin-top: 20px; font-size: .8em; text-transform: none;}


.col-sm-7 {
    width:75%;
    float:left;
    clear:none;
}

.col-sm-3 {
    float:left;
    width:25%;
}


.page-headerborderless {
    text-align: center;
    background: linear-gradient(#CA6B00,#BB2E0C);
    -webkit-background-clip: text;
    color: transparent;
    background: -webkit-linear-gradient(#CA6B00,#BB2E0C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: tomato;

    /*color: #00579c;*/
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 3px solid #efefef;
}


/* ESTILOS DE TODAS LAS TABLAS DE PRODUCTOS */

.al-container-01 {
    padding: 20px;
}

.dt-table-01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.spec-div-01 {
    width: 100%;
    text-align: left;
    border: 2px solid #ccc;
    border-radius: 14px 14px 5px 5px;
    margin-bottom: 20px;
}

.header-color-01 {
    background-color: #5B5D63;
    color: white;
    padding: 10px;
    border-radius: 12px 12px 0 0;
}

.spec-content-01 {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.img-spec-div-01 {
    flex: 1;
    max-width: 200px;
    margin-right: 20px;
}

.img-spec-01 {
    width: 100%;
    height: auto;
}

.data-spec-01 {
    flex: 2;
}

.left-side-01 {
    font-size: 18px;
}

.right-side-01 {
    text-align: right;
    padding-right: 50px;
    padding-bottom: 10px;
}

.tech-sheet-link-01 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #5B5D63;
    color: white;
    text-decoration: none;
    border-radius: 20px;
}

.header-list-title-01 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #f8f9fa;
    padding: 10px;
    border-bottom: 2px solid #ccc;
}

.header-column-01 {
    flex: 1;
    text-align: center;
}

.color-style-applied-01 {
    background-color: #e9ecef;
}

.spacer-01 {
    width: 100%;
    height: 8px;
}

.al-container-02 {
    padding: 20px;
}

.dt-table-02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.header-list-title-02 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #f8f9fa;
    padding: 10px;
    border-bottom: 2px solid #ccc;
}

.header-column-02 {
    flex: 1;
    text-align: center;
    padding: 10px;
}

.color-style-applied-02 {
    background-color: #e9ecef;
}

.spacer-02 {
    width: 100%;
    height: 8px;
}

.container-123 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row-123 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.table-responsive-123 {
    overflow-x: auto;
}

.table-123 {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.table-123 th,
.table-123 td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-123 thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background-color: #f8f9fa;
    font-weight: bold;
}

.table-123 tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-bordered-123 {
    border: 1px solid #dee2e6;
}

.table-bordered-123 th,
.table-bordered-123 td {
    border: 1px solid #dee2e6;
}

.img-fluid-123 {
    max-width: 100%;
    height: auto;
}

.Letra_01 {
    color: white;
}


#letracolor-01 {
    color: white;
}

/* TABLAS PERO CON COLOR COBRE */
.header-color-4821 {
    background: linear-gradient(145deg, #B87333, #D9883D, #B87333);
    color: white;
    padding: 10px;
    border-radius: 12px 12px 0 0;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* TABLAS PERO CON COLOR BRONCE */

.header-color-4822 {
    background: linear-gradient(145deg, #CD7F32, #E6C200, #CD7F32);
    color: white;
    padding: 10px;
    border-radius: 12px 12px 0 0;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* TABLAS PERO CON COLOR LATON */

.header-color-4823 {
    background: linear-gradient(145deg, #B87333, #D9883D, #B87333);
    color: white;
    padding: 10px;
    border-radius: 12px 12px 0 0;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* COLORES DE LAS TABLAS DE NYLACERO */

.header-color-4824 {
    background: linear-gradient( 145deg, #000000, 
    #4682B4, 
    #F5F5DC, 
    #000000 
    );
    background-size: 300% 300%; 
    color: white;
    padding: 12px;
    border-radius: 12px 12px 0 0;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.color-style-applied-0111 {
    background-color: #B0E0E6; 
    color: white;
}

.color-style-applied-0222 {
    background-color: #FAF0E6; 
}

.color-style-applied-0333 {
    background-color: #D3D3D3;
    color: white;
}

.color-style-applied-0444 {
    background-color: #AFE1AF; 
    color: white;
}



.container-123 {
    overflow: hidden;
}
.min-vh-80 {
    min-height: 80vh;
}

.parra {
    font-weight: bold
}


h1-456 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #B12422;
    margin-top: 0;
}

.tituloColor {
    color: #C45A2B;
}

h1-456 span {
    color: #B12422; 
}


.texto-izquierda {
    text-align: left; 
    margin: 0; 
    padding: 0; 
    font-family: Arial, sans-serif; 
    color: #333; 
    line-height: 1.6; 
}

    
    .texto-izquierda p {
        margin: 0 0 10px 0; 
        font-size: 1.2rem; 
    }

        
        .texto-izquierda p:last-child {
            margin-bottom: 0; 
        }

.contact-item-789 {
    background-color: #ffffff; 
    padding: 1rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 1000px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.contact-icon-321 {
    background-color: #AC4949; 
    color: white;
    padding: 1.3rem;
    border-radius: 50%;
    margin-right: 1rem;
}

.contact-item-789 div p {
    margin: 0;
    color: #4b5563; 
}


.map-container-654 {
    height: 300px;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}


.social-icons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; 
    margin: 0;
    padding: 0;
}


.social-icons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px; 
    margin: 0;
    padding: 0;
}


.social-icon {
    font-size: 1.5rem; 
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: inline-block;
}

    .social-icon:hover {
        transform: scale(1.1); 
        opacity: 0.8;
    }

    
    .social-icon.facebook {
        color: #ffffff;
    }

    
    .social-icon.email {
        color: #ffffff; 
    }

    
    .social-icon.instagram {
        color: #ffffff;
    }

    
    .social-icon.whatsapp {
        color: #ffffff; 
    }


@media (max-width: 768px) {
    .social-icon {
        font-size: 3rem;
    }
}

    @media (max-width: 480px) {
        .social-icon {
            font-size: 2.5rem;
        }
    }


    @media (max-width: 768px) {
        .social-icon {
            font-size: 2rem;
        }
    }

    @media (max-width: 480px) {
        .social-icon {
            font-size: 1.5rem;
        }
    }


    .text-primary-1234 {
        color: #800020;
        font-weight: bold;
    }


    .text-wine-5678 {
        color: inherit;
    }


    .hr-custom-9101 {
        border-top: 2px solid #800020;
    }


    .morpheus-den-gradient {
        background: linear-gradient(90deg, #800020, #4a000f);
    }

    .btn-custom-2345 {
        background-color: #800020;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
    }

        .btn-custom-2345:hover {
            background-color: #4a000f;
        }

    .btn-custom-6789 {
        background-color: #cc8505;
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 3px;
    }

    .btn-custom-1011 {
        background-color: #c6c2c2;
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 3px;
    }

    .btn-custom-1213 {
        background-color: #f0f0f0;
        color: black;
        border: none;
        padding: 5px 10px;
        border-radius: 3px;
    }

    .custom-list li {
        margin-bottom: 5px;
    }

    .force-left11 {
        text-align: left !important;
    }



/* CODIGO AGREGADOOOOO */


@media (max-width: 768px) {
   
    #cssmenu > ul > li:nth-child(3) ul li a, 
    #cssmenu > ul > li:nth-child(4) ul li a { 
        color: #000000 !important;
    }

   
    #cssmenu > ul > li:nth-child(3).has-sub > a:after,
    #cssmenu > ul > li:nth-child(4).has-sub > a:after {
        content: '+';
        position: absolute;
        right: 15px;
        color: #000000;
    }

    #cssmenu > ul > li:nth-child(3).has-sub.active > a:after,
    #cssmenu > ul > li:nth-child(4).has-sub.active > a:after {
        content: '-';
    }

   
    #cssmenu > ul > li:nth-child(3) ul,
    #cssmenu > ul > li:nth-child(4) ul {
        background: #f8f8f8 !important;
    }
}

#colorLetra {
    color: #25D366;
}    


