@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;700&display=swap');


body{ font-family: 'Montserrat', sans-serif; font-weight: 300; background: #282828; }
body {
    --color-marca1:#282828;
    --color-marca2:#ffaa00;
    --color-marca3:#fff;
    --color-marca4:#000;
    --color-marca5:#ff4800;
    color: var(--color-marca3);
}
body.ofertas .container.general {
    width: 100%;
}
body.ofertas, body.productos {
    padding-top: 0px;
}
footer {
    background: var(--color-marca4);
}

footer a {
    color: var(--color-marca3);
}
.navbar-default {
    -webkit-box-shadow: 0px 10px 20px -20px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 10px 20px -20px rgba(0,0,0,.8);
    box-shadow: 0px 10px 20px -20px rgba(0,0,0,.8);
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700; color: var(--color-marca2); font-family: 'Figtree', sans-serif;
}

body.ofertas .navbar.navbar-default.navbar-fixed-top .ban-top-izquierda, body .navbar.navbar-default.navbar-fixed-top .ban-top-izquierda, body .navbar.navbar-default.navbar-superior .ban-top-izquierda{
    width: 140px;
}
.productFilter {
    border-bottom: 1px solid #616161;
    border-top: 1px solid #616161;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 5px;
    margin-top: 10px;
    color: #797979
}
.change-view a {
    color: #797979 !important;
    border: 1px solid #797979;
}
select#ordenamientoListado {
    background: transparent;
    color: #797979;
    border: 1px solid #797979
}
ul.subcate li {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 10px;
}
div#hormiga h1 {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}
ul.subcate li a:hover {
    border-bottom: 1px solid var(--color-marca2);
    padding-bottom: 5px;
}
.contact-form h1 {
    font-weight: normal;
    color: var(--color-marca2)
}
.form-group label, h4.tit_categorias {
    color: var(--color-marca3);
    font-size: 16px;
}
.product, .product:hover {
    background: var(--color-marca1);
    border-color: var(--color-marca1);
    color: var(--color-marca3);
}
nav#navbar-sidebar {
    background: var(--color-marca1);
    box-shadow: none;
}
.product h4, .product h4 a, div#hormiga h1 a, .navbar-lateral .ley_cate_lateral_xs, .price, .widget h5, .widget li a, .change-view a, .breadcrumb, .breadcrumb a, h5.preguntas_clientes, h5.recomendados, h5.tit_form_detalle{
    color: var(--color-marca3);
}
.breadcrumb {
    border: 1px solid #616161;
    background: 0 0;
}
.cart-actions {
    border-bottom: 1px solid #616161;
}
#detalle .details-description, h5.recomendados{
    border-top: 1px solid #616161;
}
.form-group .form-control {
    padding: 7px 12px;
    border-color: #b9b9b9;
    box-shadow: none;
}
h1.titulo, h1.titulo b, div#detalle h2 {
    font-weight: normal;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: var(--color-marca2);
}
body.ofertas .product .price, body.productos .product .price, body.detalle .recomendadosrow.row .product .price, body.detalle .recomendadosrow.row .product small.art_cod_precios {
    display: none;
}
ul.subcate {
    padding: 0;
}
ul.subcate li {
    list-style: none;
}

ul.subcate li a {
    color: var(--color-marca2);
    font-size: 16px;
}
.form-group .form-control{
        border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}
/*********Menú*********/
body.ofertas .navbar.navbar-default.navbar-superior, body.productos .navbar.navbar-default.navbar-superior{
    background: transparent;
    box-shadow: none;
}
body.ofertas .navbar-fixed-top, body.productos .navbar-fixed-top{
    background: var(--color-marca1) !important;
}
body .navbar.navbar-default.navbar-superior {
    background: var(--color-marca1);
}
body .navbar.navbar-default.navbar-fixed-top{
    background: var(--color-marca1);
}
body .navbar.navbar-default.navbar-superior .dropdown-menu {
    background: var(--color-marca1);
}
body .navbar.navbar-default.navbar-fixed-top .dropdown-menu{
    background: var(--color-marca4);;
}
body .navbar.navbar-default.navbar-fixed-top .dropdown-menu a{
    color: #fff
}
body .navbar.navbar-default.navbar-fixed-top .dropdown-menu>li>a:hover{
    color: #19235a;
    background: #e8e9ef;
}


