html {
    height:100%;
}

body {
    width:100%;
    overflow:auto;
    font-family: "Roboto Condensed";
    font-size:1.2em;
    color:#4e443c;
    max-width:1366px;
    background-image:url(../img/bg/32.jpg);
    margin:0 auto;
    height:100%;
    min-height:100%;
}

img {
    max-width:100%;
    border:0 transparent;
}

a{
    text-decoration: none;
    color: #BAA672;
}

ul{
    list-style-type: none;
}

.clear{
    clear: both;
}

header{
    width: 90%;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

iframe{
    width: 700px;
    height: 394px;
}


#brand{
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    line-height: .9em;
    color: #222;
}

#brand span{
    font-size: .8em;
    font-weight: 300;
    text-transform: capitalize;
}

#brand:last-child{
    font-size: .5em;
}

nav{
    width: 75%;
}

nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}

nav ul li{
    text-align: right;
    margin-bottom: 7px;
}


nav ul li a{
    text-decoration: none;
    color: #333;
}

nav ul li:hover{
    text-decoration: underline;
}

#herramienta, #video{
    width: 90%;
    margin: 25px auto 125px auto;
    padding: 1em;
    background-color: #f1f1f1;
    box-shadow: 1px 2px 3px #888;
}

#herramienta img{
    display: block;
    margin: 0 auto;
}

#herramienta h1, h2{
    text-align: center;
}

#herramienta h1{
    font-size: 3em;
}

#herramienta h2{
    font-size: 2em;
}

#herramienta p{
    font-size: 1.4em;
    margin: 2em auto;
    width: 70%;
}

#foto, #info{
    float: left;
    width: 50%;
    text-align: center;
}

#foto img{
    max-width: 100%;
    box-shadow: 1px 2px 3px #888;
}

#info h1{
    font-weight: 400;
    font-size: 1.5em;
}

#info h2{
    font-weight: 300;
    font-style: italic;
    font-size: 1em;
}

#info ul{
    text-align: left;
    padding: 0;
    margin: 100px auto 0 auto;
}

#incluye{
    display: flex;
    background-color: #fff;
    padding: 25px;
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #999;
}


#precio{
    font-size: 3em;
    font-weight: 700;
    color: #B2B200;
    margin: .5em auto 0 auto;
}

.stock{
    margin: 30px auto;
}

.stock-icon-check{
    background: url(/../../img/icons/icon-check.png) no-repeat 0 0;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    display: inline-block;
}

#preciopormayor{
    position: relative;
    width: 200px;
    text-align: center;
    margin: 1em auto;
    cursor: pointer;
    padding: 5px;
}

#preciopormayor:hover{
    text-decoration: underline;
}

#ventanapxm{
    display: none;
    position: absolute;
    top: 50px;
    left: -25px;
    z-index: 1;
}

#ventanapxm span{
    margin: 10px;
    display: block;
}



