/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/

/*********************************\
              GENERAL
\*********************************/
.validate_email_against_bot {
    display: none
}

:root {
    scrollbar-color: var(--azul) var(--grisClaro);
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: var(--grisClaro);
}

::-webkit-scrollbar-track {
    background-color: var(--grisClaro);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--azul);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--rojo);
}

body.style-simple {
    --mfn-column-gap-bottom: 0;
}

a {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

a:hover {
    text-decoration: none !important;
}

.form-legal {
    font-size: 0.7em;
    line-height: 1.5em;
    opacity: .7;
    padding: 0 10px 15px;
    text-align: justify;
}

input[name="politica"] + span {
    font-weight: 500;
}

#cmplz-document {
    max-width: 100%;
    padding: 40px 0;
    text-align: justify;
}

#cmplz-document h2, 
#cmplz-document h3 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 60px;
}

.azul {
    color: var(--azul);
}

.rojo {
    color: var(--rojo);
}

.blanco {
    color: var(--blanco);
}

.spaced {
    letter-spacing: .1em;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: 700;
}

.light {
    font-weight: 300;
}

.xl {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.opac8 {
    opacity: .8;
}

.opac6 {
    opacity: .6;
}

.opac3 {
    opacity: .3;
}

.margin0 {
    margin: 0;
}

.listNone {
    list-style: none !important;
    margin: 0 !important;
}

.listNone li i {
    margin-right: 10px;
    color: var(--azul);
}

.bottomLine {
    position: relative;
    padding-bottom: 15px;
}

.bottomLine:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: var(--rojo);
    left: 0;
    bottom: 0;
}

.button-custom .button .button_label,
.button-custom input[type="submit"],
.button-custom button:not(.cc-btn),
.button-custom .action_button {
    text-transform: uppercase;
}

.button-custom .button {
    transform-origin: left;
}

body.button-custom .button:not(.button_theme) {
    padding: 0;
}

body.button-custom .button.button_right.has-icon:not(.button_theme) .button_label {
    margin: 0 10px 0 0;
}

body.button-custom .button.button_left.has-icon:not(.button_theme) .button_label {
    margin: 0 0 0 10px;
}

body.button-custom .button.has-icon {
    overflow: visible;
}

body.button-custom .button.has-icon .button_icon {
    border: solid 1px;
    border-radius: 50px;
    display: inline-flex;
    width: 1.2em;
    height: 1.2em;
    align-items: center;
    justify-content: center;
    margin-top: -0.1em;
}

.button-custom .align_right .button {
    transform-origin: right;
    margin-right: 0;
    margin-left: 10px;
}

#cmplz-manage-consent .cmplz-btn.cmplz-manage-consent {
    border-radius: .5em .5em 0 0;
    -webkit-border-radius: .5em .5em 0 0;
    -moz-border-radius: .5em .5em 0 0;
    -ms-border-radius: .5em .5em 0 0;
    -o-border-radius: .5em .5em 0 0;
    font-weight: 600;
    height: 10px;
    text-transform: none;
    color: var(--negro) !important;
    background: var(--blanco) !important;
    left: 40px;
    right: auto;
}

.otgs-development-site-front-end,
.wpml-ls-statics-footer {
    display: none;
}

p:empty {
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
}

body.button-custom p.button:hover {
    color: var(--rojo);
}


/*********************************\
              HEADER
\*********************************/
#Top_bar .menu > li {
    text-transform: uppercase;
}

#Top_bar .menu li ul li {
    width: 250px;
    line-height: 1.5;
}

#Top_bar .search_wrapper button[type="submit"] {
    display: none;
}

body.layout-full-width.header-fw #Top_bar .container {
    padding-left: var(--mfn-column-gap-left);
    padding-right: var(--mfn-column-gap-right);
}

/* Subheader */
.style-simple #Subheader {
    background-position: center;
}

.style-simple #Subheader:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
    border: solid var(--blanco);
    border-width: 0 40px;
    box-sizing: border-box;
}

.style-simple #Subheader:after {
    height: 70%;
    width: 100%;
    box-shadow: none;
    bottom: 15%;
    background: var(--lineasGris) center/contain no-repeat;
    z-index: 0;
    opacity: .5;
}

.style-simple #Subheader > .container {
    z-index: 1;
}