body .navbar.navbar-default.navbar-superior a {
    color: var(--color-marca3);
    cursor: pointer;
}
body .navbar.navbar-default.navbar-fixed-top a{
    color: #fff
}
ul#nav {
    margin-top: 20px;
}
ul#nav {
    margin-top: 20px;
    float: right;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}
.navbar-nav>li>.dropdown-menu{  background: #19235a}
.navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: var(--color-marca1);
    border-color: 
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
    color: inherit;
}
.top-number.pull-left.hidden-xs {
    display: none;
}
.top-bar {
    padding: 0;
    border: 0px;
    background: none;
}
div#leyenda_gral_top {
    position: absolute;
    right: 20%;
    z-index: 99;
    top: 26px;
    color: #fff;   
}

.leyenda_gral_top_fixed {
    position: fixed !important;
    z-index: 99 !important;
}
.telefono-top {
    font-size: 18px;
}
.telefono-top {
    font-size: 18px;
}
.social {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 20px;
    display: none;
}
.social-fixed{
    z-index: 11;
}
.social li.suscripcion {
    display: none;
}


.search div#autocompletar {
    width: fit-content;
}

.search input#palabra-desktop {
    background: none;
    color: #fff;
    border-right: 0px;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
}
.search input#palabra-desktop, .search input#palabra-desktop:hover, .search input#palabra-desktop:focus {
    width: 100px;
}
.search button.btn.btn-buscartop {
    background: transparent;
    border: 1px solid #fff;
    border-left: 0px;
    padding: 6.5px 20px;
    border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
}
.search input#palabra-desktop::placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.search.search-fixed {
    position: fixed;
    right: 11%;
    margin-right: 0px
}
.search button.btn.btn-buscartop i {
    color: #fff;
}
ul.social-share {
    text-align: center;
    padding: 10px 20px;
    width: 10px;
    z-index: 10;
    background: transparent;
    display: none;
}
.search {
    margin-right: 0;
    /* margin: 0; */
    /* padding: 0; */
}
.search input#palabra-desktop {
    height: 34px;
}
.buscador {
    float: right;
}
.buscador ul.dropdown-menu {
    width: 100%;
    top: 75px;
    background: #fff;
}
.buscador ul.dropdown-menu input.search-form {
    padding: 20px;
    width: 100%;
    margin: 10px;
    font-size: 16px;
    letter-spacing: .8px;
    border: 1px solid var(--color-marca3);
    background: none;
    color: var(--color-marca3);
}
.buscador ul.dropdown-menu input.search-form::placeholder{
    color: var(--color-marca3);
}
body .navbar.navbar-default.navbar-superior .buscador ul.dropdown-menu {
    background: transparent;
}
body .navbar.navbar-default.navbar-fixed-top .buscador ul.dropdown-menu {
    background: var(--color-marca4);
}
.caja_func_sup {
    margin-top: 20px;
}
.buscador button.btn.btn-buscartop {
    font-size: 20px;
    color: #fff;
    background: no-repeat;
}
.buscador ul.dropdown-menu input.search-form:active{
    border: 0px
}
.buscador a.btn.btn-lg, a.registracion {
    padding: 0px 10px;
}
.buscador a:hover i {
    font-weight: 700;
}
.buscador form#form-buscar {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    padding: 20px 10px;
}
.buscador button.btn.btn-default.btn-close {
    background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 20px
}

