/* Add here all your CSS customizations */


/* estilos generales */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

p {
    color: #000;
}

a {
    color: #000;
}

span.lineabreak {
    display: block;
}

html .btn-secondary:hover,
html .btn-secondary.hover {
    background-color: #000;
    border-color: #000;
    color: #FFF;
}

section.section {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding: 20px 0 20px 0;
}

section.section:last-of-type {
    padding-bottom: 90px !important;
}


/* títulos */

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
}

h1 span {
    font-weight: 800;
}

h1 span.lineabreak {
    font-size: 50px;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 46px;
    margin-top: 20px;
}

h2 span {
    font-weight: 300;
    font-size: 0.88em;
}

h2 span.lineabreak {
    font-size: 38px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: none !important;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

p a {
    color: #e34f4f;
}

.toupper {
    text-transform: uppercase;
}


/* header */

#header {
    font-size: 14px;
}

#header .header-logo img {
    max-height: 80px;
}

#header .eco {
    width: 18px;
    padding-left: 4px;
}

#header #mainNav a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    height: 80%;
}

#header #mainNav a:hover {
    color: #e34f4f;
    text-decoration: none;
}

#header #mainNav a span {
    color: #fff;
    background-color: #e34f4f;
    padding: 3px 4px;
}

#header #mainNav a:hover span {
    color: #fff;
    background-color: #000;
}

.sticky-header-active #header .header-logo img.logodef {
    max-width: 80px;
    content: url("/img/logo-vizzio-sticky-@2x.png");
    padding-bottom: 8px;
}

.sticky-header-active #header .header-logo img.logocustom {
    max-height: 60px;
}

#header .header-top {
    min-height: 26px;
    font-size: 0.92em;
}

#header .header-nav-top .nav>li.telefono>a {
    font-size: 1em !important;
    font-weight: 600;
}

#header .header-nav-top .nav>li.telefono>a:hover {
    color: #e34f4f;
}

#header .header-nav-top .nav>li.idioma>a {
    font-weight: 700;
    font-size: 15px;
    padding: 6px 6px;
    text-transform: uppercase;
}

#header .header-nav-top .nav>li.idioma.activo>a {
    font-weight: 700;
    font-size: 15px;
    color: #e34f4f;
}

#header .header-nav-top .nav>li.idioma>a:hover {
    color: #e34f4f;
}

#header .header-nav-top .telefono {
    font-size: 1em !important;
    font-weight: 600;
    color: #999;
    padding: 6px 10px;
    display: inline-block;
}

#header .header-nav-top .telefono a {
    padding: 0 !important;
}


/* POR SI HAY BANNER SUPERIOR (o cualquier cosa) EN VEZ DE SLIDER en la primera posicion de la pagina */

body div.body section.seccion-0 {
    margin-bottom: 0 !important;
    /*padding-bottom:0px !important;*/
    padding: 0 0 0 0 !important;
}

body div.body section.seccion-0 .container.py-4 {
    padding-top: 0 !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
}

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

.section.fondo-oscuro,
.section.fondo-oscuro h2,
.section.fondo-oscuro h3,
.section.fondo-oscuro p {
    color: #fff;
}

.section.fondo-oscuro .btn-secondary {
    border-color: #fff;
    background-color: transparent;
}

.section.fondo-oscuro .btn-secondary:hover {
    background-color: #000;
}


/* BLOQUE TITULAR - 1 */


/* BLOQUE TEXTO - 2 */

.bloquetexto h3 {
    margin-bottom: 10px;
}


/* BLOQUE IMAGEN - 3 */

.bloqueimagen .thumb-info-type {
    background: none;
}


/* BLOQUE GALERIA - 4 */

.thumb-gallery-thumbs.owl-carousel {
    margin-top: 10px;
}


/* BLOQUE VIDEO - 5 */


/* BLOQUE SLIDER VIDEO - 6 */

