/* esto es para el tiempo para que se muestre la plantilla con el efecto */

@media only screen and (min-width: 600px) {
    .animate_animated {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}

@media only screen and (max-width: 800px) {
    .footer-logos {
        margin-left: 200px;
    }
}

.logo-container>img {
    max-width: 250px;
    max-height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 100% !important; */
}

.proyectos .titulo, h1.categoria, h1 {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.separador_titulo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.botonera-inicio .name {
    padding: 100px 10px;
    text-align: center;
    font-size: 25pt;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.botonera-inicio .container .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.botonera-inicio .container .row .col a img {
    width: 95%;
    margin-right: 10px;
    margin-left: 10px;
}

.form_buscador {
    /* border: 2px solid #d3d3d3; */
    /* border-radius: 9px; */
    overflow: hidden;
    transition: all 0s !important;
    width: 61%;
    float: left;
    /*background-color: #eeeeee;*/
    margin-top: -5%;
    /* border-top-right-radius: 9px;
    border-bottom-right-radius: 9px; */

}

.form_buscador input[type="text"] {
    width: 100%;
}

.form_buscador .btn.btn-buscador.btn-danger {
    width: 99%;
}

.headerContent .form_buscador input[type="text"] {
    color: #2F2F2F;
    border: none;
    box-shadow: none;
    height: 57.2px;
    width: 84%;
    background-color: #eeeeee;
    padding-left: 15%;
}

.headerContent .form_buscador button {
    margin: 0;
    width: 15%;
    float: right;
    color: white;
    height: 57.2px;
    padding: 0 3px 0 5px;
    border: none;
}

.headerContent .form_buscador button i {
    font-size: 20px;
    color: white !important;
}

.swal2-confirm .swal2-styled {
    background-color: #e03c89 !important;
    border-left-color: #e03c89 !important;
    border-right-color: #e03c89 !important;
    color: white !important;
}

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

/* CATALOGO PACK */

.grupos-packs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.grupos-packs a {
    width: 100%;
    height: 100%;
    background: #dcdcdc;
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    z-index: 99;
}

.sharer iframe {
    display: block;
}

#twitter-widget-0 {
    height: 30px !important;
    margin-top: -19px;
}

.btn-busca {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
}

/*INICIO EFECTO ZOOM FOTOS_DESCRIPCION_EFECTOZOOM*/

.descripcion_efz {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.descripcion_efz img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.descripcion_efz .imageContainer :hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transition: scale(1.02);
    transform: scale(1.02);
}

.descripcion_efz .descripcion_txt {
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    padding: 10px 15px 15px;
    position: absolute;
    width: 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.descripcion_efz .descripcion_txt:hover {
    background: rgba(48, 48, 56, 0.8);
}

.descripcion_efz .descripcion_txt h2 {
    color: #303038;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.descripcion_efz .descripcion_txt h3 {
    color: black;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.descripcion_efz:hover h2 {
    color: #fff;
}

.descripcion_efz:hover h3 {
    color: #777777;
}

.descripcion_efz:hover a {
    outline: none;
    text-decoration: none;
}

.descripcion_txt p {
    color: #303038;
    margin-bottom: 10px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.descripcion_efz:hover .descripcion_txt p {
    color: #fff;
}

.descripcion_efz:hover .descripcion_txt {
    background: rgba(25, 25, 25, 0.9);
}

.descripcion_efz a {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

/*PRODUCT*/

.detalles_producto .precio_final {
    text-align: center;
    font-size: 2.9rem;
    line-height: 2rem;
    font-weight: bold;
    font-family: 'poppins-bold' !important;
    margin-top: -21%;
}

.price {
    font-family: 'poppins-bold' !important;
}

.detalles_producto .imagen .secondary a {
    width: 100%;
    height: 100%;
    display: inline-block;
    /* border: #BFBFBF 1px solid !important; */
    box-sizing: border-box;
    /* -moz-box-sizing: border-box; */
    /* margin-left: 5px;
    margin-right: 5px; */
    margin-bottom: 20px;
}

.detalles_producto .imageAuto {
    overflow: initial !important;
    /*
    -webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    */
    border: #BFBFBF 1px solid !important;
    margin-bottom: 30px;
    height: 575px !important;
}

.detalles_producto .imagen .secondary img {
    max-width: max-content;
    max-height: 136px;
    display: block;
    margin: 0 auto;
}

.lista_categorias .name {
    text-align: center;
}

/**BREADCRUMB*/

.breadcrumb {
    /* list-style: none; */
    overflow: hidden !important;
    font-size: 18px;
    /*margin: 40px;*/
    padding: 0 !important;
    background-color: transparent !important;
    margin-left: 15px;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li a {
    color: black !important;
    text-decoration: none;
    padding: 7px;
    /* background: brown; */
    /* fallback color */
    /* background: #313131; */
    /* position: relative; */
    /* display: block; */
    /* float: left; */
}

.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #313131;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #313131;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 0px;
    left: 100%;
    z-index: 1;
}

.breadcrumb li:first-child a {
    padding-left: 10px;
}

.breadcrumb li:nth-child(2) a {
    background: #ffffff;
}

.breadcrumb li:nth-child(2) a:after {
    border-left-color: #ffffff;
}

.breadcrumb li:nth-child(3) a {
    background: #ffffff;
}

.breadcrumb li:nth-child(3) a:after {
    border-left-color: #ffffff;
}

.breadcrumb li:nth-child(4) a {
    background: #ffffff;
}

.breadcrumb li:nth-child(4) a:after {
    border-left-color: #ffffff;
}

.breadcrumb li:nth-child(5) a {
    background: #313131;
}

.breadcrumb li:nth-child(5) a:after {
    border-left-color: #313131;
}

.breadcrumb li:last-child a {
    background: #ffffff !important;
    color: white;
    pointer-events: none;
    cursor: default;
}

.breadcrumb li:last-child a:after {
    border-left-color: #ffffff !important;
    color: white;
    pointer-events: none;
    cursor: default;
}

.breadcrumb li .selected {
    background-color: #ffffff !important;
}

.breadcrumb li .selected:after {
    border-left-color: #ffffff !important;
}

.breadcrumb li:last-child a:after {
    border: 0;
}

/*
.breadcrumb li a:hover { background: hsla(34,85%,25%,1); }
.breadcrumb li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }
*/

/**BREADCRUMB*/

@media screen and (min-width: 1200px) {
    .btn-area-personal.ap-left {
        float: right;
    }

    .ap-left .pasarela label.option_pasarela {
        float: right;
    }
}

@media screen and (max-width: 1200px) {
    .detalles_producto .imagen .secondary a {
        width: 45%;
        display: inline-block;
        border: #BFBFBF 1px solid !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {

    /* .breadcrumb li a {
        color: white;
        text-decoration: none;
        padding: 10px 0 10px 27px;
        background: brown;
        background: #313131;
        position: relative;
        display: block;
        float: left;
    } */
    .breadcrumb li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        /* Go big on the size, and let overflow hide */
        border-bottom: 50px solid transparent;
        border-left: 15px solid #313131;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 0px;
        left: 100%;
        z-index: 1;
    }

    .detalles_producto .imagen .secondary a {
        width: 45%;
        display: inline-block;
        border: #BFBFBF 1px solid !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 20px;
    }

    label.option_pasarela {
        margin-left: auto;
        margin-right: auto;
    }
}

/* (320x480) Smartphone, Portrait */

@media only screen and (max-width: 428px) and (orientation: portrait) {

    /* insert styles here */
    #sidebar-toggle {
        margin-top: -24px;
    }

    .cont-img-contacto img {
        max-width: 65%;
        margin-left: 55px;
    }

    .elementor-widget-wrap, .btn-contacto-concret {
        margin-left: 25px;
    }

    .cont-contacto-concret {
        margin-right: 25px;
    }
}

/* (320x480) Smartphone, Landscape */

@media only screen and (max-width: 700px) and (orientation: landscape) {

    /* insert styles here */
    #sidebar-toggle {
        margin-top: auto;
    }
}

.msg.info {
    background-color: #e4868d;
}

.msg.info p {
    color: white;
    text-align: center;
}

.detallesPedido .form-group {
    margin: 0px !important;
}

.subproductos span {
    display: block;
}

.template.botonera-inicio-img {
    margin-top: 50px;
}

.botonera-inicio-img img {
    margin-bottom: 10px;
    max-height: 140px;
    max-width: 140px;
    padding: 0px;
}

.botonera-inicio-img .txt-botonera {
    color: #4b4b4b;
}

.botonera-inicio-img h4 {
    font-weight: bold;
}

.sesion-cesta a {
    display: inline-block;
}

.producto.small {
    /*
    border: 2px #fff solid !important;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    */
    padding: 2px;
    /* margin-left: 2px; */
    /* margin-left: 115px; */
    margin-top: 2px;
    border: 2px #000 solid;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

/*
.social-line {
    background: #b32122 !important;
}
*/

footer {
    padding: 0px !important;
    text-align: center;
    /* background-color: #323232 !important; */
    background-color: #DBDBDB !important;
}

a.aviso_legal {
    color: #000000;
}

footer .caja_menu .header {
    color: black !important;
}

footer hr {
    max-width: 100% !important;
    width: 100%;
    border-top: 2px solid #5c5c5c;
}

.footer-big p {
    font-size: 16px;
    color: white !important;
    font-weight: bold;
    margin-left: 30px;
}

.footer3, .footer3 A {
    color: rgb(0, 0, 0) !important;
}

h1.name {
    /*color: #323232 !important;*/
}

div .tabsTab>div {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

p.referencia [itemprop="productID"] {
    font-weight: bold;
}

p.referencia {
    text-align: center;
}

div.recomendados h2 {
    /* background-color: #b32122; */
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: white;
}

.registro_login button {
    width: 250px;
}

.registro_login .registro, .proceso_compra .registro {
    border: solid 2px #b5b5b5;
    padding: 50px;
}

.registro_login .row, .proceso_compra .row {
    margin-right: 0px;
    margin-left: 0px;
}

.registro_login .checks-login label {
    color: #313131 !important;
}

.registro_login .checks-login>div>div {
    padding-left: 0px !important;
}

.a-login-user {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

.check {
    border: 1px solid #918f8e !important;
}

.checkbox input[type="checkbox"]:checked+.checkbox-material .check {
    background: #918f8e !important
}

.separator_login {
    margin-top: 20px;
}

.form-control {
    background-color: transparent !important;
}

.form-group label.control-label {
    color: #AAAAAA;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #313131 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #313131 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #313131 !important;
}

.tabsTab .selected {
    border-bottom: 2px solid black;
}

.navbar-men3 {
    color: white !important;
    z-index: 99;
    /* padding: 0px !important;*/
    border-radius: 0px;
    margin-bottom: 15px;
}

li.nav-item ul {
    /* background-color: #b32122 !important;*/
}

.row.nosection {
    margin-top: -50px !important;
}

.caja_menu div.header {
    font-size: 16px;
    margin-left: 35px;
}

.menu_lateral_left>div {
    margin-bottom: 20px;
    padding-left: 0px !important;
}

.cat-prod-ecommerce {
    padding: 0px;
}

.caja_menu.categorias>div.body>ul.nav>li {
    width: 100%;
}

.caja_menu.categorias>div.body>ul.nav>li>ul {
    display: none;
}

.caja_menu.categorias>div.body>ul.nav a {
    color: black;
    font-size: 16px;
}

.menu-lateral.sidebar ul {
    display: block !important;
}

.buscadorlateral>input, .buscadorlateral>button {
    width: 70%;
    display: inline-block;
}

.buscadorlateral>button {
    width: 14% !important;
    display: inline-block;
    float: right;

}

hr.lateral_cesta {
    max-width: 100%;
    width: 100%;
}

.btn-unidades {
    padding: 10px 15px !important;
}

.btn-area-personal {
    background-color: #d32a31;
    padding: 25px 0px !important;
    border-radius: 3px;
    color: white !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    width: 400px;
}

.area-personal .img-area-personal {
    width: 32px;
    max-width: 32px;
    max-height: 32px;
    height: 32px;
    margin-right: 10px;
}

.row.area-personal {
    margin-top: 50px;
}

.cont_cesta .prod-price, .cont_cesta .amount-tot {
    font-size: 18px;
    text-align: center !important;
}

.cart-totals {
    font-size: 18px;
}

.cont_cesta .prod-name a {
    display: block;
    text-align: center;
    color: black;
    font-size: 18px;
}

.btn-remove-cesta {
    border: none;
    background: none;
}

.add-cesta {
    padding: 15px 0px !important;
    width: 95%;
}

.btn-remove-cesta .fa {
    color: #a2a2a2;
}

hr.hr_cesta {
    max-width: 100%;
    width: 100%;
    margin-top: 5px;
}

.res_cesta {
    /*margin-left: 25px;*/
}

.res_cesta .btn-unidades {
    padding: 0px !important;
    height: 30px;
    width: 70px;
}

.proceso_compra_estado>div p {
    background-color: #d32a31;
    text-align: center;
    padding: 10px 0px;
    color: white;
}

.proceso_compra_estado>div.selected p {
    background-color: #b32122;
}

.pasarela {
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}

.pasarela label.option_pasarela {
    padding: 15px 60px;
    width: 250px;
    height: 75px;
    cursor: pointer;
    margin-bottom: 0 !important;
    font-size: 11pt;
    text-transform: uppercase;
    border: solid 2px #b5b5b5;
    color: black;
    border-radius: 5px;
    text-align: center !important;
    display: block;
}

.pasarela label.option_pasarela[for=option_forma_pago_1], .pasarela label.option_pasarela[for=option_forma_pago_3], .pasarela label.option_pasarela[for=option_forma_pago_2], .pasarela label.option_pasarela[for=option_forma_pago_0] {
    margin-left: auto;
    margin-right: auto;
}

.pasarela label.option_pasarela[for=option_forma_pago_2] {
    padding: 7px 60px !important;
}

.pasarela label.option_pasarela[for=option_forma_pago_1] {
    padding: 7px 60px !important;
}

.pasarela label.option_pasarela[for=option_forma_pago_3] {
    padding: 15px 60px !important;
}

.pasarela label.option_pasarela[for=option_forma_pago_0] {
    padding: 26px 60px !important;
}

.pasarela input {
    display: none;
}

.pasarela input:checked+label.option_pasarela {
    border-radius: 5px;
    background-color: #b32122;
    border: solid 2px #d32a31;
    color: white;
}

.pasarela label:hover.option_pasarela {
    background-color: #b32122;
    border: solid 2px #d32a31;
    border-radius: 5px;
    color: white;
}

.resumen_total div {
    font-size: 18px;
}

.comentario_pedido_resumen>div {
    margin: 6px;
}

.comentario_pedido_resumen {
    border: solid 2px #b5b5b5;
    padding: 10px 100px;
}

.resumen_total>div div:first-child {
    font-weight: bold;
    padding-left: 50px;
}

.resumen_total>div div:nth-child(2) {
    text-align: right;
    padding-right: 50px;
}

.botones_pedido {
    text-align: center;
}

.headerContent .sesion-cesta a.btn {
    width: 200px;
    padding-left: 0px;
    padding-right: 0px;
}

.caja_menu.menu_desplegable ul {
    padding: 0px;
    color: white;
}

.caja_menu.menu_desplegable ul a {
    padding: 0px;
}

.footer_telefonos_centros, .footer_telefonos_centros .sntbd_footer_text {
    padding-right: 0px;
    padding-left: 0px;
}

.direccion_footer p:first-child {
    font-size: 18pt;
    line-height: 20pt;
    margin: 0 0 30px;
    font-weight: bold;
}

ul.ambitos {
    margin-left: 40px;
    text-align: left;
}

ul.ambitos>li {
    list-style-type: disc !important;
}

ul.list_disc>li {
    list-style-type: disc !important;
}

@media screen and (min-width: 1200px) {

    /*PARA QUITAR MARGENES*/
    .mt-0 {
        margin-top: 0px !important;
    }

    .mt-10 {
        margin-top: 10px !important;
    }

    .mt-20 {
        margin-top: 20px !important;
    }

    .mt-30 {
        margin-top: 30px !important;
    }

    .mt-40 {
        margin-top: 40px !important;
    }

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

    .mb-0 {
        margin-bottom: 0px !important;
    }

    .mb-10 {
        margin-bottom: 10px !important;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .mb-30 {
        margin-bottom: 30px !important;
    }

    .mb-40 {
        margin-bottom: 40px !important;
    }

    .mb-50 {
        margin-bottom: 50px !important;
    }

    /*PADDINGS*/
    .pt-0 {
        padding-top: 0px !important;
    }

    .pt-10 {
        padding-top: 10px !important;
    }

    .pt-20 {
        padding-top: 20px !important;
    }

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

    .pt-40 {
        padding-top: 40px !important;
    }

    .pt-50 {
        padding-top: 50px !important;
    }

    .pb-0 {
        padding-bottom: 0px !important;
    }

    .pb-10 {
        padding-bottom: 10px !important;
    }

    .pb-20 {
        padding-bottom: 20px !important;
    }

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

    .pb-40 {
        padding-bottom: 40px !important;
    }

    .pb-50 {
        padding-bottom: 50px !important;
    }

    .pl-0 {
        padding-left: 0px !important;
    }

    .pl-10 {
        padding-left: 10px !important;
    }

    .pl-20 {
        padding-left: 20px !important;
    }

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

    .pl-40 {
        padding-left: 40px !important;
    }

    .pl-50 {
        padding-left: 50px !important;
    }

    .pl-60 {
        padding-left: 60px !important;
    }

    .pl-70 {
        padding-left: 70px !important;
    }

    .pl-80 {
        padding-left: 80px !important;
    }

    .pl-90 {
        padding-left: 90px !important;
    }

    .pl-100 {
        padding-left: 100px !important;
    }

    .pr-0 {
        padding-right: 0px !important;
    }

    .pr-10 {
        padding-right: 10px !important;
    }

    .pr-20 {
        padding-right: 20px !important;
    }

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

    .pr-40 {
        padding-right: 40px !important;
    }

    .pr-50 {
        padding-right: 50px !important;
    }

    .pr-60 {
        padding-right: 60px !important;
    }

    .pr-70 {
        padding-right: 70px !important;
    }

    .pr-80 {
        padding-right: 80px !important;
    }

    .pr-90 {
        padding-right: 90px !important;
    }

    .pr-100 {
        padding-right: 100px !important;
    }
}

.main_submenu>li:hover>a {
    text-decoration: underline;
    text-decoration-color: #000000;
}

.main_submenu>li>a.active {
    /* color: black !important; */
    text-decoration: underline;
    text-decoration-color: #000000;
}

.main_submenu>li>a {
    border-bottom: 2px solid transparent !important;
    border-bottom-color: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar .navbar-nav>li>a {
    padding-bottom: 5px !important;
}

.navbar .navbar-nav>li {
    margin: 0px 2px;
    text-align: left;
    margin-left: 6%;
}

.navbar .navbar-nav>li:hover {
    border-radius: 3px;
}

.main_submenu>li>ul>li:hover>a {

    color: #dadada !important;
}

.main_submenu>li>ul>li>ul>li:hover>a {
    background-color: #df010f !important;
    color: #dadada !important;
}

.motivo_contact>textarea {
    height: 110px;
}

.menu_superior_header>ul {
    display: inline-block;
}

.menu_superior_header>ul>li {
    display: inline-block;
    font-size: 12px !important;
}

/*inicio SERVICIO TICKET*/

@media screen and (max-width: 850px) {
    .form_solicitud_ticket {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.form_solicitud_ticket {
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    /*SOMBRA INTERNA
    -webkit-box-shadow: inset 1px 2px 20px 4px rgba(174,217,167,0.34);
    -moz-box-shadow: inset 1px 2px 20px 4px rgba(174,217,167,0.34);
    box-shadow: inset 1px 2px 20px 4px rgba(174,217,167,0.34);
    */
    /*SOMBRA EXTERNA*/
    -webkit-box-shadow: 1px 2px 20px 4px rgba(174, 217, 167, 0.7);
    -moz-box-shadow: 1px 2px 20px 4px rgba(174, 217, 167, 0.7);
    box-shadow: 1px 2px 20px 4px rgba(174, 217, 167, 0.7);
}

.form_solicitud_ticket h4 {
    text-align: left;
}

.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
    top: -13px;
    font-size: 14px;
    line-height: 1.42857;
    padding-left: 10px;
}

.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label {
    top: -40px;
    left: 0;
    font-size: 11px;
    line-height: 1.07143;
}

.alert-emosistemas {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    background-color: #65aa41;
    color: white;
    font-size: 16px;
}

.form_solicitud_ticket h4 {
    margin-bottom: -15px;
}

.btn {
    box-shadow: none !important;
}

/*fin SERVICIO TICKET*/

body.home .contacto-superior {
    top: 0px;
}

body.home #navbarResponsive {
    margin-top: 50px;
}

body.home .navbar-men1 {
    position: absolute;
    width: 100%;
    background: none;
    padding: 0px !important;
    height: 49px;
}

body.home .navbar-men3 {
    position: fixed;
    top: 0;
    width: 100%;
    background: none;
    height: 82px;
    transition: 750ms ease-out;

}


@media only screen and (max-width: 600px) {
    body.home .navbar-men3 {
        position: fixed;
        top: 0;
        width: 100%;
        background: none;
        height: 82px;
        transition: 750ms ease-out;
    }

}

@media only screen and (max-width: 600px) {
    .fab {
        margin-right: 12px !important;
    }

}

.navbar-men3.scrolled {
    background: white !important;
    position: fixed;
    width: 100%;
}

.headerLogo {
    padding: 9px;
    display: flex;
    /*justify-content: space-between;
    flex-wrap: wrap;*/
    align-items: center;
}

@media all and (max-width: 991px) {
    body.home .navbar-men1, body.home .navbar-men3 {
        position: absolute;
        width: 100%;
        background: white !important;
    }

    .headerLogo {
        padding: 9px;
        display: flex;
        /*justify-content: space-between;
        flex-wrap: wrap;*/
        align-items: center;
        margin-top: 0px;
    }

    .navbar-men1 {
        display: none;
    }

    .navbar-men3.scrolled {
        background: white !important;
        position: fixed !important;
        width: 100%;
        top: 0 !important;

    }

    .logo-container img {
        margin-left: 25%;
    }

    #myCarousel {
        top: 171px;
        margin-bottom: 194px;

    }
}

/**ESTILOS PAGINA INICIO**/


/*NOTICIAS EMO*/

.alert.alert-with-icon i[data-notify="icon"] {
    display: block;
    left: 15px;
    position: absolute;
    margin-top: -39px;
    font-size: 20px;
    background-color: #FFFFFF;
    padding: 9px;
    border-radius: 50%;
    max-width: 38px;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.noticialist .noticias.lista [class*='col-sm'], .noticialist .noticias.lista [class*='col-md'] {
    display: flex;
}

h3.card-title {
    color: white !important;
}

.noticias_emosistemas {
    margin-top: 25px;
}

.noticias_emosistemas i.fa {
    color: #00cae3;
}

.iconos_cards [class*='col'] {
    display: flex;
}

.card {
    font-size: 1rem !important;
}

.card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
}

.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    /* background-color:rgb(139,142,142,1); */
    background-clip: border-box;
    /* border: 1px solid #343a40 ; */
    border-radius: .25rem;
    /* padding: 15px 0px; */
}

.card.bg-green, .card .card-header-green .card-icon, .card .card-header-green .card-text, .card .card-header-green:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-green .back, .card.card-rotate.bg-green .front, .card .card-header-success:not(.card-header-icon):not(.card-header-text), .information>h3 {
    background: linear-gradient(60deg, #718f0a, #5c720c);
}

.card [class*="card-header-"] {
    margin: 0 15px;
    margin-top: 0px;
    padding: 0;
    position: relative;
}

.card .card-header {
    z-index: 3 !important;
    border-radius: 5px;
    margin-bottom: 20px;
}

.card .card-body {
    padding: .9375rem 20px;
    position: relative;
}

.card .card-body, .card .card-footer {
    padding: .9375rem 1.875rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

/* .cont-img-blog img {
    height: 400px;
} */

.noticias_emosistemas span.nombre_noticia {
    font-weight: bold;
}

.contactus-1 h2, .contactus-1 h3, .contactus-1 h4, .contactus-1 h5, .contactus-1 div {
    color: white !important;
}

.contactus-1 h2, .contactus-1 h3, .contactus-1 h4, .contactus-1 h5, .contactus-1 .description {
    text-align: center;
}

.contactus-1 {
    padding: 20px 0;
}

.header_contacto_2columnas {
    background-color: rgb(255, 119, 74) !important;
}

.contactus-1 .vcard .r {
    margin-top: 20px;
}

.features-5 .info p {
    color: #FFFFFF;
    min-height: 0px;
}

.movil_epanel12 img {
    margin-left: 0px;
}

.container-fluid.generico_full {
    margin-top: -55px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.web_caracteristicas {
    color: white;
}

.web_caracteristicas p.titulo_caracteristica {
    border-bottom: solid 1px white;
}

.web_caracteristicas span {
    font-weight: bold;
}

.servicios_it {
    border-bottom: solid 5px #0055B6;
}

.contactus-1.contactus_presupuesto {
    background-position: center center;
    background-size: cover;
}

.datosEmpresa .card-content img {
    width: 158px;
}

.datosEmpresa .card-title {
    color: white !important;
    margin-bottom: 0px;
}

.btn_epanel {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
}

.text_vcenter {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.tesla-white-texter>a {
    color: white !important;
}

h4.tesla-white-texter {
    color: white !important;
}

/* DETALLES PRODUCTO */

.sub-title-prod-detalles-descripcion {
    text-decoration: underline #000000;
}

#descripcion div p span {
    color: #5b4b4b !important;
}

.motivo_contact {
    border: 1px solid #000;
    ;
}

#id_txt_motivo {
    border: none;
}

.btn-contacto-concret {
    background-color: white !important;
    color: #464444 !important;
    border: 2px solid rgb(255, 119, 74) !important;
    border-radius: initial;
}

.caja_menu .header {
    color: black;
    font-size: 18pt;
    line-height: 20pt;
    margin: 0 0 30px;
    font-weight: bold;
}

/* (768x1024) iPad 1 & 2, Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    /* insert styles here */
    /* body{background-color: blue;} */


    .cat-prod-ecommerce {
        margin-top: 6%;
    }

    #sidebar-toggle {
        margin-top: 6%;
    }

    .proyecto-slider {
        display: none;
    }

    section {
        padding: 25px 0;
    }

    #mainContent {
        margin-top: 15%;
    }

    .texto.container-fluid.generico_full.contacto_apartado p {
        display: none;
    }

    #title_everest {
        margin-top: 5%;
    }

    #sidebar div .logo-container img {
        margin-left: 0;
    }

    .container-text-concret {
        max-width: 85%;
    }

    #img-fluid-rounded {
        width: 90%;
    }

    /* .flexed-middle [class*="col-"] img {
        width: 85%;
    } */
    .footer.footer-white.footer-big div div div .caja_menu .body div div div center a img {
        width: 35%;
        margin-right: 50%;
    }

    .img_newsletter {
        height: 616px !important;
    }
}

/* TABLET  SAMSUNG*/

@media only screen and (max-width: 1290px) and (orientation: landscape) {

    .texto.container-fluid.generico_full.contacto_apartado p {
        display: none;
    }

    #title_everest {
        margin-top: 5%;
    }

    .portfolio-section {
        margin-top: -10%;
    }

    section {
        padding: 0px 0;
    }

    .footer.footer-white.footer-big div div div .caja_menu .body div div div center a img {
        width: 50%;
        margin-right: 50%;
    }

    .footer .row>div {
        padding: 1%;
    }

    .container-text-concret {
        max-width: 85%;
    }

    #img-fluid-rounded {
        width: 85%;
    }

    /* .flexed-middle [class*="col-"] img {
        width: 82%;
    } */
    .detalles_producto {
        margin-top: 5%;
    }
}

/* (1024x768) iPad 1 & 2, Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    /* insert styles here */
    /* body{background-color: brown;} */
    .logo-container>img {
        max-width: 125% !important;
    }

    .proyecto-slider {
        display: none;
    }

    section {
        /* padding: 25px 0; */
        padding: 0;
    }

    #myCarousel {
        display: none !important;
    }

    #mainContent {
        margin-top: 10%;
    }

    .texto.container-fluid.generico_full.contacto_apartado p {
        display: none;
    }

    #title_everest {
        margin-top: 5%;
    }

    .portfolio-section {
        margin-top: -5%;
    }

    .zoom-wrapper {
        margin-top: 5%;
    }

    .container-text-concret {
        max-width: 85%;
    }

    #img-fluid-rounded {
        width: 90%;
    }

    .flexed-middle [class*="col-"] img {
        width: 85%;
    }

    .datos-product h3 {
        font-size: 1.425em;
    }

    .footer.footer-white.footer-big div div div .caja_menu .body div div div center a img {
        width: 50%;
        margin-right: 50%;
    }

    .detalles_producto {
        margin-top: 5%;
    }

    .img_newsletter {
        height: 500px;
    }
}

