@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@font-face {
    font-family: "ArialCE";
    src: url('fonts/ArialCE.ttf') format("truetype");
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}


a:focus {
    outline: transparent;
}

.btn:active:focus,
.btn:focus {
    outline: transparent;
}


p {
    text-align: justify;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #696969;
}

body {
    font-family: 'Open Sans';
    font-weight: 300;
    color: #5f5f5f;
}


h1.h1 {
    color: #0076b8;
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
    line-height: 78px;
    margin-top: 0px;
}


/* -- circulos -- */
.wrapper-flex,
.wrapper-flex-mobile {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-box;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;

    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}


/* -- row -- */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height.container:before,
.row-eq-height.container:after,
.row-eq-height.row:before,
.row-eq-height.row:after {
    content: normal;
}



.separa-5 {
    height: 5px;
}

.separa-10 {
    height: 10px;
}

.separa-20 {
    height: 20px;
}

.separa-40 {
    height: 40px;
}

.separa-30 {
    height: 30px;
}

.separa-50 {
    height: 50px;
}


.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.centrado {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.centrado.izquierda {
    justify-content: flex-start;
}

.centrado.derecha {
    justify-content: flex-end;
}

.animacion {
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.caja {
    overflow: hidden;
}



/* --- --- --- 
--- HEADER ---
--- --- --- ---*/
header {
    position: relative;
    z-index: 2;
}

/* -- -- -- -- -- -- -- Menú -- -- -- -- -- -- -- */
.barra_superior {
    background-color: #eef946;
}

.alineado_derecha {
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.alineado_derecha p {
    color: #004871;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.alineado_derecha p span {
    font-weight: 800;
}


.cuadro_compra {
    height: 48px;
    width: 78px;
    background-color: #006eae;
    margin-left: 30px;

    .cantidad.centrado {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
    }
}

.cuadro_compra a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cuadro_compra img {
    height: 17px;
    margin-right: 8px;
}

.cuadro_compra a:hover img {
    transform: scale(1.2);
}

.cuadro_compra p {
    color: #fff;
}

/* - barra media - */
.barra_media {
    margin: 14px 0px 20px;
}

.input-group {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: inline-table;
}

/*
input {
background-color: #f9f9f9!important;
}
*/

.zona_flotante {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    filter: drop-shadow(0px 4px 7px #00000094);
}

.zona_flotante .btn {
    border: 0px;
    border-radius: 0px;
    color: #fff;
    float: left;
    width: 50%;
    padding: 10px;
    font-size: 18px;

}

.zona_flotante .btn-whatsapp {
    background-color: #53ac58;
}

.zona_flotante .btn-phone {
    background-color: #296bcb;
}

.input-group #buscador-web.form-control {
    width: 470px;
    height: 46px;
    padding: 6px 12px;
    color: #949494;
    font-style: italic;
    background-color: #f9f9f9 !important;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    border-right: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-family: 'Raleway', sans-serif;
}

input-group#buscador-web.form-control {
    background-color: #f9f9f9 !important;
}

.linea_vertical_azul {
    width: 4px;
    height: 46px;
    background-color: #005d93;
    position: absolute;
    right: 529px;
    top: 0px;
    z-index: 2;
}

.barra_media .btn img {
    height: 22px;
}

.btn-search {
    padding: 6px 8px;
    height: 46px;
    width: 60px;
    border-radius: 0px;
    background-color: #f9f9f9;
    border: 1px solid #e4e4e4;
    border-left: 0px;

}

.btn-default:hover,
.btn-default:active:focus,
.btn-default:active:hover {
    background-color: #f9f9f9;
    border-color: #e4e4e4;
}

.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.form-control::placeholder {
    color: #949494;
}


/* - - menu_principal - - */
.menu_principal {
    background-color: #006eae;
}


.navbar-default {
    background-color: transparent;
    border: 0;
    margin-bottom: 0px;
}

.menu_principal .linea_horizontal_menu {
    width: 100%;
    height: 20px;
    background-color: rgba(0, 110, 174, 0.2);
    position: absolute;
    top: 100%;
    left: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding: 26px 12px 26px;
    margin: 0px 6px 0px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}


/* Underline Reveal */
.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eef946;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.multi-level .hvr-underline-reveal:before {
    height: 2px;
}

.navbar-default .navbar-nav li.active>a.hvr-underline-reveal:before,
.navbar-default .navbar-nav li.active>a.hvr-underline-reveal:before,
.navbar-default .navbar-nav li.active>a.hvr-underline-reveal:before,
.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.logo {
    position: absolute;
    bottom: calc(100% - 30px);
}

.logo img {
    height: 118px;
}

.tecnico {
    float: right;
    position: relative;
}

.tecnico .btn {
    padding: 0;
    height: 72px;
    width: 242px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    border: 0px solid #006eae;
    border-radius: 0px;
    background-color: #005d93;
    color: #fff;
    letter-spacing: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 78px;
    white-space: normal;
}


.tecnico .btn img {
    height: 80px;
    position: absolute;
    left: 30px;
    bottom: 0px;
}


.tecnico .btn:hover {
    color: #004871;
    background-color: #eef946;
}


/* -- -- -- Section banner -- -- -- */


.banner {
    width: 100%;
    height: 814px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    /* margin-right: 60px; */
    /* margin-left: 60px; */
}

.bxslider {
    padding: 0px;
    margin: 0px;
}

.slider {
    width: 100%;
    height: 814px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner ul>li {
    position: absolute;
}

.banner ul>li:nth-child(1) {
    position: relative;
}

.bx-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    padding: 0;
}

.bx-wrapper img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    border: 0px;
    box-shadow: 0 0 0px #ccc;
    left: 0px;
    background: #fff;
    width: 100%;
}

.superpuesto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64);
    z-index: 1;
}

.botonera {
    position: fixed;
    top: calc(50% - 48px);
    left: 0px;
    z-index: 4;
}

.superpuesto .container {
    height: 100%;

}

/* - -- texto banner -- -*/
.texto_banner {
    width: 100%;
    height: calc(100% - 200px);
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    top: 20px;
    position: absolute;
    left: 0;
}

.texto_banner p.enunciado {
    color: #fff;
    font-size: 42px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 30px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
}

.texto_banner p.enunciado span {
    color: #da251c;
}

.texto_banner .boton .btn:hover,
.texto_banner .boton .btn:focus,
.texto_banner .boton .btn:active {
    color: #000;
}

.caja_descarga {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.descarga .btn {
    width: 282px;
    height: 66px;
    padding: 6px 12px;
    color: #eef946;
    font-size: 18px;
    margin-bottom: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    border: 2px solid #eef946;
    border-radius: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    text-transform: uppercase;
}

.descarga:hover .btn {
    transform: translateY(-10px);
}

.descarga.uno:hover .btn {
    color: #006eae;
    background-color: #eef946;
}

/* -- -- --  forma_banner -- -- -- */
.marcas {
    width: 100%;
    height: 182px;
    background-color: #005d93;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.forma_banner {
    position: absolute;
    bottom: 100%;
    left: 0px;
}

.caja_opinion {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px;
}

.marca_opinion {
    height: 100%;
    position: relative;
    margin: 0;
}

.marca_opinion>div {
    padding: 0px;
}

.marca_opinion .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    left: 0px;
    background: transparent;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    margin: 0px;
}

