html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1.8em;
    font-family: 'Roboto Condensed';
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body { line-height: 1; font-family: 'Roboto', sans-serif; }
blockquote, q { quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
html {overflow-x: hidden;}

strong {font-weight: 700; line-height: 1em;}
.text-center {text-align: center;}
* { margin: 0; padding: 0; -webkit-font-smoothing: antialiased;}

.col-lg-2.col-md-3.col-4.item-electrodomestico {
    order: 2;
}

.col-lg-2.col-md-3.col-4.item-electrodomestico.current {
    order: 1;
}
/* --- TIPOGRAFÍAS --- */

@font-face { font-family: 'Roboto Condensed'; src: url('/fonts/robotocondensed-bold.woff2') format('woff2'), url('/fonts/robotocondensed-bold.woff') format('woff'); font-weight: 600; font-style: normal;}
@font-face { font-family: 'Roboto Condensed'; src: url('/fonts/robotocondensed-light.woff2') format('woff2'), url('/fonts/robotocondensed-light.woff') format('woff'); font-weight: 200; font-style: normal;}
@font-face { font-family: 'Roboto Condensed'; src: url('/fonts/robotocondensed-regular.woff2') format('woff2'), url('/fonts/robotocondensed-regular.woff') format('woff'); font-weight: 400; font-style: normal;}


/* --- COMUNES --- */

*{font-family: 'Roboto Condensed';}
a {text-decoration: none; color: #007bff; font-family: 'Roboto Condensed';}
a:hover {text-decoration: none;} 

p{margin-bottom: 1em; font-family: 'Roboto Condensed';}

h1, .h1{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0.8em;
}

h2, .h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0.8em;
}

h3, .h3{
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 1em;
}

h4, .h4{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0.5em;
}

h5, .h5{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0.5em;
}

h6,.h6{
    font-size: 12px;
    color: #444242;
    line-height: 1.2em;
}

p, .p,li{
    font-size: 14px;
    color: rgba(0,0,0,1);
    font-style: normal;
    font-weight: normal;
    margin-bottom: 1em;
    font-family: 'Roboto Condensed';
    line-height: 20px;
}

.mayus{
	text-transform: uppercase;
    line-height: 1.3em;
}

.center{
    text-align: center;
}

hr{
    border-bottom: 3px solid #F7F7F7;
    margin-bottom: 30px;
    margin-top: 15px;
    border-top: none;
}


/* --- CABECERA --- */

.top-bar{
    background: #edeeef;
    min-height: 25px;
}

.logo-box-inner{
    padding: 0.7em 0px;
    align-items: center;
}

.top-bar .pretitle{
    color: #909090;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0rem;
    display: block;
    font-size: 14px;
}

.logo {
    width: auto;
    height: 55px;
    padding: 0px 0;
    display: block;
}

header{
    box-shadow: 1px 1px 1px black;
}

main#content .badge-satisfaction.green {
    margin-bottom: 15px;
}

.badge-satisfaction{
    background: #16E68E;
    border-radius: 6px;
    color: white;
    display: inline-block;
    padding: 0.2em 2.5em;
    font-weight: bold;
    line-height: 1.1em;
}

.badge-satisfaction span{line-height: 0.8em;}

main#content .badge-satisfaction.green a {
    color: white;
    font-size: 18px;
}

.badge-satisfaction i{
    font-size: 0.8em;
    vertical-align: top;
    padding-top: 0.6em;
}

/* --- HERO --- */

#hero{
    background-size: cover;
    margin-bottom: 1vh;
    background-position: center;
}

#hero .hero-txt{
    padding: 2vh 1.5em;
}

.phone-hero{
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    overflow: hidden;
    margin-bottom: 1.5em;
}

.phone-hero .pretitle{
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}

.phone-hero .phone{
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0em 0 0 0;
}

.ticker-urgente{
    line-height: 1.4em;
    display: block;
    font-size: 1em;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1.2em;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.ticker-urgente strong{
    display: block;
    font-size: 1.1em;
}

.phone-hero a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5em 1.5em;
    color: #fff;
    text-decoration: none;
    transition: ease 0.3s;
}

.phone-hero a:hover, .phone-hero a:active{
    background: rgba(40, 40, 40, 0.35);
}

