/*!
Theme Name: Terplastic
Theme URI: http://terplastic.cat/
Description: Tema wordpress para terplastic
Author: e-tecnia
Author URI: https://e-tecnia.es
Version: 1.1
Template: Impreza
*/

.image-block {
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 -1.5rem;
}

.image-block .deco-block {
    height: 100%;
    background-image: url("/wp-content/uploads/2019/01/ico_cuadros_terplastic-1.svg");
    background-position: bottom left;
    background-size: 250px;
    background-repeat: no-repeat;
}

.image-block .deco-block div {
    height: 100%;
    padding: 11.5em 0 0 1em;
    font-size: 25px;
    color: #c9fc51;
}

.image-block .deco-block div p {
    color: #c9fc51;
    font-size: 28px;
}

.image-block .deco-block:hover {
    background-color: #00000012;
    transition: background .3s, border-color .3s, box-shadow .3s, opacity .3s, color .3s;
}

@media (max-width: 768px) {
    .image-block {
        height: 500px;
    }

    .image-block .deco-block {
        background-size: 280px;
    }

    .image-block .deco-block div {
        padding: 16.8em 0 0 1em;
    }
}

@media (max-width: 600px) {
    .image-block {
        height: 360px;
    }

    .image-block .deco-block {
        background-size: 250px;
    }

    .image-block .deco-block div {
        padding: 11.5em 0 0 1em;
    }
}

.image-block-extrusion {
    background-image: url("/wp-content/uploads/pictures/extrusion_350x350.jpg");
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .image-block-extrusion {
        background-image: url("/wp-content/uploads/pictures/extrusion_710x360.jpg");
    }
}

.image-block-lavados {
    background-image: url("/wp-content/uploads/pictures/lavado_350x350.jpg");
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .image-block-lavados {
        background-image: url("/wp-content/uploads/pictures/lavado_710x710.jpg");
    }
}

.image-block-aglomerados {
    background-image: url("/wp-content/uploads/pictures/aglomerado_350x350.jpg");
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .image-block-aglomerados {
        background-image: url("/wp-content/uploads/pictures/aglomerado_710x360.jpg");
    }
}

.image-block-triturados {
    background-image: url("/wp-content/uploads/pictures/triturado_350x350.jpg");
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .image-block-triturados {
        background-image: url("/wp-content/uploads/pictures/triturado_710x360.jpg");
    }
}

@media (max-width: 991px) {
    .extrusion-desktop {
        display: none;
    }
}

.g-cols.type_default > div.vc_col-lg-4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body:not(.page-id-309) .grecaptcha-badge {
    z-index: -1;
}

@media (min-width: 767px) {
    div .datos-contact {
        padding: 70px 0;
    }

    .form-contact .vc_column-inner {
        padding-top: 35px;
    }
}

.form-contact .wpcf7-form-control {
    width: 100%;
}

.l-main .w-contacts-item {
    padding: 0 1.3rem 2.4rem;
}

.custom-contact .w-contacts a:hover {
    color: #d8f911;
}

/** BEGIN Cookie Notice for GDPR */

#cookie-notice {
    background-color: rgba(255, 255, 255, .9) !important;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .15);
    margin: 1.5em;
    min-width: initial;
    position: fixed;
    width: 38em;
    z-index: 1000;
}

#cookie-notice .cookie-notice-container {
    box-sizing: border-box;
    padding: 1.5em;
}

#cookie-notice #cn-notice-text {
    color: black;
    display: block;
    text-align: justify;
}

#cookie-notice .cn-button {
    background: none;
    background-color: #007a58;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: white;
    display: block;
    font-weight: 500;
    letter-spacing: .1em;
    margin: 1em 0 0 0;
    opacity: .85;
    padding: .75em 1em;
    text-shadow: none;
    text-transform: uppercase;
}

#cookie-notice .cn-button:hover {
    opacity: 1;
    transition: all 1s ease;
}

#cookie-notice .cookie-notice-revoke-container {
    text-align: initial;
}

#cookie-notice .cn-revoke-cookie.cn-button {
    display: inline-block;
    margin: 0;
}

@media (max-width: 38em) {
    #cookie-notice {
        margin: 0;
        width: 100%;
    }
}

/** END Cookie Notice for GDPR */

@media (max-width: 768px) {
    .footer-ter .footer-logo-col {
        margin-bottom: 40px;
    }

    .footer-ter .footer-contact-col h2 {
        font-size: 20px !important;
        margin-bottom: 10px;
    }
}

.post-footer {
    color: #fff !important;
}

.post-footer .developed-by {
    font-style: italic;
    opacity: .8;
}

.post-footer .developed-by a:hover {
    color: inherit;
}

@media (min-width: 767px) {
    .post-footer .developed-by {
        font-size: .75em;
        text-align: right;
    }
}

.home-first-block h1 {
    font-size: 4.4em;
}