.marcas .bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    margin: 0 auto !important;
}

.marcas .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    left: 0px;
    background: transparent;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    margin: 0px 0px;
}

.caja_objeto {
    /*
    background-color: #fff;
    border-radius: 12px;   
    margin-top: 60px;
    */
    padding: 30px;
    padding-top: 0px;
}

.caja_objeto {
    width: 220px;
    margin-right: 50px;
    /* entre 40 y 90 de separación entre imágenes */
}

.padre_imagen_marca {
    width: 100%;
    height: 82px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.padre_imagen_marca .imagen {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* -- -- -- fin forma_banner -- -- -- */
/* -- -- -- fin banner -- -- -- */

/* -- -- -- bienvenida -- -- -- */
.cabecera_bienvenida p.pretitulo {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
    margin-bottom: -6px;
    padding-left: 4px;
}

.linea_amarilla_baja {
    width: 90px;
    height: 4px;
    background-color: #eef946;
    margin-bottom: 26px;
}

.padre_imagen_proyecto {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.padre_imagen_proyecto .imagen_proyecto {
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.padre_imagen_proyecto .imagen_proyecto:after {
    content: "";
    padding-top: 92%;
    display: block;
}

.filtro_color {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 118, 184, 0.8);
    opacity: 1;
}

.filtro_color .padding {
    width: 100%;
    height: 100%;
    padding: 60px 45px 45px;
}

.filtro_color .padding>div {
    width: 100%;
}

.filtro_color p.enunciado {
    color: #eef946;
    font-size: 30px;
    margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-bottom: 26px;
    transform: translateY(48px);
    opacity: 1;
}

.filtro_color p.info {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: center;
    transform: translateY(100%);
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.texto_aparece {
    height: 48px;
    /*    border: 1px solid red;*/
}

.padre_imagen_proyecto:hover .imagen_proyecto {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.padre_imagen_proyecto:hover .enunciado,
.padre_imagen_proyecto:hover .info {
    transform: translateY(0%);
    opacity: 1;
}

/* -- -- -- fin bienvenida -- -- -- */


/* -- -- -- contacto -- -- -- */
.cuadro_amarillo_contacto {
    background-color: #eef946;
    height: 200px;
    width: calc(100% - 300px);
    margin-right: 100px;
    margin-left: 200px;
}

.semi-circulo-1 {
    width: 100px;
    height: 200px;
    border: 0px solid #555;
    background: #eef945;
    -moz-border-radius: 100px 0px 0px 100px;
    -webkit-border-radius: 100px 0px 0px 100px;
    border-radius: 100px 0px 0px 100px;
    position: absolute;
    top: 0px;
    right: 100%;
}

.semi-circulo-2 {
    width: 100px;
    height: 200px;
    border: 0px solid #555;
    background: #eef945;
    -moz-border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: -1;
}

.texto_cuadro_amarillo {
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 270px);
    float: right;
}

.la_nuez {
    position: absolute;
    left: -200px;
    top: -114px;
    z-index: 1;
    height: 426px;
}

.texto_cuadro_amarillo .imagen_texto {
    width: 100%;
    margin-bottom: 14px;
}

.texto_cuadro_amarillo .imagen_texto:last-child {
    margin-bottom: 0px;
}

.texto_cuadro_amarillo .imagen_texto img {
    height: 45px;
    margin-right: 20px;
}

.texto_cuadro_amarillo .imagen_texto p {
    color: #0076b8;
    font-size: 35px;
    margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
}

/* -- -- -- fin contacto -- -- -- */

/* -- -- --  Footer -- -- -- */
.pie_superior {
    background-color: #006eae;
    border-bottom: 8px solid #eef946;
}

.pie_superior .padding {
    padding: 36px 0px;
}

.pie_inferior {
    background-color: #fff;
}

.menu_pie p,
.menu_pie p a {
    color: #f9f0d9;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s ease-in-out;
    margin-bottom: 8px;
}

.menu_pie p a:active,
.menu_pie p a:hover {
    color: #eef946;
}

.copi {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    transition: all .2s ease-in-out;
}

.firma p,
.firma p a {
    color: #787878;
    font-size: 12px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    transition: all .2s ease-in-out;
    padding: 20px 0px;
}

.firma a:hover {
    color: #006eae;
}

/*-- manto movil --*/
#manto-movil {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
}

#manto-movil.toogled {
    z-index: 30;
}

.nav-pills>li>a {
    color: #006eae;
    font-weight: 400
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #006eae
}

/************************************
*             BUSCADOR              *
************************************/

#buscador_emergente {
    position: absolute;
    top: 195px;
    width: 100%;
    z-index: 1000;
    transition: 300ms all ease
}

#buscador_emergente.oculto {
    visibility: hidden;
    opacity: 0;
    top: 0
}

.buscador_emergente>div {
    background: #fff;
    border-bottom: 1px solid #e4e9ef;
    box-shadow: 0 0 3px #ccc;
    padding: 15px
}

.input_buscador {
    border-right: 0;
    box-shadow: none;
    border-radius: 0
}

.boton_input_buscador {
    border-radius: 0;
    padding: 10px;
    border-left: 0;
    border-right: 0;
    color: rgba(0, 0, 0, .3);
    background-color: #fff !important
}

.cerrar_input_buscador {
    border-right: 0;
    border-right: 1px #ccc solid;
    color: rgba(0, 0, 0, .3);
    padding: 10px;
    border-radius: 0;
    background-color: #fff !important
}

#buscador {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    display: flex;
    pointer-events: none
}

#buscador.search-active {
    overflow: hidden;
    pointer-events: auto
}

#buscador.search-active .search-input {
    opacity: 1;
    transform: none;
    pointer-events: all
}

#buscador.search-active .icon-close {
    opacity: 1;
    transform: rotate(-90deg)
}

#buscador.search-active .control {
    cursor: default
}

#buscador.search-active .control .btn-material {
    transform: scale(70);
    right: 1000px;
    top: 0
}

#buscador.search-active .control .icon-material-search {
    opacity: 0
}

.icon-close {
    position: fixed;
    top: 30px;
    right: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 70px;
    opacity: 0;
    transition: all .3s ease-in-out
}

.icon-close:hover {
    transform: rotate(0)
}

.search-input {
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -40px;
    pointer-events: none;
    opacity: 0;
    transform: translate(40px, 0);
    transition: all .3s ease-in-out
}

.search-input input {
    color: #fff;
    font-size: 54px;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    font-weight: 200
}

.search-input i {
    color: #fff;
    font-size: 50px;
    margin-right: 15px
}

.search-input ::-webkit-input-placeholder {
    color: #eee
}

.search-input :-moz-placeholder {
    color: #eee;
    opacity: 1
}

.search-input ::-moz-placeholder {
    color: #eee;
    opacity: 1
}