.phone-hero a:hover .effect.first, .phone-hero a:active .effect.first,
.phone-hero a:hover .effect.third, .phone-hero a:active .effect.third{
    height: 3px;
}

.phone-hero a:hover .effect.second, .phone-hero a:active .effect.second,
.phone-hero a:hover .effect.fourth, .phone-hero a:active .effect.fourth{
    width: 3px;
}

.phone-hero .phone i{
    font-size: 0.8em;
    vertical-align: top;
    padding-top: 0.5em;
    margin-right: 0.2em;
}

.phone-hero .effect.first {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,#ffffff00,#ffffff00 70%,#fff);
    animation: animate1 2s linear infinite
}

@keyframes animate1 {
    0% {transform: translateX(-100%)}
    to {transform: translateX(100%)}
}

.phone-hero .effect.second {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg,#ffffff00,#ffffff00 30%,#fff);
    animation: animate2 2s linear infinite;
    animation-delay: 1s
}

@keyframes animate2 {
    0% {transform: translateY(-100%)}
    to {transform: translateY(100%)}
}

.phone-hero .effect.third {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg,#ffffff00,#ffffff00 70%,#fff);
    animation: animate3 2s linear infinite
}

@keyframes animate3 {
    0% {transform: translateX(100%)}
    to {transform: translateX(-100%)}
}

.phone-hero .effect.fourth {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg,#ffffff00,#ffffff00 30%,#fff);
    animation: animate4 2s linear infinite;
    animation-delay: 1s
}

@keyframes animate4 {
    0% {transform: translateY(100%)}
    to {transform: translateY(-100%)}
}

.mini-claim {
    color: white;
    display: flex;
    margin-bottom: 0.7em;
}

.mini-claim span{
    line-height: 1.3em;
    padding-left: 0.3em;
    font-size: 0.9em;
}

.mini-claim span a{
	color: inherit;
	text-decoration: underline;
}

.mini-claim i{
    padding-top: 0.2em;
    font-size: 0.9em;
}

/* --- BANNERS--- */
.banner-caritas {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    border-radius: 10px;
    margin-bottom: 4vh;
    padding: 1rem 2rem;
    text-align: center;
    padding-bottom: 0.5rem;
	margin-top:4vh;
}

.banner-caritas img {
    max-height: 150px;
}

.banner-caritas p {
    font-size: 1.3em;
    letter-spacing: -0.6px;
    text-align: center;
    font-family: 'Roboto Condensed';
    display: inline-block;
    margin-bottom: 0;
    padding-top: 40px;
    color: #856404;

}

.banner-caritas span {
    letter-spacing: -0.6px;
    text-align: center;
    font-family: 'Roboto Condensed';
    display: inline-block;
	line-height: 23px;
}

/* --- ELECTRODOMÉSTICOS --- */

#bloque-electrodomesticos{
    margin-bottom: 1em;
}

#bloque-electrodomesticos .h1{
	margin-bottom: 0.8vh;
    margin-top: 1vh;
}

#bloque-electrodomesticos .item-electrodomestico{
    padding-top: 15px;
    padding-bottom: 15px;
}

#bloque-electrodomesticos .row-bloque-electrodomesticos{
    padding-left: 8px;
    padding-right: 8px;
    justify-content: center;
}

#bloque-electrodomesticos .electrodomestico-panel{
    text-align: center;
    background: #fff;
    border-radius: 6px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #F0F0F0;
}

#bloque-electrodomesticos .electrodomestico-panel a{
    width: 100%;
    height: 100%;
    padding: 0.8em;
}

#bloque-electrodomesticos .electrodomestico-panel img{
    display: block;
    width: 80px;
    margin: 0 auto;
}

#bloque-electrodomesticos .electrodomestico-panel h6,.h6{
    font-size:12px;
    color: #444242;
    text-transform: uppercase;
    line-height: 1.4em;
	font-weight: unset;
    margin: 1em 0 0 0;
}

#bloque-electrodomesticos .electrodomestico-panel:hover{
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.16);
}

.hero-img {
    align-items: flex-end;
    display: flex;
    padding-bottom: 2vh;
}

.hero-img .wrapper-possitives{
    display: flex;   
}

.hero-img .possitive-wrapper{
    flex: 1 1 50%;
    color: white;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 2em;
}