.buscador a.dropdown-toggle {
    padding: 10px;
    padding-top: 7px;
    font-size: 18px;
}
ul.social-share li a {
    display: inline-block;
    padding: 8px 3px;
    font-size: 18px
}
body ul.social-share li a{
    color:#00A896;
}
body ul.social-share li a:hover{
    color:#028090;
}
body.ofertas ul.social-share li a{  
    color:#ddd
}
body.ofertas ul.social-share li a:hover{
    color: #fff
}
/*********Botones*********/
.btn.btn-default, button.btn.load.btn-success {
    background: var(--color-marca2);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-weight: 400
}
.btn.btn-default:hover, button.btn.load.btn-success:hover {
    background: var(--color-marca2)
}
.destacado-home .btn {
    margin-top: 20px;
}
.btn-vernota {
    background: #05668c;
}
.noticiashome1-row .btn-vernota {
    display: none;
}
/*********Slider*********/
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
span.container.leyenda_slide {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    padding-left: 13%;
    width: 100%;
    top: 0;
    bottom: 0;
    padding-top: 39%;
}
span.container.leyenda_slide h2 span {
    color: #19235a; 
}
.container.leyenda_slide h1 {
    color: var(--color-marca3);
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: 'Figtree', sans-serif !important;
    font-size: 400% !important;
}
span.container.leyenda_slide span.btn.btn-primary {
    border: 1px solid;
    background: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 20px;
    margin-top: 40px
}
span.container.leyenda_slide h2{
    font-size: 210%; color: #19235a
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #fff;
    background: transparent;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 7px;
    line-height: 13px;
    position: absolute;
    top: 0;
    left: -3px;
    width: 20px;
    height: 20px;
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    text-align: center;
    opacity: .25;
    color: white;
    -webkit-font-smoothing: antialiased;
}
.slick-dots{
	z-index: 9
}
.destacado-frase {
    background: #e8e9ef;padding: 50px 0;
}
.destacado-frase i.fas.fa-quote-left {
    font-size: 60px;
    color: #27366c;
        margin-bottom: 15px;    opacity: 0.4;
}
.frase-principal p strong {
    color: #19235a;
    font-size: 18px;
}
.frase-principal {
    font-size: 16px;
    line-height: 24px;
    color: #19235a;
    width: 80%;
    padding: 50px 0;
}
.quote{  
    position: absolute;
    bottom: -10px;
    font-size: 70px;
    color: #27366c;
    left: 360px}
/*********Noticias Home*********/
body.ofertas .cols-grals .row.noticiashome1 .row:nth-child(1) {
    margin: 0;
}
body .cols-grals .row:nth-child(1) {
    margin: 5px;
}
.col-md-12.text-center.div-vertodos-noticias.vertodos_OPC_NOTAS_OFERTAS_2 {
    display: none;
}
.container.menu_pie ul.list-inline.list-unstyled.hidden-lg {
    display: none;
}
h5.title-sol.style2.solnuevo.solnoticias {
    margin-bottom: 30px;
}

.title-sol-style2, .title-sol.style2{
    font-weight: normal
}
.style2 .title-sol span, .title-sol.style2 span{
    text-transform: none;
    background: transparent;
    display: block
}
.style2 .title-sol:after, .title-sol-style2:after, .title-sol.style2:after{
    display: none
}
.noticiashome1-row.row, .noticiashome2-row.row, .row.noticiashome3 {
    margin: 0;
}
.row.noticiashome1 {
    background: var(--color-marca2);
    padding: 60px 0;
}
.row.noticiashome1 .noticiashome1-row.row .cajasnove h4 {
    color: var(--color-marca3);
    font-size: 350%;
}
.row.noticiashome1 .noticiashome1-row.row {
    width: 1170px;
    margin: 0 auto !important;
}
.row.noticiashome1 .noticiashome1-row.row .cajasnove .des_nov {
    color: var(--color-marca1);
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
}

.row.noticiashome1 .noticiashome1-row.row .cajasnove .des_nov p {
    font-size: 16px;
    line-height: 22px;
}
.style2 .title-sol span, .title-sol.style2 span {
    text-align: left;
    font-weight: 700;
    color: var(--color-marca2);
    font-family: 'Figtree', sans-serif;
    text-transform: uppercase;
}