.search-input :-ms-input-placeholder {
    color: #eee
}

.full-width {
    width: 100%
}

.control {
    cursor: pointer
}

.control .btn-material {
    position: absolute;
    top: -100px;
    width: 60px;
    height: 60px;
    right: 0;
    border-radius: 100%;
    box-sizing: border-box;
    background: #006eae;
    outline: 0;
    opacity: .9;
    transform-origin: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all .7s cubic-bezier(0.4, 0, 0.2, 1)
}

.control .btn-material:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

.control .icon-material-search {
    color: #fff;
    position: absolute;
    top: -10px;
    right: 78px;
    transition: opacity .3s ease-in-out
}

.navbar-img {
    display: none
}

/**************************
        NUEVA CESTA
**************************/

#cesta .articulo .padding {
    padding-right: 30px
}

.resumen-cesta {
    padding: 20px
}

.resumen-cesta .ancho-resumen {}

.resumen-cesta .label-resumen {
    float: right
}

.resumen-cesta .label-resumen .cesta-bono {
    font-size: 24px;
    margin-right: 10px
}

.resumen-cesta .label-resumen .precio_descuento {
    font-size: 24px;
    margin-left: 10px
}

.resumen-cesta .label-resumen .bigger {
    font-size: 24px;
}

.resumen-cesta .label-resumen p {
    margin: 0
}

.resumen-cesta .aplicar_codigo {
    height: 52px;
    border-radius: 0;
    border-right: none
}

.resumen-cesta .input-group-btn {
    border: 1px solid #ccc;
    border-radius: 0;
    border-left: none
}

.resumen-cesta .btn-codigo {
    color: #fff;
    border: 2px solid #fff;
    height: 48px;
    cursor: pointer;
    display: flex;
    min-width: 48px;
    align-items: center;
    justify-content: center;
    background-color: #006eae
}

#gastos .radio,
#gastos label {
    margin: 0
}

#gastos label {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

#gastos .radio .colocar {
    width: 0px;
    margin-bottom: 5px
}

.marco-gasto {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0px
}

.resumen-total strong {
    text-transform: uppercase;
    position: relative;
    top: 10px;
}

.metodos-pago .radio-inline {
    font-size: 18px;
    margin-left: 20px;
}

.btn-borrartodo {
    border-radius: 0px;
    background-color: #006eac;
    color: #fff !important
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.condiciones a {
    color: #006eae
}

/************************************
*  Archivos adjuntos y tipografias  *
************************************/

.tipografia,
.titulo-contenido {
    text-align: left;
    color: #505050;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
}

.titulo-contenido {
    color: #000;
    color: #006eae;
}

.tipografia i {
    color: #006eac
}

.listado {
    text-align: justify;
}

.listado ul,
.listado li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.listado li {
    padding: 20px;
    background-color: #fef0ee;
}

.listado li a,
.listado li.alt a {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.listado li.alt {
    background-color: transparent;
}

.listado li.alt a {
    color: #000;
    text-decoration: none;
}

.listado a {
    color: #000;
    text-decoration: none;
}

.listado a:hover,
.listado li.alt a:hover {
    color: #006eac;
    text-decoration: none;
}

.btn-gris {
    color: #333;
    background-color: #fafafa
}

.btn-gris:hover,
.btn-gris:focus,
.btn-gris:active {
    color: #333;
    background-color: #dedede
}


/************************************
*            MULTIFORMA             *
************************************/

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

.bloque_imagen_lista i {
    color: #006eac
}

.bloque_cabecera .bloque_titulo {
    background-color: #006ead;
    padding: 15px
}

.bloque_cabecera .bloque_interior {
    background-color: #eff9ff;
    padding: 30px 15px
}

.bloque_cabecera .bloque_titulo h3 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300
}

.bloque_cabecera .imagen {
    width: 100%
}

.bloque_cabecera h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    color: #313131
}

.bloque_cabecera .texto {
    font-size: 18px;
    font-weight: 300
}

.bloque_imagen_lista .imagen {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    margin-bottom: 30px
}

.bloque_imagen_lista h4 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    color: #006eac;
    font-size: 22px
}

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

.bloque_puntos ul li {
    margin-bottom: 15px
}

.bloque_puntos ul li>p>.fa {
    font-size: 20px;
    color: #006eac
}

.bloque_contenido .titulo {
    background-color: #006eac;
    padding: 15px 10px
}

.bloque_contenido .titulo h4 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300
}

.bloque_contenido .bloque {
    padding: 0 10px
}

.bloque_desplegable .fondo,
.bloque_documentos .fondo {
    background-color: #feffeb;
    padding: 20px;
    margin-bottom: 40px
}

.bloque_desplegable .panel-group,
.bloque_documentos .panel-group {
    margin: 0
}

.bloque_desplegable h2,
.bloque_documentos h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #313131
}

.bloque_desplegable .panel-default {
    border-color: #006eac
}

.bloque_desplegable .panel-default>.panel-heading {
    background-color: #006eac;
    color: #fff;
    border-color: #006eac
}

.bloque_desplegable h2 .fa {
    color: #006eac
}

.bloque_desplegable .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #006eac
}

.bloque_imagenes img {
    width: 100%
}

.bloque_imagenes .flexible {
    display: flex;
    align-items: center
}

.bloque_titulo .fa {
    color: #eef946
}


.panel-body .btn-corporativo2 {
    padding: 8px 15px
}

.bloque_imagenes img {
    width: 100%;
    max-height: 200px;
    object-fit: cover
}


/************************************
*               BLOG                *
************************************/

.bloque.principal.noticia {
    display: inherit
}

.noticias,
.post_details ul,
.popular {
    list-style: none;
    padding: 0;
    margin: 0
}

.noticia a {
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #333333
}

.noticias .imagen {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.noticias .imagen:after {
    content: "";
    padding-top: 50%;
    display: block
}

.not-imagen {
    background-color: #ededed
}

.full-width {
    width: 100%
}

.noticia .titular {
    margin-bottom: 0;
    border-bottom: solid 1px #f3f3f3
}

.noticia .titular h1 {
    color: #1e1f1d;
    margin-bottom: 10px
}

.noticia .titular a>h3 {
    margin-bottom: 17px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    color: #333333;
    font-family: 'Oswald', sans-serif;
}

.noticia .post_details {
    color: #fff;
    background-color: #006eae;
    padding: 10px;
    border-bottom: solid 5px #005d93;
    text-align: right;
    font-size: 13px
}

.post_details li {
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #fff
}

.noticia-detalle-fecha small {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #302224
}

.post_details i {
    color: #fff
}

.noticia-detalle-fecha i {
    color: #2f3668
}

.noticia .contenido {
    padding: 5px 15px 10px;
    background-color: #fff;
    border: 1px solid #ffefcc
}

.contenido_noticia_lista {
    border: 1px solid #006eae;
    padding: 0 20px;
    background-color: #dde9f3
}

.noticia-detalle-fecha {
    text-align: right;
    color: #2b2b2b
}

.widget-noticias {
    background-color: #f3f3f3;
    padding: 15px
}

.widget-noticias h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #006eae;
    font-family: 'Oswald', sans-serif;
}