.style-simple #Subheader .title {
    text-transform: uppercase;
}


/*********************************\
              FOOTER
\*********************************/
#Footer {
    margin-top: 50px;
}

#Footer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#Footer .copyright a:hover {
    text-decoration: none;
}

#Footer .footer_copy {
    border: 0;
    background: var(--rojo);
}

#Footer .footer_copy .one {
    margin-bottom: 0 !important;
    padding-top: 15px !important;
}

#Footer .menu {
    list-style: none;
    padding: 0;
    background: none;
}

#Footer .menu li:after {
    content: none;
}

#Footer .menu a {
    padding: 5px 0;
}

#Footer .copyright {
    font-size: 12px;
}

#Footer .copyright .zeno_font_resizer_container {
    display: inline-block;
    margin-right: 10px;
}

#Footer .copyright .zeno_font_resizer_container p.zeno_font_resizer {
    margin: 0;
}

#Footer .copyright .zeno_font_resizer_container a {
    color: var(--blanco);
}

#Footer .copyright .legal{
    display: inline-block;
}

#Footer .copyright .legal,
#Footer .copyright .legal a {
    color: var(--blanco);
    text-transform: uppercase;
}

#Footer .footer_copy .one {
    margin-bottom: 0;
}

#Footer #back_to_top {
    padding: 0;
    border-color: transparent;
    float: none;
    position: absolute;
    left: 50%;
    margin: 0;
    font-size: 15px !important;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    overflow: visible;
}

#Footer #back_to_top:before {
    content: "";
    background: url(/wp-content/uploads/2022/12/onda-2022-12-20-2.svg) bottom center/contain no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    height: 100%;
    width: 310%;
}

#Footer .widgets_wrapper figure figcaption {
    text-transform: uppercase;
    font-weight: 500;
}

#Footer .widgets_wrapper .certificacionesList {
    margin-left: 15%;
}

#Footer .footer_action {
    background: none !important;
    border-top: solid 2px var(--gris);
}

#Footer .footer_action .mcb-column-inner {
    margin-bottom: 0 !important;
    padding-bottom: 25px;
    padding-top: 25px !important;
}

#Footer .footer_action .one {
	margin-bottom: 0;
}

#Footer .footer_action .datosContacto {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#Footer .footer_action .datosContacto .halfWidth {
    width: 50%;
}

#Footer .footer_action .datosContacto .halfWidth p {
    margin: 0;
}

#Footer .footer_action .datosContacto .halfWidth p > a:hover {
    text-decoration: none;
}

#Footer .footer_action .datosContacto .telefono {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 800;
    text-align: left;
}

#Footer .footer_action .datosContacto .mail {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-align: left;
}

#Footer .footer_action .datosContacto .direccion {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    text-align: right;
}

#Footer .textwidget h2 {
    font-size: 25px;
    line-height: 1.4;
}

#Footer .cartelPeme img {
    max-width: 100%;
    height: auto;
}

/*Kit digital*/
#Footer .footer_action .financiacion {
    display: grid;
    grid-template-columns: 1fr 1fr 5fr;
    gap: 20px;
    padding: 15px 0;
	text-align: justify;
	align-items: center;
    margin-top: 40px;
}

#Footer .footer_action .financiacion > div {
    line-height: 0;
}

#Footer .footer_action .financiacion > div img {
    max-height: 50px;
    width: auto;
}

#Footer .footer_action .financiacion > div p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
	#Footer .footer_action .financiacion {
		grid-template-columns: 1fr 1fr;
		text-align: center;
		gap: 10px;
	}

	#Footer .footer_action .financiacion > div:last-child {
		grid-column: 1 / span 2;
	}
}

@media only screen and (max-width: 767px) {
	#Footer .footer_action .financiacion > div img {
		max-height: unset;
		width: 100%;
	}
}


/*********************************\
              INICIO
\*********************************/
.serviciosBox .photo_box {
    width: 100%;
    height: 0;
    padding: 20% 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.serviciosBox .photo_box .image_frame {
    position: absolute;
    margin: 0;
}

.serviciosBox .photo_box .image_frame,
.serviciosBox .photo_box .image_frame .image_wrapper,
.serviciosBox .photo_box .image_frame img {
    width: 100%;
    height: 100%;
}

.serviciosBox .photo_box .image_frame img {
    object-fit: cover;
    object-position: center;
}

.serviciosBox .photo_box .desc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.serviciosBox .photo_box .desc > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb( 40 40 51 / 80% ) 15%, transparent 120%);
    border-left: solid 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 30px 30px 40px;
}