.slider-video .vide-video-wrapper {
    position: absolute;
    z-index: -1;
    inset: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 535px;
}

.slider-video {
    margin-bottom: 30px;
}

.slider-video .container {
    min-height: 517px;
}

.slider-video h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #fff;
    padding-top: 100px;
}

.slider-video h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    color: #fff;
    /*padding-bottom: 25px;*/
}

.slider-video .boton-abajo {
    position: absolute;
    width: 64px;
    bottom: 0px;
    margin: 0 auto;
    display: inline-block;
    left: calc(50% - 32px);
}

.slider-video .boton-abajo a .icon-arrow-down-circle {
    font-size: 40px;
    padding: 5px 12px;
    color: #fff;
    background-color: #e34f4f;
}

.slider-video .boton-abajo a .icon-arrow-down-circle:hover {
    background-color: #000;
    text-decoration: none;
}

.boton-lateral-slider {
    margin-top: 50px;
    padding-bottom: 30px;
}


/* BLOQUE SLIDER - 7 */

.slider-imagenes {
    margin-bottom: 30px;
}

.slider-imagenes h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #fff;
    padding-top: 100px;
}

.slider-imagenes h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    color: #fff;
    /*padding-bottom: 25px;*/
}

.slider-imagenes .boton-abajo {
    position: absolute;
    width: 64px;
    bottom: 2px;
    margin: 0 auto;
    display: inline-block;
    left: calc(50% - 32px);
}

.slider-imagenes .boton-abajo a .icon-arrow-down-circle {
    font-size: 40px;
    padding: 5px 12px;
    color: #fff;
    background-color: #e34f4f;
}

.slider-imagenes .boton-abajo a .icon-arrow-down-circle:hover {
    background-color: #000;
    text-decoration: none;
}


/* BLOQUE LLAMADA ACCION - 8 */

.bloqueaccion h3 {
    margin-bottom: 20px;
}


/* BLOQUE CARRUSEL NOTICIAS - 9 */

.carrusel-noticias {
    padding-bottom: 40px;
}

.carrusel-noticias a:hover {
    text-decoration: none;
}

.carrusel-noticias .item-noticia img {
    margin-bottom: 20px;
}

.carrusel-noticias .item-noticia h5 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.8em;
    color: #e34f4f;
}

.carrusel-noticias .item-noticia h4 {
    font-family: 'Poppins';
}

.carrusel-noticias a:hover h4 {
    text-decoration: none;
    color: #e34f4f;
}

.carrusel-noticias .item-noticia p.resumen {
    font-size: 0.72em;
    line-height: 18px;
}

.carrusel-noticias .item-noticia p.link-noticia a {
    font-size: 0.82em;
    color: #e34f4f;
}

.carrusel-noticias .item-noticia p.link-noticia a:hover {
    color: #000;
}


/* BLOQUE CARRUSEL CASOS - 10 */

.seccion-tipo-10 {
    background-image: url(../img/fondo-casos-exito.jpg);
    background-size: cover;
    background-position: center center;
    transition: width 200ms ease 0s;
    background-color: #fff;
    background-repeat: no-repeat;
}

.seccion-tipo-10.fondo-oscuro,
.seccion-tipo-10.fondo-claro {
    background: none;
}

.carrusel-casos .owl-carousel .owl-item img.icono-casos {
    max-height: 80px;
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
}

.carrusel-casos .owl-carousel .owl-item {
    padding-left: 30px;
    padding-right: 30px;
}

.carrusel-casos .owl-carousel .owl-item.convideo {
    padding-left: 130px;
    padding-right: 130px;
}

.carrusel-casos .owl-dots {
    margin-top: 20px;
}

.carrusel-casos .testimonio {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
}