.widget-noticias .input-group-btn {
    height: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.widget-noticias .input-group-btn button {
    height: 100%;
    border: 1px solid #006eae;
    background-color: #006eae;
    color: #fff
}

.widget-noticias .input-group-btn i {
    font-size: 16px
}

.popular {
    font-size: 13px
}

.mini-noticia a {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 14px
}

.popular li {
    padding: 10px 0;
    border-bottom: dotted 1px #006eae
}

.popular .imagen {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    background-size: cover;
    background-position: center center
}

.popular a.title {
    color: #070707;
}

.popular a.texto-breve {
    color: #707070;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    font-size: 12px
}

.popular a.title:hover,
.popular a.title:focus,
.popular a.title:active {
    color: #070707
}

.bloque.noticia {
    margin-bottom: 40px
}

.cuadro_noticia {
    background-color: rgba(0, 110, 174, 0.15);
    border: 1px solid #006eae;
    max-width: 400px;
    float: left;
    margin: 0px 20px 12px 0px;
}

.titulo_noticia {
    color: #006eae;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}

#busqueda {
    border-color: #006eae;
}

.marco-contacto {
    border: 1px solid #006eae;
    background-color: rgba(0, 110, 174, 0.1);
    padding: 20px
}

.marco-contacto h3 {
    margin-top: 0px
}

.widget-noticias {
    border: 1px solid #006eae;
    background-color: rgba(0, 110, 174, 0.15)
}

.marco-contacto .input-group-addon {
    background-color: #006eae;
    border-color: #006eae;
    line-height: inherit;
    color: #fff;
}

.marco-contacto .form-control {
    border-color: #006eae;
}


/************************************
*             INTERIOR              *
************************************/

.banner_interior {
    width: 100%;
    height: 200px;

    overflow: hidden;
}

.banner_interior .imagen {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(4px);
}

.banner_interior .texto {
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
}

.banner_interior .texto img {
    margin-top: 20px;
}

.banner_interior .texto {
    background-color: rgba(238, 249, 70, 0.5);
}

.banner_interior p {
    margin-top: 0;
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}

.banner_interior h1 {
    margin-top: 0;
    font-size: 54px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}


.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #eef946;
    background-color: transparent;
}

.nav .dropdown-menu {
    background-color: #005d93;
    border-color: #005d93;
}

.nav .dropdown-menu>li>a {
    color: #fff;
    padding: 10px 20px;
}

.nav .dropdown-menu>li>a:focus,
.nav .dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #eef946
}

.btn-big {
    padding: 15px 30px;
    font-size: 16px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: transparent
}

.cuadro_produco {
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    position: relative
}

.cuadro_produco .imagen {
    margin-top: 15px;
}

.cuadro_produco .nombre {
    font-size: 20px;
    margin: 20px 0px 10px;
    width: 80%;
}

.cuadro_produco .referencia {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 0px
}

.cuadro_produco .otras_fotos {
    text-align: center
}

.cuadro_produco .precio_con {
    font-size: 26px;
    font-weight: 700;
    color: #006eae;
    margin: 0px;
    margin-top: 10px;
}

.cuadro_produco .precio_sin {
    font-size: 13px
}

.cuadro_produco .descripcion {
    margin-bottom: 15px;
}

.cuadro_produco .descripcion p {
    font-size: 14px
}

.cuadro_produco .otras_fotos {
    font-size: 14px;
    height: 20px;
}

.cuadro_produco .precio_con .precio_anterior {
    font-size: 12px;
    color: #5f5f5f;
    font-weight: 300;
    text-decoration: line-through
}

.cuadro_stock {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    z-index: 2;
}

.cuadro_stock.condicion {
    top: 35px;
}

/**EL OTRO PRODUCTO**/

.cuadro_produco.cuadradote {
    padding: 20px;
    height: 500px;
}

.cuadro_produco.cuadradote .imagen {
    margin-top: 0px;
    object-fit: contain;
    height: 250px;
}

.cuadro_produco.cuadradote .nombre {
    text-align: center;
}

.cuadro_produco.cuadradote .referencia {
    text-align: center
}

.cuadro_produco.cuadradote .precio_con {
    text-align: center
}

.cuadro_produco.cuadradote .precio_sin {
    text-align: center
}

/***SWIPEBOX***/
#swipebox-bottom-bar {
    background-color: transparent !important;
}

#swipebox-overlay {
    background: rgba(0, 0, 0, 0.9)
}

/**FILTROS**/

.caja_filtros {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 15px;
}

.caja_filtros h2 {
    margin: 0px;
    font-size: 18px;
}

.rowlite>div {
    padding: 0px 5px;
}

/***HORMIGAS**/

.hormigas {
    background-color: #f5f5f5;
    background-color: #eef9465e;
}

.breadcrumb {
    margin: 0px;
    /* height: 36px; */
    height: auto;
}

/*** MENU LATERAL **/

.list-group.mini-version {}

.list-group.mini-version .list-group-item {
    font-size: 12px;
    padding: 5px 15px;
    border-bottom: 0px;
}

.list-group.mini-version .list-group-item:last-child {
    border-bottom: 1px solid #ddd;
}

.title-categoria {
    font-size: 14px;
}

/** PRODUCTOS LISTA**/
.zona_buscador_productos_lista {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 15px;
}

.zona_buscador_productos_lista #lunch {
    width: 200px;
}

.preciospan {
    width: 58px;
}

.precio_bajo.preciospan {
    text-align: left;
}

.precio_alto.preciospan {
    text-align: right;
}

.contenedor_precios {
    display: inline-flex;
}

.contenedor_precios .slider.slider-horizontal {
    width: 200px;
}

#selector_orden {
    width: 210px;
}

.list-group .badge {
    background-color: #006EAE;
}

.slider-selection {
    background: #cedd00 !important
}

#palabra_in_lista {
    width: calc(100% - 305px)
}

#palabra_in_lista>input {
    width: calc(100% - 45px)
}

#palabra_in_lista>.input-group-addon {
    padding: 9px
}



.btn-pagination {
    background-color: #006eae;
    color: #fff;
    margin: 0px 10px;
    border-radius: 4px !important
}

.btn-pagination:focus,
.btn-pagination:active,
.btn-pagination:hover {
    color: #67c7ff !important
}

.btn-pagination.active {
    background-color: #005d93;
}

h2.productos_portada {
    color: #0076b8;
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    line-height: 78px;
    margin-top: 0px;
}

.noestavisibleparapersonas {
    height: 0px;
    opacity: 0;
    padding: 0px;
    margin: 0px;
    border: 0;
    position: absolute;
}

.tecnico .dropdown-menu {
    background-color: #005d93;
    border-color: #005d93;
    margin: 0px;
    border-radius: 0px;
}

.tecnico .dropdown-menu>li>a {
    color: #fff;
    padding: 10px 20px;
}

.tecnico .dropdown-menu>li>a:focus,
.tecnico .dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #eef946
}

/* TABLA MIS PEDIDOS*/

