



@media only screen and (min-width: 981px) {
.page-id-435 .elementor-element.elementor-element-55e8b38.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    gap: 46px;
}
.page-id-435 .elementor-element.elementor-element-dda5ecf.e-flex.e-con-boxed.e-con.e-child {
    width: 33%;
}
.page-id-435 .elementor-element.elementor-element-0c68ff0.e-flex.e-con-boxed.e-con.e-child {
    width: 67%;
}
}



footer .elementor-element.elementor-element-a56e704.elementor-icon-list--layout-traditional.elementor-list-item-link-full_width.elementor-widget.elementor-widget-icon-list {
    display: none;
}



.tbcargo-address ul.elementor-icon-list-items {
    display: flex;
    flex-direction: column;
    gap: 0.7em;
    padding-top: 20px !important;
}

.tbcargo-address li.elementor-icon-list-item {
    align-items: flex-start !important;
}





.cajas-1 .e-con-inner {
    display: flex !important;
    width: 100% !important;
    max-width: calc(100% - 160px) !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 2% !important;
}

.cajas-1 .e-con-inner > div {
    width: 32%;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
}

.cajas-1 .e-con-inner > div > .elementor-widget-image {
    width: 100%;
    height: 300px;
}

.cajas-1 .e-con-inner > div > .elementor-widget-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cajas-1 .e-con-inner > div > div:not(.elementor-widget-image) {
    margin-top: 0.6em;
}

.cajas-1 .e-con-inner h4 {
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 0.6em;
}

@media only screen and (max-width: 981px) {
.cajas-1 .e-con-inner {
    max-width: 100% !important;
	gap: 1.7em !important;
}
.cajas-1 .e-con-inner > div {
    width: 100%;
}
.cajas-1 .e-con-inner > div > .elementor-widget-image {
    height: 230px;
}	
}



.entradas-simples a.elementor-post__thumbnail__link {
    cursor: auto;
}





/*--------------------------------------------------------------
# Sliders
--------------------------------------------------------------*/


.m3slider {
    overflow: hidden;
	position: relative;
}

.m3slides {
    display: flex;
}

@media only screen and (min-width: 920px) {
.m3slides {
    width: max-content;
}
.sl-1 .m3slide, .sl-2 .m3slide {
    width: 1140px !important;
	margin: 0;
}
}

@media only screen and (max-width: 920px) {
.m3slider {
    margin-left: 30px;
    margin-right: 30px;
}
.sl-1 .m3slide, .sl-2 .m3slide {
    width: 100% !important;
	margin: 0;
}
}

.sl-1 .m3slide img, .sl-2 .m3slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* Change this in other classes */

.m3slide[data-order="1"] {
	transform: translateX(0);
}

.m3slide.active[data-order="1"] {
	transform: translateX(-100%);
}

.m3slide.active[data-order="0"] {
	transform: translateX(0);
}



.bloque {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

@media only screen and (min-width: 920px) {
.bloque .entrada.novedad {
    width: 31.33%;
}
.bloque .entrada.noticia {
    width: 22.75%;
}
}

.entrada.novedad figure {
    height: 280px;
}

.entrada.novedad figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entrada.novedad h4 {
    font-size: 1.3em;
    margin: 0.6em 0 0.5em;
    line-height: 1.3;
}

.bloque .entrada.noticia {
    color: #fff;
    font-size: 0.8em;
	height: 360px;
    border-radius: 20px;
    border: 2px solid #FF0013;
    overflow: hidden;
}

.entrada.noticia .e-content {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0) 50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.7em;
    gap: 0.5em;
}

.entrada.noticia p {
    margin: 0;
}

.entrada.noticia h4 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 0.5em;
}

.entrada.noticia .e-content a {
    color: #fff;
    text-decoration: none;
    background-color: #FF0013;
    padding: 0.6em 1.2em;
    display: inline-block;
    margin-top: 0.7em;
    font-weight: 500;
}

@media only screen and (max-width: 920px) {
.bloque.m3slide:not(.active) {
    display: none;
}
.bloque .entrada.novedad {
    height: 520px;
}
.bloque .entrada.noticia {
    height: 340px;
}
}

.controles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.2em;
}

div#slider-slider-noticias .controles {
    margin-top: 1.2em;
	justify-content: center;
}

.m3bullets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0.4em 0;
    gap: 5px;
    justify-content: center;
}

.m3bullets > div {
    width: 10px;
	height: 10px;
    border-radius: 50%;
    border: 2px solid #e4e4e4;
	cursor: pointer;
	transition: all 0.35s ease-in-out;
	background-color: #e4e4e4;
}

.m3bullets > div.current {
    background-color: #FF0013;
	border-color: #FF0013;
}

.sl-arrows {
    display: flex;
	gap: 6px;
}

.sldir {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-color: #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.sldir svg {
    width: 16px;
	height: 16px;
}

.sldir svg path {
    stroke: #797979;
}

.sldir.back {
    background-color: #FFEEE8;
}

.sldir.back svg path {
    stroke: #FF0013;
}

.entrada.novedad {
    border-bottom: 1px solid #d9d9d9;
	padding-bottom: 1.3em;
}