.bubble {
    position: relative;
    width: 250px;
    height: 150px;
    padding: 0px;
    text-align: center;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bubble:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 110px;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.buttonS,.buttonM,.buttonL,.buttonH,[class*=tablectrl] {
    font-size:11px;
    color:#fff;
    font-weight:700;
    text-shadow:0 -1px #6f6f6f;
    display:inline-block;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
}

.buttonL {
    padding:8px 18px;
    letter-spacing:1px;
}

.bRed {
    border: 1px solid #a95151;
    box-shadow: 0 1px 2px 0 #cd8787 inset;
    -webkit-box-shadow: 0 1px 2px 0 #cd8787 inset;
    -moz-box-shadow: 0 1px 2px 0 #cd8787 inset;
    background: #c57979;
    background: -moz-linear-gradient(top, #c57979 0%, #a34c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c57979), color-stop(100%,#a34c4c));
    background: -webkit-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: -o-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: -ms-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: linear-gradient(top, #c57979 0%,#a34c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57979', endColorstr='#a34c4c',GradientType=0 );
}

.bRed:hover {
    opacity: 0.95;
    filter: alpha(opacity=95);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.bRed:active {
    background:#b15e5e;
    box-shadow:0 0 2px #707070 inset,0 1px 0 #fff;
    -webkit-box-shadow:0 0 2px #707070 inset,0 1px 0 #fff;
    -moz-box-shadow:0 0 2px #707070 inset,0 1px 0 #fff;
}

.bGreen:hover,.bRed:hover,.bBlue:hover,.bGreyish:hover,.bBlack:hover,.bLightBlue:hover,.bGold:hover,.bSea:hover,.bBrown:hover {
    opacity:.95;
    filter:alpha(opacity=95);
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
}

.buttonS,.buttonM,.buttonL,.buttonH,[class*=tablectrl] {
    font-size:11px;
    color:#fff;
    font-weight:700;
    text-shadow:0 -1px #6f6f6f;
    display:inline-block;
    line-height:14px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
}

.buttonL {
    padding:8px 18px;
    letter-spacing:1px;
}

.bRed {
    border: 1px solid #a95151;
    box-shadow: 0 1px 2px 0 #cd8787 inset;
    -webkit-box-shadow: 0 1px 2px 0 #cd8787 inset;
    -moz-box-shadow: 0 1px 2px 0 #cd8787 inset;
    background: #c57979;
    background: -moz-linear-gradient(top, #c57979 0%, #a34c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c57979), color-stop(100%,#a34c4c));
    background: -webkit-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: -o-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: -ms-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: linear-gradient(top, #c57979 0%,#a34c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57979', endColorstr='#a34c4c',GradientType=0 );
}

.bRed:hover {
    opacity: 0.95;
    filter: alpha(opacity=95);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.bRed:active {
    background:#b15e5e;
    box-shadow:0 0 2px #707070 inset,0 1px 0 #fff;
    -webkit-box-shadow:0 0 2px #707070 inset,0 1px 0 #fff;
    -moz-box-shadow:0 0 2px #707070 inset,0 1px 0 #fff;
}

.bGreen:hover,.bRed:hover,.bBlue:hover,.bGreyish:hover,.bBlack:hover,.bLightBlue:hover,.bGold:hover,.bSea:hover,.bBrown:hover {
    opacity:.95;
    filter:alpha(opacity=95);
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
}

.bBlack {
    border: 1px solid #4e4e4e;
    box-shadow: 0 1px 2px 0 #959595 inset;
    -webkit-box-shadow: 0 1px 2px 0 #959595 inset;
    -moz-box-shadow: 0 1px 2px 0 #959595 inset;
    background: #838383;
    background: -moz-linear-gradient(top, #838383 0%, #444444 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#838383), color-stop(100%,#444444));
    background: -webkit-linear-gradient(top, #838383 0%,#444444 100%);
    background: -o-linear-gradient(top, #838383 0%,#444444 100%);
    background: -ms-linear-gradient(top, #838383 0%,#444444 100%);
    background: linear-gradient(top, #838383 0%,#444444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#444444',GradientType=0 );
}

.bBlack:active {
    background:#5d5d5d;
    box-shadow:0 0 2px #505050 inset, 0 1px 0 #fff;
    -webkit-box-shadow:0 0 2px #505050 inset, 0 1px 0 #fff;
    -moz-box-shadow:0 0 2px #505050 inset, 0 1px 0 #fff;
}

.expand{
    border-radius: 15px;
    height: 25px;
    width: 25px;
    border: 2px solid #666666;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
    font-size: 1.1em;
    color: #666666;
}

dt, dd{
    margin: 25px 0;
}

dd{
    display: none;
}

dd a{
    color: #BAA672;
}

#contacto dd a:first-of-type{
    color: #BAA672;
    font-size: 2.5em;
    font-weight: 300;
    transition: all 1s ease-in-out;
}

dd a:hover{
    text-decoration: underline;
}

dd img{
    /*width: 150px;*/
    display: block;
}

footer{
    background-color: #333;
    color: #BAA672;
    text-align: center;
    width: 90%;
    margin: 25px auto;
}

footer address a{
    color: #BAA672;
}

footer address{
    font-style: normal;
    font-size:  1.2em;
    line-height: 2em;
}

/* Tablas */

table{
    border-collapse: collapse;
    line-height: 22px;
    background: #f7f7f7;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 2px 2px -2px #ccc;
    margin: 0 auto;
    position: relative;
    width: 80%;
    font-family: monospace;
    text-align: center;
}

thead{
    line-height: 37px;
}

table tr td:first-child{
    font-weight: bold;
    text-transform: uppercase;
}

/* ===== Default table ===== */

.tDefault tbody td, .tDefault thead td {
    border-left: 1px solid #DFDFDF;
    box-shadow: 0 1px 0 #fafafa inset;
    -webkit-box-shadow: 0 1px 0 #fafafa inset;
    -moz-box-shadow: 0 1px 0 #fafafa inset;
}

.tDefault tbody td:first-child, .tDefault thead td:first-child {
    border-left: none;
}

.checkAll thead td:first-child > img {
    vertical-align: middle;
    padding-bottom: 2px;
}

.tDefault thead td {
    text-align: center;
    font-size: 11px;
    padding: 3px 5px 2px 5px;
    color: #909090;
    background: #eee;
}

.tDefault tbody td {
    padding: 7px 11px;
    vertical-align: middle;
    line-height: 22px;
    color: #5f5f5f;
}

.tDefault tbody tr {
    border-top: 1px solid #DFDFDF;
}

.tDefault tbody tr:first-child {
    box-shadow: 0 1px 0px #fff inset;
    -webkit-box-shadow: 0 1px 0px #fff inset;
    -moz-box-shadow: 0 1px 0px #fff inset;
}

.tDefault tbody tr:nth-child(even) {
    background: #f2f2f2;
}

#photos{
    position: relative;
    margin: 35px auto;
}

.previous {
    position: absolute;
    top: 0;
    color: white;
    padding: 10px;
    background-color: #999;
    opacity: .7;
    cursor: pointer;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 1;
}

.next {
    position: absolute;
    top: 0;
    color: white;
    padding: 10px;
    right: 0;
    background-color: #999;
    opacity: .7;
    cursor: pointer;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

figure{
    text-align: left;
    max-width: 1024px;
    margin: 25px auto;
}

figure figcaption {
    color: rgb(43,127,172);
    margin: 10px 10px 70px 10px;
    padding: 15px;
}

figure.dflex{
    display: flex;
    align-items: center;
}

#beneficios{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#beneficios dt, #beneficios dd{
    margin: 0;
    width: 500px;
}

#beneficios div:last-of-type{
    display: flex;
    flex-direction: column;
}

.buttonS,.buttonM,.buttonL,.buttonH,[class*=tablectrl] {
    font-size:11px;
    color:#fff;
    font-weight:300;
    text-shadow:0 -1px #6f6f6f;
    display:inline-block;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    height: 35px;
    line-height: 35px;
    width: 100px;
    text-align: center;
    letter-spacing: 1px;
}

.buttonL {
    padding:8px 18px;
    letter-spacing:1px;
}

.bGreen {
    border: 1px solid #68a341;
    box-shadow: 0 1px 2px 0 #a4ca6c inset;
    -webkit-box-shadow: 0 1px 2px 0 #a4ca6c inset;
    -moz-box-shadow: 0 1px 2px 0 #a4ca6c inset;
    background: #96c161;
    background: -moz-linear-gradient(top,  #96c161 0%, #609c3d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c161), color-stop(100%,#609c3d));
    background: -webkit-linear-gradient(top, #96c161 0%,#609c3d 100%);
    background: -o-linear-gradient(top, #96c161 0%,#609c3d 100%);
    background: -ms-linear-gradient(top, #96c161 0%,#609c3d 100%);
    background: linear-gradient(top, #96c161 0%,#609c3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c161', endColorstr='#609c3d',GradientType=0 );
}
.bGreen:active {
    background: #74aa49;
    box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
}

.bRed {
    border: 1px solid #a95151;
    box-shadow: 0 1px 2px 0 #cd8787 inset;
    -webkit-box-shadow: 0 1px 2px 0 #cd8787 inset;
    -moz-box-shadow: 0 1px 2px 0 #cd8787 inset;
    background: #c57979;
    background: -moz-linear-gradient(top,  #c57979 0%, #a34c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c57979), color-stop(100%,#a34c4c));
    background: -webkit-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
    background: -o-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
    background: -ms-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
    background: linear-gradient(top,  #c57979 0%,#a34c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57979', endColorstr='#a34c4c',GradientType=0 );
}
.bRed:hover {
    opacity: 0.95;
    filter: alpha(opacity=95);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.bRed:active {
    background: #b15e5e;
    box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
}

.bBlue {
    border: 1px solid #3e76af;
    box-shadow: 0 1px 2px 0 #66b2d2 inset;
    -webkit-box-shadow: 0 1px 2px 0 #66b2d2 inset;
    -moz-box-shadow: 0 1px 2px 0 #66b2d2 inset;
    background: #5ba5cb;
    background: -moz-linear-gradient(top,  #5ba5cb 0%, #3a70ab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba5cb), color-stop(100%,#3a70ab));
    background: -webkit-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
    background: -o-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
    background: -ms-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
    background: linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba5cb', endColorstr='#3a70ab',GradientType=0 );
}
.bBlue:hover {
    opacity: 0.95;
    filter: alpha(opacity=95);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.bBlue:active {
    background: #4786b8;
    box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
}

.bGreyish {
    border: 1px solid #5e6779;
    box-shadow: 0 1px 2px 0 #9ca6b3 inset;
    -webkit-box-shadow: 0 1px 2px 0 #9ca6b3 inset;
    -moz-box-shadow: 0 1px 2px 0 #9ca6b3 inset;
    background: #8c97a6;
    background: -moz-linear-gradient(top,  #8c97a6 0%, #596171 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c97a6), color-stop(100%,#596171));
    background: -webkit-linear-gradient(top,  #8c97a6 0%,#596171 100%);
    background: -o-linear-gradient(top,  #8c97a6 0%,#596171 100%);
    background: -ms-linear-gradient(top,  #8c97a6 0%,#596171 100%);
    background: linear-gradient(top,  #8c97a6 0%,#596171 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c97a6', endColorstr='#596171',GradientType=0 );
}
.bGreyish:active {
    background: #6d7787;
    box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
}

.bBlack {
    border: 1px solid #4e4e4e;
    box-shadow: 0 1px 2px 0 #959595 inset;
    -webkit-box-shadow: 0 1px 2px 0 #959595 inset;
    -moz-box-shadow: 0 1px 2px 0 #959595 inset;
    background: #838383;
    background: -moz-linear-gradient(top,  #838383 0%, #444444 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#838383), color-stop(100%,#444444));
    background: -webkit-linear-gradient(top,  #838383 0%,#444444 100%);
    background: -o-linear-gradient(top,  #838383 0%,#444444 100%);
    background: -ms-linear-gradient(top,  #838383 0%,#444444 100%);
    background: linear-gradient(top,  #838383 0%,#444444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#444444',GradientType=0 );
}
.bBlack:active {
    background: #5d5d5d;
    box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff;
}

.bLightBlue {
    border: 1px solid #5897c3;
    box-shadow: 0 1px 2px 0 #84c4dd inset;
    -webkit-box-shadow: 0 1px 2px 0 #84c4dd inset;
    -moz-box-shadow: 0 1px 2px 0 #84c4dd inset;
    background: #6db5d5;
    background: -moz-linear-gradient(top,  #6db5d5 0%, #4a91c0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db5d5), color-stop(100%,#4a91c0));
    background: -webkit-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
    background: -o-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
    background: -ms-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
    background: linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db5d5', endColorstr='#4a91c0',GradientType=0 );
}
.bLightBlue:active {
    background: #559cc7;
    box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff;
}

.bGold {
    border: 1px solid #c4853e;
    box-shadow: 0 1px 2px 0 #ddb65b inset;
    -webkit-box-shadow: 0 1px 2px 0 #ddb65b inset;
    -moz-box-shadow: 0 1px 2px 0 #ddb65b inset;
    background: #d5a44c;
    background: -moz-linear-gradient(top,  #d5a44c 0%, #c07833 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5a44c), color-stop(100%,#c07833));
    background: -webkit-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
    background: -o-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
    background: -ms-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
    background: linear-gradient(top,  #d5a44c 0%,#c07833 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5a44c', endColorstr='#c07833',GradientType=0 );
}
.bGold:active {
    background: #ca8e40;
    box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
}

.bSea {
    border: 1px solid #5a837e;
    box-shadow: 0 1px 2px 0 #95b8b6 inset;
    -webkit-box-shadow: 0 1px 2px 0 #95b8b6 inset;
    -moz-box-shadow: 0 1px 2px 0 #95b8b6 inset;
    background: #7ca6a3;
    background: -moz-linear-gradient(top,  #7ca6a3 0%, #547b76 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ca6a3), color-stop(100%,#547b76));
    background: -webkit-linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
    background: -o-linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
    background: -ms-linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
    background: linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ca6a3', endColorstr='#547b76',GradientType=0 );
}
.bSea:active {
    background: #68918d;
    box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
}

.bBrown {
    border: 1px solid #9c6b3c;
    box-shadow: 0 1px 2px 0 #c8a85f inset;
    -webkit-box-shadow: 0 1px 2px 0 #c8a85f inset;
    -moz-box-shadow: 0 1px 2px 0 #c8a85f inset;
    background: #bb934f;
    background: -moz-linear-gradient(top,  #bb934f 0%, #996336 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb934f), color-stop(100%,#996336));
    background: -webkit-linear-gradient(top,  #bb934f 0%,#996336 100%);
    background: -o-linear-gradient(top,  #bb934f 0%,#996336 100%);
    background: -ms-linear-gradient(top,  #bb934f 0%,#996336 100%);
    background: linear-gradient(top,  #bb934f 0%,#996336 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb934f', endColorstr='#996336',GradientType=0 );
}
.bBrown:active {
    background: #ad7f45;
    box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
}
.bGreen:hover,.bRed:hover,.bBlue:hover,.bGreyish:hover,.bBlack:hover,.bLightBlue:hover,.bGold:hover,.bSea:hover,.bBrown:hover {
    opacity:.95;
    filter:alpha(opacity=95);
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
}

.buttonS,.buttonM,.buttonL,.buttonH,[class*=tablectrl] {
    font-size: 15px;
    color:#fff;
    font-weight:700;
    text-shadow:0 -1px #6f6f6f;
    display:inline-block;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
}

.buttonL {
    padding:8px 18px;
    letter-spacing:1px;
}

.bRed {
    border: 1px solid #a95151;
    box-shadow: 0 1px 2px 0 #cd8787 inset;
    -webkit-box-shadow: 0 1px 2px 0 #cd8787 inset;
    -moz-box-shadow: 0 1px 2px 0 #cd8787 inset;
    background: #c57979;
    background: -moz-linear-gradient(top, #c57979 0%, #a34c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c57979), color-stop(100%,#a34c4c));
    background: -webkit-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: -o-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: -ms-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: linear-gradient(top, #c57979 0%,#a34c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57979', endColorstr='#a34c4c',GradientType=0 );
}

.bRed:hover {
    opacity: 0.95;
    filter: alpha(opacity=95);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.bRed:active {
    background:#b15e5e;
    box-shadow:0 0 2px #707070 inset,0 1px 0 #fff;
    -webkit-box-shadow:0 0 2px #707070 inset,0 1px 0 #fff;
    -moz-box-shadow:0 0 2px #707070 inset,0 1px 0 #fff;
}

.bGreen:hover,.bRed:hover,.bBlue:hover,.bGreyish:hover,.bBlack:hover,.bLightBlue:hover,.bGold:hover,.bSea:hover,.bBrown:hover {
    opacity:.95;
    filter:alpha(opacity=95);
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
}

.models{
    display: inline-block;
    width: 560px;
    cursor: pointer;
}

#zrd-1650{
    background: url(../img/bg/ZRD-1650.jpg) no-repeat 0 0;
    background-size: 100%;
}

#zrd-l-2650{
    background: url(../img/bg/ZRD-L-2650.jpg) no-repeat 0 0;
    background-size: 100%;
}

#zrf-2750{
    background: url(../img/bg/ZRF-2750.jpg) no-repeat 0 0;
    background-size: 100%;
}

#zrf-l-1250{
    background: url(../img/bg/ZRF-L-1250.jpg) no-repeat 0 0;
    background-size: 100%;
}

#zrf-lm-1400{
    background: url(../img/bg/ZRF-LM-1400.jpg) no-repeat 0 0;
    background-size: 100%;
}

#seg-610{
    background: url(../img/bg/SEG-610.jpg) no-repeat 0 0;
    background-size: 100%;
}

#h415xIL2E58, #MB11AQDSFNI, #xKwOPzfSavc, #KT0AcH9KXZw, #vxAiiwLeHDk, #_5KkXLClDD8{
    display: none;
}

#plegadoras{
    display: flex;
    flex-direction: row;
    flex-wrap : wrap;
    justify-content: center;
}

.plegadora{
    width: 400px;
    height: 600px;
    background-color: #f1f1f1;
    position: relative;
    margin: 30px;
    text-align: center;
    float: left;
    box-shadow: 1px 1px 3px #888;
}

.plegadora h1{
    font-size:25px;
    font-weight:bold;
    line-height:120%;
    color:rgb(93,102,103);
    text-align:center;
    letter-spacing: 1px;
}


.plegadora ul{
    text-align: left;
    font-weight: 100;
    font-size: 1em;
    margin-top: 70px;
}

.plegadora hr{
    background-color:transparent;
    border-color:rgb(219,227,227);
    border-width:1px;
    border-style:solid;
    margin: 15px auto;
}

.plegadora p{
    font-size:18px;
    line-height:120%;
    color:rgb(93,102,103);
    text-align:center;
    width: 80%;
    margin: 25px auto;
}

.plegadoraboton{
    background-color:rgb(240,247,247);
    width:150px;
    height:30px;
    border-color:rgb(77,189,235);
    border-width:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    border-style:solid;
    font-family:Verdana, Geneva, sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:30px;
    color:rgb(76,189,235);
    text-align:center;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 125px;
    transition: all .5s ease-out;
}

.plegadoraboton:hover{
    background-color: rgb(77,189,235);
    color: #fff;
}

.plegadorafooter{
    height: 25px;
    width: 400px;
    position: absolute;
    bottom: 0;
    border-top: 5px solid rgba(0,0,0,0.1);
}

.footergreen{
    background-color: #3BAE98;
}

.footerblue{
    background-color: #3594BA;
}

.footerviolet{
    background-color: #A58DE0;
}

.footerorange{
    background-color: #FCAD5E;
}

.footerred{
    background-color: #E6325E;
}

.footerlightgreen{
    background-color: #64AD5E;
}

.footerlightblue{
    background-color: #3594D2;
}

/*Standing Seam*/

#obras{
    text-align: center;
}

#obras figure{
    text-align: center;
}

#obras figure img{
    max-height: 700px;
}

#trims{
    padding: 50px;
    margin: 50px 0;
}

#trims ~ h1 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 1rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    text-align: center;
}


#constructiondetails{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}


#constructiondetails > div{
    width: 350px;
    height: 70px;
    position: relative;
    background-color: #fff;
    margin: 2% 1%;
    box-shadow: 1px 1px 3px #999;
}

#constructiondetails > div h1{
    font-weight: 300;
    color: #171717;
    font-size: 1.5rem;
    text-align: center;
    margin-left: 40px;
}

#constructiondetails > div img{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
}

.cladding{
    background-color: #FFFCF7;
    box-shadow: #eee 1px 3px 6px;
}

.cladding section{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}

.cladding section div{
    width: 50%;
}

#intro div:first-child{
    width: 40%;
}

#intro div:last-child{
    width: 60%;
}

.cladding h1{
    font-style: normal;
    font-weight: bold;
    font-size: 90px;
    line-height: 85px;
    text-align: center;
    letter-spacing: 1px;
    color: #130F49;
    margin: 30px 0;
}

#sseam h2, #stseams h2{
    color: #130F49;
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 1px;

}

#stseams h2{
    text-align: left;
    font-weight: 900;
    margin: 50px auto;
}

#sseamuses{
    position: relative;
}

#sseam p, #stseams p, #sseamuses p, #conclusion p{
    color: #767287;
    font-size: 24px;
    line-height: 40px;
}

#stseams p{
    text-align: left;
    width: 80%;
    margin-bottom: 100px;
}


#sseam p, #sseam h2{
    margin: 15px auto;
    width: 50%;
}

#conclusion{
    text-align: center;
}

#conclusion p{
    width: 70%;
    line-height: 25px;
}

#stseams {
    background-color: rgba(193, 195, 255, 0.1);
}

#ss-seams{
    background: url(../../img/assets/secuencia-de-cierre-de-standing-seam.png);
    width: 400px;
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
}

#sseamuses{
    background-color: #FFFCF7;
    padding: 100px 0;
}

#sseamuses h1{
    font-size: 4em;
}

#sseamuses #bendit{
    position: relative;
    max-width: 640px;

}

#sseamuses #bendit .previous{
    position: absolute;
    top: 0;
    color: white;
    padding: 10px;
    background-color: #999;
    opacity: .4;
    cursor: pointer;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 1;
}

#sseamuses #bendit .next{
    position: absolute;
    top: 0;
    color: white;
    padding: 10px;
    right: 0;
    background-color: #999;
    opacity: .4;
    cursor: pointer;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}


#ssbenefits{
    background-color: rgba(193, 195, 255, 0.1);
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 60px;
    text-align: center;
    padding: 40px;
}

#ssbenefits div:first-child{
    grid-column: 1 / span 3;
    grid-template-rows: 30px;
}

#ssbenefits h1{
    font-size: 64px;
    line-height: 65px;
    font-weight: 700;
    letter-spacing: 1px;
}

#ssbenefits h2{
    color: #130F49;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

#ssbenefits div p{
    line-height: 25px;
    color: #767287;
    font-size: 20px;
    font-weight: 500;
}


/* Videos de Standing Seam */

#videos{
    background-color: #EEF5F6;
    padding: 100px 0;
    text-align: center;
}

#videos h1{
    font-size: 1.5rem;
    font-weight: 400;
    margin: 1rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    text-align: center;
}

#videos > div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

#videos > div div {
    width: 40%;
    margin: 3%;
}

#video #foto iframe{
    
    height: 622px;
    width: 350px;
}

