body {
    font-family: arial!important;
    font-size: 14px!important;
    font-weight: 300!important;
    opacity: 0.99!important;
    padding-top: 220px;
    color: #666666!important;
}
input:invalid, invalid_form_field {color: red; border-color: red;} 
label {
    color: #666666!important;
}

label.color-white {
    color: #ffffff!important;
}

label.color-black,
.color-black {
    color: #000000!important;
}

label.fw-500 {
    font-weight: 500!important;
}

.bg-white {
    background-color: #ffffff!important;
}

div.bg-mid-gray .bg-mid-gray {
    background-color: #cccccc!important;
}

.padding-30 {
    padding: 30px!important;
}

@media (min-width:300px) and (max-width:480px) {
    body {
        padding-top: 54px;
    }
}

@media (min-width:481px) and (max-width:799px) {
    body {
        padding-top: 260px;
    }
}

@media (min-width: 200px) and (max-width: 766px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: arial!important;
    font-weight: 300!important;
}

@media (min-width:480px) {
    .navbar-brand {
        padding: 0px 10px!important;
        font-size: 56px!important;
    }
    #navBarSearchForm {
        padding-top: 0px;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .menu_item i {
        color: #d1d1d2;
        font-size: 40px;
        -webkit-text-stroke: 1px #231f20;
    }
    .menu_item span {
        color: #03529e;
        font-size: 17px;
    }
    .menu_item {
        font-size: 10px;
        text-align: center;
    }
    #bt_idioma {
        padding: 15px;
        font-weight: bold;
        margin-top: 22px;
    }
}

@media (max-width:480px) {
    .menu_item {
        font-size: 10px;
        border-bottom: 1px solid #e7e7e7;
        font-weight: bold;
    }
    .titulo_mobil {
        font-size: 20px!important;
    }
    /*#navBarSearchForm input[type=text]{width:100% !important;}*/
    .terminos-txt {
        position: absolute;
        z-index: 999;
        top: -10%!important;
        left: 20%!important;
    }
    .form-position {
        position: absolute;
        top: 15%!important;
        left: 13%!important;
    }
}

@media (min-width:480px) and (max-width:1230px) {
    .navbar-nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width:640px) {
    .brand_logo {
        width: 210px;
        position: relative;
        top: -50px;
        padding-top: 30px
    }
    #nav-home-collapse {
        max-height: 60px;
    }
    /*#navBarSearchForm input[type=text]{width:310px !important;}*/
    /*#navBarSearchFormImput {padding: 0px 90px!important}*/
}

@media (max-width:640px) {
    #social_box {
        display: none;
    }
    .container {
        width: 100%!important;
    }
    .navbar-brand {
        padding: 0px!important;
    }
    .brand_logo {
        height: 58px;
        width: auto;
        padding-left: 8px;
    }
    .prod_section_a {
        /*width: 90%;*/
        border-bottom: 1px solid #a8a8a859;
        margin-bottom: 23px;
        height: 160px;
        /*margin-left: 14px;*/
    }
    #country_mobile_dropdown {
        display: inline-block!important;
    }
}

@media (min-width:1400px) and (max-width: 1920px) {
    .cont_padre {
        border-color: #ddd;
        width: 280px;
        height: 400px;
    }
}