.tabla_cabecera .row {
    font-weight: 400;
    background-color: #006eae;
    color: #fff
}

#tabla_stocks_resultados .row:nth-child(even) {
    background-color: rgba(0, 110, 174, 0.1)
}

.tabla_stocks .cell {
    padding: 15px
}

.tabla_stocks .cell-btn {
    padding: 10px
}

.avisono {
    margin: 10px 0px;
    font-size: 18px
}

textarea {
    resize: vertical;
}

/*********************************
*            INTERIORES          *
*********************************/

.interiores {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
}


/*Detalle producto*/
.breadcrumb>li {
    font-size: 13px;
}

.tag_option {
    margin: 5px;
    color: #000
}

.tag-circle {
    height: 42px;
    width: 42px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    overflow: hidden;
    border: 2px solid #f5f5f5;
}

.tag-circle img {
    height: 40px;
    width: 40px;
    border-radius: 40px
}

.tag_bloque {
    height: 40px;
    width: 40px;
    display: inline-flex;
    background-color: #f5f5f5;
    justify-content: center;
    align-items: center
}

.tag-circle.active {
    border: 2px solid #000;
}

.tag_bloque.active {
    background-color: #006eae;
}

.tag_option.active a {
    color: #fff;
}

.foto_principal .imagen {
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #f5f5f5
}

.foto_principal.mini .imagen {
    height: 444px;
    background-size: cover;
}

.foto_principal .lupa {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 300ms all linear;
    color: #fff;
    font-size: 40px
}

.foto_principal .lupa:hover {
    opacity: 1;
}

.quantity {
    border: 2px solid #006eae;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.quantity label {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 10px;
    color: #005d93;
    margin-bottom: 0;
    top: 3px;
    font-size: 15px;
}

.quantity-controls .fa {
    position: relative;
    color: #005d93;
    font-size: 16px;
    bottom: 2px;
}

.quantity-controls {
    display: inline-block;
    position: relative;
}

.quantity-controls span {
    color: #888;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 8px;
    width: 26px;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;

    color: #171717;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.quantity-controls span.right {
    left: 8px;
    text-align: left;
}

#cantidad {
    border: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    color: #005d93;
    height: 48px;
    line-height: 48px;
    margin: 0 26px;
    outline: 0;
    padding: 0;
    position: relative;
    width: 40px;
    -webkit-appearance: none;

    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.otros_productos h2.tambieninteresa,
.otros_productos h3.tambieninteresa {
    color: #006eae;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.botones_carro {
    width: calc(100% - 225px);
    float: right;
}

.botones_carro.grande {
    width: 100%;
}

.btn_love img {
    height: 30px;
    width: 30px
}

.btn-filtro {
    height: 34px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
}

.botones_carro .btn-tam {
    height: 52px;
    border-radius: 0;
    width: 100%;
}

.botones_carro .jovel {
    display: none;
}

.texto_btn_carro {
    font-size: 18px;
    color: #ffff;
}

.botones_carro:hover .texto_btn_carro {
    display: none;
    transition: 0.3s ease-in-out all;
}

.botones_carro:hover .jovel {
    display: block;
    color: #000;
    transition: 0.3s ease-in-out all;
}

.botones_carro:hover .btn-tam {
    background-color: #1aff00 !important;
    border: #1aff00 !important;
    transition: 0.3s ease-in-out all;
}

.botones_carro:hover .btn-carro_portada img {
    filter: brightness(0);
    transition: 0.3s ease-in-out all;
}

.descarga.uno:hover .btn {
    color: #fff;
    background-color: #005d93;
}

.descarga.dos:hover .btn {
    color: #005d93;
    background-color: #e8d6fb;
}

.mayorista {
    color: #005d93;
    background-color: #e8d6fb;
    border: 2px solid #005d93;
    padding: 16px 14px;
    text-align: center;
    font-weight: 600;
}

.btn-corporativo {
    background-color: #005d93;
    color: #fff;
    border-radius: 0;
    border: 2px solid #005d93;
}

.btn-corporativo .btn-carro_portada img {
    height: 20px;
    width: 20px;
    margin-right: 15px;
    border-radius: 0;
}

.btn-comprar {
    border: 0;
}

.btn-grandotes {
    padding: 15px
}

.btn-corporativo2 {
    background-color: #005d93;
    color: #fff;
    border-radius: 0;
    border: 2px solid #005d93;
}

.btn-corporativo3 {
    background-color: #005d93;
    color: #fff;
    margin-top: 5px;
    font-size: 10px;
    border-radius: 0;
    border: 2px solid #005d93;
}

.btn-corporativo:hover,
.btn-corporativo:focus,
.btn-corporativo:active {
    color: #005d93;
    background-color: #e8d6fb;
    border: 2px solid #005d93;
}

.btn-corporativo2:hover,
.btn-corporativo2:focus,
.btn-corporativo2:active {
    color: #005d93;
    background-color: #e8d6fb;
    border: 2px solid #005d93;
}

.btn-corporativo3:hover,
.btn-corporativo3:focus,
.btn-corporativo3:active {
    color: #005d93;
    background-color: #e8d6fb;
    border: 2px solid #005d93;
}

.btn-corp {
    background-color: #006eae;
    color: #fff !important;
    border: 0;
}

.btn-default-formulario {
    background-color: #c6c6c6;
    color: #fff !important
}

.nav-botones {
    border: none;
}

.nav-botones>li>a {
    background-color: #fff;
    border-radius: 0px;
    margin: 0px 10px;
    color: #006eae;
    border: 2px solid #006eae;
}

.nav-botones>li>a:focus,
.nav-botones>li>a:hover {
    background-color: #f5f5f5;
    color: #006eae;
    border: 2px solid #006eae;
}

.nav-botones>li.active>a,
.nav-botones>li.active>a:focus,
.nav-botones>li.active>a:hover {
    background-color: #006eae;
    color: #fff;
    border: 2px solid #006eae;
}

h1#title_prod {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #006eae;
    font-size: 24px;
    margin-top: 0px
}

h3.categoria {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin-top: 0px
}

span {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    color: #006eae;
    font-weight: 400
}

.titulotag {
    font-weight: 400
}