.hero-img .possitive-wrapper span{
    line-height: 1.2em;
    padding-left: 0.8em;
    font-size: 1.1rem;
}

.hero-img .possitive-wrapper i{
    font-size: 1.5em;
}

.hero-overlay{
    background: linear-gradient(0deg, #171717cc 11%, transparent 44%);
}

/* --- CONTENIDO --- */

#bloque-contenido{
    z-index: 9;
    position: relative;
}

#bloque-contenido ul{
    padding-left: 20px;
    margin-bottom: 1.5em;
}

.averias ul{
	columns: 2;
    column-gap: 30px;
}

.razones{
    background-color: #EDEEEF;
    box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.09);
    padding: 2em;
}

#bloque-contenido .razones ul{
    padding-left: 0px;
}

.razones li{
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.razones ul li:before{
    font-family: "Font Awesome 5";
    content: "\f058";
    display: inline-block;
    vertical-align: initial;
    font-weight: bold;
    padding-right: 5px;
    position: absolute;
    font-size: 14px;
    left: 0px;
    color: rgba(46,203,112,1);
}

/* --- FOOTER --- */
footer{
    position: relative;
    padding-top: 6vh;
}
footer img.bg-footer {
    display: none;
}
.footer-colophon{
    background-color: #F2F3F4;
    padding: 3.5em 0em;  
}
.footer-colophon {
    background-color: black !important;
}
.footer-content{
    z-index: 4;
    position: relative;
}

footer a{
    color: #448CCA;
    line-height: inherit;
}

footer p{
    margin-bottom: 0em;
    color: #868585;
    font-size: 0.7em;
    line-height: 1.3em;
}
footer *, footer p {
    color: white;
}
footer img{
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    height: 100%;
}

.badge-satisfaction .stars{
    line-height: 28.8px;
}

.fixed-header {
    position: fixed;
    z-index: 9999;
    padding: 0.5em 0;
    max-width: none;
    padding: 0 0;
    top: 0px;
    left: 0px;
    background: white;
    width: 100%;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.16);
}

.fixed-header .logo-box-inner .row {
    max-width: 1140px;
    margin: 0 auto;
}

.minheight-topbar {
    min-height: 75px;
}

/* --- VERSIÓN MOBILE --- */

.hero-mobile-img-wrapper img{
    min-height: 120px;
    width: 100%;
    object-fit: cover;
}

.hero-mobile-img-wrapper {
    position: relative;
}

.hero-mobile-img-wrapper .badge{
    position: absolute;
    right: 0.8em;
    top: 1rem;
    padding: 0.1rem 1.1em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.7rem;
    color: #936B00;
    border-radius: 21px;
    width: 28%;
    white-space: normal;
}

.badge.yellow{
    background: #FFCC44;
}

.hero-mobile#hero{
    margin-bottom: 0vh;
}

.hero-mobile#hero .hero-txt{
    padding: 0;
}

.head-mobile .logo {
    height: 35px;
    margin: 0.7em 0;
}