div#divofertas, div#divlonuevo, div#divPostLonuevo {
    width: 1170px;
    margin: 0 auto;
}
.noticiashome1 h5.title-sol.style2.solnuevo.solnoticias {
    display: none;
}
.noticiashome1-row .cajasnove img {
    display: none;
}
.noticiashome2 {
    background: #fff; padding: 40px 0;
}
.noticiashome2-row .cajasnove img {
    float: left;
    float: left;
    margin-right: 50px;
    max-width: 600px;
    max-height: 550px;
    margin-bottom: 20px;
    border-radius: 5px 60px 60px 5px;
    -webkit-border-radius: 5px 60px 60px 5px;
    -moz-border-radius: 5px 60px 60px 5px;
}
.noticiashome2-row .cajasnove .des_nov {
    margin-top: 7px;
    margin-bottom: 20px;
}
.cajasnove .des_nov p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 21px;
}
.noticiashome3-row img,.noticiashome2-row img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.row.noticiashome3,.noticiashome2-row {
    width: 1170px;
    margin: 0 auto !important;
        padding: 40px 0
}
.noticiashome3-row .cajasnove .des_nov {
    margin: 15px 0;
}
.noticiashome3-row  .cajasnove h4 a {
    color: #19235a;
}
.noticiashome3-row .cajasnove h4 {
    margin-top: 0;
    font-weight: normal;
}
.noticiashome2-row h4 {
    display: none;
}
.noticiashome2-row {
    padding-top: 0px;
}
h5.tit_form_detalle {
    border: none;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: normal;
    text-align: left;
}
.detalle-form {
    background: var(--color-marca1);
    border-radius: 0px;
    margin-top: 20px;
    border-top: 0;
}
.socialIcon a {
    background: var(--color-marca2) !important;
    font-size: 18px;
    padding-top: 5px;
    margin-right: 0px;
    width: 35px;
    height: 35px;
    transition: .15s ease-in-out 0;
    -moz-transition: .15s ease-in-out 0;
    -webkit-transition: .15s ease-in-out 0;
    -o-transition: .15s ease-in-out 0;
    -ms-transition: .15s ease-in-out 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 25px;
}
span#precio a.btn.btn-primary.btn-whatsapp, .price a.btn.btn-primary.btn-whatsapp {
    border: 1px solid var(--color-marca3);
    background: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.container.menu_pie img {
    max-width: 140px;
}
.container.menu_pie img {
    max-width: 140px;
    float: left;
}
.container.menu_pie ul li {
    display: inline;
    padding: 10px;
    list-style: none;
    text-transform: uppercase;
}

.container.menu_pie ul {
    text-align: right;
    margin-top: 15px;
}
.container.menu_pie ul li a {
    font-size: 12px;
}

.container.menu_pie ul li a:hover {
    color: var(--color-marca2);
}
p.iva ,.hormigafoot h2  {
    display: none;
}
.datos-distribudiores-contacto h1, .contact-form h1 {
    font-size: 350%;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-marca3);
}
.datos-distribudiores-contacto a {
    color: var(--color-marca3);
}
.contact-form p.leyenda.contacto, .datos-distribudiores-contacto h3 {
    color: var(--color-marca2);
    font-size: 18px;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}
.datos-distribudiores-contacto {
    border-left: 1px solid var(--color-marca2);
    padding-left: 50px;
    margin-left: 4%;
}
/***** PARALLAX *****/
.loginmodal-container, .loginmodal-container .modal-body {
    background: var(--color-marca1);
}
.modal h5 {
    font-weight: 700;
}
.oficinas {
    background-image: url("../b/parallax.jpg");
    height: 70vh;
    color: #fff;
    padding-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: bg-animation 25s ease-in-out infinite;
    animation: bg-animation 25s ease-in-out infinite;
    position: relative;
}
.oficinas hr {
    border-color: #a1a1a1;
    margin: 40px 0;
}
.oficinas:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #010d2e;
    opacity: 0.7;
    left: 0;
    bottom: 0;
    top: 0;
    /*background-image: linear-gradient(to right, #1A2980 0%, #26D0CE 51%, #1A2980 100%)*/
}
body.ofertas .oficinas2 {
    height: 100vh;
    background-image: url(../b/parallax2.jpg);
}

body.ofertas .cols-grals {
     padding: 0; 
}
.newsletter {
    padding: 60px 0;
    border-top: 40px solid var(--color-marca2);
    padding-bottom: 70px;
}
.newsletter a.btn.btn-primary {
    background: var(--color-marca2);
    color: var(--color-marca1);
    text-transform: uppercase;
}
.oficinas h2, .newsletter h3 {
    display: initial;
    text-align: left;
    color: var(--color-marca2);
    text-transform: uppercase;
    font-size: 350%;
    line-height: normal;
}
.oficinas p, .newsletter p {
    font-size: 18px;
    line-height: 24px;
}
@-webkit-keyframes bg-animation {
    0% { background-position: top; }
    50% { background-position: bottom; }
    100% { background-position: top; }
}

@keyframes bg-animation {
    0% { background-position: top; }
    50% { background-position: bottom; }
    100% { background-position: top; }
}
/*********Destacado Home*********/
body.ofertas .destacado-home {
    background: #e8e9ef;
    padding: 40px 0;
    font-size: 24px

}