/*Nuestro precio incluye*/

#priceincludes h1{
    font-weight: 500;
    color: #171717;
    font-size: 3rem;
    margin: 3rem;
    text-align: center;
}

#priceincludes h2{
    font-weight: 300;
    color: #171717;
    font-size: 2rem;
    margin: 2rem;
    text-align: center;
}

#priceincludes #reasons{
    display: flex;
    flex-flow: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 1%;
    min-width: 300px;
}

#priceincludes #reasons .reason-tab-active{
    width: 411px;
    height: 97px;
    background: #218ACB;
    box-shadow: 0px 4px 25px rgba(5, 23, 33, 0.1);
    border-radius: 2px;
    line-height: 97px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.3rem;
    margin: 0 auto;
}




#priceincludes #reasons .reason-tab{
    width: 411px;
    height: 97px;
    background: #fff;
    color: #171717;
    border-radius: 2px;
    margin: 40px auto;
    font-size: 1.3rem;
    text-align: center;
    line-height: 97px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    transition: box-shadow 3s;
}

#priceincludes #reasons .reason-tab:hover{
    cursor: pointer;
    transition: box-shadow 3s;
    box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);

}

#priceincludes #reason{
    border-left: 1px solid #dbe2e8;
    width: 100%;
    padding: 0 1% 3% 0;
    margin: 50px 0px 100px 0px;

}

