﻿
/* 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;
        }


/* page 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;
}

select {
    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;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    

    /* 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;
        font-family: 'Century Gothic';
    }

    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: 10px 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 .logocontacto {
   height:100%;
   width:100%;
            background: url("../Images/logometalmex2.png") no-repeat;
        }




.metalmex .featured hgroup.title {
    background-color: #7ac0da;
    padding-top:20px;
    text-align:right;
}

.metalmex .contact {
    width: 400px;
    margin:50px 50px 50px 100px;
    padding:20px 20px 20px 20px;
    background-color: lightgray;
    border-radius: 3px 4px;
}

.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 {
    padding-left:5px;
}

.metalmex .copyfootermobile{
        display:none;
    }

/*// 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;
    clear: none;
    margin-top: 0px;
    background: #03A9F4;
    background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
    background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: linear-gradient(to bottom, #03A9F4 0%, #03A9F4 100%);
}
#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: 8px 25px 11px 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: 12px;
}
#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: #ffffff;
  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: 35px;
  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: -270px;
  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;
  background: #ffffff;
  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: #333333;
}
#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: #333333;
}
#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;
}

.metalmex .menu {
    
        /*background-image:url('../Images/background.png');*/    
        background: #ffffff; /* Old browsers */
        /*background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 30%, #ffffff 69%, #f1f1f1 100%); /* FF3.6-15 */
        /*background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 30%,#ffffff 69%,#f1f1f1 100%);*/ /* Chrome10-25,Safari5.1-6 */
        /*background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 30%,#ffffff 69%,#f1f1f1 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=0 );*/ /* IE6-9 */
        background-size: 100% 100%;
        padding: 15px 10px 10px 10px;
        height: 69px;
        
    }

   .metalmex .logo-wegata {
    width:200px;
    height:40px;
}

.metalmex .logo-prosea {
    width:200px;
    height:40px;
}

.CategoriaTitulo {
    margin: 20px 0 20px;
}

    .CategoriaTitulo a {
        font-family: "Roboto",Helvetica,Arial,sans-serif;
        color: #00579c;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 9px;
        border-bottom: 1px solid #efefef;
        vertical-align: central;
    }

.CategoriaDescripcion {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857;
    color: #393939;
}

    .CategoriaDescripcion img {
    width:120px;
    height:120px;
}

    .CategoriaDescripcionReductor img {
    width:200px;
    height:120px;
}

.CategoriaDescripcionPage {
    font-family: "Century Gothic",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #393939;
}

 
.CategoriaTitulo img {
    width:120px;
    height:120px;
}

 .twocolum {
    width:50%; 
}

 .onecolum{
      width:100%;  
      padding: 10px 10px;
    font-size:13px;
    border-bottom: solid 2px #d6d6d6;  
}

 .onecolumtitle{
      width:100%;
    border-bottom: solid 2px #ddd;    
}

.onecolumnlist {
    width: 50%;
    text-align: left;
}
.firstrow {
    padding: 50px 10px 50px 0px;
}

.secondrow {
    padding: 0px 10px 50px 0px;

}


.page-header {
    color: #00579c;
    /*border-bottom: solid 1px #d6d6d6;*/
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #efefef;
}


.page-headerborderless {
    color: #00579c;
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #efefef;
}

.ImagenModeloHome {
    width:30%;    
    float: left; 
    clear:none;
}

.ImagenDescripcionHome
{
    width:60%;  
     padding-bottom:10px;
    float: right; 
    clear:none;
}


.ImagenModelo {
    width:20%;    
    float: left; 
    clear:none;
}

.ImagenModeloLista
{
    width:20%;    
    float: left; 
    clear:none;
}

.ImagenDescripcion
{
    width:70%;  
     padding-bottom:10px;
    float: right; 
    clear:none;
}

.ImagenDescripcionPage {
        width:100%;  
     
    float: right; 
    clear:none;
    padding-bottom:10px;
    }

.DescripcionProducto
{
    width:80%;      
    float: left; 
    clear:none;
   
}

.DescripcionProductoTitle {
     width:80%;      
    float: left; 
    clear:none;
    background: #efefef;
    color: #777777;
    
}


.CodigoProductoTitle {
    width:20%;      
    float: left; 
    clear:none;
    background: #efefef;
    color: #777777;
    
    
}

.productoBlueSeparator {
    color: #FFF;
    font-size: 32px;
    background-color: #0075B1;
}

.tituloDescarga {
    color:#333;    
    background-color:#efefef;
    font-weight:bold;    
}

.productoDescargasSeparator{    
    font-size:32px;
    background-color:#FFFFFF;
}

.CodigoProducto
{
    width:20%;      
    float: left; 
    clear:none;    
}

.DescripcionProductoTitleGeneral {    
    color: #777777;
    font-weight:bold;
    font-size:16px;
}
.TextoProductoTitleGeneral {
    font-size:13px;    
    color: #777777;
}


.producto a {
    text-decoration: none;
}

.cat-btn-block {
    display: block;
    width: 100%;
}
.cat-btn-primary {
    color: #fff;
    background-color: #0090c5;
    border-color: #0090c5;
}
.cat-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.mobilelink {
    display:none;
}

.productoTable {
    display:table;
    width:100%;    
}

 .productoRow {
        display:table-row;
       
    }

 .productoCell {        
        display:table-cell; 
        width:50%;         
        padding:10px 10px 10px 10px;                          
        vertical-align:top;
    }

 .productoCellThree {        
        display:table-cell; 
        width:33%;                 
        padding:10px 10px 10px 10px;                          
        vertical-align:top;
        text-align:center;
    }

.productoLinkDescarga b {
    color:#0090c5;
    font-size:14px;
}

.productoLinkDescarga a {
    text-decoration:none !important;
}

 productoCellDescargaList
 {        
        display:table-cell; 
        width:100%;         
        padding:10px 10px 10px 10px;                          
        vertical-align:top;
        background-color:#efefef;
        color:#0090c5;
    }

.productoCard {    
    display:table-cell; 
    padding:10px 10px 10px 10px;                          
    border: 1px solid #efefef;
    width:100%;
    height:350px;
    min-height:350px;
    max-height:540px;
}

.productoCardFull {    
    display:block; 
    padding:10px 10px 10px 10px;                          
    border: 1px solid #efefef;
    width:100%;
    height:300px;
    
}

.error {
    background-color:#fbdcd6;
}
.hidden {
    display: none !important;
}

.direccion { 
    vertical-align:top;   
    width:500px;
    clear:none;
    display:table;
    margin-bottom:40px;
    padding: 10px 10px 10px 10px;    
    float:left;
    background-color: white;
}