.bg-nosotros {
    background: linear-gradient(to bottom, rgba(0, 122, 88, 0) 0%, rgba(0, 122, 88, .7) 7%, #007a58 18%, #007a58 100%);
}

@media (max-width: 768px) {
    .bg-nosotros {
        background: #007a58;
    }
}

.recuperacion-ex {
    background: linear-gradient(to bottom, white 0%, whitesmoke 50%, #f0f0f1 100%);
}

.nosotros-first-block {
    margin-top: -200px;
}

@media (max-width: 768px) {
    .nosotros-first-block {
        margin-top: 0;
    }
}

.marcador_terplastic {
    color: #007a58;
    font-size: 55px;
    vertical-align: top;
}

@media (min-width: 1200px) {
    .somos-text {
        padding-right: 5em;
    }
}

@media (max-width: 1200px) {
    .somos-text {
        padding-right: 4em;
    }
}

@media (max-width: 900px) {
    .somos-text {
        padding-right: 0;
    }
}

.columna_marcador {
    text-align: right;
}

@media (max-width: 767px) {
    .columna_marcador {
        display: none;
    }
}

.clar {
    color: #c9fc51;
}

.med {
    color: #afca0b;
}

.osc {
    color: #007a58;
}

.white-text {
    color: #fff;
}

.white-text h2, .white-text h4 {
    color: #fff;
}

.marg-inf {
    margin-bottom: 25px;
}

.developed-by.vc_column-inner {
    font-style: italic;
    opacity: .8;
}

@media (max-width: 767px) {
    .developed-by.vc_column-inner {
        font-size: .75em;
    }
}

@media (max-width: 480px) {
    .home_productos_seccion .vc_custom_1547551929904 {
        padding: 1.8em !important;
    }
}

@media (max-width: 768px) {
    .home_productos_seccion .vc_custom_1547551929904 {
        padding: 1.8em !important;
    }
}

@media (max-width: 1024px) {
    .home_productos_seccion .vc_custom_1547551929904 {
        padding: 1.8em !important;
    }
}

.productos_home p {
    color: #fff;
    font-size: 2em;
    line-height: initial;
    padding-bottom: 3.5em;
}

@media (max-width: 1024px) {
    .productos_home p {
        font-size: 1.8em;
        padding-bottom: 3em;
    }
}

@media (max-width: 768px) {
    .productos_home p {
        font-size: 1.4em;
        padding-bottom: 2.5em;
    }
}

@media (max-width: 480px) {
    .productos_home p {
        font-size: 1.2em;
        padding-bottom: 2em;
    }
}

.recuperacion_intro {
    padding: 0;
}

@media (max-width: 1024px) {
    .recuperacion_intro {
        padding: 0 .3em;
    }
}

@media (max-width: 768px) {
    .recuperacion_intro {
        padding: 0 .5em;
    }
}

@media (max-width: 480px) {
    .recuperacion_intro {
        padding: 0 1.5em;
    }
}

.datos-contact {
    background: #007a58;
    padding: 7%;
    color: #fff;
    font-weight: 500;
}

.w-contacts-item::before {
    color: #007a58;
}

.icono-reciclaje img {
    max-width: 160px;
}

.l-main .w-contacts-item {
    width: 100%;
}

.button-back:hover .us-btn-style_2 {
    color: #fff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    background-color: rgba(0, 122, 88, .42);
    border-color: transparent;
}

.button-back:hover .vc_column-inner::before {
    background: rgba(0, 0, 0, 0);
    transition: background .3s, border-color .3s, box-shadow .3s, opacity .3s, color .3s;
}

.button-back > .vc_column-inner {
    position: relative;
}

.button-back > .vc_column-inner::before {
    width: 100%;
    background: rgba(186, 204, 143, .6);
    display: block;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.button-back > .vc_column-inner::before:hover .no-touch .us-btn-style_2 {
    color: #fff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    background-color: rgba(0, 122, 88, .42);
    border-color: transparent;
}

.button-back > .vc_column-inner:hover {
    background: rgba(0, 0, 0, 0);
}

.hacemos-title .l-section-h {
    background: linear-gradient(to left, rgba(153, 190, 64, .47) 0%, rgba(1, 78, 57, .47) 100%);
}

.clar ul, .med ul {
    list-style-type: none;
    margin-left: 1em;
}

@media (min-width: 767px) {
    .clar ul, .med ul {
        margin-left: 0;
    }
}

.clar ul li::before, .med ul li::before {
    font-family: 'FontAwesome';
    content: "\f45c";
    font-size: 15px;
    font-weight: 800;
    margin-right: 10px;
}

.clar li, .med li {
    margin: 0 0 .7rem;
}

.clar p:last-child, .med p:last-child {
    margin-bottom: 15px;
}

.clar ul li::before {
    color: #afca0b;
}

.med ul li::before {
    color: #bacc8f;
}

@media (max-width: 767px) {
    .hacemos-title .vc_column-inner .wpb_wrapper {
        margin: auto;
    }

    .hacemos-title .vc_column-inner .wpb_text_column {
        padding: 0 2.5rem 2.5rem 2.5rem !important;
    }
}

.hacemos-title h1 {
    display: -ms-grid;
    display: grid;
    font-size: 4.5em;
    line-height: .9;
}

@media (max-width: 1250px) {
    .hacemos-title h1 {
        font-size: 3.6em;
    }

    .hacemos-title h1 strong .mundo {
        font-size: 1.6em;
    }
}

@media (max-width: 1000px) {
    .hacemos-title h1 {
        font-size: 2.8em;
    }

    .hacemos-title h1 strong .mundo {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .hacemos-title h1 {
        font-size: 5em;
    }

    .hacemos-title h1 strong .mundo {
        font-size: 1.6em;
    }
}

@media (max-width: 680px) {
    .hacemos-title h1 {
        font-size: 3.8em;
    }

    .hacemos-title h1 strong .mundo {
        font-size: 1.6em;
    }
}

@media (max-width: 540px) {
    .hacemos-title h1 {
        font-size: 2.5em;
    }

    .hacemos-title h1 strong .mundo {
        font-size: 1.6em;
    }
}

@media (max-width: 390px) {
    .hacemos-title h1 {
        font-size: 2em;
    }

    .hacemos-title h1 strong .mundo {
        font-size: 1.7em;
    }
}

.hacemos-title h1 strong .mundo {
    font-size: 1.6em;
}

@media (max-width: 768px) {
    .reciclamos-image {
        height: 450px;
    }
}

@media (max-width: 624px) {
    .menu-item-379 .w-nav-anchor.level_1 span.w-nav-title {
        display: none;
    }
}

@media (min-width: 1021px) {
    .at_middle .l-subheader-cell.at_right ul.level_1 li.wpml-ls-item {
        display: none;
    }
}

.icono-home .vc_column-inner {
    margin-top: 80px;
}

@media (max-width: 970px) {
    .icono-home .vc_column-inner h2.icono-titulo {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 1024px) {
    .home_que_hacemos h2 {
        font-size: 2em;
    }

    .home_que_hacemos h3.vc_custom_heading.icono-titulo {
        font-size: 1.8em !important;
    }
}

@media (max-width: 768px) {
    .home_que_hacemos h2 {
        font-size: 1.6em;
    }

    .home_que_hacemos h3.vc_custom_heading.icono-titulo {
        font-size: 1.6em !important;
    }
}

@media (max-width: 480px) {
    .home_que_hacemos h2 {
        font-size: 1.3em;
    }

    .home_que_hacemos h3.vc_custom_heading.icono-titulo {
        font-size: 1.2em !important;
    }
}

@media (min-width: 1900px) {
    .carousel img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
    }
}

.current-menu-item .level_1 span.w-nav-title::before {
    font-family: 'FontAwesome';
    content: "\f45c";
    font-size: 15px;
    font-weight: 800;
    color: #c9fc51;
    margin-right: 10px;
}

.wpml-ls-current-language .level_1 .w-nav-title span {
    text-decoration: underline;
    color: #afca0b;
}

.somos-text {
    padding: 60px 3em 40px 3em;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .somos-text {
        padding: 0 40px 0 30px !important;
    }

    .somos-text .vc_col-sm-10 .vc_column-inner .wpb_text_column p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 1rem;
    }
}

.intro-hueco-libre.animate_start {
    background-image: url("/wp-content/uploads/2019/01/img-header-corner.svg");
    background-repeat: no-repeat;
    background-position: top right;
}

.cabecera-producto .caja-intro {
    margin-bottom: 5em;
}

.cabecera-producto p {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #fff;
}

.cabecera-producto h1 {
    font-size: 3em;
    color: #c9fc51;
    font-weight: 300;
}

.cabecera-producto .g-cols.type_boxes {
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
}

.cabecera-producto .g-cols.type_boxes > div > .vc_column-inner {
    padding: 5rem;
}

@media (max-width: 1470px) {
    .intro-hueco-libre.animate_start {
        background-size: 350px;
    }

    .cabecera-producto p {
        font-size: 1.3em;
        line-height: 1.3em;
    }

    .cabecera-producto h1 {
        font-size: 2.5em;
    }

    .cabecera-producto .g-cols.type_boxes > div > .vc_column-inner {
        padding: 3rem;
    }
}

@media (max-width: 1280px) {
    .intro-hueco-libre.animate_start {
        background-size: 250px;
    }

    .cabecera-producto p {
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .cabecera-producto h1 {
        font-size: 2em;
    }

    .cabecera-producto .g-cols.type_boxes > div > .vc_column-inner {
        padding: 2.5rem;
    }
}

@media (max-width: 768px) {
    .intro-hueco-libre.animate_start {
        background: none;
    }

    .cabecera-producto {
        margin-bottom: 2em;
    }

    .cabecera-producto .g-cols > div.caja-intro {
        margin: 10em 0 0 0;
    }

    .cabecera-producto p {
        font-size: 1em;
        line-height: 1.4em;
    }

    .cabecera-producto h1 {
        font-size: 2em;
    }

    .cabecera-producto .g-cols.type_boxes {
        background-image: url("/wp-content/uploads/2019/01/img-header-corner.svg");
        background-size: 175px;
        background-repeat: no-repeat;
        background-position: top right;
    }

    .cabecera-producto .g-cols.type_boxes > div > .vc_column-inner {
        padding: 2rem;
        position: relative;
        bottom: -4rem;
    }
}

/*# sourceMappingURL=style.css.map */