body.marca h1, body.marca h3 {
    font-weight: normal;
    color: #19235a;
}
body.productos .post-lead-image img, body.marca .post-lead-image img {
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}
body.productos .post-lead-image, body.marca .post-lead-image {
    overflow: hidden; float: left;    margin-right: 50px;
    max-width: 600px;
    max-height: 550px;
    margin-bottom: 20px;
    border-radius: 5px 60px 60px 5px;
    -webkit-border-radius: 5px 60px 60px 5px;
    -moz-border-radius: 5px 60px 60px 5px;
}
body.productos .post-lead-image img:hover, body.marca .post-lead-image img:hover {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);}

body.productos .composicion h5, body.productos .uso h5 {
    font-size: 20px;
    margin-bottom: 0;
}
body.productos  .nov_dlarga h1.titulo2 {
    margin-top: 30px;
    margin-bottom: 20px;
}
body.productos  h1.titulo {
    display: none;
}
body.productos .uso {
    background: #e8e9ef;
    padding: 30px 50px;
}
body.productos .uso h5 {
    margin-bottom: 10px;
}
/*********Detalle Productos*********/
.nov_dlarga, .nov_dcorta {
    font-size: 15px;
    line-height: 21px;
}
.contiene strong {
    font-weight: 500;
    font-size: 17px;
}

/*********Servicios*********/
body.servicios .col-listar .desdoc, body.servicios .col-listar h3 a{
color: #fff
}
body.servicios .col-listar div:nth-child(1) {
    padding: 10px;
    padding-bottom: 20px
}
body.servicios .col-listar .btn-vernota, body.servicios .col-listar .btn-vernota:hover {
    background: #dddddd;
    color: #05668c;
}
body.servicios .col-listar div#imagen_listar {
    margin-bottom: 15px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%)
}
body.servicios .intro_listar {
    margin-bottom: 20px;
}
@media (min-width: 1920px){  
span.container.leyenda_slide {
    padding-left: 20%;
}
.search.search-fixed {
    right: 20.5%;
}
}
@media (max-width: 1442px){  
div#leyenda_gral_top {
    right: 10%;
}
.social.pull-right {
    left: -90px;
}
span.container.leyenda_slide {
    padding-left: 10%;
}
}
@media (max-width: 1367px){ 
span.container.leyenda_slide {
    padding-left: 9%;
}
.search.search-fixed {
    right: 7%;
}
.noticiashome1-row .cajasnove {
    padding: 54px 20px;}

.container.leyenda_slide h1 {
    margin-left: 0;
}
}
@media (max-width: 1281px){
.social.pull-right {
    left: -20px;
}


.noticiashome1-row .cajasnove {
    padding: 40px 20px;
}
.container.leyenda_slide h1 {
    margin-left: 0;
    max-width: 100%;
}
span.container.leyenda_slide {
    padding-left: 6%;
}
}
@media (max-width: 1084px){
.row.noticiashome3, .noticiashome2-row {
    width: 100%;
}
.noticiashome1-row .cajasnove {
    padding: 40px 30px;
    margin-bottom: 0px;
}
div#leyenda_gral_top {
    right: 2%;
}
.navbar-default .navbar-nav>li>a {
    padding: 10px 8px;
}
span.container.leyenda_slide {
    padding-left: 4%;
    padding-top: 33%;
}
div#divofertas, div#divlonuevo, div#divPostLonuevo, .row.noticiashome1 .noticiashome1-row.row {
    width: 100%;
}
.novedadesrow.row, .ofertasrow.row {
    margin-left: 10px;
    margin-right: 10px;
}
}
@media (max-width: 850px){
.noticiashome2-row .cajasnove img {
    max-width: 400px;
}
.container.leyenda_slide h1, .row.noticiashome1 .noticiashome1-row.row .cajasnove h4, .oficinas h2, .newsletter h3 {
    font-size: 250% !important;
}
.oficinas {
    height: 120vh;
}
.novedadesrow.row, .ofertasrow.row {
    margin-left: -5px;
    margin-right: -5px;
}
.post-lead-image img {
    float: left;
    margin-right: 20px;
    max-width: 400px;
}
.telefono-top {
    font-size: 18px;
    display: none;
}
}
@media (max-width: 815px){
.oficinas {
    height: 40vh;
}
}
@media (max-width: 767px){
ul#nav {
    background: rgb(0 0 0 / 92%);
    margin-right: 0px;
    margin-top: 0px;
    float: left;
    width: 100%;
    margin: 0px;
}
.caja_func_sup.pull-right.hidden-xs {
    display: block !important;
}
.buscador ul.dropdown-menu {
    top: 55px;
}
.sp-wrap.sp-touch {
    margin-bottom: 40px;
}
.datos-distribudiores-contacto h1, .contact-form h1 {
    font-size: 250%;
}
.search form {
    display: inline;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff; 
}
.row.noticiashome1 {
    padding-top: 10px;
}
div#divofertas, div#divlonuevo, div#divPostLonuevo, .row.noticiashome1 .noticiashome1-row.row {
    width: 100%;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--color-marca3);
}
div#ofertas .container.general .row {
    margin: 0;
}
.noticiashome1-row.row, .row.noticiashome1, .row.destacado-frase {
    margin: -15px;
    margin-right: -15px !important;
    margin-left: -15px !important;
}
body .navbar.navbar-default.navbar-fixed-top span.icon-bar {
    background: #fff;
}
body.ofertas .navbar.navbar-default.navbar-fixed-top .ban-top-izquierda, body .navbar.navbar-default.navbar-fixed-top .ban-top-izquierda, body .navbar.navbar-default.navbar-superior .ban-top-izquierda {
    width: 110px;
}
body.ofertas .navbar.navbar-default.navbar-superior .ban-top-izquierda {
    width: 110px;
}
body.ofertas .destacado-home {
    font-size: 21px;
    line-height: 1.2em;
}
body .navbar.navbar-default.navbar-fixed-top a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a {
    padding: 10px 8px;
    border-bottom: 1px dotted #566564;
}
.navbar-fixed-top ul#nav {
    background:rgb(0 0 0 / 92%)
}
body .navbar.navbar-default.navbar-superior a {
    color: #fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: var(--color-marca1)!important
}
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
    color: #fff;
}
.row.noticiashome1 .noticiashome1-row.row .cajasnove h4 {
    color: var(--color-marca3);
    font-size: 280%;
}
.oficinas h2, .newsletter h3 {
    font-size: 250%;
}
.oficinas {
    padding-top: 50px;
}
.container.menu_pie img {
    float: none;
    margin: 0 auto;
}
.container.menu_pie ul {
    text-align: center;
    padding: 0;
}
a.dropdown-toggle.pull-right.hidden-md.hidden-lg {
    display: none;
}