#priceincludes #reason h1{
    margin-top: 0;
    font-size: 3rem;
    font-weight: 400;
}

#priceincludes #reason p, #priceincludes #reason ul{
    width: 70%;
    margin: 5% auto;
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: justify;
}

#priceincludes #reason a{
    display: block;
    margin: 0 auto;
}


#priceincludes #reason ul li a{
    color: #218ACB;
}

#priceincludes #reason ul li a:hover{
    text-decoration: underline;
}


#priceincludes #reason ul li span{
    background-image: url(../img/assets/check.png);
    width: 25px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
}

#priceincludes #reason #equipamiento{
    display: flex;
    flex-flow: row;
}


#priceincludes #reason #techo, #terminaciones, #honorariosprofesionales, #muros, #muro, #fundacion, #instalaciones{
    display: none;
}


#priceincludes #reason #equipamiento div, #terminaciones div, #honorariosprofesionales div{
    width: 50%;
}
#pricedoesnotinclude h1{
    font-size: 3rem;
    font-weight: 600;
    margin: 4rem;
}

#pricedoesnotinclude ul{
    width: 75%;
    margin: 0 auto;
    text-align: center;

}

#pricedoesnotinclude ul li{
    font-size: 1.5rem;
    line-height: 60px;
    position: relative;
    display: inline-block;
    margin: 1%;
    text-align: left;
    padding-left: 65px;
}