.carrusel-casos .persona {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.carrusel-casos .owl-carousel.nav-style-2 .owl-nav .owl-next.disabled:before,
.carrusel-casos .owl-carousel.nav-style-2 .owl-nav .owl-next.disabled:after {
    border-color: #eee !important;
}

.carrusel-casos .owl-carousel.nav-style-2 .owl-nav .owl-prev.disabled:before,
.carrusel-casos .owl-carousel.nav-style-2 .owl-nav .owl-prev.disabled:after {
    border-color: #999 !important;
}

.carrusel-casos .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    border-color: #999;
    color: #FFF;
}

.carrusel-casos .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover,
.carrusel-casos .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
    border-color: #e34f4f !important
}


/* BLOQUE GRID ITEMS - 11 */

.grid-items .grid-item .thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
    background: #000000;
    color: #FFF;
}

.grid-items .grid-item .thumb-info .thumb-info-inner {
    font-size: 20px;
}

.grid-items .grid-item .thumb-info .thumb-info-show-more-content p {
    font-size: 16px;
    color: #c9c9c9;
    padding-top: 14px;
}


/* BLOQUE GRID MARCAS - 12 */


/* BLOQUE MARCAS DESTACADAS - 13 */

.marcadestacada {
    margin-bottom: 20px;
}

.marcadestacada .desarrollo,
.marcadestacada .desarrollo p {
    color: #fff;
}


/* BLOQUE CARRUSEL ITEMS - 14 */

.item-carrusel img {
    margin-bottom: 20px;
}

.item-carrusel a:hover {
    text-decoration: none;
    color: #e34f4f;
}

.item-carrusel a:hover h4 {
    color: #e34f4f;
}

.item-carrusel h4,
.item-carrusel h5 {
    margin-bottom: 5px;
}

.item-carrusel p {
    padding: 5px;
    font-size: 14px;
}


/* PRODUCTOS - 15 */

.carrusel-productos {
    margin-bottom: 40px;
}

.item-productos {
    padding-bottom: 40px;
}

.item-productos .thumb-info {
    background-color: transparent;
}

.item-productos .thumb-info .thumb-info-title {
    background-color: transparent;
    bottom: 9%;
}

.item-productos .thumb-info-type {
    color: #fff;
    background-color: #e34f4f;
    line-height: 1.5em;
    padding-top: 7px;
    padding-bottom: 7px;
}

.carrusel-productos h5 {
    margin-top: 20px;
    font-size: 0.92em;
}

.carrusel-productos h5 a:hover {
    color: #e34f4f;
    text-decoration: none;
}


/* marca-del-mes 

#marca-del-mes h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
}

#marca-del-mes h2 span {
    font-weight: 300;
    display: block;
    font-size: 40px;
    line-height: 40px;
}

#marca-del-mes h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

#marca-del-mes .p-destacado {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

#marca-del-mes .thumb-info-type {
    background: none;
}

*/


/*casos-de-exito

#casos-de-exito {
    background-image: url(../img/fondo-casos-exito.jpg);
    background-size: cover;
    background-position: center center;
    transition: width 200ms ease 0s;
    background-color: #fff;
    background-repeat: no-repeat;
}

#casos-de-exito h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
}

#casos-de-exito h2 span {
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
}

#casos-de-exito .logo {
    width: unset;
}

#casos-de-exito .testimonio {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
}

#casos-de-exito .persona {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#casos-de-exito .owl-carousel.nav-style-2 .owl-nav .owl-next.disabled:before,
#casos-de-exito .owl-carousel.nav-style-2 .owl-nav .owl-next.disabled:after {
    border-color: #eee !important;
}

#casos-de-exito .owl-carousel.nav-style-2 .owl-nav .owl-prev.disabled:before,
#casos-de-exito .owl-carousel.nav-style-2 .owl-nav .owl-prev.disabled:after {
    border-color: #999 !important;
}

#casos-de-exito .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    border-color: #999;
    color: #FFF;
}

#casos-de-exito .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover,
#casos-de-exito .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
    border-color: #e34f4f !important
}

*/


/*marcas*/

#marcas h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
}

#marcas h2 span {
    font-weight: 300;
    display: block;
    font-size: 40px;
    line-height: 40px;
}