/* (320x480) Smartphone, Portrait */

@media only screen and (device-width: 375px) and (orientation: portrait) {

    /* insert styles here */
    /* body{background-color: brown;} */
    .logo-container>img {
        max-height: 50px;
    }

    .proyecto-slider {
        display: none;
    }

    footer .caja_menu .header {
        /* color: black !important; */
        text-align: center;
    }

    .footer-big p {
        text-align: center;
    }

    footer .caja_menu .body .container-fluid .row div div center a img {
        width: 20%;
    }

    .texto.container-fluid.generico_full.contacto_apartado p {
        display: none;
    }

    #title_everest {
        margin-top: 5%;
    }

    /* .img_coleccion_secundaria {
        width: 70%;
        margin-bottom: 5%;
        margin-left: 15%;
    } */
    .portfolio-section {
        margin-top: -30%;
    }

    .zoomWindowContainer, .zoomLens {
        display: none !important;
    }
}

@media only screen and (max-width: 641px) and (orientation: portrait) {
    .logo-container>img {
        max-height: 50px;
        margin-left: auto;
    }

    .proyecto-slider {
        display: none;
    }

    footer .caja_menu .header {
        /* color: black !important; */
        text-align: center;
    }

    .footer-big p {
        text-align: center;
    }

    footer .caja_menu .body .container-fluid .row div div center a img {
        width: 20%;
    }

    .texto.container-fluid.generico_full.contacto_apartado p {
        display: none;
    }

    #title_everest {
        margin-top: 5%;
    }

    .img_coleccion_secundaria {
        width: 100%;
        /* margin-bottom: 5%;
        margin-left: 15%; */
    }

    .portfolio-section {
        margin-top: -30%;
    }

    .zoomWindowContainer, .zoomLens {
        display: none !important;
    }

    .socials {
        text-align: center;
    }

    .container-text-concret {
        max-width: 90%;
        margin-left: 10%;
    }

    #text-prod-catalogo p {
        margin-left: 0 !important;
        margin-right: 6% !important;
    }

    #img-fluid-rounded {
        width: 90%;
    }

    /* .flexed-middle [class*="col-"] img {
        width: 75%;
    } */
    .subs-marginbot {
        margin-top: 20%;
    }

    #img-sobre-nosotros {
        margin-top: -25%;
    }

    .precio_no_dto {
        margin-left: 2rem !important;
    }

    .estilo_suma_resta {
        margin-left: 4.5rem !important;
    }

    .img_coleccion_principal {
        height: 0 !important;
    }
}

