body, html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
}
a:focus {
    text-decoration: none;
}
p {
    margin: 0;
    margin-bottom: 15px;
    line-height: normal;
}
h1, h2, h3 {
    margin: 0;
    margin-bottom: 15px;
}
h1 {
    line-height: normal;
    font-size: 24px;
}
input[type="radio"] {
    width: 50px;
    height: 15px;
}
h2 {
    font-size: 30px;
    font-weight: normal;
}
h3 {
    font-size: 14px;
    font-weight: bold;
}
#catalog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}
#catalog iframe {
    width: 100%;
    height: 100vh;
    border: 0;
}
.caracteristics .content {
    color: #fff;
}
.caracteristics a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 75px;
}
.caracteristics a i {
    color: #FCC321;
}
.full-width-img {
    width: 100%;
    max-width: none;
}
.caracteristics a:hover {
    opacity: 0.75;
}
#main-content h1 {
    font-size: 40px;
    color: #fff;
}
#main-content h1 span.top-text {
    font-size: 16px;
    font-weight: bold;
}
#main-content h1 span.middle-text {
    font-size: 38px;
}
textarea {
    width: 100%;
    height: 52px;
}
.btn-success {
    background-color: #666;
    background-image: -moz-linear-gradient(top, #999, #666);
    background-image: -ms-linear-gradient(top, #999, #666);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666));
    background-image: -webkit-linear-gradient(top, #999, #666);
    background-image: -o-linear-gradient(top, #999, #666);
    background-image: linear-gradient(top, #999, #666);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#666', GradientType=0);
    transition:all 0.25s linear;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #555;
    background-image: -moz-linear-gradient(top, #888, #555);
    background-image: -ms-linear-gradient(top, #888, #555);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#888), to(#555));
    background-image: -webkit-linear-gradient(top, #888, #555);
    background-image: -o-linear-gradient(top, #888, #555);
    background-image: linear-gradient(top, #888, #555);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888', endColorstr='#555', GradientType=0);
    transition:all 0.25s linear;
}
div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}
.btn {
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
}
body div.break-padding {
    padding-right: 0;
    padding-left: 0;
}
input, textarea, select {
    width: 100%;
    padding: 3px 10px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #cbcbcb;
}
select {
    background-color: #000;
}
label {
    padding: 3px 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
}
.tip {
    margin-top: -165px;
}
input:hover, textarea:hover {
    background-color: transparent;
}
.color-white {
    color: #fff;
}
textarea {
    height: 75px;
}
#main-content {
    max-width: 270px;
    margin: 0 auto;
    text-align: right;
}
footer {
    margin-bottom: 15px;
}
footer p {
    font-size: 12px;
}
footer p span {
    font-size: 9px;
}
.right-img-container {
    background-image: url('/img/img-01.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
}
#newsletter .btn {
    margin-top: -5px;
}
.separator {
    height: 30px;
}
body .separator:first-child {
    height: 15px;
}
.social a {
    display: inline-block;
    background-color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    padding-top: 4px;
    margin-left: 5px;
}
.modal-body img {
    margin-bottom: 15px;
}
.carousel-inner .item img {
    width: 100%;
}
#page-title {
    margin-bottom: 15px;
}
.carousel-item-text {
    padding-top: 15px;
}
.carousel-control.left, .carousel-control.right {
    background: none;
}
.carousel span {
    position: absolute;
    top: 48%;
    font-size: 30px;}
.carousel-control:hover span {
    color: #FCD021;
}
.carousel-indicators .active {
    background-color: #FCD021;
}
.carousel-indicators .active {
    border-color: #FCD021;
}
/*TOOLS*/
.zero-margin {
    margin: 0;
}
.zero-padding {
    padding: 0;
}
.no-background {
    background-image: none;
}
.uppercase {
    text-transform: uppercase;
}
.no-border {
    border: none !important;
}
.clean-table * {
    border: none !important;
}
.fixed-bg-container {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 150px 0;
    color: #fff;
}
.fixed-bg-container-low-profile {
    padding: 30px 0;
}
.shadowed-text {
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
/*Bootstrap*/
.btn {
    padding: 10px 10px;
}
.btn-primary {
    background-color: #fcc048;
    background-image: none !important;
    border: none;
    border-radius: 0;
    color: #000;
    font-weight: bold;
    display: inline-block;
    margin: 4px 0;
    padding: 15px;
    max-width: 300px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #fd8427;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active:hover {
    color: #ffff;
    background-color: #fd8427;
}
.tab-content .panel-heading {
    padding: 0;
}
.tab-content .panel-title a {
    display: block;
    padding: 10px 15px;
    font-weight: bold;
    text-decoration: none;
}
.alert-default {
    border-left: 1px solid #eee;
}
#webmaster-log .table {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px !important;
}
.mobile-img {
    display: block;
}
.video-container {
    position: relative;
    height: 50vh;
    overflow: hidden;
    background-color: #000;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.8);
}
#logo {
    width: 133px;
    height: 42px;
}
#content {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}
.btn-yellow {
    background-color: #FDCD00;
    border-radius: 10px;
    color: #3C3C3C;
    padding: 15px;
    font-size: 19px;
    font-weight: 100;
    width: 175px;
    position: relative;
    z-index: 100;
    transition: all 0.25s linear;
    margin-top: 15px;
}
.btn-yellow:hover {
    background-color: #545454;
    color: #fff;
    transition: all 0.25s linear;
}
.btn-yellow:hover span {
    transition: all 0.25s linear;
    background-color: #fff;
}
.btn-yellow span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #F5A811;
    border-radius: 50%;
    margin-bottom: -3px;
}
.traction-img {
    background-position: center bottom;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.traction-selector {
    color: #fff;
}
.traction-selector .col-xs-12:first-child {
    background-color: #222;
}
.traction-selector .col-xs-12 {
    min-height: 250px;
    padding: 30px;
}
.traction-selector .col-sm-3 {
    padding: 0 2px;
}
.traction-selector .btn {
    color: #333;
    text-shadow: none;
    background-image: none;
    border: none;
    margin-bottom: 15px;
}
.traction-selector .btn-primary, .traction-selector .btn-primary:active {
    background-color: #FDCD00;
}
.traction-choice-bg {
    background-image: url('../img/background_traction_choice.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 16px;
    min-height: 164px;
}
.gray-bg {
    background-color: #F2F5F7;
}
.dark-bg {
    background-color: #333;
    color: #fff;
}
.dark-bg .table-container {
    background-color: #444;
    padding: 30px;
}
.dark-bg .table-container .table {
    margin-bottom: 0;
}
.box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    transition: all 0.5s ease;
}
.box:hover {
    text-decoration: none;
}
.box span {
    color: #fff;
    margin: 0;
    font-size: 20px;
    padding: 150px 15px 5px 15px;
    display: block;
    width: 100%;
    background: none;
}
.box:hover span {
    background: -webkit-gradient(linear, left center, right center, color-stop(8%, rgba(255,0,0,0.65)),to(rgba(127,127,127,0.68)));
    background: -webkit-linear-gradient(left,rgba(255,0,0,0.65) 8%,rgba(127,127,127,0.68) );
    background: linear-gradient(to right,rgba(255,0,0,0.65) 8%,rgba(127,127,127,0.68) );
}
#confort-estilo {
    position: absolute;
    top: 25%;
    width: 100%;
}
#confort-estilo a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}
#confort-estilo a:last-child {
    margin-right: 30px;
}
#confort-estilo span {
    width: 21px;
    height: 21px;
    border: 1px solid #000;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    padding-top: 0px;
    margin: 0 5px;
}
.g-recaptcha {
    margin: 15px 0;
}
.close .fa {
    font-size: 27px;
}
header {
    margin-top: 30px;
    position: absolute;
    z-index: 100;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
header h1 span {
    font-weight: 300;
}
header p {
    text-align: center;
    line-height: 14px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: lato, sans-serif;
    font-weight: 300;
}
#u507 {
    margin-bottom: 60px;
}
.u507 {
    margin: 0 auto;
    opacity: 0.6;
    position: relative;
    transition: opacity 0.9s;
}
.u507:hover {
    opacity: 1;
}
.u507:hover .u507help-mouse-wheel:before,
.u507:hover .u507help-mouse-wheel:after {
    animation: indicator-up-down 1.5s infinite ease-in-out;
    height: 8px;
    opacity: 0;
}
.u507:hover .u507help-down {
    animation: arrow-down 0.3s infinite alternate;
}
.u507help-mouse-down {
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    height: 30px;
    position: relative;
    background: transparent;
    width: 20px;
    margin: 0 auto;
}
.u507help-mouse-wheel {
    position: relative;
    left: 50%;
    transition: opacity 0.5s;
}
.u507help-mouse-wheel:before,
.u507help-mouse-wheel:after {
    content: '';
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: -2px;
    height: 4px;
    position: absolute;
    top: 5px;
    transition: top 0.5s, height 0.5s, opacity 0.5s;
    width: 4px;
}
.u507help-mouse-wheel:before {
    animation: scroll 1.5s 0.75s infinite ease-in-out;
}
.u507help-mouse-wheel:after {
    animation: scroll 1.5s infinite ease-in-out;
}
.u507help-down {
    animation: arrow-down 0.6s infinite alternate ease-in-out;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    display: block;
    height: 5px;
    margin: 0 auto;
    transform: rotate(45deg);
    transition: opacity 0.5s;
    width: 5px;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
}
@-moz-keyframes scroll {
    0% {
        top: 5px;
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}
@-webkit-keyframes scroll {
    0% {
        top: 5px;
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}
@-o-keyframes scroll {
    0% {
        top: 5px;
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}
@keyframes scroll {
    0% {
        top: 5px;
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}
@-moz-keyframes indicator-up-down {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 20px;
    }
}
@-webkit-keyframes indicator-up-down {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 20px;
    }
}
@-o-keyframes indicator-up-down {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 20px;
    }
}
@keyframes indicator-up-down {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 20px;
    }
}
@-moz-keyframes arrow-down {
    0% {
        margin-top: 5px;
    }
    100% {
        margin-top: 15px;
    }
}
@-webkit-keyframes arrow-down {
    0% {
        margin-top: 5px;
    }
    100% {
        margin-top: 15px;
    }
}
@-o-keyframes arrow-down {
    0% {
        margin-top: 5px;
    }
    100% {
        margin-top: 15px;
    }
}
@keyframes arrow-down {
    0% {
        margin-top: 5px;
    }
    100% {
        margin-top: 15px;
    }
}
.left-cta {
	padding: 0px;

}
/*MEDIA*/
@media (min-width: 768px) {
    .video-container {
        position: relative;
        height: 75vh;
    }
    .btn-yellow {
        margin-top: -135px;
    }
    .right-img-container {
        height: 285px;
        margin-bottom: 15px;
    }
    .header-container {
        display: block;
    }
    .mobile-img {
        display: none;
    }
    .right-img-container {
        overflow-x: hidden;
    }
    #content {
        top: 0;
        left: auto;
        width: auto;
        right: 0;
        bottom: auto;
        text-align: right;
    }
    #content {
        background-position: center right;
    }
    #content h1 {
        margin-top: 25px;
        color: #fff;
    }
}
@media (min-width: 992px) {
    .btn-primary {
        background-color: #fd8427;
        color: #fff;
    }
    .left-cta {
        padding-right: 8px;
    }
    

    
    .video-container iframe,
    .video-container object,
    .video-container embed,
    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scale(1.55);
    }
    #page-title {
        margin-bottom: 0;
    }
    body div.break-padding {
        padding-right: 15px;
        padding-left: 15px;
    }
    .box span {
        font-size: 22px;
        padding: 400px 15px 5px 15px;
    }
    #newsletter .btn {
        margin-top: 0px;
    }
    #newsletter input[type="submit"] {
        margin-top: 15px;
    }
    .separator, body .separator:first-child {
        height: 60px;
    }
}
@media (min-width: 1060px) {
}