.serviciosBox .photo_box .desc > a:hover {
    padding-left: 50px;
}

.serviciosBox.bordeRojo .photo_box .desc > a {
    border-color: var(--rojo);
}

.serviciosBox.bordeGris .photo_box .desc > a {
    border-color: var(--gris);
}

.serviciosBox.bordeAzul .photo_box .desc > a {
    border-color: var(--azul);
}

.serviciosBox .photo_box .desc .title {
    color: var(--blanco);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.serviciosBox .photo_box .desc .subtitle {
    color: var(--blanco);
    font-weight: 300;
    margin: 0;
    flex-grow: 1;
    max-width: 50%;
    text-align: left;
    line-height: 1.4;
}

.serviciosBox .photo_box .desc .button {
    width: fit-content;
    margin: 0;
    color: var(--blanco);
}

.blueTitle,
.section-post-related h4 {
    color: var(--azul);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .1em;
}

.blueTitle.blanco {
    color: var(--blanco);
}

.backLineas:before {
    content: "";
    background: var(--lineasGris) left center/contain no-repeat;
    width: 450px;
    height: 450px;
    position: absolute;
    opacity: .15;
    bottom: 10%;
    left: -60px;
}

.sectoresBox .column_icon_box_2 .mfn-icon-box {
    border-bottom: solid 2px var(--gris);
    padding-bottom: 15px;
}

.sectoresBox .column_icon_box_2.noBorder .mfn-icon-box {
    border: 0;
}

.sectoresBox .column_icon_box_2 .mfn-icon-box .icon-wrapper {
    margin: 0 0 15px;
}

.sectoresBox .column_icon_box_2 .mfn-icon-box .icon-wrapper i {
    font-size: 38px;
    color: var(--negro);
}

.sectoresBox .column_icon_box_2 .mfn-icon-box .desc-wrapper .title {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.sectoresBox .column_icon_box_2 .mfn-icon-box .desc-wrapper .desc {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
}

.certificadoBox .column_icon_box_2 a {
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 4px 15px rgb( 0 0 0 / 8% );
}

.certificadoBox .column_icon_box_2 a:hover {
    box-shadow: 0 4px 15px rgb( 0 0 0 / 20% );
}

.certificadoBox .mfn-icon-box {
    border: solid 1px var(--gris);
    padding: 40px 70px;
    justify-content: space-between;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.certificadoBox .mfn-icon-box .desc-wrapper {
    max-width: 50%;
}

.certificadoBox .mfn-icon-box .desc-wrapper .title {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
}

.certificadoBox .mfn-icon-box .desc-wrapper .desc {
    font-size: 14px;
    line-height: 1.4;
}

.certificadoBox .mfn-icon-box .icon-wrapper {
    justify-content: flex-end;
    width: 40%;
    margin: 0;
}

.certificadoBox .mfn-icon-box .icon-wrapper img {
    max-height: 150px;
    width: auto;
}

.bannerAcoso .mcb-wrap-inner {
    background: #8C92E5;
    margin-left: var(--mfn-column-gap-left);
    margin-right: var(--mfn-column-gap-right);
    padding: 80px;
    align-items: center;
}

.bannerAcoso .xl {
    margin-bottom: 40px;
}

body.button-custom .bannerAcoso .button {
    margin: 0;
    padding: 18px 30px;
    font-size: 16px;
    line-height: 1;
}

.leftImage {
    padding-bottom: 120px;
}

.leftImage .wrap {
    min-height: 600px;
}

.leftImage .wrap:first-child {
    z-index: 2;
    transform: translateY(120px);
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
}

.leftImage .wrap:last-child {
    margin-left: -10%;
    width: 60%;
}

.leftImage .wrap .mcb-wrap-inner {
    align-content: center;
}

.leftImage .wrap:last-child .mcb-wrap-inner {
    padding: 0 15% 0 30%;
}

.leftImage .wrap:last-child .mcb-wrap-inner:before {
    content: "";
    position: absolute;
    background: var(--lineasColor) center/contain no-repeat;
    width: 65px;
    height: 65px;
    top: -25px;
}


/*********************************\
             SERVICIOS
\*********************************/
.withLines .image_frame,
.withLines .image_wrapper {
    overflow: visible;
}

.withLines .image_wrapper:before {
    content: "";
    position: absolute;
    background: var(--lineasColor) center/contain no-repeat;
    width: 65px;
    height: 65px;
    top: -40px;
    left: 20px;
    z-index: 2;
}

.transporteBoxes .column_icon_box_2 {
    width: 46%;
    margin: 0 2% 60px;
}

.transporteBoxes .column_icon_box_2 .icon-wrapper i {
    font-size: 75px;
}

.transporteBoxes .column_icon_box_2 .desc-wrapper .title {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}

.transporteBoxes .column_icon_box_2 .desc-wrapper .title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: var(--rojo);
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.transporteBoxes .column_icon_box_2 .desc-wrapper .desc {
    line-height: 1.5;
}


/*********************************\
             NOTICIAS
\*********************************/
.blog_wrapper .posts_group.grid {
    display: flex;
    flex-wrap: wrap;
}

.blog_wrapper .posts_group.grid .post-item {
    border: solid 1px var(--gris);
    box-shadow: 0 4px 15px rgb( 0 0 0 / 8% );
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.blog_wrapper .posts_group.grid .post-item:hover {
    box-shadow: 0 4px 15px rgb( 0 0 0 / 20% );
}

.blog_wrapper .posts_group.grid .post-item > .date_label {
    display: block;
    z-index: 10;
    background: var(--azul);
    color: var(--blanco);
    top: 15px;
    left: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
}

.blog_wrapper .posts_group.grid .post-item > .date_label:after {
    content: none;
}

.blog_wrapper .posts_group.grid .post-item > .date_label .day {
    font-size: 35px;
    line-height: 1;
}

.blog_wrapper .posts_group.grid .post-item > .date_label .month {
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

.blog_wrapper .posts_group.grid .post-item img {
    width: 100%;
}

.blog_wrapper .posts_group.grid .post-desc-wrapper .post-desc {
    padding: 35px 35px 15px;
}

.blog_wrapper .posts_group.grid .post-desc-wrapper .post-desc .entry-title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.blog_wrapper .posts_group.grid .post-desc-wrapper .post-desc .post-excerpt,
.blog_wrapper .posts_group.grid .post-desc-wrapper .post-desc .post-excerpt .big {
    font-size: 14px;
    line-height: 1.2;
    word-break: break-word;
}

.archive.category .mcb-sidebar {
    display: none;
}

.section-post-related {
    margin-bottom: 80px
}

.section-post-related h4 {
    text-align: center;
    margin: 50px 0 30px;
}

.section-post-related .section-related-adjustment {
    width: 100%;
}

.Recent_posts ul li a .desc {
    padding: 8px 10px 3px;
    min-height: 80px;
}

.Recent_posts ul li a .desc h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 17px;
}

.Recent_posts ul li a .desc .date {
    font-size: 12px;
    line-height: 14px;
}

.widget:not(.widget_block) > h3 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.mcb-sidebar select {
    width: 100%;
}

.widget_categories ul {
    list-style: none;
    padding: 0;
    background: transparent;
}

.widget_categories ul li a {
    display: block;
    background: var(--azul);
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .05em;
}

.widget_categories ul li a:hover {
    background: var(--rojo);
}

.fixed-nav .desc h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px !important;
}

.style-simple.single-post #Subheader .title {
    font-size: 34px;
    line-height: 1.3;
}

.style-simple.single-post #Subheader {
    margin-bottom: 40px;
}

.aside_right .mcb-sidebar {
    border: 0 !important;
}

.aside_right .mcb-sidebar:before {
    background: var(--grisClaro);
}

.single-post #Footer {
    margin-top: 0;
}