.head-mobile .header-txt{
    line-height: 0.9em;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.head-mobile .header-txt > span{
    line-height: 1em;
}

.head-mobile .header-txt strong{
    text-transform: uppercase;
    line-height: 1em;
    display: inline-block;
}

.cta-hero-mobile .pretitle{
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}

.cta-hero-mobile .hero-txt > .pretitle{
    color: black;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 1rem;
}

.cta-hero-mobile .phone-hero .phone {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0em 0 0 0;
}

.cta-hero-mobile .phone-hero .phone i {
    font-size: 0.8em;
    padding-top: 14px;
    vertical-align: top;
    margin-right: 0em;
}

.cta-hero-mobile .phone-hero{
    border-radius: 10px;
    box-shadow: none;
    width: auto;
    display: block;
    margin-bottom: 0.7em;
}

.cta-hero-mobile .phone-hero a {
    padding: 0.7em 2em 0.3em 2em;
}

.cta-hero-mobile .mini-claim {
    color: black;
    margin-bottom: 0.6em;
}

.cta-hero-mobile .ticker-urgente{
    color: black;
    font-size: 0.9em;
    margin-bottom: 0em;
    margin-top: 0.2rem;
}

.cta-hero-mobile .ticker-urgente strong {
    font-size: 1.1rem;
}

.cta-hero-mobile .badge.claim{
    width: 100%;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.6rem;
    border-radius: 10px;
    background: #ffcc44;
    color: #936b00;
    font-size: 0.9rem;
    white-space: normal;
    font-weight: 500;
}

.cta-hero-mobile .wrapper-mini-claims{
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.minheight-topbar-mobile{
    min-height: 33px;
}

.head-mobile .fixed-header{
    background: white;
    box-shadow: 0px 2px 7px rgba(61, 61, 61, 0.2);
    width: 100vw;
    margin: 0 0;
}

.badge-satisfaction.mobile{
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    padding: 0.2em 0em;
}

.razones.mobile{
    margin-bottom: 2em;
}

.bottom-bar.sticky-bottombar{
    position: fixed;
    bottom: -30vh;
    width: 100%;
    transition: bottom 0.5s;
}

.bottom-bar.sticky-bottombar.fixed-header{
    position: fixed;
    bottom: 0px;
    left: 0px;
    top: auto;
    width: 100%;
}

.bottom-bar{
    background: white;
    box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.32);
    padding: 0.3rem 0 0.4rem 0;
}

.bottom-bar .previous{
    color: black;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
}

.bottom-bar .wrapper {
    width: 70%;
    margin: 0 auto;
}

.bottom-bar .phone-hero a {
    padding: 0.3em 0.6em 0.4em 0.6em;
}

.bottom-bar .phone-hero{
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 10px;
}

.bottom-bar .phone-hero .pretitle {
    font-size: 0.8em;
}

.bottom-bar .phone-hero .phone {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1em;
}

.bottom-bar .phone-hero .phone i {
    padding-top: 0.15em;
}

.bottom-bar .phone-hero .phone span {
    line-height: 1.1em;
}

footer.mobile{
    padding-bottom: 18vh;
    padding-top: 0vh;
    overflow-x: hidden;
}

#bloque-electrodomesticos.mobile .electrodomestico-panel a{
    width: 100%;
    height: 100%;
    padding: 0.6em 1em;
}

.head-mobile .logo {
    margin-left: 0px;
}

#colophon.mobile .footer-colophon{
    background: white;
}

p a{
	line-height: 1em;
	color: inherit;
	text-decoration: underline;
}

.venta-recambios .logo{
    width: auto;
    height: 54px;
    margin-bottom: 1em;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0.3rem 0.5rem;
    margin-left: 0px;
}

/* -- TESTIMONIAL -- */

#testimonial{
    /*margin-bottom: -4vh;*/
	margin-top: 3vh;
}

#testimonial .h1{
    margin-bottom: 1em;
}

.opinion-box{
    padding: 0em 2em;
}

.opinion-box i.full{
    color: #16E68E;
}

.opinion-box i.empty{
    color: #bcbcbc;
}

.opinion-box .opinion-title{
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 0.4em;
    margin-top: 0.5em;
}

.opinion-box .opinion-txt{
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 1em;
}

.opinion-box .opinion-name{
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

/* --- BANNERS GARANTÍA --- */

.garantia-wrapper {
    margin-top: 30px;
}

.banner-garantia{
    height: 100%;
    border-radius: 10px;
    background: #f7f7f7;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    color: #d93818;
    padding-bottom: 1em;
}


.banner-garantia .txt-wrapper {
    /* flex: 2 0 60%; */
    padding: 1em 0em;
    padding-bottom: 0.2em;
}

.banner-garantia .txt-wrapper .txt{
    font-size: 1.35em;
    line-height: 1.3em;
    text-align: left;
    margin: 0;
    font-family: 'Roboto Condensed';
    padding: 0 1.2rem;
    display: block;
    width: 100%;
    color: #444242;
}

 
.banner-garantia .txt-wrapper .subtitle{
    font-size: 1em;
    line-height: 1.3em;
    text-align: right;
    margin: 0;
    font-family: 'Roboto Condensed';
    padding: 0 1.2rem;
    display: block;
    width: 100%;
}

.enlace-garantia {
    padding-left: 20px;
}

.enlace-garantia a{
    color:#cc6600;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.enlace-garantia a:hover{
    text-decoration: underline;
}

/* --- PÁGINA GARANTÍA --- */
#section-tabla table {
    width: 100%;
}

#section-tabla table td, #section-tabla table th {
    border-left: 1px solid #e2e6e7;
}