#pricedoesnotinclude ul li span{
    background-image: url(../img/assets/arrow.png);
    background-size: 100%;
    height: 60px;
    width: 60px;
    display: inline-block;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.pagination{
    margin: 25px 0;
}

.pagination
:hover{
    color: rgb(43,127,172);
}
.bpagination {
    margin:1%;
    width:auto;
    text-align:center;
}


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

.pages li.prev {
    margin-right:15px;
}

.pages li {
    display:inline-block;
    /* margin: 5px 0; */
}

.pages li a {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%);
    background: linear-gradient(top, #f9f9f9 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0 );
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 14px;
    margin: 0 10px;
    cursor: pointer;
    color: #606060;
    font-size: 11px;
    box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf;
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf;
}

.pages li.nextpage {
    margin-left:15px;
}

.pages li .active,.pages li a:active,.pages li .active:hover {
    background:#6f6f6f;
    color:#fff;
    border-color:#646464;
    box-shadow:0 1px 2px #545454 inset, 0 1px 0 #fff;
    -webkit-box-shadow:0 1px 2px #545454 inset, 0 1px 0 #fff;
    -moz-box-shadow:0 1px 2px #545454 inset, 0 1px 0 #fff;
    font-weight:700;
}

.textcenter{
    text-align: center;
    margin: 25px auto;
}