/*********************************\
             CONTACTO
\*********************************/
.contactBoxes .column_icon_box_2 .mfn-icon-box .icon-wrapper {
    margin: 0 0 20px;
}

.contactBoxes .column_icon_box_2 .mfn-icon-box .icon-wrapper i {
    font-size: 38px;
    color: var(--azul);
}

.contactBoxes .column_icon_box_2 .mfn-icon-box .desc-wrapper .title {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

.contactBoxes .column_icon_box_2 .mfn-icon-box .desc-wrapper .desc {
    font-size: 17px;
    line-height: 1.4;
}

#Mapa .column_map, 
#Mapa .column_map .mcb-column-inner, 
#Mapa .column_map .mcb-column-inner .google-map-wrapper, 
#Mapa .column_map .mcb-column-inner .google-map-wrapper .google-map {
    height: 100%!important;
}

form.wpcf7-form p {
    margin-bottom: 10px;
}

form.wpcf7-form p:last-of-type {
    margin: 0;
}

form.wpcf7-form input[type="submit"] {
    margin: 0;
    width: 100%;
}

form.wpcf7-form .wpcf7-spinner {
    position: absolute;
    margin: 0;
    left: 50%;
    top: calc( 100% + 5px );
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#Mapa form:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    background: var(--lineasColor) center/contain no-repeat;
    top: -95px;
}