.social.pull-right {
    left: -20px;
    left: auto;
    right: 32%;
}
.search.search-fixed {
    position: fixed;
    right: 34.5%;
}
span.caret.navbar-toggle.sub-arrow {
    background: var(--color-marca2)!important;
    font-size: 18px;
}
.datos-distribudiores-contacto {
    padding: 0;
    margin: 0;
    border: transparent;
}
}
@media (max-width: 480px){
body {
    padding-top: 85px;
}
body.ofertas .oficinas2 {
    height: 170vh;
}
.oficinas {
    height: 90vh;
}
.container.leyenda_slide h1 {
    font-size: 250% !important;
    max-width: 100%;
}
span.container.leyenda_slide span.btn.btn-primary {
    margin: 10px 0;
}
div.imagen-slide-2 span.leyenda_slide {
    text-align: left;
}
    span.container.leyenda_slide h2{
        font-size: 75%;
            margin-top: 10px
    }
span.container.leyenda_slide {
    margin-top: 0px;
}
.noticiashome2-row .cajasnove img {
    max-width: 100%;
    margin-bottom: 20px;

}
.noticiashome1-row .cajasnove {
    margin-bottom: 0px;
}
.row.noticiashome1 h4 {
    font-size: 100%;
}
.row.noticiashome1 .cajasnove .des_nov p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
}
.quote {
    bottom: 30px;
    left: 250px;
}
.destacado-frase img {
    margin-bottom: 20px !important;
    margin-top: 0px !important
}
.frase-principal {
    width: 100%;
    padding: 20px 0;
}
.post-lead-image img {
    max-width: 100%
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--color-marca3);
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

}