#houses{
    background-color: #EEF5F6;
    padding: 100px 0;
    text-align: center;
}

#houses > div{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

#houses > div div{
    width: 40%;
    background-color: #fff;
    margin: 3%;
}

#houses h1, #houses > div div h1 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 1rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    text-align: center;
}

#houses > div div h2 {
    font-size: .8rem;
    font-weight: 300;
    margin: 1rem;
}


@media only screen and (min-width:300px) and (max-width:800px) {
    
    #beneficios{
        flex-direction: column;
    }

    /* Videos de Standing Seam */

    #videos > div{
        flex-direction: column;
    }

    #videos > div div{
        width: 100%;
    }



    /*Standing Seam*/

    .cladding{
        text-align: center;
    }

    .cladding section{
        flex-direction: column;
    }

    #intro div:first-child{
        width: 100%;
    }

    .cladding h1{
        font-size: 3.5em;
    }

    #intro div:last-child{
        width: 100%;
    }

    .cladding section div{
        width: 100%;
    }

    #sseam p, #sseam h2 {
        width: 100%;
    }

    #stseams h2{
        text-align: center;
        font-size: 2.5em;
    }

    #stseams p {
        text-align: center;
        width: 90%;
        margin: 0 auto 100px auto;
    }

    #sseamuses h1{
        font-size: 2.2em;
    }

    #ss-seams{
        background-position: center;
        width: 320px;
        height: 640px;
    }

    #ssbenefits{
        display: flex;
        flex-direction: column;
    }

    #ssbenefits h1{
        font-size: 3em;

    }

    #conclusion p{
        width: 90%;
    }


    #priceincludes #reason {
        width: 100%;
        margin-top: 10%;
    }

    #priceincludes #reason p, #priceincludes #reason ul {
        width: 95%;
    }

    #priceincludes h1{
        margin: 4rem auto;
        text-align: center;
    }

    #priceincludes #reasons{
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    #priceincludes #reasons .reason-tab-active {
        width: 60%;
        display: inline-block;
    }

    #priceincludes #reasons span.arrow-backward, #priceincludes #reasons span.arrow-forward {
        content: "";
        width: 45px;
        height: 45px;
        background-size: 105%;
        display: inline-block;
        margin: 10px 5px;
        cursor: pointer;
    }

    #priceincludes #reasons span.arrow-backward {
        background-image: url(../img/assets/backward.png);
    }

    #priceincludes #reasons span.arrow-forward {
        background-image: url(../img/assets/forward.png);
    }

    #priceincludes #reasons .reason-tab {
        display: none;
    }

    #priceincludes #reason #equipamiento {
        flex-flow: column;
    }

    #priceincludes #reason #equipamiento div, #terminaciones div, #honorariosprofesionales div{
        width: 100%;
    }

    #priceincludes #reason #equipamiento div+div, #terminaciones div+div, #honorariosprofesionales div+div{
        margin-top: 10%;
    }

    #trims{
        padding: 10px;
        margin: 0;
        text-align: center;
    }

    #constructiondetails{
        flex-direction: column;
    }

    #constructiondetails > div {
        margin: 5% 1%;
    }

    #houses > div{
        flex-direction: column;
    }

    #houses > div div{
        width: 100%;
        margin: 10% 0;

    }




    #foto, #info{
        width: 100%;
    }

    iframe{
        max-width: 100%;
        max-height: 100%;
    }

    .models{
        width: 98%;
    }
}