/*********************************\
             NOSOTROS
\*********************************/
.certificacionesList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none !important;
    margin: 0 !important;
}

.certificacionesList .certificacionesItem {
    width: 20%;
}

#Footer .certificacionesList .certificacionesItem {
    width: 25%;
}

.certificacionesList .certificacionesItem a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px;
    padding: 10px;
    width: calc( 100% - 20px );
    height: 85px;
    background: var(--blanco);
    border: 1px solid var(--gris);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 4px 15px rgb( 0 0 0 / 8% );
}

.certificacionesList .certificacionesItem a:hover {
    text-decoration: none;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.certificacionesList .certificacionesItem a p {
    margin: 0;
    max-width: 80%;
    display: block;
    color: var(--azul);
    font-weight: 800;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
}

.certificacionesList .certificacionesItem a p::first-line {
    color: var(--rojo);
    font-weight: 600;
}

.certificacionesList .certificacionesItem a p:before {
    content: "";
    display: block;
    position: absolute;
    width: calc( 100% - 20px );
    height: calc( 100% - 20px );
    top: 10px;
    left: 10px;
    background: var(--lineasGris) center/contain no-repeat;
    opacity: .2;
}

.certificacionesList .certificacionesItem a img {
    max-width: 100%;
    max-height: 100%;
}


/*********************************\
          BLOG / NOTICIAS
\*********************************/


/*********************************\
           WOOCOMMERCE
\*********************************/
.woocommerce .quantity .qty {
    padding: 10px 30px !important;
}

.woocommerce table.shop_table tr.order-total .includes_tax {
    display: block;
}

.woocommerce table.shop_table tr.order-total .includes_tax .woocommerce-Price-amount {
    font-size: 1em;
    font-weight: 400;
    color: #767676;
}


/*********************************\
            RESPONSIVE
\*********************************/
@media only screen and (max-width: 1239px) {
    .serviciosBox .photo_box .desc .subtitle {
        max-width: 75%;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1239px) {
    .serviciosBox .photo_box {
        padding: 25% 0;
    }

    .certificadoBox .mfn-icon-box .desc-wrapper {
        max-width: 53%;
    }

    .certificadoBox .mfn-icon-box .desc-wrapper .title {
        font-size: 22px;
    }

    .certificadoBox .mfn-icon-box .desc-wrapper .desc {
        font-size: 13px;
    }

    #Footer .certificacionesList .certificacionesItem a p {
        font-size: 13px;
    }

    .introTransporte .column_image .mcb-column-inner {
        margin-top: 85px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
    .Recent_posts ul li .photo {
        display: none;
    }

    .Recent_posts ul li a .desc {
        margin: 0;
    }
}

@media only screen and (max-width: 959px) {
    .clientes .column_visual {
        text-align: center;
    }

    .backLineas:before {
        bottom: 0;
    }

    #Footer .widgets_wrapper .column {
        width: 100%;
        text-align: center;
    }

    #Footer .textwidget br {
        display: none;
    }

    #Footer .footer_copy .mcb-column-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }

    #Footer .copyright .legal {
        margin: 0;
    }

    #Footer .copyright .zeno_font_resizer_container,
    #Footer .footer_copy .social {
        margin-right: 0;
    }

    .introTransporte .column_image .mcb-column-inner {
        margin-bottom: 0 !important;
    }
    
    .transporteBoxes .column_icon_box_2 {
        width: 96%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #Top_bar .top_bar_left {
        width: 100%;
    }

    .serviciosBox .photo_box {
        padding: 34% 0;
    }

    .intro .wrap.one-second,
    .intro .wrap.one-second .column,
    .clientes .wrap {
        width: 100%;
        padding: 0;
    }

    .certificadoBox {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .bannerAcoso .mcb-wrap-inner {
        padding: 40px;
    }

    .bannerAcoso .blueTitle {
        font-size: 15px;
    }

    .bannerAcoso .xl {
        font-size: 26px;
        margin-bottom: 20px;
    }

    body.button-custom .bannerAcoso .button {
        padding: 11px 15px;
        font-size: 14px;
    }

    .blog_wrapper .posts_group.grid .post-item>.date_label {
        width: 50px;
        height: 50px;
    }

    .blog_wrapper .posts_group.grid .post-item>.date_label .day {
        font-size: 25px;
    }

    .blog_wrapper .posts_group.grid .post-item>.date_label .month {
        font-size: 9px;
    }

    .blog_wrapper .posts_group.grid .post-desc-wrapper .post-desc {
        padding: 30px 30px 10px;
    }

    .blog_wrapper .posts_group.grid .post-desc-wrapper .post-desc .entry-title {
        font-size: 20px;
    }

    .blog_wrapper .posts_group.grid .post-desc-wrapper .post-desc .post-excerpt, 
    .blog_wrapper .posts_group.grid .post-desc-wrapper .post-desc .post-excerpt .big {
        font-size: 13px;
    }

    #Footer .certificacionesList .certificacionesItem {
        width: 33.33%;
    }

    #Footer .footer_copy .copyright {
        text-align: center;
    }

    .certificacionesList .certificacionesItem {
        width: 25%;
    }

    .iconosContacto .wrap {
        width: 100%;
    }

    .iconosContacto .wrap:last-child {
        padding: 30px 0 0;
    }

    #Mapa .wrap.one-second:first-child {
        width: 60%;
    }

    #Mapa .wrap.one-second:last-child {
        width: 40%;
    }

    .imagenServicios .wrap.one-second:last-child .mcb-wrap-inner {
        margin-top: -370px;
    }

    .backLineas.imagenServicios:before {
        width: 320px;
        height: 320px;
    }
}