#marcas .thumb-info-inner {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

#marcas .thumb-info-inner .desarrollo {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

#marcas .thumb-info-type {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    background-color: #e34f4f;
    padding: 6px 30px;
}

#marcas .thumb-info.thumb-info-block.thumb-info-block-dark .thumb-info-wrapper:before {
    background: rgba(0, 0, 0, 0.9);
}

#marcas .row-filtros a {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
    padding: 0px 10px;
}

#marcas .row-filtros a:hover {
    color: #e34f4f;
    text-decoration: none;
}

#marcas .row-filtros a.activo {
    color: #e34f4f;
}

#marcas .owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: #e34f4f !important;
}

#marcas .owl-carousel.nav-style-1 .owl-nav .owl-next:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover {
    color: #000 !important;
}

#marcas .owl-carousel .owl-dots {
    margin-top: 1em;
}

#marcas .owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #e34f4f;
}

#marcas .content-grid .content-grid-item:before {
    border-left: 0px;
}

#marcas .content-grid .content-grid-item:after {
    border-bottom: 0px;
}

#marcas .content-grid .content-grid-item {
    padding: 5px;
    padding: 5px;
    border: 6px solid #fff;
    background-color: #eee;
}

#marcas .content-grid .content-grid-item:hover {
    background-color: #ccc;
}

#marcas .cajalogo img {
    width: 300px;
    /*para que se muestre el svg en firefox*/
}


/* contacto */

#contacto h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
}

#contacto h2 span {
    font-weight: 300;
    display: block;
    font-size: 40px;
    line-height: 40px;
}

#contacto h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}


/* footer */

#footer {
    background-color: #f0f0f0;
    margin-top: 0;
}

#footer img.logo {
    max-width: 210px;
}

#footer a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000 !important;
    display: block;
}

#footer a:hover {
    color: #e34f4f !important;
}

#footer a.web {
    font-size: 20px;
    color: #000 !important;
    line-height: 10px;
}

#footer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #e34f4f !important;
}

#footer .menuinferior a {
    text-transform: uppercase;
}


/* media queries */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-logo img {
        max-width: 145px !important;
        padding-bottom: 8px;
    }
    #header #mainNav a {
        padding: 0 .5rem;
    }
    /* CASOS */
    .carrusel-casos .owl-carousel .owl-item.convideo {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    h1 {
        font-size: 50px;
        line-height: 50px;
    }
    h2 {
        font-size: 40px;
        line-height: 40px;
    }
    h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .header-logo img {
        max-width: 80px;
        content: url("/img/logo-vizzio-sticky-@2x.png");
        padding-bottom: 8px;
    }
    .bloquetitular h2 {
        font-size: 50px;
        line-height: 56px;
    }
    .bloquetitular h2 span {
        font-size: 40px;
        line-height: 40px;
    }
    /* SLIDERS */
    .boton-lateral-slider {
        margin-top: 0px;
        padding-bottom: 80px;
    }
    /* CASOS */
    .carrusel-casos .owl-carousel .owl-item {
        padding-left: 0px;
        padding-right: 00px;
    }
    .carrusel-casos .owl-carousel .owl-item.convideo {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 46px;
        line-height: 46px;
    }
    h2 {
        font-size: 40px;
        line-height: 40px;
    }
    h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .header-logo img {
        max-width: 80px;
        content: url("/img/logo-vizzio-sticky-@2x.png");
        padding-bottom: 8px;
    }
    #header .header-nav-main nav>ul li {
        padding: 8px 0;
    }
    /* SLIDERS */
    .boton-lateral-slider {
        margin-top: 0px;
        padding-bottom: 80px;
    }
    /* CASOS */
    .carrusel-casos .owl-carousel .owl-item {
        padding-left: 0px;
        padding-right: 00px;
    }
    .carrusel-casos .owl-carousel .owl-item.convideo {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 479px) {}