#section-tabla table tr:nth-child(odd) {
    background: #f5f5f5;
}

#section-tabla table td:first-child, #section-tabla table th:first-child {
    text-align: right;
    border-left: none;
}


#section-tabla table td, #section-tabla table th {
    padding: 18px 30px;
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 24px;
}

#garantia h2, #garantia p  {
    text-align: center;
}

#garantia {
    padding-top: 50px;
}

.wrapper-mini-claims.sobre-claims i {
    color: white !important;
}

.wrapper-mini-claims.sobre-claims {
    position: absolute;
    bottom: 9px;
    left: 0;
    padding: 15px;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.4) 30%);
}

/* --- BREADCRUMBS --- */

section.breadcrumbs ol li a {
    font-weight: bold;
    color: #0082c8;
    font-size: 16px;
}

section.breadcrumbs ol li a:hover {
    text-decoration: underline;
}

/* --- BLOQUE MARCAS EN TEMPLATE */
.max-width-50 { /* CLASE SOLO PARA DESARROLLO */
    max-width: 50px;
}
.flex-marcas {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex-marcas ul.topbar-menu {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-height: 308px;
    overflow: hidden;
    padding: 15px;
    transition: 1s;
}

.flex-marcas ul.topbar-menu + a {
    padding-bottom: 15px;
}

.flex-marcas.ciudades ul.topbar-menu {
    max-height: 305px;
}

.flex-marcas ul.topbar-menu.desplegado {
    max-height: fit-content;
}

.flex-marcas ul.topbar-menu li {
    flex: 1 1 200px;
}

.flex-marcas ul.topbar-menu li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
    align-items: center;
    padding: 15px;
    font-size: 16px;
    color: unset;
    transition: 0.5s;
}

.flex-marcas ul.topbar-menu li a:hover {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .3);
}

.flex-marcas .logo-marca {
    max-width: 200px;
}

.flex-marcas a.vermas.down.up i {
    transform: rotate(180deg);
}

.flex-marcas a.vermas.down .mas {
    display: inline;
}

.flex-marcas a.vermas.down .menos {
    display: none;
}

.flex-marcas a.vermas.down.up .mas {
    display: none;
}

.flex-marcas a.vermas.down.up .menos {
    display: inline;
}

/* ESTILOS MENU CIUDADES EN TEMPLATE MODERNO FOOTER */

.menuciudades ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    padding-bottom: 10px;
}

.menuciudades ul li {
    margin-bottom: 0;
    padding: 0 7px 0 0;
}

.menuciudades ul li a{
    font-size: 0.7em;
}

/* TEXTO SEO */

section.textoSEO {
    padding: 30px 0;
}

.flex-marcas h3 {
    font-weight: unset;
    font-size: unset;
    margin-top: 10px;
}

/* --- RESPONSIVE  --- */