.videos_responsive {
    width: 600px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

ul.columnas-detalle {
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

.otras_fotos .imagen {
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.breadcrumb {
    margin: 0;
    background-color: transparent
}

.breadcrumb {
    li {
        a {
            text-transform: capitalize;
            color: #006EAE
        }
    }
}

.breadcrumb>li+li:before {
    color: #006EAE;
    padding: 0 1px;
}

.precio_vol {
    margin-bottom: 0;
    margin-top: 10px;
}

.precios .tachado {
    text-decoration-line: line-through;
    margin: 2px;
}

.precios_estilos .precio {
    font-size: 38px;
    font-weight: 600;
    color: #006eae;
    margin: 0px;
    margin-top: 10px;
    line-height: 35px;
}

p.tachado {
    margin: 0px
}

p.parrafo_precio {
    margin: 0px;
}

.cuadro_condicion {
    border: 2px solid #006eae;
    padding: 5px 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.cuadro_condicion p {
    margin: 0px;
    color: #006eae;
    font-size: 14px;
}

.h2_classic {
    color: #006eae;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}

.panel-default.panel-corporativo {
    border: 0px;
    box-shadow: none;
}

.panel-default.panel-corporativo>.panel-heading {
    /*
    color: #fff;
    background-color: #006eae;
    border-color: #ddd;
    */
    border: 0px;
    border-radius: 0px;
    background-color: #f0f9ff;
    border-bottom: #c5d7e2 2px solid;
    color: #006eae;
}

.panel-default.panel-corporativo>.panel-heading.active {
    color: #004269;
    background-color: #deedf7;
}

.caja_modelos {
    background-color: #eef9465e;
    float: left;
    margin: 5px;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 400;
}

/**************************
SWIPEBOX
**************************/

.cuadro_fotos {
    padding-top: 15px;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
}

.cuadro_fotos .foto_principal {
    background-color: #fff;
    margin-bottom: 15px
}

.cuadro_fotos .galeria {
    padding: 30px 15px;
    background-color: #3b3b3b
}

.swipebox .imagen {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

/*.swipebox .imagen:after{content:'';padding-top:66.66%;display:block}*/
.swipebox .imagen:after {
    content: '';
    padding-top: 100%;
    display: block
}

.btn-precio {
    padding: 0
}

.foto_color .imagen {
    float: left;
    height: 75px;
    width: 75px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 15px 30px 0
}

.swipebox .imagen.secundaria {
    background-size: contain;
    border: 1px solid #f5f5f5;
}

.zona_galeria_mini .bx-wrapper .bx-prev {
    left: -45px;
}

.zona_galeria_mini .bx-wrapper .bx-next {
    right: -45px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 1000;
}

.lista_modelos {
    padding: 0px 20px;
    margin: 0px;
}


/***COSAS NUEVAS PORTADA**/
.contenedor_input {
    width: 100%;
}

.contenedor_input input {
    height: 60px;
    border: 3px solid #006eae;
}

.contenedor_input .btn {
    border-left: 0px;
    font-size: 24px;
    padding: 5px 16px;
    height: 60px;
}

.titulo_etiqueta {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #006ead;
    text-transform: uppercase;
}

.donde_encontrar {
    text-align: center;
    margin-top: 30px;
}

.donde_encontrar a {
    text-align: center;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: 600;

    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
    color: #fff !important
}

.modal-header {
    background-color: #006ead;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header .modal-title {
    color: #fff;
}

.modal-header .close {
    color: #fff;
    opacity: 1
}

.donde_encontrar_ligero p {
    font-size: 12px;
    margin-bottom: 20px
}


.caja_titulos_compatibles {}

.caja_titulos_compatibles .h2_classic {
    float: left;
}

.caja_titulos_compatibles .donde_encontrar_ligero {
    float: right;
    margin: 20px 0px;
    margin: 25px 0px;
    line-height: 0px;
}

.caja_titulos_compatibles .donde_encontrar_ligero p {
    margin: 0px
}

.cuadro_advertencia_envio {
    border: 1px solid #c9deec;
    background-color: #f0f9ff;
    padding: 10px;
    padding-left: 0px;

    .cuadro {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 5px 10px;
    }
}

.cuadro_advertencia_envio .icono_envio {
    font-size: 32px;
    float: left;
    width: 10%;
    text-align: center;
    color: #006eae;
}

.cuadro_advertencia_envio .texto_envio {
    float: left;
    width: 90%;
}

.cuadro_advertencia_envio p {
    font-size: 11px;
    margin: 0px;
    color: #006eae;
    font-style: italic;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Responsive  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/
@media (max-width: 2080px) {

    .marcas .bx-wrapper {
        width: calc(250px * 7);
    }

    .caja_objeto {
        width: 200px;
        margin-right: 50px !important;
    }
}

@media (max-width: 1920px) {

    .marcas .bx-wrapper {
        width: calc(250px * 7);
    }

    .caja_objeto {
        width: 200px;
        margin-right: 50px !important;
    }
}

@media (max-width: 1800px) {

    .marcas .bx-wrapper {
        width: calc(250px * 6);
    }

    .caja_objeto {
        width: 200px;
        margin-right: 50px !important;
    }
}

@media (max-width: 1500px) {

    .marcas .bx-wrapper {
        width: calc(250px * 5);
    }

    .caja_objeto {
        width: 200px;
        margin-right: 50px !important;
    }
}

@media (max-width: 1300px) {

    .marcas .bx-wrapper {
        width: calc(250px * 4);
    }

    .caja_objeto {
        width: 200px;
        margin-right: 50px !important;
    }
}

@media (max-width: 1050px) {

    .marcas .bx-wrapper {
        width: calc(250px * 3);
    }

    .caja_objeto {
        width: 200px;
        margin-right: 50px !important;
    }
}

@media (max-height: 768px) {
    /* alto portatil */


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */

    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .banner,
    .slider {
        height: 568px;
    }

    .texto_banner p.enunciado {
        font-size: 36px;
        margin: 0 100px;
        margin-bottom: 30px;
    }

    .descarga .btn {
        width: 200px;
        height: 60px;
    }

    .marcas {
        height: 162px;
    }

    .forma_banner {
        bottom: 99%;
    }

    .caja_opinion {
        padding: 40px 0px;
    }

    .marcas .bx-wrapper {
        width: calc(190px * 6);
    }

    .caja_objeto {
        width: 150px !important;
        margin-right: 40px !important;
    }




    /* -- -- -- Bienvenida -- -- -- */

    /* -- -- -- FOOTER -- -- -- */

}

@media (max-width: 1200px) {
    /* monitores normales y tablet horizontal */

    h1.h1 {
        font-size: 50px;
        line-height: 68px;
    }

    .cabecera_bienvenida p.pretitulo {
        letter-spacing: 2px;
    }

    /* -- -- -- Banner -- -- -- */
    .texto_banner p.enunciado {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .marcas {
        height: 118px;
    }

    .texto_banner {
        height: calc(100% - 138px);
    }

    .caja_opinion {
        padding: 24px 0px;
    }

    .padre_imagen_marca {
        height: 70px;
    }


    .marcas .bx-wrapper {
        width: calc(220px * 4);
    }

    .caja_objeto {
        width: 180px !important;
        margin-right: 40px !important;
    }


    /* -- -- -- Bienvenida -- -- -- */
    .filtro_color p.enunciado {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .filtro_color p.enunciado {
        transform: translateY(30px);
    }

    /* -- -- -- Cuadro amarillo -- -- -- */
    .la_nuez {
        top: -96px;
        height: 360px;
    }

    .texto_cuadro_amarillo .imagen_texto img {
        height: 50px;
        margin-right: 15px;
    }

    .texto_cuadro_amarillo .imagen_texto p {
        font-size: 30px;
    }

    .texto_cuadro_amarillo {
        width: calc(100% - 200px);
    }

}


.cont_bot_pie {
    display: none;
}

@media (max-width: 991px) {
    .boton_reservar_pie {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 14px 20px;
        width: 50%;
        height: 50px;
    }

    .boton_reservar_pie.uno {
        background-color: #25D366;
        color: #fff !important;
    }

    .boton_reservar_pie.uno a {
        color: #fff !important;
    }

    .boton_reservar_pie.dos {
        background-color: #ffffff;
    }

    .boton_reservar_pie.dos a {
        color: #000000;
    }

    .boton_reservar_pie.dos svg path {
        fill: #000;
    }

    .boton_reservar_pie.dos span img,
    .boton_reservar_pie.dos span svg {
        filter: brightness(10);
    }

    .cont_bot_pie {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    .boton_reservar_pie p {
        margin: 0;
        font-size: 20px;
        font-weight: 100;
        font-family: 'Open Sans';
        white-space: nowrap;
        animation: bounceContent 2s ease-in-out infinite;
    }

    .boton_reservar_pie span {
        display: flex;
        align-items: center;
        animation: bounceContent 2s ease-in-out infinite;
    }

    .boton_reservar_pie span img,
    .boton_reservar_pie span svg {
        width: 24px;
        height: 24px;
        fill: #fff;
    }

    @keyframes bounceContent {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-6px);
        }
    }
}

@media (max-width: 992px) {

    /* tablet vertical */
    .banner_interior h1 {
        font-size: 35px;
    }

    #palabra_in_lista {
        width: 100%;
        justify-content: left;
    }

    .zona_buscador_productos_lista {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    h1.h1 {
        font-size: 40px;
        line-height: 58px;
    }

    .cabecera_bienvenida p.pretitulo {
        letter-spacing: 1px;
        padding-left: 2px;
    }

    .navbar-header {
        float: none;
        height: 52px;
        border-bottom: 0px solid #002ba6;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-toggle {
        margin: 0px;
        padding: 19px 15px;
        border: 0px;
        background-color: #006eae;
        border-radius: 0;
    }

    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px 15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }


    header {
        position: fixed;
        z-index: 2;
        width: 100%;
        z-index: 1000;
    }

    .right-toggle img {
        height: 26px;
    }

    .navbar-toggle.right-toggle {
        padding: 13px 13px;
    }

    .sidebar-nav li a {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        text-align: right;
        padding: 10px 10px;
        text-transform: uppercase;

    }

    /* .despliegue {
        width: 230px !important;
    } */

    .left .sidebar-nav li a {
        text-align: left;
        padding: 10px 10px;
    }


    .sidebar-nav li {
        border-bottom: 1px dotted rgb(23, 142, 212);
    }

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .sidebar-wrapper,
    .sidebar-wrapper.right {
        background-color: #006eae;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #006eae;
    }

    /* .sidebar-wrapper.right .sidebar-nav li:first-child,
    .sidebar-wrapper.right .sidebar-nav li:nth-child(2) {
        padding: 10px 20px;
        border-top: 0px;
    } */

    .sidebar-wrapper.right .sidebar-nav li:last-child {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    }

    .sidebar-wrapper li img {
        height: 24px;
        transition: all .2s ease-in-out;
    }

    .sidebar-nav li {
        text-indent: 0px;
    }

    .sidebar-wrapper.right .form-control {
        width: auto;
        height: 43px;
        padding: 6px 12px;
        color: #015889;
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid rgb(1, 88, 137);
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .sidebar-wrapper.right .input-group {
        justify-content: center;
    }

    .sidebar-wrapper.right .btn {
        padding: 6px 8px;
        height: 43px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .sidebar-wrapper.right .btn-default {
        background-color: #02588a;
        border-color: #015889;
    }

    .sidebar-wrapper.right .form-control::placeholder {
        color: #015889;
    }

    .open>.dropdown-menu.multi-level {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
        justify-content: center;
        position: relative;
        background-color: transparent;
        border: none;
    }



    /* -- -- -- Menú -- -- -- */
    .menu_principal {
        background-color: #ffffff;
    }

    .menu_principal .container {
        width: 100%;
        padding: 0px;
    }

    .menu_principal .linea_horizontal_menu {
        height: 4px;
    }

    .navbar-default .navbar-brand {
        text-align: center;
        padding: 0px;
    }

    .navbar-default .navbar-brand img {
        height: 60px;
        margin: 0 auto;
        position: relative;
        top: 4px;
        /* z-index: 1000; */
    }

    .cuadro_carrito {
        height: 52px;
        width: 52px;
        background-color: #eef946;
        float: right;
        position: relative;
        right: 52px;
        display: inline-flex !important;
    }

    .cuadro_carrito img {
        height: 26px;
    }

    .sidebar-wrapper .tecnico {
        float: none;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .sidebar-wrapper.right .tecnico .btn {
        padding: 0;
        height: 72px;
        width: 100%;
        padding-left: 50px;
        padding-right: 10px;
        border-radius: 0;
        justify-content: right;
    }

    .tecnico .btn img {
        height: 75px;
        position: absolute;
        left: 10px;
        bottom: 10px;
    }

    .sidebar-wrapper.right .tecnico .btn:hover {
        background-color: #eef945;
    }


    /* -- -- -- Banner -- -- -- */
    .banner,
    .slider {
        height: 740px;
    }

    .caja_opinion {
        padding: 22px 0px;
    }

    .marcas .bx-wrapper {
        width: calc(210px * 3);
    }

    .caja_objeto {
        width: 170px !important;
        margin-right: 40px !important;
    }

    .texto_banner p.enunciado {
        font-size: 36px;
        margin: 0 100px;
        margin-bottom: 30px;
    }

    .texto_banner {
        height: calc(100% - 118px);
        top: 0px;
    }

    .descarga .btn {
        width: 200px;
        height: 60px;
    }

    h2.productos_portada {
        font-size: 35px;
        text-align: center;
    }

    /* -- -- -- Cuadro Amarillo -- -- -- */
    .texto_cuadro_amarillo {
        width: calc(100% - 104px);
    }

    .cuadro_amarillo_contacto {
        height: 168px;
        width: calc(100% - 268px);
        margin-right: 84px;
        margin-left: 184px;
    }

    .texto_cuadro_amarillo .imagen_texto p {
        font-size: 25px;
    }

    .texto_cuadro_amarillo .imagen_texto img {
        height: 40px;
        margin-right: 9px;
    }

    .semi-circulo-1,
    .semi-circulo-2 {
        width: 84px;
        height: 168px;
    }

    .la_nuez {
        top: -53px;
        height: 250px;
    }

    .banner_interior {
        height: 240px;

        p {
            margin-top: 50px;
            font-size: 50px;
            line-height: 55px;
        }
    }

}

@media (max-width: 767px) {
    /* móviles */

    h1.h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .producto-detalle {
        .cuadro_condicion {
            right: 15px !important;
        }

        .col-xs-10 {
            margin-left: 0;
        }
    }

    .banner_interior h1 {
        margin-top: 50px !important;
    }

    .filtro_color p.enunciado {
        transform: translateY(34px);
    }

    /* -- -- -- Banner -- -- -- */
    .banner,
    .slider {
        height: 540px;
    }

    .sidebar-nav li a img {
        margin-left: 0px;
        height: 20px;
        margin-right: 10px;
    }


    .marcas .bx-wrapper {
        width: calc(160px * 2);
    }

    .caja_objeto {
        width: 130px !important;
        margin-right: 30px !important;
    }

    .texto_banner p.enunciado {
        font-size: 20px;
        margin: 0 15px;
        margin-bottom: 6px;
        line-height: 35px;
    }

    .descarga .btn {
        width: 170px;
        height: 50px;
        font-size: 15px;
    }


    /* -- -- -- Cuadro Amarillo  -- -- -- */
    .cuadro_amarillo_contacto {
        height: 168px;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .texto_cuadro_amarillo {
        height: calc(100% - 34px);
        width: 100%;
        margin-top: 34px;
        padding: 45px;
    }

    .texto_cuadro_amarillo .imagen_texto p {
        font-size: 23px;
    }

    .texto_cuadro_amarillo .imagen_texto img {
        height: 32px;
        margin-right: 11px;
    }

    .la_nuez {
        top: -156px;
        height: 200px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}


@media (max-width: 320px) {
    /* móviles extra small */

    /* -- -- -- Banner -- -- -- */
    .sidebar-nav li a img {
        margin-left: 0px;
        height: 20px;
        margin-right: 10px;
    }

    .banner,
    .slider {
        height: 490px;
    }

    .texto_banner {
        height: calc(100% - 97px);
    }

    .marcas {
        height: auto;
    }

    .marcas .bx-wrapper {
        width: calc(200px * 1);
    }

    .caja_objeto {
        width: 200px !important;
        margin-right: 0px !important;
    }

    .caja_opinion {
        padding: 16px 0px;
    }

    .padre_imagen_marca {
        height: 60px;
    }

    .texto_cuadro_amarillo .imagen_texto p {
        font-size: 20px;
    }

    .texto_cuadro_amarillo .imagen_texto img {
        height: 28px;
    }
}


.btn-corp {
    color: #ffffff;
    background-color: #006EAE;
    border-color: #006EAE;
}

.btn-corp:hover,
.btn-corp:focus,
.btn-corp:active,
.btn-corp.active,
.open .dropdown-toggle.btn-corp {
    color: #ffffff;
    background-color: #006199;
    border-color: #006EAE;
}

.btn-corp:active,
.btn-corp.active,
.open .dropdown-toggle.btn-corp {
    background-image: none;
}

.btn-corp.disabled,
.btn-corp[disabled],
fieldset[disabled] .btn-corp,
.btn-corp.disabled:hover,
.btn-corp[disabled]:hover,
fieldset[disabled] .btn-corp:hover,
.btn-corp.disabled:focus,
.btn-corp[disabled]:focus,
fieldset[disabled] .btn-corp:focus,
.btn-corp.disabled:active,
.btn-corp[disabled]:active,
fieldset[disabled] .btn-corp:active,
.btn-corp.disabled.active,
.btn-corp[disabled].active,
fieldset[disabled] .btn-corp.active {
    background-color: #006EAE;
    border-color: #006EAE;
}

.btn-corp .badge {
    color: #006EAE;
    background-color: #ffffff;
}


.btn-corporativo {
    color: #ffffff;
    background-color: #006EAE;
    border-color: #006EAE;
}

.btn-corporativo:hover,
.btn-corporativo:focus,
.btn-corporativo:active,
.btn-corporativo.active,
.open .dropdown-toggle.btn-corporativo {
    color: #ffffff;
    background-color: #006199;
    border-color: #006EAE;
}

.btn-corporativo:active,
.btn-corporativo.active,
.open .dropdown-toggle.btn-corporativo {
    background-image: none;
}

.btn-corporativo.disabled,
.btn-corporativo[disabled],
fieldset[disabled] .btn-corporativo,
.btn-corporativo.disabled:hover,
.btn-corporativo[disabled]:hover,
fieldset[disabled] .btn-corporativo:hover,
.btn-corporativo.disabled:focus,
.btn-corporativo[disabled]:focus,
fieldset[disabled] .btn-corporativo:focus,
.btn-corporativo.disabled:active,
.btn-corporativo[disabled]:active,
fieldset[disabled] .btn-corporativo:active,
.btn-corporativo.disabled.active,
.btn-corporativo[disabled].active,
fieldset[disabled] .btn-corporativo.active {
    background-color: #006EAE;
    border-color: #006EAE;
}

.btn-corporativo .badge {
    color: #006EAE;
    background-color: #ffffff;
}

.btn-corporativo2 {
    color: #333333;
    background-color: #EEF946;
    border-color: #EEF946;
}

.btn-corporativo2:hover,
.btn-corporativo2:focus,
.btn-corporativo2:active,
.btn-corporativo2.active,
.open .dropdown-toggle.btn-corporativo2 {
    color: #333333;
    background-color: #E0ED2D;
    border-color: #EEF946;
}

.btn-corporativo2:active,
.btn-corporativo2.active,
.open .dropdown-toggle.btn-corporativo2 {
    background-image: none;
}

.btn-corporativo2.disabled,
.btn-corporativo2[disabled],
fieldset[disabled] .btn-corporativo2,
.btn-corporativo2.disabled:hover,
.btn-corporativo2[disabled]:hover,
fieldset[disabled] .btn-corporativo2:hover,
.btn-corporativo2.disabled:focus,
.btn-corporativo2[disabled]:focus,
fieldset[disabled] .btn-corporativo2:focus,
.btn-corporativo2.disabled:active,
.btn-corporativo2[disabled]:active,
fieldset[disabled] .btn-corporativo2:active,
.btn-corporativo2.disabled.active,
.btn-corporativo2[disabled].active,
fieldset[disabled] .btn-corporativo2.active {
    background-color: #EEF946;
    border-color: #EEF946;
}

.btn-corporativo2 .badge {
    color: #EEF946;
    background-color: #333333;
}

.btn-corp {
    color: #ffffff;
    background-color: #006EAE;
    border-color: #006EAE;
}

.btn-corp:hover,
.btn-corp:focus,
.btn-corp:active,
.btn-corp.active,
.open .dropdown-toggle.btn-corp {
    color: #ffffff;
    background-color: #006199;
    border-color: #006EAE;
}

.btn-corp:active,
.btn-corp.active,
.open .dropdown-toggle.btn-corp {
    background-image: none;
}

.btn-corp.disabled,
.btn-corp[disabled],
fieldset[disabled] .btn-corp,
.btn-corp.disabled:hover,
.btn-corp[disabled]:hover,
fieldset[disabled] .btn-corp:hover,
.btn-corp.disabled:focus,
.btn-corp[disabled]:focus,
fieldset[disabled] .btn-corp:focus,
.btn-corp.disabled:active,
.btn-corp[disabled]:active,
fieldset[disabled] .btn-corp:active,
.btn-corp.disabled.active,
.btn-corp[disabled].active,
fieldset[disabled] .btn-corp.active {
    background-color: #006EAE;
    border-color: #006EAE;
}

.btn-corp .badge {
    color: #006EAE;
    background-color: #ffffff;
}