/* (320x480) Smartphone, Landscape */

@media only screen and (device-width: 740px) and (orientation: landscape) {
    .texto.container-fluid.generico_full.contacto_apartado p {
        display: none;
    }

    #title_everest {
        margin-top: 5%;
    }

    .proyecto-slider {
        display: none;
    }

    .zoomWindowContainer, .zoomLens {
        display: none !important;
    }
}

/* IMPORTANTE EL TAMAÑO DE LA IMAGEN PARA QUE HAGA BIEN EL ZOOM*/

.img_coleccion_principal #zoom_09 {
    /* width: 100%; */
    height: 83.3%;
}

/* PAGINADOR */

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ff7c4b !important;
    border-color: #ff7c4b !important;
    color: #FFFFFF;
    box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
}

.pagination p {
    margin-top: 0;
}

#link-contacto {
    color: black !important;
}

#link-contacto:hover {
    color: white !important;
}

/* fuente de letra la descarga en caso de que no la tengas instalada para poder ver la web con su tipografia */

@font-face {
    font-family: 'raleway';
    src: url('../fonts/raleway/Raleway.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'folio';
    src: url('../fonts/folio/Folio.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Verdana Pro Cond';
    src: url('../fonts/verdanapro/VerdanaPro-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura/futuraMediumBT.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BaskervilleOldFaceV2';
    src: url('../fonts/BaskervilleOldFaceV2/BaskervilleOldFaceV2.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'PlayfairDisplay-Black';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PlayfairDisplay-BlackItalic';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'PlayfairDisplay-BoldItalic';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'PlayfairDisplay-Italic';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplaySC-Black';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplaySC-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplaySC-BlackItalic';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplaySC-BlackItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplaySC-Bold';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplaySC-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplaySC-BoldItalic';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplaySC-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplaySC-Italic';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplaySC-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'PlayfairDisplaySC-Regular';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplaySC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GlacialIndifference-Regular';
    src: url('../fonts/GlacialIndifference-Regular/GlacialIndifference-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Puppets';
    src: url('../fonts/puppets/fl-puppets.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'MaterialIcons-Regular';
    src: url('../fonts/MaterialIcons-Regular/MaterialIcons-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'fontawesome-webfont93e3';
    src: url('../fonts/fontawesome-webfont93e3/fontawesome-webfont93e3.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri/Calibri.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'CaviarDreams';
    src: url('../fonts/CaviarDreams/CaviarDreams.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato/lato-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato/lato-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/oswald/Oswald-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Oswald-ExtraLight';
    src: url('../fonts/oswald/Oswald-ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Oswald-Light';
    src: url('../fonts/oswald/Oswald-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Oswald-Medium';
    src: url('../fonts/oswald/Oswald-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/oswald/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Oswald-SemiBold';
    src: url('../fonts/oswald/Oswald-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'HelveticaLTStd-Bold';
    src: url('../fonts/HELVITICA_LT_STD/HelveticaLTStd-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto/RobotoRegular/RobotoRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'poppins-semibold';
    src: url('../fonts/poppins/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/poppins/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





.price_final {
    font-weight: bold;
    font-size: 13pt;
    line-height: 12pt;
}

.precio_no_dto {
    display: block;
    /* text-align: right; */
    text-decoration: line-through #4b4b4b;
    color: #4b4b4b;
    font-size: 11pt;
}

div.producto.small>a:hover {
    text-decoration: none;
    color: #000;
}

.nombre_producto {
    font-weight: bold;
    margin-top: 10px;

}

.nombre_prod_teide {
    text-decoration: underline;
    text-decoration-color: #b38277;
    font-weight: bold;
}

p {
    color: #000;
}

.galeria_img_everest>a {
    text-decoration: none;
}

.img_newsletter {
    /* border: 1px black solid; */
    background-repeat: no-repeat;
    height: 502px;
    /* height: 605px; */

}




.control-label {
    color: #000 !important;
}

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

@media only screen and (max-device-width: 991px) and (orientation: portrait) {

    .img_newsletter {
        /* height: 520px; */
        height: 554px;
        background-size: contain;
    }

}

@media only screen and (max-device-width: 1200px) {

    .img_newsletter {
        /* height: 520px; */
        height: 544px;
        background-size: contain;
    }

}



@media only screen and (max-width: 600px) {
    .img_newsletter {
        height: 318px;
    }
}

.estilo_hr {
    border-color: #eee2d2 !important;
}

.estilo_hr_detalle_prod {
    border-color: #eee2d2;

}

.estilo_titulo_producto {
    margin-top: -4px;
}

.subtitulo_producto {
    margin: 0;
}

.borde_unidad {
    border: 1px #000 solid;
}

.estilo_suma_resta {
    margin-left: 2rem;

}

.nombre_atributo {
    font-size: 13px;
    margin-top: -3px;
}

.txtcolor3 {
    color: white;
}

.float {
    margin-top: -3rem !important;
}

.aneto {
    height: 352px;
    width: 100%;
}

.copyright {
    font-size: 14px !important;
    font-weight: bold;
    color: #000000 !important;
}

.text {
    display: none;
}

label {
    color: #000000 !important;
}

.developer a {
    color: black;
}


.nav-link.js-scroll-trigger, .navbar .navbar-nav>li>a {
    /* font-family: OpenSans-Regular !important; */
    font-weight: bold !important;
    font-size: 80% !important;
}

/* COLOR FONOD DEL BOTON SLIDER  */
#btn_slider1 {
    background-color: transparent !important;
    border: 2px solid black;
}

/* IDIOMA SELECIONADO  */

.txtcolor2 * {
    color: #ff010b !important;
}

.txtcolor1 * {
    color: black !important;
}

/*BUSCADOR AVANZADO*/

.search_advanced {
    margin-left: 0
}

.search_advanced>.search_advanced_fields {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap
}

.search_advanced>div>div {
    margin-right: 5px
}

.search_advanced .select-wrapper input.select-dropdown, .search_advanced input[type=text] {
    height: 2.5rem;
    line-height: 2.5rem
}

.search_advanced .input-field label {
    top: .95rem
}

.search_advanced .btn {
    line-height: 2.4rem;
    margin-top: 7px;
    padding: 0 60px
}

@media screen and (max-width:300px) {
    .search_advanced>.search_advanced_fields>div {
        width: 100% !important
    }
}

@media screen and (max-width:649px) {
    .multiColumn.fourElements>div, .search_advanced>.search_advanced_fields>div {
        width: 48%
    }
}


@media screen and (max-width:860px) {

    .search_advanced>.search_advanced_fields .irs, .section.table_big .row>div {
        width: 100%
    }

    .search_advanced>.search_advanced_fields {
        justify-content: space-between
    }

    .search_advanced>.search_advanced_fields {
        flex-wrap: wrap
    }
}

@media screen and (min-width:649px) and (max-width:860px) {
    .search_advanced>.search_advanced_fields>div {
        width: 32%
    }
}

@media screen and (min-width:860px) {
    .search_advanced>.search_advanced_button .btn, .section.table_big, .slider-grande>img {
        width: 100%
    }

    .search_advanced>.search_advanced_button, .search_advanced>.search_advanced_fields>div {
        max-width: 200px
    }
}


@media screen and (max-width:992px) {
    .search_advanced>.search_advanced_button {
        text-align: center
    }
}

@media screen and (min-width:992px) {
    .search_advanced>.search_advanced_fields {
        margin-right: 0 !important
    }

    .search_advanced>.search_advanced_button {
        margin-left: 0 !important
    }
}



.form_buscador .search_normal {
    border: 1px solid #7d7d7d;
    border-radius: 10px;
    height: 42px;
    overflow: hidden;
    width: 100%
}

.form_buscador .showAdvanced {
    display: flex;
    align-items: center
}

.form_buscador .showAdvanced i, .form_buscador .showAdvanced span {
    color: #fff !important;
    text-align: center !important;
}

.form_buscador .showAdvanced span {
    line-height: 1rem;
    padding-right: 5px
}

.form_buscador .showAdvanced i {
    line-height: 34px;
    padding: 0 5px;
    font-size: 34px
}

.form_buscador .search_normal input[type=text] {
    border: none;
    height: 41px;
    padding: 0 10px;
    margin-top: 0;
    border-radius: 0
}

.form_buscador .search_normal button {
    border: 0;
    background: 0 0;
    font-size: 32pt;
    line-height: 21pt;
    color: #000;
    padding: 0 7px 0 14px
}

.form_buscador .js-irs-0 {
    min-width: 138px;
    margin: 2px 10px;
    align-self: center
}






/*********************************INICIO PRECIO RANGE FILTRO**********************************/


.range-wrapper {
    display: flex;
    /* Utiliza flexbox para alinear los elementos en una línea */
    justify-content: flex-start;
    /* Alinea los elementos al principio (izquierda) */
    gap: 10px;
    /* Opcional, para añadir un espacio entre los sliders */

}

.range-slider::-webkit-slider-runnable-track {
    background-color: #ff010b !important;
    height: 8px;
    border-radius: 5px;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #ff010b;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
}

.range-slider:focus {
    outline: none;
}

.price-range__values {
    font-weight: bold;
}

#min-price-value {
    color: black !important;
}

#max-price-value {
    margin-left: 60%;
    color: black !important;

}

.filtroEuro {
    color: black !important;
}



/*ESTILOS DEL BOTON BUSQUEDA AVANZADA*/
.buscador_avanzado {
    /* border-top-left-radius: 9px;
    border-bottom-left-radius: 9px; */
    background-color: #ff010b !important;
    width: 20% !important;
}

.txt_buscadorAvanzado {
    color: white !important;
    font-size: 89%;
}

/* #coleccion option {
    font-family: poppins-bold !important;
    font-size: 25px;
}

#color option {
    font-family: poppins-bold !important;
    font-size: 25px;
}

#dimension option {
    font-family:  poppins-bold !important;
    font-size: 25px;
} */


.msg.error {
    background: #f80000;
    color: #fff;
    margin-top: 11%;
    margin-bottom: -11%;
}



/*CHECKBOX COLORES */
.color-line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 3%;
    margin-top: 4%;
}

.color-checkbox {
    margin-right: 10px;
    /* Espacio entre el checkbox y el texto */
}

.color-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: inherit;
    /* Asegura que el color se tome del estilo inline */
    margin-left: 10px;
    /* Espacio entre el nombre y el círculo */
    display: inline-block;
    vertical-align: middle;
    /* Alineación vertical para que esté alineado con el texto */
}


.label_colorFilro {
    margin-left: -5%;
}

.colorFiltro {
    max-height: 200px;
    /* Altura máxima del contenedor de colores */
    overflow-y: auto;
    /* Agrega el scroll vertical si el contenido excede la altura */
}

/*FIN COLORES */




.div_colecciones {
    margin-top: 4%;
    margin-left: 3%;
}



.col-12.search_advanced {
    /* background-color: #f6eac6; */
    margin-top: 2.1%;
    height: 60px;
}

.btnFiltro {
    border: 2px #000 solid;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    font-family: poppins-bold !important;
    font-size: 17px;
    color: black;
    margin-top: 3%;
    margin-left: 5%;
    text-transform: uppercase;
}

.form-control.inputFiltro {
    border: 2px #000 solid;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    font-family: poppins-bold !important;
    font-size: 17px;
    color: black !important;
    margin-top: 3% !important;
}





@media only screen and (max-width: 641px) and (orientation: portrait) {

    .buscador_avanzado {
        margin-left: 11.2% !important;
        margin-bottom: -27% !important;
        padding-top: 4% !important;
        padding-bottom: 3% !important;
        width: 53.1% !important;
    }


    .btn:not(.btn-just-icon):not(.btn-fab) .fa,
    .navbar .navbar-nav>li>a.btn:not(.btn-just-icon):not(.btn-fab) .fa {
        font-size: 20px !important;
        margin-top: -7px;
        position: relative;
        top: 2px;
    }

    .col-xs-12.col-sm-12.col-lg-2.col-md-2.text-left.searchActive {
        margin-left: -6% !important;
    }

    .buscador_avanzado.searchActive {
        margin-left: 10% !important;
        margin-bottom: -25.6% !important;
        width: 42.6% !important;
    }

    .txt_buscadorAvanzado {
        color: white !important;
        font-size: 61% !important;
    }

    .headerContent .form_buscador input[type="text"] {
        padding-left: 14% !important
    }

    .col-12.search_advanced {
        background-color: white !important;
        margin-bottom: 41% !important;
        margin-top: -8% !important;
        margin-left: -4% !important;
    }

    .form_buscador.searchActive {
        margin-top: 8.4%;
        width: 117.7% !important;
    }

    .price-range.col-md-3 {
        margin-top: 4%;
        margin-left: 2%;
    }

    .div_rangeFiltroPrecio {
        margin-top: 1%;
        margin-left: 15%;
    }
}


.buscador_avanzado {
    margin-left: -19.8%;
    margin-bottom: -3.2%;
}

#divInteriorParallaxMovil{
    margin-left: 7.3%;
}