.formulario {
    width: 500px;
    background: linear-gradient(180deg, #164994 30%, #1a3550 );
    border-radius: 20px;
    filter: drop-shadow(10px 5px 5px #008cff);
    /*background-color: #03A9F4;*/
    display: table;
    padding: 10px 10px 10px 10px;
    color: #FFF;
    margin-bottom: 100px;
}

.formulario .row {
    
    width:100%;    
    display:table-row;
}

.formulario .cell {
    width:50%;    
    display:block;
}

.formulario .cellmid {
    width:50%;    
    display:block;
    clear:none;
    float:left;
    text-align:right;
}

.formulario .cellmid input[type="button"],
    button {     
    margin-top:10px;   
        margin-right: 0px !important;
        width: auto;
    }

    .formulario .btn a {
        text-decoration:none !important;
    }

    .formulario .btn input {
        width:100%;
    }

.formulario .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; 
    display: inline-block;
    padding: 10px 70px;
    background-color:black;
    color: #FFF !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2em
}

.formulario .btn:hover {
    -webkit-box-shadow: inset 0 0 8px #ffffff;
    -moz-box-shadow: inset 0 0 8px #ffffff;
    box-shadow: inset 0 0 8px #ffffff;
    text-decoration: underline
}

.recibocfe{    
        background-image:url(../Imagenes/modelos/recibocfe.jpg);
    background-size: 370px;
    width:370px;
    height:495px; 
    background-repeat:no-repeat;       
    }

.recibocfesmal{    
        background-image:url(../Imagenes/modelos/recibocfe.jpg);
    background-size: 370px;
    width:370px;
    height:495px; 
    background-repeat:no-repeat;       
    }

.mision{    
        background-image:url(../Imagenes/mision.png);
    background-size: 384px;
    width:384px;
    height:315px;        
    }

.expomodal {
    background-image: url(../Imagenes/proxima-apertura.jpg?V=1);
    background-size: 800px;
    width: 800px;
    height: 800px;
    background-repeat: no-repeat;
}

.expomodal2 {
    background-image: url(../Imagenes/proxima-apertura.jpg?V=1);
    background-size: 800px;
    width: 800px;
    height: 800px;
    background-repeat: no-repeat;
}

.porque-prosea{    
        background-image:url(../Imagenes/porque-prosea.jpg);
    background-size: 1200px;
    width:1200px;
    height:250px; 
    background-repeat:no-repeat;       
    }

.porque-elegirnos{    
        background-image:url(../Imagenes/porque-prosea-2.jpg);
    background-size: 400px;
    width:400px;
    height:300px; 
    background-repeat:no-repeat;       
    float:left;
    clear:none;
    }



.productoNoCard {    
    display:table-cell; 
    padding:10px 10px 10px 10px;                          
    width:100%;
    height:350px;
    min-height:350px;
    max-height:540px;
}
.contact-title {font-size:16px;                
}

.contact-address {font-size:14px;
                  font-weight:normal;
}

.contact-address b{font-size:14px;
}
.contact-address a{
    color: #0080ee;
    border-bottom-color: #0080ee;
}


.hidrogenerador-gh101 {
    background-image: url(../Imagenes/modelos/generadores/hidrogenerador-gh101.jpg);
       background-size: 515px;
       width:515px;
       height:250px;
       background-repeat: no-repeat;
}


.hidrogenerador-s1 {
    background-image: url(../Imagenes/modelos/generadores/hidrogenerador-s1.jpg);
       background-size: 515px;
       width:515px;
       height:250px;
       background-repeat: no-repeat;
}

.turbogenerador-st401 {
    background-image: url(../Imagenes/modelos/generadores/turbogenerador-st401.jpg);
       background-size: 515px;
       width:515px;
       height:250px;
       background-repeat: no-repeat;
}

.turbogenerador-st201 {
    background-image: url(../Imagenes/modelos/generadores/turbogenerador-st201.jpg);
       background-size: 515px;
       width:515px;
       height:250px;
       background-repeat: no-repeat;
}
.turbogenerador-s1 {
    background-image: url(../Imagenes/modelos/generadores/turbogenerador-s1.jpg);
       background-size: 515px;
       width:515px;
       height:250px;
       background-repeat: no-repeat;
}

.turbogenerador-s {
    background-image: url(../Imagenes/modelos/generadores/turbogenerador-s.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.turbogenerador-st20 {
    background-image: url(../Imagenes/modelos/generadores/turbogenerador-st20.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}


.turbogenerador-st40 {
    background-image: url(../Imagenes/modelos/generadores/turbogenerador-st40.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.hidrogenerador-gh10 {
    background-image: url(../Imagenes/modelos/generadores/hidrogenerador-gh10.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.hidrogenerador-gh11 {
    background-image: url(../Imagenes/modelos/generadores/hidrogenerador-gh11.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.hidrogenerador-s {
    background-image: url(../Imagenes/modelos/generadores/hidrogenerador-s.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}


.hidrogenerador-sh11 {
    background-image: url(../Imagenes/modelos/generadores/hidrogenerador-sh11.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}
    


.generador-industrial1
{
    background-image: url(../Imagenes/modelos/generadores/generador-industrial1.png);
       background-size: 515px;
       width:515px;
       height:250px;
       background-repeat: no-repeat;
}

.generador-aircraft1 {
    background-image: url(../Imagenes/modelos/generadores/generador-gaircraft1.png);
       background-size: 515px;
       width:515px;
       height:250px;
       background-repeat: no-repeat;
}

.generador-rail1 {
    background-image: url(../Imagenes/modelos/generadores/generador-grail1.png);
       background-size: 1140px;
       width:1140px;
       height:475px;
       background-repeat: no-repeat;
}

.generador-truck1 {
    background-image: url(../Imagenes/modelos/generadores/generador-gtruck1.jpg);
       background-size: 515px;
       width:515px;
       height:250px;
       background-repeat: no-repeat;
}

.generador-naval1 {
    background-image: url(../Imagenes/modelos/generadores/generador-naval1.png);
       background-size: 515px;
       width:515px;
       height:250px;
       background-repeat: no-repeat;
}

.generador-cerrado1 {
    background-image: url(../Imagenes/modelos/generadores/generador-cerrado1.png);
       background-size: 515px;
       width:515px;
       height:250px;
       background-repeat: no-repeat;
}

.generador-industrial {
    background-image: url(../Imagenes/modelos/generadores/generador-industrial.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.generador-aircraft {
    background-image: url(../Imagenes/modelos/generadores/generador-gaircraft.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.generador-rail {
    background-image: url(../Imagenes/modelos/generadores/generador-grail.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.generador-truck {
    background-image: url(../Imagenes/modelos/generadores/generador-gtruck.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.generador-naval {
    background-image: url(../Imagenes/modelos/generadores/generador-naval.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.generador-cerrado {
    background-image: url(../Imagenes/modelos/generadores/generador-cerrado.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.sensor-optico {
    background-image: url(../Imagenes/modelos/controlyproteccion/sensor-optico.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.sensor-inductivo {
    background-image: url(../Imagenes/modelos/controlyproteccion/sensor-inductivo.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.sensor-magnetico {
    background-image: url(../Imagenes/modelos/controlyproteccion/sensor-magnetico.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.sensor-capacitivo {
    background-image: url(../Imagenes/modelos/controlyproteccion/sensor-capacitivo.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.sensor-electrostatico {
    background-image: url(../Imagenes/modelos/controlyproteccion/sensor-electrostatico.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.mandoyseñalizacion {
    background-image: url(../Imagenes/modelos/controlyproteccion/mandoyseñalizacion.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.rele-rnw {
    background-image: url(../Imagenes/modelos/controlyproteccion/rele-rnw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.rele-rpw {
    background-image: url(../Imagenes/modelos/controlyproteccion/rele-rpw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.rele-rtw {
    background-image: url(../Imagenes/modelos/controlyproteccion/rele-rtw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.mando1 {
    background-image: url(../Imagenes/modelos/controlyproteccion/mando1.jpg);
       background-size: 555px;
       width:555px;
       height:278px;
       background-repeat: no-repeat;
}

.mando2 {
    background-image: url(../Imagenes/modelos/controlyproteccion/mando2.jpg);
       background-size: 555px;
       width:555px;
       height:278px;
       background-repeat: no-repeat;
}

.mando3 {
    background-image: url(../Imagenes/modelos/controlyproteccion/mando3.jpg);
       background-size: 555px;
       width:555px;
       height:278px;
       background-repeat: no-repeat;
}

.mando4 {
    background-image: url(../Imagenes/modelos/controlyproteccion/mando4.jpg);
       background-size: 555px;
       width:555px;
       height:278px;
       background-repeat: no-repeat;
}

.mando5 {
    background-image: url(../Imagenes/modelos/controlyproteccion/mando5.jpg);
       background-size: 555px;
       width:555px;
       height:54px;
       background-repeat: no-repeat;
}

.fusible-ultrarrapido {
    background-image: url(../Imagenes/modelos/controlyproteccion/fusible-ultrarrapido.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.fusible-flushend {
    background-image: url(../Imagenes/modelos/controlyproteccion/fusible-flushend.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.fusible-tipod {
    background-image: url(../Imagenes/modelos/controlyproteccion/fusible-tipod.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}    


.interruptor-fsw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-fsw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.interruptor-msw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-msw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.interruptor-rfw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-rfw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.interruptor-riw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-riw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}


.interruptor-dr {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-dr.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.interruptor-qdw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-qdw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}
.interruptor-spw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-spw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.interruptor-mdw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-mdw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.interruptor-siw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-siw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}



.interruptor-dw-iec {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-dw-iec.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.interruptor-dw-ul {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-dw-ul.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.interruptor-acw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-acw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.interruptor-acw-ul {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-acw-ul.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.interruptor-abierto {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-abierto.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}


.guardamotor-mpw1 {
       background-image: url(../Imagenes/modelos/controlyproteccion/guardamotor-mpw1.jpg);
       background-size: 165px;
       width:165px;
       height:165px;
       background-repeat: no-repeat;
}

.guardamotor-mpw2 {
       background-image: url(../Imagenes/modelos/controlyproteccion/guardamotor-mpw2.jpg);
       background-size: 165px;
       width:165px;
       height:165px;
       background-repeat: no-repeat;
}

.guardamotor-mpw3 {
       background-image: url(../Imagenes/modelos/controlyproteccion/guardamotor-mpw3.jpg);
       background-size: 165px;
       width:165px;
       height:165px;
       background-repeat: no-repeat;
}




.arrancador-dlw {
       background-image: url(../Imagenes/modelos/controlyproteccion/arrancador-dlw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}


.arrancador-esw{
       background-image: url(../Imagenes/modelos/controlyproteccion/arrancador-esw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}


.arrancador-pesw{
       background-image: url(../Imagenes/modelos/controlyproteccion/arrancador-pesw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}


.guardamotor-azmpw{
       background-image: url(../Imagenes/modelos/controlyproteccion/guardamotor-azmpw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.guardamotor-mpw{
       background-image: url(../Imagenes/modelos/controlyproteccion/guardamotor-mpw.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.ccwmc {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_Contatores_ManobradeCapacitores_1200Wx1200H.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.cwms {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_SegurancaMaquinas_ContatorAplicacoesSeguranca_1200Wx1200H.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.cwm {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_Contactors_CWM_Line_1200Wx1200H.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.cwmnema {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_Contactors_CWMN_Nema_1200Wx1200H.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.rele-termico {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_RelesdeSobrecarga_Termico_RW_Outros_1200Wx1200H.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.rele-electronico {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_OverloadRelays_RWB_RWM_Electronic_Overload_Relays_1200Wx1200H.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.rele-inteligente {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_ReleInteligente_1200Wx1200H.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.transformador-seco {
       background-image: url(../Imagenes/modelos/transformadores/transformador-seco.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.transformador-distribuicion-pequeño {
       background-image: url(../Imagenes/modelos/transformadores/transformador-distribuicion-pequeño.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.transformador-distribuicion-mediano {
       background-image: url(../Imagenes/modelos/transformadores/transformador-distribuicion-mediano.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.transformador-potencia-pequeño {
       background-image: url(../Imagenes/modelos/transformadores/transformador-potencia-pequeño.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.transformador-potencia-mediano {
       background-image: url(../Imagenes/modelos/transformadores/.transformador-potencia-medianojpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.transformador-reactor {
       background-image: url(../Imagenes/modelos/transformadores/transformador-reactor.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.transformador-sumergible {
       background-image: url(../Imagenes/modelos/transformadores/transformador-sumergible.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.transformador-especial {
       background-image: url(../Imagenes/modelos/transformadores/transformador-especial.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.big-reductor-weg-helimax-torre-enfriamento {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-helimax-torre-enfriamento.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.big-reductor-weg-helimax-monobloque {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-helimax-monobloque.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}
.big-reductor-weg-helimax-extrusora {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-helimax-extrusora.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}
.big-reductor-weg-helimax-1 {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-helimax-1.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}
.big-reductor-weg-helicon-extrusora {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-helicon-extrusora.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}
.big-reductor-weg-coaxial-torre-enfriamento {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-coaxial-torre-enfriamento.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}
.big-reductor-weg-alumag {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-alumag.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}


.reductor-weg-magmam {
       background-image: url(../Imagenes/modelos/reductores/magmaM.png);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.reductor-weg-conimax-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-conimax-big.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.reductor-weg-magmax-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-magmax-big.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.reductor-weg-vertimax-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-vertimax-big.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.reductor-weg-coaxial-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-coaxial-big.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.reductor-weg-acoplamiento-elasticos-c-y-d-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-acoplamiento-elasticos-c-y-d-big.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.big-reductor-weg-helimax-vertical {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-helimax-vertical.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}


.big-reductor-weg-vertimax-extrusora {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-vertimax-extrusora.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.reductor-weg-acoplamiento-elastico-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-acoplamiento-elastico-big.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}
    .reductor-weg-acoplamiento-cadenas-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-acoplamiento-cadenas-big.jpg);
       background-size: 515px;
       width:515px;
       height:515px;
       background-repeat: no-repeat;
}

.reductor-weg-acoplamiento-rigido-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-acoplamiento-rigido-big.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
    background-repeat:no-repeat;    
}


.factor-de-potencia {
       background-image: url(../Imagenes/modelos/banco-capacitores-WDC_CorrecaoFatorPotencia_Controladores_1200Wx1200H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
    background-repeat:no-repeat;    
}

.cwmc {
       background-image: url(../Imagenes/modelos/banco-capacitores-WDC_Contatores_ManobradeCapacitores_1200Wx1200H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
    background-repeat:no-repeat;    
}

.filtro-rechazo {
    background-image: url(../Imagenes/modelos/banco-capacitores-filtro-rechazo.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
    background-repeat:no-repeat;
}

.filtro-armonicas {
    background-image: url(../Imagenes/modelos/banco-capacitores-filtro-armonico.jpg);
    background-size: 515px;
    width:515px;
    height:380px;
    background-repeat:no-repeat;
}

.banco-de-capacitores-fijo-weg {
        background-image: url(../Imagenes/modelos/banco-de-capacitores-fijo-weg.jpg);
        background-size: 515px;
    width:515px;
    height:515px;
    }

    .banco-de-capacitores-automatico-weg {
        background-image: url(../Imagenes/modelos/banco-de-capacitores-automatico-weg.jpg);
        background-size: 515px;
    width:515px;
    height:515px;
    }

.ucwt{    
        background-image:url(../Imagenes/modelos/banco-capacitores-capacitor-monofasico-trifasico.jpg);
    background-size: 515px;
    width:515px;
    height:515px; 
    }


.correccion-factor-potencia{
     background-image:url(../Imagenes/modelos/correccion-del-factor-de-potencia.gif);
    background-size: 393px;
    width:393px;
    height:331px;        
    }

.capacitor-weg{
     background-image:url(../Imagenes/modelos/capacitores-normal-expandido.gif);
    background-size: 393px;
    width:393px;
    height:131px;        
    }


.cfw100{    
        background-image:url(../Imagenes/modelos/varidador-weg-WDC_InversorFrequencia_CFW100_1200Wx1200H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;        
    }

.ssw05{    
        background-image:url(../Imagenes/modelos/arrancador-WDC_Soft-Starters_Compactas_1200Wx1200H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;        
    }
.ssw06{    
        background-image:url(../Imagenes/modelos/arrancador-WDC_Soft-Starters_SSW06_1200Wx1200H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;        
    }

.ssw08 {
        background-image: url(../Imagenes/modelos/SSW-08-G.jpg);
        background-size: 515px;
    width:515px;
    height:515px;
    background-repeat:no-repeat;
    }

    .ssw07 {
        background-image: url(../Imagenes/modelos/SSW-07_G.jpg);
        background-size: 515px;
    width:515px;
    height:515px;
    background-repeat:no-repeat;
    }
.asw06{    
        background-image:url(../Imagenes/modelos/arrancador-WDC_Soft-Starters_ASW06_1200Wx1200H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;        
    }
.ssw700{    
        background-image:url(../Imagenes/modelos/arrancador-WDC_Soft-Starters_SSW7000_1200Wx1200H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;        
    }
.atr{    
        background-image:url(../Imagenes/modelos/arrancador-ATRW-G.jpg);
    background-size: 515px;
    width:515px;
    height:515px;        
    }

.motorjm{    
        background-image:url(../Imagenes/modelos/motor-bomba-weg-w22-jm.jpg);
    background-size: 515px;
    width:515px;
    height:515px;        
    }

.motorw21{
    background-image:url(../Imagenes/modelos/motor-a-prueba-explosion-weg-US_MT_NEMA_CLASS_I_II_515Wx515H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;        
    }

.motorhgf{
    background-image:url(../Imagenes/modelos/motor-a-prueba-explosion-weg-EUACanada_HGF_Nao_Acendivel_TODAS_TODAS_TODAS_515Wx515H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;        
    }



.motorlineaw60{
    background-image:url(../Imagenes/modelos/motor-weg-MKT_WEN_IMAGE_W60_IC01_B3L-01_515Wx515H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;        
    }

.lineaw60-1{
    background-image:url(../Imagenes/modelos/lineaw60-1.png);
    background-size: 180px;
    width:180px;
    height:180px;        
    }

.lineaw60-2{
    background-image:url(../Imagenes/modelos/lineaw60-2.png);
    background-size: 180px;
    width:180px;
    height:180px;        
    }

.lineaw60-3{
    background-image:url(../Imagenes/modelos/lineaw60-3.png);
    background-size: 600px;
    width:600px;
    height:300px;        
    }

.lineaw60-4{
    background-image:url(../Imagenes/modelos/lineaw60-4.png);
    background-size: 600px;
    width:600px;
    height:300px;              
    }

.lineaw60-5{
    background-image:url(../Imagenes/modelos/lineaw60-5.png);
    background-size: 600px;
    width:600px;
    height:300px;              
    }


.lineamaster-1{
    background-image:url(../Imagenes/modelos/lineamaster-1.png);
    background-size: 400px;
    width:350px;
    height:300px;        
    }
.lineamaster-2{
    background-image:url(../Imagenes/modelos/lineamaster-2.png);
    background-size: 400px;
    width:350px;
    height:300px;        
    }
.lineamaster-3{
    background-image:url(../Imagenes/modelos/lineamaster-3.png);
    background-size: 400px;
    width:350px;
    height:300px;        
    }

.lineamaster-4{
    background-image:url(../Imagenes/modelos/lineamaster-4.png);
    background-size: 400px;
    width:600px;
    height:300px;        
    }

.lineamaster-5{
    background-image:url(../Imagenes/modelos/lineamaster-5.png);
    background-size: 400px;
    width:600px;
    height:300px;        
    }

.motorlineamaster{
    background-image:url(../Imagenes/modelos/motor-weg-US_MT_3PHASE_HV_MASTER_515Wx515H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;        
    }

.motor48-56{
    background-image:url(../Imagenes/modelos/motor-monofasico-weg.jpg);
    background-size: 515px;
    width:515px;
    height:515px;        
    }

.motorgp100 {
        background-image:url(../Imagenes/modelos/MOTORSIEMENS2013-1-17-10-4-53.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
        
    }

.motorw22{
    background-image:url(../Imagenes/modelos/motor-weg-W22_High_Efficienc_Premium_1200Wx1200H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
}

.v1000{
    background-image:url(../Imagenes/modelos/variador-de-velocidad-yaskawa-v1000-580x725.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
}

.a1000{
    background-image:url(../Imagenes/modelos/variador-de-velocidad-yaskawa-CIMR-A1000-580x725.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
}

.pfw01 {
    background-image: url(../Imagenes/modelos/banco-capacitores-WDC_CorrecaoFatorPotencia_Controladores_1200Wx1200H.jpg);
    background-size: 515px;
    width: 515px;
    height: 515px;
}
    

 .siw{
    background-image:url(../Imagenes/modelos/variador-de-velocidad-weg-WDC_InversorSolar_515Wx515H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
}

.afw11 {
    background-image:url(../Imagenes/modelos/variador-de-velocidad-weg-WDC_InversorFrequencia_AFW11_515Wx515H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
}
.afw11m {
    background-image:url(../Imagenes/modelos/variador-de-velocidad-weg-WDC_InversorFrequencia_AFW11M_515Wx515H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
}
.apw11 {
    background-image:url(../Imagenes/modelos/variador-de-velocidad-weg-WDC_InversorFrequencia_APW11_515Wx515H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
}
.cfw701 {
    background-image:url(../Imagenes/modelos/variador-de-velocidad-weg-CFW701-M-page.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
}

.cfw700 {
    background-image:url(../Imagenes/modelos/WDC_InversorFrequencia_CFW700_1200Wx1200H.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
}

.cfw300 {
        background-image:url(../Imagenes/modelos/CFW300_G.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
    }

    .cfw500 {
        background-image:url(../Imagenes/modelos/CFW500-FRENTE-G.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
    }

    .cfw500-1 {
        background-image:url(../Imagenes/modelos/cfw500_1.png);
    background-size: 614px;
    width:614px;
    height:359px;
    }

    .cfw500-2 {
        background-image:url(../Imagenes/modelos/cfw500_2.jpg);
    background-size: 640px;
    width:640px;
    height:644px;
    }

    .cfw500-3 {
        background-image:url(../Imagenes/modelos/cfw500_3.jpg);
    background-size: 640px;
    width:640px;
    height:322px;
    }

    .cfw11 {
        background-image:url(../Imagenes/modelos/CFW11-G.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
    }

    .cfw11-1 {
        background-image:url(../Imagenes/modelos/CFW11-1.jpg);
    background-size: 640px;
    width:640px;
    height:300px;
    background-repeat:no-repeat;
    }

    .cfw11-2 {
        background-image:url(../Imagenes/modelos/CFW11-2.jpg);
    background-size: 640px;
    width:640px;
    height:574px;
    background-repeat:no-repeat;
    }

    .cfw11-3 {
        background-image:url(../Imagenes/modelos/CFW11-3.jpg);
    background-size: 640px;
    width:640px;
    height:472px;
    background-repeat:no-repeat;
    }

    .cfw11-4 {
        background-image:url(../Imagenes/modelos/CFW11-4.jpg);
    background-size: 640px;
    width:640px;
    height:132px;
    background-repeat:no-repeat;
    }

    .cfw11-5 {
        background-image:url(../Imagenes/modelos/CFW11-5.jpg);
    background-size: 500px;
    width:500px;
    height:268px;
    background-repeat:no-repeat;
    }



.cfw501 {
    background-image:url(../Imagenes/modelos/variador-de-velocidad-weg-CFW501-FRENTE-M-desktop.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
}

.mww01 {
    background-image:url(../Imagenes/modelos/variador-de-velocidad-weg-mvw_01M.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
}


.cfw08 {
    background-image:url(../Imagenes/modelos/variador-de-velocidad-weg-CFW-08_M-desktop.jpg);
    background-size: 515px;
    width:515px;
    height:515px;
}

.cfw10 {
    background-image:url(../Imagenes/modelos/variador-de-velocidad-weg-CFW10-M-desktop.jpg);
     background-size: 515px;
    width:515px;
    height:515px;
}

 .certificacion-variador {
    background-image:url(../Imagenes/modelos/certificaciones-variadores-weg.jpg);
    background-size: 100%;
    width:380px;
    height:60px;
}

 .CFW700-1-slot {
    background-image:url(../Imagenes/modelos/CFW700-1-slot.jpg) ;
    background-size:100%;
    background-repeat:no-repeat;
    width:515px;  
    height:250px;
}


.producto-btn {
    color: #fff;
    background-color: #03A9F4;
    border-color: #0090c5;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family:'Century Gothic';
}

    .producto-btn.green {
        background-color:#7eb61c;
    }





@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) {

    .recibocfe{    
        background-image:url(../Imagenes/modelos/recibocfe.jpg);
    background-size: 270px;
    width:270px;
    height:395px; 
    background-repeat:no-repeat;       
    }

.ImagenModeloHome {
    width:100%;    
    float: none; 
    clear:both;
}

.ImagenDescripcionHome
{
    width:100%;  
     padding-bottom:10px;
    float: none; 
    clear:both;
}

.mision{    
        background-image:url(../Imagenes/mision.png);
    background-size: 284px;
    width:284px;
    height:215px;        
    }

    .expomodal {
        background-image: url(../Imagenes/proxima-apertura.jpg?V=1);
        background-size: 280px;
        width: 100%;
        height: 280px;
        background-repeat: no-repeat;
        background-position-x: center;
        align-content: center;
        justify-content: center;
    }

    .expomodal2 {
        background-image: url(../Imagenes/proxima-apertura.jpg?V=1);
        background-size: 280px;
        width: 100%;
        height: 280px;
        background-repeat: no-repeat;
        background-position-x: center;
        align-content: center;
        justify-content: center;
    }

.porque-prosea{    
        background-image:url(../Imagenes/porque-prosea.jpg);
    background-size: 280px;
    width:280px;
    height:120px; 
    background-repeat:no-repeat;       
    }

.porque-elegirnos{    
        background-image:url(../Imagenes/porque-prosea-2.jpg);
    background-size: 280px;
    width:280px;
    height:150px; 
    background-repeat:no-repeat;       
    float:left;
    clear:none;
    }


.direccion { 
    vertical-align:top;   
    width:100%;
    clear:none;
    display:table;
    margin-bottom:50px;
    padding: 10px 10px 10px 10px;    
    float:left;

}
.formulario {  
    margin-top:100px;  
    width:100%;
    background-color:#468BB4;
    display:table;
    padding: 10px 10px 10px 10px;
    color:#FFF;
}

.formulario .row {
    
    width:100%;    
    display:table-row;
}

.formulario .cell {
    width:100%;    
    display:block;
}

.formulario .cellmid {
    width:100%;    
    display:block;
    clear:none;
    float:left;
    text-align:right;
}

.formulario .cell textarea{     
    width:100% !important;
    }

.formulario .cellmid input[type="button"],
    button {     
    margin-top:10px;   
        margin-right: 0px !important;
        width: auto;
    }

    .formulario .btn a {
        text-decoration:none !important;
    }

    .formulario .btn input {
        width:100%;
    }

.formulario .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; 
    display: inline-block;
    padding: 10px 70px;
    background: #468BB4;
    color: #FFF !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2em
}

.formulario .btn:hover {
    -webkit-box-shadow: inset 0 0 8px #ffffff;
    -moz-box-shadow: inset 0 0 8px #ffffff;
    box-shadow: inset 0 0 8px #ffffff;
    text-decoration: underline
}

    
.hidrogenerador-gh101 {
    background-image: url(../Imagenes/modelos/generadores/hidrogenerador-gh101.jpg);
       background-size: 280px;
       width:280px;
       background-repeat: no-repeat;
}


.hidrogenerador-s1 {
    background-image: url(../Imagenes/modelos/generadores/hidrogenerador-s1.jpg);
       background-size: 280px;
       width:280px;
       background-repeat: no-repeat;
}

.turbogenerador-st401 {
    background-image: url(../Imagenes/modelos/generadores/turbogenerador-st401.jpg);
       background-size: 280px;
       width:280px;
       background-repeat: no-repeat;
}

.turbogenerador-st201 {
    background-image: url(../Imagenes/modelos/generadores/turbogenerador-st201.jpg);
       background-size: 280px;
       width:280px;
       background-repeat: no-repeat;
}
.turbogenerador-s1 {
    background-image: url(../Imagenes/modelos/generadores/turbogenerador-s1.jpg);
       background-size: 280px;
       width:280px;
       height:125px;
       background-repeat: no-repeat;
}

.turbogenerador-s {
    background-image: url(../Imagenes/modelos/generadores/turbogenerador-s.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.turbogenerador-st20 {
    background-image: url(../Imagenes/modelos/generadores/turbogenerador-st20.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}


.turbogenerador-st40 {
    background-image: url(../Imagenes/modelos/generadores/turbogenerador-st40.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.hidrogenerador-gh10 {
    background-image: url(../Imagenes/modelos/generadores/hidrogenerador-gh10.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.hidrogenerador-gh11 {
    background-image: url(../Imagenes/modelos/generadores/hidrogenerador-gh11.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.hidrogenerador-s {
    background-image: url(../Imagenes/modelos/generadores/hidrogenerador-s.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}


.hidrogenerador-sh11 {
    background-image: url(../Imagenes/modelos/generadores/hidrogenerador-sh11.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}
    
.generador-industrial1
{
    background-image: url(../Imagenes/modelos/generadores/generador-industrial1.png);
       background-size: 280px;
       width:280px;
       height:125px;
       background-repeat: no-repeat;
}

.generador-aircraft1 {
    background-image: url(../Imagenes/modelos/generadores/generador-gaircraft1.png);
       background-size: 280px;
       width:280px;
       height:125px;
       background-repeat: no-repeat;
}

.generador-rail1 {
    background-image: url(../Imagenes/modelos/generadores/generador-grail1.png);
       background-size: 280px;
       width:280px;
       height:125px;
       background-repeat: no-repeat;
}

.generador-truck1 {
    background-image: url(../Imagenes/modelos/generadores/generador-gtruck1.jpg);
       background-size: 280px;
       width:280px;
       height:125px;
       background-repeat: no-repeat;
}

.generador-naval1 {
    background-image: url(../Imagenes/modelos/generadores/generador-naval1.png);
       background-size: 280px;
       width:280px;
       height:125px;
       background-repeat: no-repeat;
}

.generador-cerrado1 {
    background-image: url(../Imagenes/modelos/generadores/generador-cerrado1.png);
       background-size: 280px;
       width:280px;
       height:125px;
       background-repeat: no-repeat;
}

.generador-industrial {
    background-image: url(../Imagenes/modelos/generadores/generador-industrial.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.generador-aircraft {
    background-image: url(../Imagenes/modelos/generadores/generador-gaircraft.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.generador-rail {
    background-image: url(../Imagenes/modelos/generadores/generador-grail.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.generador-truck {
    background-image: url(../Imagenes/modelos/generadores/generador-gtruck.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.generador-naval {
    background-image: url(../Imagenes/modelos/generadores/generador-naval.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.generador-cerrado {
    background-image: url(../Imagenes/modelos/generadores/generador-cerrado.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.sensor-optico {
    background-image: url(../Imagenes/modelos/controlyproteccion/sensor-optico.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.sensor-inductivo {
    background-image: url(../Imagenes/modelos/controlyproteccion/sensor-inductivo.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.sensor-magnetico {
    background-image: url(../Imagenes/modelos/controlyproteccion/sensor-magnetico.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.sensor-capacitivo {
    background-image: url(../Imagenes/modelos/controlyproteccion/sensor-capacitivo.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.sensor-electrostatico {
    background-image: url(../Imagenes/modelos/controlyproteccion/sensor-electrostatico.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.rele-rnw {
    background-image: url(../Imagenes/modelos/controlyproteccion/rele-rnw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.rele-rpw {
    background-image: url(../Imagenes/modelos/controlyproteccion/rele-rpw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.rele-rtw {
    background-image: url(../Imagenes/modelos/controlyproteccion/rele-rtw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}
    
.mandoyseñalizacion {
    background-image: url(../Imagenes/modelos/controlyproteccion/mandoyseñalizacion.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.mando1 {
    background-image: url(../Imagenes/modelos/controlyproteccion/mando1.jpg);
        background-size: 250px;
       width: 250px;
       height: 140px;
       background-repeat: no-repeat;
}

.mando2 {
    background-image: url(../Imagenes/modelos/controlyproteccion/mando2.jpg);
       background-size: 250px;
       width: 250px;
       height: 140px;
       background-repeat: no-repeat;
}

.mando3 {
    background-image: url(../Imagenes/modelos/controlyproteccion/mando3.jpg);
      background-size: 250px;
       width: 250px;
       height: 140px;
       background-repeat: no-repeat;
}

.mando4 {
    background-image: url(../Imagenes/modelos/controlyproteccion/mando4.jpg);
       background-size: 250px;
       width: 250px;
       height: 140px;
       background-repeat: no-repeat;
}

.mando5 {
    background-image: url(../Imagenes/modelos/controlyproteccion/mando5.jpg);
       background-size: 250px;
       width: 250px;
       height: 27px;
       background-repeat: no-repeat;
}


.fusible-ultrarrapido {
    background-image: url(../Imagenes/modelos/controlyproteccion/fusible-ultrarrapido.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.fusible-flushend {
    background-image: url(../Imagenes/modelos/controlyproteccion/fusible-flushend.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.fusible-tipod {
    background-image: url(../Imagenes/modelos/controlyproteccion/fusible-tipod.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}    
    
.interruptor-fsw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-fsw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.interruptor-msw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-msw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.interruptor-rfw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-rfw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.interruptor-riw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-riw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.interruptor-dr {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-dr.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.interruptor-qdw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-qdw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}
.interruptor-spw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-spw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.interruptor-mdw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-mdw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.interruptor-siw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-siw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}


.interruptor-dw-iec {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-dw-iec.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.interruptor-dw-ul {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-dw-ul.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.interruptor-acw {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-acw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.interruptor-acw-ul {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-acw-ul.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.interruptor-abierto {
    background-image: url(../Imagenes/modelos/controlyproteccion/interruptor-abierto.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}


.guardamotor-mpw1 {
       background-image: url(../Imagenes/modelos/controlyproteccion/guardamotor-mpw1.jpg);
       background-size: 220px;
       width:220px;
       height:220px;
       background-repeat: no-repeat;
}

.guardamotor-mpw2 {
       background-image: url(../Imagenes/modelos/controlyproteccion/guardamotor-mpw2.jpg);
       background-size: 220px;
       width:220px;
       height:220px;
       background-repeat: no-repeat;
}

.guardamotor-mpw3 {
       background-image: url(../Imagenes/modelos/controlyproteccion/guardamotor-mpw3.jpg);
       background-size: 220px;
       width:220px;
       height:220px;
       background-repeat: no-repeat;
}

.arrancador-dlw {
       background-image: url(../Imagenes/modelos/controlyproteccion/arrancador-dlw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}


.arrancador-esw{
       background-image: url(../Imagenes/modelos/controlyproteccion/arrancador-esw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}


.arrancador-pesw{
       background-image: url(../Imagenes/modelos/controlyproteccion/arrancador-pesw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}


.guardamotor-azmpw{
       background-image: url(../Imagenes/modelos/controlyproteccion/guardamotor-azmpw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.guardamotor-mpw{
       background-image: url(../Imagenes/modelos/controlyproteccion/guardamotor-mpw.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.ccwmc {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_Contatores_ManobradeCapacitores_1200Wx1200H.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.cwms {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_SegurancaMaquinas_ContatorAplicacoesSeguranca_1200Wx1200H.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.cwm {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_Contactors_CWM_Line_1200Wx1200H.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.cwmnema {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_Contactors_CWMN_Nema_1200Wx1200H.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.rele-termico {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_RelesdeSobrecarga_Termico_RW_Outros_1200Wx1200H.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.rele-electronico {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_OverloadRelays_RWB_RWM_Electronic_Overload_Relays_1200Wx1200H.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.rele-inteligente {
       background-image: url(../Imagenes/modelos/controlyproteccion/WDC_ReleInteligente_1200Wx1200H.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}
    
.metalmex .menu {
    
        /*background-image:url('../Images/background.png');*/    
        background: #ffffff; /* Old browsers */
        /*background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 30%, #ffffff 69%, #f1f1f1 100%);*/ /* FF3.6-15 */
        /*background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 30%,#ffffff 69%,#f1f1f1 100%);*/ /* Chrome10-25,Safari5.1-6 */
        /*background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 30%,#ffffff 69%,#f1f1f1 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=0 );*/ /* IE6-9 */
        background-size: 100% 100%;
        padding: 5px 10px 10px 10px;
        height: 49px;
        
    }
.transformador-seco {
       background-image: url(../Imagenes/modelos/transformadores/transformador-seco.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.transformador-distribuicion-pequeño {
       background-image: url(../Imagenes/modelos/transformadores/transformador-distribuicion-pequeño.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.transformador-distribuicion-mediano {
       background-image: url(../Imagenes/modelos/transformadores/transformador-distribuicion-mediano.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.transformador-potencia-pequeño {
       background-image: url(../Imagenes/modelos/transformadores/transformador-potencia-pequeño.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.transformador-potencia-mediano {
       background-image: url(../Imagenes/modelos/transformadores/.transformador-potencia-medianojpg);
       background-size: 280px;
       width:280px;
       height:280px;
       background-repeat: no-repeat;
}

.transformador-reactor {
       background-image: url(../Imagenes/modelos/transformadores/transformador-reactor.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.transformador-sumergible {
       background-image: url(../Imagenes/modelos/transformadores/transformador-sumergible.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.transformador-especial {
       background-image: url(../Imagenes/modelos/transformadores/transformador-especial.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

    
.big-reductor-weg-helimax-torre-enfriamento {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-helimax-torre-enfriamento.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.big-reductor-weg-helimax-monobloque {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-helimax-monobloque.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}
.big-reductor-weg-helimax-extrusora {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-helimax-extrusora.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}
.big-reductor-weg-helimax-1 {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-helimax-1.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}
.big-reductor-weg-helicon-extrusora {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-helicon-extrusora.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}
.big-reductor-weg-coaxial-torre-enfriamento {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-coaxial-torre-enfriamento.jpg);
       background-size: 280px;
       width:280px;
       height:280px;
       background-repeat: no-repeat;
}
.big-reductor-weg-alumag {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-alumag.jpg);
       background-size: 300px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.reductor-weg-conimax-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-conimax-big.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.reductor-weg-magmam {
       background-image: url(../Imagenes/modelos/reductores/magmaM.png);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.reductor-weg-magmax-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-magmax-big.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.reductor-weg-vertimax-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-vertimax-big.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.reductor-weg-coaxial-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-coaxial-big.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.reductor-weg-acoplamiento-elasticos-c-y-d-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-acoplamiento-elasticos-c-y-d-big.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

.big-reductor-weg-helimax-vertical {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-helimax-vertical.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}


.big-reductor-weg-vertimax-extrusora {
       background-image: url(../Imagenes/modelos/reductores/big-reductor-weg-vertimax-extrusora.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

    .reductor-weg-acoplamiento-elastico-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-acoplamiento-elastico-big.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}
    .reductor-weg-acoplamiento-cadenas-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-acoplamiento-cadenas-big.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

    .reductor-weg-acoplamiento-rigido-big {
       background-image: url(../Imagenes/modelos/reductores/reductor-weg-acoplamiento-rigido-big.jpg);
       background-size: 280px;
       width: 280px;
       height: 280px;
       background-repeat: no-repeat;
}

    
    

    .factor-de-potencia {
        background-image: url(../Imagenes/modelos/banco-capacitores-WDC_CorrecaoFatorPotencia_Controladores_1200Wx1200H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
        background-repeat: no-repeat;
    }

    .cwmc {
        background-image: url(../Imagenes/modelos/banco-capacitores-WDC_Contatores_ManobradeCapacitores_1200Wx1200H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
        background-repeat: no-repeat;
    }

    .filtro-rechazo {
        background-image: url(../Imagenes/modelos/banco-capacitores-filtro-rechazo.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
        background-repeat: no-repeat;
    }

    .filtro-armonicas {
        background-image: url(../Imagenes/modelos/banco-capacitores-filtro-armonico.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
        background-repeat: no-repeat;
    }

    .banco-de-capacitores-fijo-weg {
        background-image: url(../Imagenes/modelos/banco-de-capacitores-fijo-weg.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .banco-de-capacitores-automatico-weg {
        background-image: url(../Imagenes/modelos/banco-de-capacitores-automatico-weg.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .correccion-factor-potencia {
        background-image: url(../Imagenes/modelos/correccion-del-factor-de-potencia.gif);
        background-size: 263px;
        width: 263px;
        height: 231px;
    }

    .capacitor-weg {
        background-image: url(../Imagenes/modelos/capacitores-normal-expandido.gif);
        background-size: 263px;
        width: 263px;
        height: 131px;
    }


    .ucwt {
        background-image: url(../Imagenes/modelos/banco-capacitores-capacitor-monofasico-trifasico.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .cfw100 {
        background-image: url(../Imagenes/modelos/varidador-weg-WDC_InversorFrequencia_CFW100_1200Wx1200H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .ssw05 {
        background-image: url(../Imagenes/modelos/arrancador-WDC_Soft-Starters_Compactas_1200Wx1200H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .ssw08 {
        background-image: url(../Imagenes/modelos/SSW-08-G.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .ssw07 {
        background-image: url(../Imagenes/modelos/SSW-07_G.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .ssw06 {
        background-image: url(../Imagenes/modelos/arrancador-WDC_Soft-Starters_SSW06_1200Wx1200H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .asw06 {
        background-image: url(../Imagenes/modelos/arrancador-WDC_Soft-Starters_ASW06_1200Wx1200H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .ssw700 {
        background-image: url(../Imagenes/modelos/arrancador-WDC_Soft-Starters_SSW7000_1200Wx1200H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .atr {
        background-image: url(../Imagenes/modelos/arrancador-ATRW-G.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .motorjm {
        background-image: url(../Imagenes/modelos/motor-bomba-weg-w22-jm.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .motorw21 {
        background-image: url(../Imagenes/modelos/motor-a-prueba-explosion-weg-US_MT_NEMA_CLASS_I_II_515Wx515H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .motorhgf {
        background-image: url(../Imagenes/modelos/motor-a-prueba-explosion-weg-EUACanada_HGF_Nao_Acendivel_TODAS_TODAS_TODAS_515Wx515H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .motorlineaw60 {
        background-image: url(../Imagenes/modelos/motor-weg-MKT_WEN_IMAGE_W60_IC01_B3L-01_515Wx515H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .lineaw60-3 {
        background-image: url(../Imagenes/modelos/lineaw60-3.png);
        background-size: 280px;
        width: 280px;
        height: 150px;
    }

    .lineaw60-4 {
        background-image: url(../Imagenes/modelos/lineaw60-4.png);
        background-size: 280px;
        width: 280px;
        height: 150px;
    }

    .lineaw60-5 {
        background-image: url(../Imagenes/modelos/lineaw60-5.png);
        background-size: 280px;
        width: 280px;
        height: 150px;
    }

    .lineamaster-1 {
        background-image: url(../Imagenes/modelos/lineamaster-1.png);
        background-size: 250px;
        width: 250px;
        height: 200px;
    }

    .lineamaster-2 {
        background-image: url(../Imagenes/modelos/lineamaster-2.png);
        background-size: 250px;
        width: 250px;
        height: 200px;
    }

    .lineamaster-3 {
        background-image: url(../Imagenes/modelos/lineamaster-3.png);
        background-size: 250px;
        width: 250px;
        height: 200px;
    }

    .lineamaster-4 {
        background-image: url(../Imagenes/modelos/lineamaster-4.png);
        background-size: 280px;
        width: 280px;
        height: 150px;
    }

    .lineamaster-5 {
        background-image: url(../Imagenes/modelos/lineamaster-5.png);
        background-size: 280px;
        width: 280px;
        height: 150px;
    }

    .productoCellThree {
        display: block;
        width: 100%;
        padding: 10px 10px 10px 10px;
        vertical-align: top;
        text-align: center;
    }

    .motorlineamaster {
        background-image: url(../Imagenes/modelos/motor-weg-US_MT_3PHASE_HV_MASTER_515Wx515H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .motor48-56 {
        background-image: url(../Imagenes/modelos/motor-monofasico-weg.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .motorgp100 {
        background-image: url(../Imagenes/modelos/MOTORSIEMENS2013-1-17-10-4-53.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .motorw22 {
        background-image: url(../Imagenes/modelos/motor-weg-W22_High_Efficienc_Premium_1200Wx1200H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .v1000 {
        background-image: url(../Imagenes/modelos/variador-de-velocidad-yaskawa-v1000-580x725.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .a1000 {
        background-image: url(../Imagenes/modelos/variador-de-velocidad-yaskawa-CIMR-A1000-580x725.jpg);
        background-size: 300px;
        width: 280px;
        height: 280px;
    }

    .pfw01 {
        background-image: url(../Imagenes/modelos/banco-capacitores-WDC_CorrecaoFatorPotencia_Controladores_1200Wx1200H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .siw {
        background-image: url(../Imagenes/modelos/variador-de-velocidad-weg-WDC_InversorSolar_515Wx515H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .afw11 {
        background-image: url(../Imagenes/modelos/variador-de-velocidad-weg-WDC_InversorFrequencia_AFW11_515Wx515H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .afw11m {
        background-image: url(../Imagenes/modelos/variador-de-velocidad-weg-WDC_InversorFrequencia_AFW11M_515Wx515H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .apw11 {
        background-image: url(../Imagenes/modelos/variador-de-velocidad-weg-WDC_InversorFrequencia_APW11_515Wx515H.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .cfw701 {
        background-image: url(../Imagenes/modelos/variador-de-velocidad-weg-CFW701-M.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }
    .cfw700 {
    background-image:url(../Imagenes/modelos/WDC_InversorFrequencia_CFW700_1200Wx1200H.jpg);
    background-size: 280px;
        width: 280px;
        height: 280px;
}
    
    .cfw300 {
        background-image:url(../Imagenes/modelos/CFW300_G.jpg);
    background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .cfw500 {
        background-image:url(../Imagenes/modelos/CFW500-FRENTE-G.jpg);
    background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .cfw500-1 {
        background-image:url(../Imagenes/modelos/cfw500_1.png);
    background-size: 280px;
    width:280px;
    height:170px;
    }

    .cfw500-2 {
        background-image:url(../Imagenes/modelos/cfw500_2.jpg);
    background-size: 280px;
    width:280px;
    height:280px;
    }

    .cfw500-3 {
        background-image:url(../Imagenes/modelos/cfw500_3.jpg);
    background-size: 280px;
    width:280px;
    height:150px;
    }

    .cfw11 {
        background-image:url(../Imagenes/modelos/CFW11-G.jpg);
    background-size: 280px;
        width: 280px;
        height: 280px;
    }

      .cfw11-1 {
        background-image:url(../Imagenes/modelos/CFW11-1.jpg);
    background-size: 280px;
    width:280px;
    height:140px;
    background-repeat:no-repeat;
    }

    .cfw11-2 {
        background-image:url(../Imagenes/modelos/CFW11-2.jpg);
    background-size: 280px;
    width:280px;
    height:250px;
    background-repeat:no-repeat;
    }

    .cfw11-3 {
        background-image:url(../Imagenes/modelos/CFW11-3.jpg);
    background-size: 280px;
    width:280px;
    height:250px;
    background-repeat:no-repeat;
    }

    .cfw11-4 {
        background-image:url(../Imagenes/modelos/CFW11-4.jpg);
    background-size: 280px;
    width:280px;
    height:80px;
    background-repeat:no-repeat;
    }

    .cfw11-5 {
        background-image:url(../Imagenes/modelos/CFW11-5.jpg);
    background-size: 280px;
    width:280px;
    height:130px;
    background-repeat:no-repeat;
    }



    .cfw501 {
        background-image: url(../Imagenes/modelos/variador-de-velocidad-weg-CFW501-FRENTE-M.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .mww01 {
        background-image: url(../Imagenes/modelos/variador-de-velocidad-weg-mvw_01M.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }

    .cfw08 {
        background-image: url(../Imagenes/modelos/variador-de-velocidad-weg-CFW-08_M-desktop.jpg);
        background-size: 300px;
        width: 280px;
        height: 280px;
    }

    .cfw10 {
        background-image: url(../Imagenes/modelos/variador-de-velocidad-weg-CFW10-M-desktop.jpg);
        background-size: 280px;
        width: 280px;
        height: 280px;
    }


    .certificacion-variador {
        background-image: url(../Imagenes/modelos/certificaciones-variadores-weg.jpg);
        background-size: 280px;
        width: 250px;
        height: 50px;
    }

    .CFW700-1-slot {
        background-image: url(../Imagenes/modelos/CFW700-1-slot.jpg);
        width: 250px;
        height: 250px;
        background-repeat: no-repeat;
    }

    .productoTable {
        display: table;
        width: 100%;
    }

    .productoRow {
        display: block;
        
    }

    .productoCell {
        display: block;
        width: 100%;
        margin: 10px 0px 10px 0px;
        padding: 10px 0px 10px 0px;
    }


    .ImagenDescripcion {
        width: 60%;
        float: right;
        clear: none;
        padding-bottom: 10px;
    }


    .mobilelink {
        display: inline;
    }

    .firstrow {
        padding: 0px 0px 50px 0px;
    }

    .twocolum {
        width: 100%;
    }

    header .float-left {
        float: left;
        clear: none;
    }

    header .float-right {
        float: right;
        clear: none;
    }

    .metalmex .logo-wegata {
        width: 145px;
        height: 32px;
    }

    .metalmex .logo-prosea {
        width: 145px;
        height: 32px;
    }



    .metalmex .addressfooter {
        width: 100%;
    }

    .metalmex .copyfooter {
        display: none;
    }

    .metalmex .copyfootermobile {
        display: inline;
        padding: 20px 0px 0px 0px;
        margin: 20px 0px 0px 0px;
    }


    #cssmenu {
        background: #39b1cc;
    }

        #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;
            }

            #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: #d3eced;
            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;
                }

            #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 #d3eced;
            border-bottom: 2px solid #d3eced;
            right: 25px;
            top: 18px;
        }

        #cssmenu #menu-button::before {
            display: block;
            content: '';
            position: absolute;
            height: 3px;
            width: 22px;
            border-top: 2px solid #d3eced;
            right: 25px;
            top: 28px;
        }

        #cssmenu > ul > li.has-sub > a::after,
        #cssmenu ul ul li.has-sub > a::after {
            display: none;
        }
}

/*end*/



/*New Styles 2020*/
footer {
    background: linear-gradient(180deg, #164994 30%, #1a3550 );
    font-size: 0.8rem;
}

.font-big{
    font-size:1.2rem;
}

.font-bigger {
    font-size: 1.5rem;
}

.text-title {
    color:#00579c;
}


/* Bootstrap 4*/
main {
    font-size: 0.8rem;
}

.carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 120px;
        /*left: 50%;*/
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        width: 400px;
    }

.form-control {
    font-size: 0.8rem;
    
}

.body {
    font-size: 0.8rem;
    
}

.footer {
    font-size: 0.6rem;
}

.btn {
    font-size: 0.8rem;
   font-family:'Century Gothic';
}



/*
@include media-breakpoint-up(sm) {
    body {
        font-size: 1.2rem;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        
    }
}

@include media-breakpoint-up(md) {
    body {
        font-size: 1.4rem;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 120px;
        left: 50%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        width: 400px;
    }
}

@include media-breakpoint-up(lg) {
    body {
        font-size: 1.6rem;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 120px;
        left: 50%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        width: 400px;
    }
}
*/
.navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-weight: 300;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #34a1c8;
        font-weight: 300;
        border-bottom: #34a1c8;
        border-bottom-width: thick;
        border-bottom-style: solid;
    }

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}


/*testimonials*/
.XZleqe {
    color: #fbbc04;
    top: 0;
    left: 0;
    position: absolute;
    height: 20px;
}

.CoamRb .Pmm3mc {
    width: 20px;
    height: 20px;
}



.b0t70b {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 1080px;
    width: 100%;
}

.WUdCTb {
    border: 1px solid black;
    margin: 0 auto 16px;
    width: 50px;
}

.gsElDc .Igsabe {
    font-family: 'Fugaz One',sans-serif;
    font-weight: 400;
}

.Igsabe {
    font-size: 1em;
    margin: 0 0 48px;
    text-align: center;
    text-transform: uppercase;
}

.EIjale {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .iTushb {
        flex-basis: 32%;
        max-width: 300px;
    }
}

@media (min-width: 640px) {
    .iTushb {
        flex-basis: 48%;
        margin: 0 0 60px;
    }
}

.iTushb {
    flex-basis: 100%;
    flex-direction: column;
    margin: 20px 10px 60px;
}



.zGTRLd {
    display: flex;
    flex-direction: row;
}

.CoamRb {
    position: relative;
    display: inline-block;
}

.CoamRb {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.P0eG7b {
    color: gray;
    box-flex: 2;
    flex-grow: 2;
    margin-left: 12px;
}

.DPvwYc {
    font-family: 'Material Icons Extended';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga' 1;
    -webkit-font-smoothing: antialiased;
}

.aPrNKd {
    text-align: center;
}

.gsElDc .PDllHc {
    border-color: #fa8c5c;
}

.gsElDc .oYxtQd, .gsElDc .PDllHc {
    color: #fa8c5c;
}

.dogP7c {
    margin: 0 15px;
}

.PDllHc {
    border-bottom: 1px solid;
    font-weight: 800;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


.oYxtQd, .PDllHc, .PDvGL {
    cursor: pointer;
}

element.style {
    fill: currentColor;
}


@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-200px * 14));
        transform: translateX(calc(-200px * 14));
    }
}


.section-title-2121 {
    color: #007bff;
    border-bottom: 3px solid #007bff;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.diameter-box-2121 {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}


.container_11 {
    margin-left: auto;
    margin-right: 0;
}

.punto-2121 {
    width: 55px;
    height: 55px;
    background-color: black;
    border-radius: 50%;
}


.slider {
    width: 85vw;
    height: auto;
    margin: auto;
    overflow: hidden;
}

    .slider .slide-track {
        display: flex;
        animation: scroll 10s linear infinite;
        -webkit-animation: scroll 30s linear infinite;
        width: calc(260px * 18);
    }

    .slider .slide {
        width: 260px;
        height: 220px;
    }

        .slider .slide img {
            width: 220px;
            
        }

    .slider:hover .slide-track {
        animation-play-state: paused; 
        -webkit-animation-play-state: paused; 
    }

    .slider .rittal{
        width: 170px;
    }

.CategoriaTitulo_p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}


.dropdown-submenu {
    position: relative;
    
}


    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
        position: absolute;
        z-index: 1000;
        min-width: 200px;
        background-color: #fbfbfb;
    }


@media (hover: hover) and (pointer: fine) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}


@media (hover: none) and (pointer: coarse) {
    .dropdown.show > .dropdown-menu {
        position: static;
        width: 100%; 
    }
}




.dropdown-menu {
    display: none;
}

.dropdown.show > .dropdown-menu {
    display: block;
}


@media (max-width: 991.98px) {
    .dropdown-submenu > .dropdown-menu {
        display: none;
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
        min-width: 100%;
    }

    .dropdown-submenu.show > .dropdown-menu {
        display: block;
    }
}







.mega-box {
    position: absolute;
    top: 0;
    background-color: #fbfbfb;
    width: 700px;
    left: 0;
    border-radius: 20px;
    height: 300px;
    border: 2px solid #00579c;
}

        .mega-box .contentm {
            padding: 20px 20px;
            display: flex;
            width: 100%;
            justify-content: space-between;
        }

    .contentm .rowm {
        width: calc(25% -30px);
        line-height: 20px;
    }

        .contentm .rowm header {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 15px;
            text-align: center;
        }

        .contentm .rowm .mega-links {
            border-left: 1px solid;
            border-color: lightgray;
            height: 200px;
        }


    .contentm .mega-links li {
        padding: 0 7px;
        margin-bottom: 10px;
        list-style: none;
    }

    .rowm .mega-links li a {
        padding: 0 20px;
        font-size: 16px;
        display: block;
        align-content: start;
        text-align: left;
    }


    * {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
    }


    .wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .image {
        width: 300px;
        position: relative;
    }

    img.menuControls {
        display: block;
        margin: auto;
        height: 200px;
    }


    .content {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: #00579c;
        display: flex;
        justify-content: center;
        flex-direction: column;
        opacity: 0;
        transition: 0.6s;
    }



    .contentd {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: #00579c;
        display: flex;
        justify-content: center;
        flex-direction: column;
        opacity: 0;
        transition: 0.6s;
    }



    .contentt {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: rgba(0,0,0,0.6);
        display: flex;
        justify-content: center;
        flex-direction: column;
        opacity: 0;
        transition: 0.6s;
    }



    .content:hover {
        opacity: 0.5;
    }



    .contentd:hover {
        opacity: 0.8;
    }




    .contentt:hover {
        opacity: 0.8;
    }








    .content h1 {
        font-size: 30px;
        margin-bottom: 1px;
        color: white;
        
    }




    .contentd h1 {
        font-size: 30px;
        margin-bottom: 1px;
        color: white;
        
    }


    .contentt h1 {
        font-size: 30px;
        margin-bottom: 1px;
        color: white;
       
    }



    .content > * {
        transform: translateY(25px);
        transition: transform 0.6s;
    }

    .content:hover > * {
        transform: translateY(0px);
        transition: transform 0.6s;
    }







    p {
        font-size: 13px;
    }



    h5 {
        color: #00579c;
    }


    h4 {
        font-weight: bold;
    }





    h2.carouselprincipal {
        font-weight: bold;
    }







    .carrito-container {
        position: relative;
        display: inline-block;
        margin-left: 225px;
    }

    .carrito-badge {
        position: absolute;
        top: -10px;
        right: 0px;
        background: blue;
        color: white;
        border-radius: 50%;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
    }


    .sidebar-carrito {
        position: fixed;
        top: 0;
        right: -400px;
        width: 350px;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 5px rgba(0,0,0,0.3);
        z-index: 1050;
        padding: 20px;
        overflow-y: auto;
        transition: right 0.3s ease-in-out;
    }

        .sidebar-carrito.abierto {
            right: 0;
        }

    .sidebar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .sidebar-footer {
        margin-top: 20px;
    }

    .overlay-carrito {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.4);
        display: none;
        z-index: 1049;
    }

        .overlay-carrito.activo {
            display: block;
        }









    .contentm .mega-links li {
        padding: 0 7px;
        margin-bottom: 10px;
        list-style: none;
    }

    .rowm .mega-links li a {
        padding: 0 20px;
        font-size: 16px;
        display: block;
        align-content: start;
        text-align: left;
    }


    * {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
    }


    .wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .image {
        width: 300px;
        position: relative;
    }

    img.menuControls {
        display: block;
        margin: auto;
        height: 200px;
    }


    .content {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: #00579c;
        display: flex;
        justify-content: center;
        flex-direction: column;
        opacity: 0;
        transition: 0.6s;
    }



    .contentd {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: #00579c;
        display: flex;
        justify-content: center;
        flex-direction: column;
        opacity: 0;
        transition: 0.6s;
    }



    .contentt {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: rgba(0,0,0,0.6);
        display: flex;
        justify-content: center;
        flex-direction: column;
        opacity: 0;
        transition: 0.6s;
    }



    .content:hover {
        opacity: 0.5;
    }



    .contentd:hover {
        opacity: 0.8;
    }

    .producto-btn-finalizar {
        align-content: center;
        align-items: center;
        color: #fff;
        width: 200px;
        background-color: #03A9F4;
        border-color: #0090c5;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 4px;
        user-select: none;
    }



    .contentt:hover {
        opacity: 0.8;
    }








    .content h1 {
        font-size: 30px;
        margin-bottom: 1px;
        color: white;
    }




    .contentd h1 {
        font-size: 30px;
        margin-bottom: 1px;
        color: white;
    }


    .contentt h1 {
        font-size: 30px;
        margin-bottom: 1px;
        color: white;
    }



    .content > * {
        transform: translateY(25px);
        transition: transform 0.6s;
    }

    .content:hover > * {
        transform: translateY(0px);
        transition: transform 0.6s;
    }






    h4 {

        font-weight: bold;
    }





    h2.carouselprincipal {

        font-weight: bold;
    }





    .carrito-container {
        position: relative;
        display: inline-block;
        margin-left: 225px;
    }

    .carrito-badge {
        position: absolute;
        top: -10px;
        right: 0px;
        background: blue;
        color: white;
        border-radius: 50%;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
    }


    .sidebar-carrito {
        position: fixed;
        top: 0;
        right: -400px;
        width: 350px;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 5px rgba(0,0,0,0.3);
        z-index: 1050;
        padding: 20px;
        overflow-y: auto;
        transition: right 0.3s ease-in-out;
    }

        .sidebar-carrito.abierto {
            right: 0;
        }

    .sidebar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .sidebar-footer {
        margin-top: 20px;
    }

    .overlay-carrito {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.4);
        display: none;
        z-index: 1049;
    }

        .overlay-carrito.activo {
            display: block;
        }


    .video-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

        .video-container video {
            border-radius: 20px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
            width: 80%;
            max-width: 640px;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }


            .video-container video:hover {
                transform: scale(1.05);
                transition: transform 0.3s ease;
            }

    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(5px);
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
    }


    .modal-content {
        position: relative;
        background: transparent;
        border-radius: 20px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        width: 80%;
        max-width: 800px;
    }

        .modal-content video {
            width: 100%;
            border-radius: 16px;
            display: block;
        }


    .cerrar {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 28px;
        color: #444;
        cursor: pointer;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        padding: 5px 12px;
        line-height: 1;
        pointer-events: auto;
    }



.video-banner {
    position: relative;
    width: 100%;
    height: 500px; 
    overflow: hidden;
}

        .video-banner video {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            z-index: 0;
            filter: brightness(0.9);
        }



    .producto-btn-finalizar {
        align-content: center;
        align-items: center;
        color: #fff;
        width: 200px;
        background-color: #03A9F4;
        border-color: #0090c5;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 4px;
        user-select: none;
    }




    .sidebar-menu {
        width: 100%;
        background-color: #f1f1f1;
        color: #00579c;
        height: 50vh;
        overflow-y: auto;
        padding-top: 20px;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    }


        .sidebar-menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
            font-family: 'Fugaz One',sans-serif;
            font-size: 14px;
            text-align: left;
        }

        .sidebar-menu > ul > li {
            padding: 12px 20px;
            cursor: pointer;
            border-bottom: 1px solid #34495e;
            position: relative;
        }

        .sidebar-menu li ul {
            display: none;
            background-color: #f1f1f1;
        }


            .sidebar-menu li ul li {
                padding: 10px 30px;
                border-bottom: 1px solid #3c5b75;
            }

        .sidebar-menu li.active > ul {
            display: block;
        }

        .sidebar-menu li:hover {
            background-color: white;
        }

    .menu-toggle {
        background-color: #0a8dc3;
        color: white;
        padding: 15px 20px;
        cursor: pointer;
        font-size: 18px;
        border: none;
        width: 100%;
        text-align: left;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    }



    .sidebar-container {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.8s ease;
    }

        .sidebar-container.active {
            max-height: 1000px;
        }