@media only screen and (min-width: 1400px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
 .banner-caritas p {padding-top: 0px;}
}
@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 25px;
        line-height: 1em;
    }

    .minheight-topbar {
        min-height: 100px;
    }

    .logo {
        display: block;
        margin: 0 auto;
    }

    header .badge-satisfaction {
        margin: 1em 0;
    }

    .stars {
        white-space: nowrap;
    }

    .row-hero {
        flex-direction: column-reverse;
    }

    .hero-overlay {
        padding: 2em 0.5em;
    }

    #hero .hero-txt {
        border-radius: 5px;
    }

    .hero-img .wrapper-possitives {
        flex-direction: column;
    }

    .hero-img .possitive-wrapper {
        padding: 0 0;
        margin: 0.5em 0;
        margin-top: 1.7em;
    }

    footer .bg-footer {
        height: 100%;
        width: auto;
        margin-left: -55%;
    }

    #bloque-electrodomesticos .item-electrodomestico {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    #bloque-electrodomesticos .electrodomestico-panel img {
        width: 60px;
    }

    #bloque-electrodomesticos .electrodomestico-panel h6,
    .h6 {
        font-size: 11px;
        margin: 0.7em 0 0 0;
    }

    #bloque-electrodomesticos .electrodomestico-panel a{
        padding: 0.4em;
    }

    .razones {
        padding: 1.5em;
    }

    .footer-colophon {
        background-color: #F2F3F4;
        padding: 1.5em 0em;
    }

    hr {
        margin-bottom: 0px;
        margin-top: 15px;
    }

	#testimonial hr{
		margin-bottom: 2em;
		margin-top: 2.3em;
	}

    .footer-mobile .footer-colophon {
        background-color: #fff;
    }

    .footer-mobile .footer-colophon img {
        display: none;
    }

    footer.footer-mobile {
        padding-top: 0vh;
    }

    .footer-mobile .footer-colophon {
        padding: 0em 0em 1em 0em;
    }

    .bloque-contenido-row-mobile {
        flex-direction: column-reverse;
    }

    #bloque-contenido.bloque-contenido-mobile {
        margin-bottom: 0vh;
    }

    .bloque-contenido-mobile .razones {
        margin-bottom: 1.5em;
    }

    .top-bar{
        text-align: center;
    }
    
    .logo-wrapper{
        justify-content: center;
    }
    
    header .badge-satisfaction{
        padding: 0.2em 1em;
        margin: 0.5em 0 !important;
        margin-bottom: 0 !important;
    }
	
	.banner-caritas {padding-bottom: 1rem;}

	/* NUEVO ARREGLO */
    
    .mini-claim span {
        font-size: 1.0em;
    }

    #bloque-electrodomesticos .item-electrodomestico {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 5px;
        padding-left: 5px;
    }

	body {
		font-size: 18px;
	}

    p, .p, li {
        font-size: 18px;
    }

    .cta-hero-mobile .pretitle {
        font-size: 20px !important;
    }

    .cta-hero-mobile .phone-hero .phone {
        font-size: 34px;
    }

    .cta-hero-mobile .phone-hero .phone i {
        padding-top: 20px;
    }

    #bloque-electrodomesticos .electrodomestico-panel h6,
    .h6 {
        font-size: 13px;
    }

    .bottom-bar .phone-hero .pretitle {
        font-size: 20px;
    }

    .bottom-bar .phone-hero .phone {
        font-size: 34px;
    }
    .bottom-bar .wrapper {
        width: 90%;
    }
	
	.bottom-bar .previous {
		font-size: 1.3rem;
	}
	
	.flex-marcas ul.topbar-menu li {
		flex: 1 1 50%;
		margin-bottom: 0;
	}
	
	.flex-marcas.ciudades ul.topbar-menu li {
		flex: 1 1 50%;
		margin-bottom: 15px;
	}
	
	.flex-marcas .logo-marca {
		max-width: 80px;
	}
	
	.flex-marcas ul.topbar-menu li a {
		margin: 7.5px;
		padding: 7.5px;
	}
	
	section.breadcrumbs.container {
		margin: 22px 0 25px 10px;
	}
	
	footer .menuciudades ul li a {
		font-size: 0.7em;
		padding: 5px;
		margin: 5px !important;
		display: block;
	}
	
	body {
		max-width: 100%;
		overflow-x: hidden;
	}
}
@media only screen and (max-width: 320px) {
    #bloque-electrodomesticos .item-electrodomestico {
        padding: 5px 2px 15px 2px;
    }

	.top-bar-content.idiomas{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}
	
	.banner-caritas {width: 93%;margin: 4vh auto;}
}

/* -- FONTAWESOME -- */

@font-face {
  font-family: 'Font Awesome 5';
  font-style: normal;
  font-weight: 900;
  src: url("/dist/fontawesome/webfonts/fa-solid-900.eot");
  src: url("/dist/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/dist/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/dist/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("/dist/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/dist/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-star:before {
  content: "\f005"; }

.fa,
.fas {
  font-family: 'Font Awesome 5';
  font-weight: 900; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-phone:before {
  content: "\f095"; }

.fa-clock:before {
  content: "\f017"; }
.fa-angle-down:before {
  content: "\f107"; }  
}
footer span{
    line-height: 1em;
}

.top-bar-content{
	display: flex;
	justify-content: space-between;
}

.top-bar-content.idiomas {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-bar-content.idiomas span {
    font-size: 0.8rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    padding: 0 0.6rem;
}

.top-bar-content.idiomas span a {
    color: #909090;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1em;
}

.top-bar-content.idiomas .bandera-idioma {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    margin-left: 0px;
}

.fa-hands-wash:before {
    content: "\f505";
}
.cookieconsent_fixed_link {
    z-index: 999 !important;
}