@media (min-width:640px) {
    .prod_section_a {
        width: 95%;
        border: 1px solid #a8a8a8b3;
        margin-bottom: 15px;
        height: 330px;
        margin-left: 8px;
        background-color: white;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.txt-terminos {
    color: #ffffff;
    font-size: 1em;
    text-decoration: underline!important;
}

.navbar-nav>li>a,
.btn-success,
.btn-info,
.btn-primary,
.btn-danger,
.btn-default,
.btn-warning,
.thumbnail,
a:hover,
a {
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
}

.navbar-none {
    background-color: transparent!important;
    border-color: transparent!important;
    border-radius: 0px!important;
    margin-bottom: 0px!important;
    border: 0px solid transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #2a80b9!important;
    background-color: transparent!important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #2a80b9!important;
    background-color: transparent!important;
}

.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 12px;
}


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faab01+0,fab00f+51,ffffff+100 */

.degrade-orange {
    background: #faab01;
    /* Old browsers */
    background: -moz-linear-gradient(left, #faab01 0%, #faab01 35%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #faab01), color-stop(35%, #faab01), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #faab01 0%, #faab01 35%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #faab01 0%, #faab01 35%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #faab01 0%, #faab01 35%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #faab01 0%, #faab01 35%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#faab01', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.degrade-black {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #000000 35%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(35%, #000000), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #000000 0%, #000000 35%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #000000 0%, #000000 35%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #000000 0%, #000000 35%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #000000 0%, #000000 35%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8560a8+0,ffffff+100 */

.degrade-violet {
    background: #8560a8;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8560a8 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8560a8), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #8560a8 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #8560a8 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #8560a8 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #8560a8 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8560a8', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a99d+0,00a99d+35,ffffff+100 */

.degrade-green {
    background: #00a99d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00a99d 0%, #00a99d 35%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00a99d), color-stop(35%, #00a99d), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #00a99d 0%, #00a99d 35%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #00a99d 0%, #00a99d 35%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #00a99d 0%, #00a99d 35%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #00a99d 0%, #00a99d 35%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a99d', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.degrade-red {
    background: #e55e26;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e55e26 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e55e26), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #e55e26 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e55e26 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e55e26 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #e55e26 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e55e26', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.degrade-aqua {
    background: #52eefe;
    /* Old browsers */
    background: -moz-linear-gradient(left, #52eefe 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #52eefe), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #52eefe 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #52eefe 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #52eefe 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #52eefe 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#52eefe', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.degrade-blue {
    background: #2a80b9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #2a80b9 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2a80b9), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #2a80b9 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #2a80b9 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #2a80b9 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #2a80b9 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2a80b9', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.degrade-dark-green {
    background: #547479;
    /* Old browsers */
    background: -moz-linear-gradient(left, #547479 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #547479), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #547479 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #547479 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #547479 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #547479 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#547479', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.degrade-orange-2 {
    background: #f3b632;
    background: -moz-linear-gradient(left, #f3b632 15%, #f5b852 25%, #f3b632 50%, #f5b852 72%, #f5b852 77%, #f5b852 77%, #f3b632 85%);
    background: -webkit-linear-gradient(left, #f3b632 15%, #f5b852 25%, #f3b632 50%, #f5b852 72%, #f5b852 77%, #f5b852 77%, #f3b632 85%);
    background: linear-gradient(to right, #f3b632 15%, #f5b852 25%, #f3b632 50%, #f5b852 72%, #f5b852 77%, #f5b852 77%, #f3b632 85%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3b632', endColorstr='#f3b632', GradientType=1);
}

ul.nav-pills>li>a:hover,
.navbar-nav>li>a:hover {
    color: #2a80b9!important;
    background-color: transparent!important;
}

#nav-home-collapse>.navbar-nav>li>a {
    font-size: 11px!important;
}

@media only screen and (min-width: 600px) {
    .navbar-nav>li>a {
        padding-top: 0px!important;
        padding-bottom: 10px!important;
        font-size: 15px!important;
        font-weight: 500!important;
    }
    #nav-home-collapse>.navbar-nav>li>a {
        font-size: 11px!important;
    }
    .navbar-nav>li.active {
        border-top: 1px solid #2a80b9;
    }
}

.breadcrumb-none {
    padding: 30px 15px!important;
    margin-bottom: 0px!important;
    background-color: transparent!important;
}

.a-breadcrumb-white {
    color: #fff!important;
}

.breadcrumb>li+li:before {
    color: #ffffff!important;
}

.a-breadcrumb-black {
    color: #000000!important;
}

.header-breadcrumb {
    padding: 10px 0px 0px 0px;
}

a {
    color: inherit;
    text-decoration: none!important;
}

ul.list-unstyled>li.categorias>a {
    font-size: 14px;
    color: inherit;
    font-weight: 500;
}

ul.list-unstyled>li>a.active {
    font-weight: bold;
}

ul.list-unstyled>li.categorias>a:hover {
    color: #2a80b9!important;
}

ul.list-unstyled>li.categorias2>a {
    font-size: 18px;
    color: inherit;
    font-weight: 500;
}

ul.list-unstyled>li.categorias2>a:hover {
    color: #fff!important;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
    color: #fff!important;
}

.padding-bottom {
    padding: 0px 0px 15px 0px;
}

.container-top {
    border-top: 3px solid #2a80b9;
    padding-top: 5px;
    /*border-bottom: 1px solid rgb(228, 228, 228);*/
    background: #fff;
}

.container-login {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.container-menu {
    /*border-bottom: 1px solid rgb(228, 228, 228);*/
    background: #fff;
}

.container-breadcrumbs {
    /*background-color: #2a80b9;*/
}

.text-info {
    color: #19a8b9!important;
}

.text-success {
    color: #77bc00!important;
}

.text-warning {
    color: #fc8f01!important;
}

.text-footer {
    color: #888!important;
    text-align: justify;
}

.text-link-footer {
    color: #666;
}

.text-gray {
    color: #666!important;
    font-weight: 500!important;
}

.text-white {
    color: #fff!important;
}

.text-micro {
    /*color: #F1592A;*/
    font-size: 10px;
    line-height: 22px;
    text-align: justify;
}

.text-left {
    text-align: left!important;
}

.text-compras,
.text-repuesto {
    line-height: 22px;
    text-align: justify;
    font-size: 14px;
}

.p-pasos-height {
    height: 67px;
}

.back-gray {
    background-color: #464545!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-gray-alfa {
    background-color: rgba(182, 178, 177, 0.5)!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-gray-alpha {
    background-color: rgba(70, 69, 69, 0.4)!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-soft-gray {
    background-color: #f7f7f7!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-dark-orange {
    background-color: #ff9000!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-dark-green {
    background-color: #547479!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-orange {
    background-color: #faab01!important;
    border-color: transparent!important;
    border-radius: 8px;
    color: #FFFFFF!important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-orange-1 {
    background-color: #fc8f01!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-orange-2 {
    background-color: #F4602C!important;
}

.back-orange-3 {
    background-color: #E4B138!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-red-1 {
    background-color: #E55E26!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-red-2 {
    background-color: #E7463F!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-aqua {
    background-color: #52eefe!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-red-2-noradius {
    background-color: #E7463F!important;
    border-color: transparent!important;
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
}

.back-yellow {
    background-color: #E0B710!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-yellow-noradius {
    background-color: #E0B710!important;
    border-color: transparent!important;
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
}

.back-black-1 {
    background-color: #000000!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-blue-1 {
    background-color: #2a80b9!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-blue-2 {
    background-color: #14878E!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-blue-3 {
    background-color: #334857!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-blue-3-noradius {
    background-color: #334857!important;
    border-color: transparent!important;
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
}

.back-blue-4 {
    background-color: #547A79!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-blue-5 {
    background-color: #3E5593!important;
}

.back-blue-6 {
    background-color: #30426E!important;
}

.back-blue-7 {
    background-color: #1384BC!important;
}

.back-blue-8 {
    background-color: #075290!important;
}

.back-green {
    background-color: #5A9E24!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-green-1 {
    background-color: #00a99d!important;
    border-color: transparent!important;
    border-radius: 8px;
    color: #FFFFFF!important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-violet {
    background-color: #7E5C81!important;
    border-color: transparent!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.back-footer {
    background-color: #444;
    padding: 50px 0px 25px 0px;
}

.back-tarifa {
    background: #8560a8;
}

.bg-white {
    padding: 20px 15px 20px 15px!important;
    background-color: #fff!important;
    /*border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 25px;*/
}

.btn-modal {
    background: #fff;
    color: #c1c1c1;
    border: 1px solid #c1c1c1;
    border-radius: 50px;
}

.back-white {
    background-color: #ffffff!important;
}

.btn-blue {
    background-color: #34495e;
    color: #fff;
}

.noradius {
    border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
}

.icon-addon-yellow {
    color: #fff!important;
    background-color: #E0B710!important;
    border: 1px solid #E0B710!important;
    border-radius: 4px;
}

.sub-footer-wrap {
    background-color: #353535!important;
    border: transparent!important;
}

.border-gray {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.border-round {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.border-orange {
    border: 2px solid #77bc00;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.border-red {
    border: 2px solid #e7463f;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.border-green {
    border: 2px solid #00a99d;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.thumbnail-noborder {
    border: transparent!important;
    margin: 0px!important;
}

.thumbnail-zero {
    border: transparent!important;
    margin: 0px!important;
    padding: 0px!important;
    border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
}

.thumbnail-no-back {
    background-color: transparent!important;
}

.inner-padding {
    padding: 5px 30px 20px 30px!important;
}

.nomargin {
    margin: 0px!important;
}

.row-divider-lg {
    height: 100px;
}

.row-divider-md {
    height: 50px;
}

.row-divider-sm {
    height: 30px;
}

.row-divider-xs {
    height: 10px;
}

.text-normal {
    font-weight: 300!important;
}

.page-header-mg-top {
    margin-top: 0px!important;
}

.dl-horizontal dt {
    width: 45%!important;
    line-height: 25px;
}

.dl-horizontal dd {
    margin-left: 60%!important;
    line-height: 25px;
}

.list-preguntas {
    font-size: 18px;
    font-weight: bold;
}

.list-preguntas>li>a {
    text-decoration: none;
}

.table-formula {
    text-align: center;
    font-weight: bold;
}

.table {
    font-size: 15px;
}

.table>thead>tr>th {
    border-bottom: 0px solid transparent!important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 0px solid transparent!important;
}

.radius125 {
    border-radius: 1.25em;
    -moz-border-radius: 1.25em;
    -webkit-border-radius: 1.25em;
}

.btn-orange {
    color: #fff;
    background-color: #FF9000;
    border-color: orange;
    border-radius: 8px;
}

.back_orange_traeloya {
    color: #fff;
    background-color: #FF9900;
    border-color: orange;
    border-radius: 8px;
    padding: 10px 16px;
}

.btn-orange:hover {
    color: #fff;
    background-color: #D67C07;
    border-color: orange;
}

.btn-blue {
    color: #fff;
    background-color: #00A0DC;
    border-color: 00A0DC;
    border-radius: 8px;
}

.btn-blue:hover {
    color: #fff;
    background-color: #147099;
    border-color: 147099;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.custom-h1 {
    font-size: 75px;
}

.modal-content {
    border-radius: 0px!important
}

.modal-body .input-group {
    padding-bottom: 10px;
}

.modal-body .input-group-addon {
    background-color: #d1d1d2;
    padding-bottom: 10px;
}

.modal-body {
    background-color: #C7C7C7;
    margin: 0 20px;
}

.modal-header,
.modal-footer {
    border: none!important;
    color: #000!important;
}

.modal-content {
    background-color: #d1d1d2;
}

.bloque_gris {
    background-color: #d1d1d2;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
}


/*
Success Animation
https://codepen.io/istiaktridip/pen/BZqaOd
*/

.check_mark {
    width: 80px;
    height: 130px;
    margin: 0 auto;
}

button {
    cursor: pointer;
    margin-left: 15px;
}

.hide {
    display: none;
}


.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    font-size: 14px!important;
}

.pay_step {
    border-radius: 50px;
    font-size: 59px;
    color: white;
    border: 2px solid;
    margin: 0!important;
}

.pay_step strong {
    padding: 0px 5px;
}

.shadowover:hover {
    box-shadow: 1px 8px 20px grey;
    -webkit-transition: box-shadow .3s ease-in;
    z-index: 99;
}

@media (max-width:440px) {
    .prod_cont_top {
        height: 150px;
    }
    .prod_cont_middle {
        height: 35px;
    }
}


/* Shopping Cart style */

.onelink:link {
    color: #ff0000;
}

.onelink:visited {
    color: #0000ff;
}

.onelink:hover {
    color: #ffcc00;
}

.cart_container {
    display: none;
    position: absolute;
    z-index: 15;
    margin: auto;
    width: 80%;
    top: 25px;
}

.cart_container * {
    font-size: 100%!important;
}

.badge {
    background-color: #6394F8;
    border-radius: 10px;
    color: white!important;
    display: inline-block;
    font-size: 12px!important;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.shopping-cart {
    margin: 20px 0;
    float: right;
    width: 320px;
    max-height: 500px;
    overflow-y: auto;
    position: relative;
    padding: 20px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
    text-align: left!important;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}

.shopping-cart .shopping-cart-items {
    padding-top: 20px;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
    list-style: none;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #6394F8;
    margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE;
}


/*
.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}
*/

.cart-icon {
    color: #515783!important;
    font-size: 24px!important;
    margin-right: 7px!important;
    float: left!important;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/* End Shopping Cart style */

.borde_cuadrado {
    border-radius: 0px!important;
}

.btn_cuadrado {
    border-radius: 0px!important;
}

.space_menu {
    margin-left: 5px;
    margin-right: 5px;
}

.dropdown_btn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown_effect {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.dropdown-content li {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    z-index: 9999;
}

.dropdown-content li:hover {
    background-color: orange;
    color: white;
}

.dropdown-content li>a:hover {
    background-color: orange;
    color: white;
}

.dropdown_effect:hover .dropdown-content {
    display: block;
}

.dropdown_effect:hover .dropdown_btn {
    background-color: #f1f1f1;
}

.dropdown_btn_mobile {
    background-color: transparent;
    color: white;
    padding: 14px;
    font-size: 16px;
    border: none;
}

.dropdown_effect_mobile {
    position: relative;
    display: inline-block;
}

.dropdown-content_mobile {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.dropdown-content_mobile li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    z-index: 9999;
}

.dropdown-content_mobile li:hover {
    background-color: orange;
    color: white;
}

.dropdown-content_mobile li>a:focus {
    background-color: orange;
    color: white;
}

.dropdown_effect_mobile:focus .dropdown-content_mobile {
    display: block;
}

.dropdown_effect_mobile:focus .dropdown_btn_mobile {
    background-color: #f1f1f1;
}

.img_zoom_in:hover {
    transform: scale(1.2);
}

.btn-transparent {
    background-color: transparent!important;
    border: none;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

.zoominoutanimation {
    animation: zoominoutsinglefeatured 1s infinite;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cintillo-producto {
    width: 25%;
    position: absolute;
    right: 30px;
    bottom: 18px;
    padding-bottom: 5px;
}

.margin-left-0 {
    margin-left: 0px!important;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
}

.panel-orange {
    border-color: transparent;
    -webkit-border-radius: 8px;
    background-color: #FF9900;
    border-color: #FFC107;
    color: #fff;
}

.panel-heading-orange {
    color: #f7f7f7;
    background-color: #FF9900;
    border-color: #FFC107;
    height: 35px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.background_orange {
    background-color: #FF9900;
}

.buttonfx {
    color: white;
    /* button text color */
    outline: none;
    background: transparent;
    border: none;
    /*border-bottom: 4px solid #eee;*/
    letter-spacing: 0.0625em;
    padding: 8px 10px;
    text-transform: uppercase;
    /*font: bold 16px 'Arial', sans-serif; /* use google font */
    line-height: 2;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
    /* remove underline if using A instead of BUTTON tag */
    overflow: hidden;
    transition: all .5s;
    border-radius: 5px;
}


/* //// Default effect: Slide from Top  //// */

.buttonfx:before,
.buttonfx:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #d9534f;
    /* onhover background color */
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    /* move elements above button so they don't appear initially */
    transition: all .5s;
}

.buttonfx:before {
    background: #FF9900;
    /* button default background color */
    z-index: -2;
    transform: translate3D(0, 0, 0);
}

.buttonfx:hover {
    color: white;
}

.buttonfx:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
}


/* //// Slide Left  //// */

.slideleft:after {
    top: 0;
    z-index: -1;
    transform: translate3D(-101%, 0, 0);
}

.slideleft:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
}
/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #ffffff;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.text-warning-ty {
    color: #FF9900!important;
}
.text-info-ty {
    color: #5799CB!important;
}

.border-warning-ty {
    border-bottom: 9px solid #FF9900;
}

@media (min-width:750px) {
    .row_center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .font-size-xl{
    font-size: 46px;
    }
    .font-size-lg{
        font-size: 38px;
    }
    .font-size-md{
        font-size: 30px;
    }
    .font-size-sm{
        font-size: 22px;
    }
    .font-size-xs{
        font-size: 17px;
    }
}
  .ty-btn-primary{color:white!important;background-color:#239DD4!important;border-color:#0095C9!important}
  .ty-btn-primary:hover{color:#fff;background-color:#0780AA;border-color:#0079A3}
}