@media only screen and (min-width:801px) and (max-width:1240px) {

    iframe{
        width: 460px;
        height: 259px;
    }

    .models{
        width: 100%;
    }

    #precio{
        font-size: 4em;
    }
}

@media only screen and (min-width:360px) and (max-width:460px) {
    
    iframe{
    width: 340px;
    height: 192px;
}



    figure.dflex {
        flex-direction: column;
    }

    #videos iframe{
        width: 352px;
        height: 198px;
        margin: 25px 0;
    }


    #brand{
        display: block;
        font-size: 1.3em;

    }

    nav{
        float: none;
    }

    nav ul{
        padding: 0;
        margin: 15px auto;
        text-align: center;
        flex-direction: column;
    }

    #herramienta{
        padding: 0 0 10px 0;
        margin: 0 auto 50px auto;
    }

    #foto, #info{
        width: 100%;
        float: none;
    }

    #herramienta h1{
        text-align: center;
        font-size: 2em;
    }

    #herramienta h2{
        font-size: 1.5em;
    }

    #herramienta p{
        margin: 10px;
        font-size: 1em;
        width: 95%;
    }

    dd{
        margin: 25px 10px;
    }

    #contacto dd a:first-of-type{
        font-size: 1.5em;
    }

    footer address ul{
        padding: 0;
    }

    .previous, .next{
        top: 0px;
    }

    nav ul li{
        display: block;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    nav ul li:last-of-type {
        margin-right: 10px;
    }

    .models{
        width: 99%;
    }

    #precio{
        font-size: 3em;
    }

    ul{
        padding: 5px;
    }

    .plegadora ul{
        font-size: .9em;
    }

    .plegadorafooter{
        width: 100%;
    }

    .plegadoraboton{
        bottom: 100px;
        left: 75px;
    }

    #info ul {
        padding: 10px;
    }

    #beneficios{
        flex-direction: column;
    }

    #beneficios dt, #beneficios dd{
        width: 300px;
    }

} 