@media only screen and (min-width: 768px) {
    .paddingLeft {
        padding-left: 40px;
    }

    .paddingRight {
        padding-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 782px) {
    .header-fixed.admin-bar #Action_bar {
        top: 46px;
    }

    .header-fixed.admin-bar.ab-show #Top_bar {
        top: 76px!important;
    }
}

@media only screen and (max-width: 767px) {
    .hideMobile {
        display: none !important;
    }

    .container, 
    .content_wrapper .section_wrapper, 
    .four.columns .widget-area {
        padding-left: 40px!important;
        padding-right: 40px!important;
    }

    .serviciosBox .photo_box {
        padding: 25% 0;
    }

    .serviciosBox + .column_divider_2 {
        display: none;
    }

    .clientes .column_divider_2 {
        display: none;
    }

    .sectoresBox .column_icon_box_2.noBorder:not(:last-child) .mfn-icon-box {
        border-bottom: solid 2px var(--gris);
    }

    .bannerAcoso .column_image {
        margin-bottom: 30px;
    }

    .bannerAcoso .column_visual .mcb-column-inner {
        margin-bottom: 0;
    }

    .bannerAcoso .blueTitle {
        font-size: 16px;
    }

    .bannerAcoso .xl {
        font-size: 29px;
        margin-bottom: 25px;
    }

    .leftImage {
        padding-bottom: 60px;
    }

    .leftImage .wrap {
        min-height: 350px;
    }

    .leftImage .wrap:first-child {
        z-index: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .leftImage .wrap:last-child {
        margin-left: 0;
        width: 100%;
    }

    .leftImage .wrap:last-child .mcb-wrap-inner {
        padding: 60px 40px;
    }

    #Footer .certificacionesList .certificacionesItem {
        width: 50%;
    }

    .certificacionesList .certificacionesItem {
        width: 33.33%;
    }

    .iconosContacto,
    .iconosContacto .mfn-icon-box .desc-wrapper {
        text-align: center !important;
    }

    .iconosContacto .mfn-icon-box {
        align-items: center;
        margin: 20px 0;
    }

    #Mapa form:before {
        top: -75px;
    }

    #Mapa .column_map, 
    #Mapa .column_map .mcb-column-inner, 
    #Mapa .column_map .mcb-column-inner .google-map-wrapper, 
    #Mapa .column_map .mcb-column-inner .google-map-wrapper .google-map {
        height: 300px!important;
    }

    .imagenServicios {
        margin-top: 150px;
    }

    .imagenServicios .section_wrapper {
        flex-direction: column-reverse;
    }

    .imagenServicios .wrap.one-second:last-child .mcb-wrap-inner {
        margin-top: -200px;
        margin-bottom: 50px;
    }

    .introTransporte .column_image .mcb-column-inner {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .certificadoBox .mfn-icon-box .desc-wrapper {
        max-width: 53%;
    }

    .certificadoBox .mfn-icon-box .desc-wrapper .title {
        font-size: 22px;
    }

    .certificadoBox .mfn-icon-box .desc-wrapper .desc {
        font-size: 13px;
    }

    .bannerAcoso .mcb-wrap-inner {
        padding: 50px;
    }

    .certificacionesList .certificacionesItem {
        width: 50%;
    }

    #Footer .footer_action .datosContacto {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    #Footer .footer_action .datosContacto .halfWidth {
        width: 100%;
    }

    #Footer .footer_action .datosContacto .telefono,
    #Footer .footer_action .datosContacto .mail,
    #Footer .footer_action .datosContacto .direccion {
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .serviciosBox .photo_box {
        padding: 50% 0;
    }

    .serviciosBox .photo_box .desc > a {
        padding: 20px;
    }

    .serviciosBox .photo_box .desc .title {
        font-size: 22px;
    }

    .serviciosBox .photo_box .desc .subtitle {
        max-width: 100%;
    }

    .sectoresBox .column_icon_box_2 .mfn-icon-box .desc-wrapper .title {
        font-size: 24px;
    }

    .sectoresBox .column_icon_box_2 .mfn-icon-box .desc-wrapper .desc {
        font-size: 15px;
    }

    .certificadoBox .mfn-icon-box {
        padding: 40px;
        flex-direction: column-reverse;
    }

    .certificadoBox .mfn-icon-box .icon-wrapper {
        justify-content: center;
        width: 150px;
        margin: 0 0 15px;
    }

    .certificadoBox .mfn-icon-box .desc-wrapper {
        max-width: 100%;
    }

    .bannerAcoso .mcb-wrap-inner {
        padding: 25px;
    }

    .bannerAcoso .blueTitle {
        font-size: 15px;
    }

    .bannerAcoso .xl {
        font-size: 22px;
        margin-bottom: 20px;
    }

    body.button-custom .bannerAcoso .button {
        padding: 10px 12px;
        font-size: 14px;
    }

    #Footer .certificacionesList .certificacionesItem {
        width: 100%;
    }

    .transporteBoxes .column_icon_box_2 .icon-wrapper i {
        font-size: 60px;
    }

    .transporteBoxes .column_icon_box_2 .desc-wrapper .title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px) {
    .blog_wrapper .posts_group.grid .post-item>.date_label {
        width: 50px;
        height: 50px;
    }

    .blog_wrapper .posts_group.grid .post-item>.date_label .day {
        font-size: 25px;
    }

    .blog_wrapper .posts_group.grid .post-item>.date_label .month {
        font-size: 9px;
    }

    .blog_wrapper .posts_group.grid .post-desc-wrapper .post-desc {
        padding: 30px 30px 10px;
    }

    .blog_wrapper .posts_group.grid .post-desc-wrapper .post-desc .entry-title {
        font-size: 20px;
    }

    .blog_wrapper .posts_group.grid .post-desc-wrapper .post-desc .post-excerpt, 
    .blog_wrapper .posts_group.grid .post-desc-wrapper .post-desc .post-excerpt .big {
        font-size: 13px;
    }

    .certificacionesList .certificacionesItem {
        width: 100%;
    }
}