@media only screen and (min-width:461px) and (max-width:600px) {
    
    iframe{
    width: 450px;
    height: 253px;
}
}

@media only screen and (min-width:601px) and (max-width:800px) {
    
    iframe{
    width: 590px;
    height: 332px;
}
}
#chat-widget {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

#chat-toggle {
    border: none;
    border-radius: 999px;
    background: #8c8f2f;
    color: #fff;
    padding: 12px 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

#chat-toggle:hover {
    background: #6c6819;
}

#chat-panel {
    width: min(430px, calc(100vw - 24px));
    height: min(620px, calc(100vh - 110px));
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
    margin-bottom: 12px;
}

.chat-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
    padding: 10px 14px;
    font-family: "Roboto Condensed", sans-serif;
}

#chat-close {
    border: none;
    background: transparent;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    color: #444;
}

#chat-panel iframe {
    width: 100%;
    height: calc(100% - 45px);
    border: 0;
}

@media (max-width: 680px) {
    #chat-widget {
        right: 12px;
        bottom: 12px;
    }

    #chat-toggle {
        width: calc(100vw - 24px);
        border-radius: 12px;
    }

    #chat-panel {
        width: calc(100vw - 24px);
        height: calc(100vh - 90px);
        border-radius: 14px;
    }

    body.chat-open {
        overflow: hidden;
    }
}

.chat-embed {
  width: min(980px, 92%);
  margin: 30px auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,.15);
  padding: 16px;
}

.chat-embed iframe {
  width: 100%;
  height: 620px;
  border: 0;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .chat-embed iframe {
    height: 70vh;
    min-height: 520px;
  }
}


#whatsapp-agent-bubble {
    position: fixed;
    right: 20px;
    bottom: 88px;
    z-index: 9998;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    min-height: 60px;
    padding: 0;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

#whatsapp-agent-bubble:hover,
#whatsapp-agent-bubble:focus {
    background: #1ebe5d;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
    outline: none;
}

.whatsapp-agent-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
}

.whatsapp-agent-icon svg {
    width: 38px;
    height: 38px;
    display: block;
    fill: currentColor;
}

.whatsapp-agent-text {
    display: none;
}

@media (max-width: 680px) {
    #whatsapp-agent-bubble {
        right: 16px;
        bottom: 86px;
    }
}
