/*
Theme Name: Laseda
Theme URI: https://cremastudio.com/
Author: CREMA™
Author URI: https://cremastudio.com/
Description: Wordpress template custom-coded for Laseda by CREMA™
Version: 2021
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: laseda

Laseda WordPress Theme © 2021 CREMA™
Laseda is distributed under the terms of the GNU GPL
*/

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
}

html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

button {
    outline: 0
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th, td {
    padding: 2px
}

big {
    font-size: 120%
}

small, sup, sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd, tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del, strike, s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address, cite, var {
    font-style: italic
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    -webkit-tap-highlight-color: transparent;
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

/* 
Document colors:
--------------------------------
    Control light blue: #00adde;
    Ware light red:     #eb1261;
    Cruise dark blue:   #020e4b;
    Cruise med blue:    #141f58;
    Light grey:         #ebebeb;
    White:              #fff;
*/

/* Laseda general styles */

body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 1em;
}
.container {
    width: 84%;
    margin: 0 auto;
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    font-size: 1.25em;
    line-height: 1.3em;
}
*+p {
    margin-top: .75em;
}
form > div:first-child+p {
    margin-top: 0;
}

/* Header */

#header {
    background: #020e4b;
    color: #fff;
    padding: 23px 0 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
#header > .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-end;
}
#branding {
    max-width: 310px;
    margin: 0 8% 0 0;
}
#branding .brand-text {
    color: #fff;
    display: block;
    text-decoration: none;
}
#branding .brand-name {
    display: block;
    font-size: 1.35em;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1em;
}
#branding .brand-claim {
    color: #00adde;
    display: block;
    font-size: .86em;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 3px;
}
#menu ul {
    list-style-type: none;
    display: block;
}
#menu ul li {
    float: left;
    margin: 0 0 0 3.75em;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5em;
}
#menu ul li:first-child {
    margin: 0;
}
#menu ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 0 0;
    border-bottom: 0px solid transparent;
    transition: all .2s;
}
#menu .current_page_item {
    border-bottom: 3px solid #eb1261;
}
#menu .current_page_item a:hover {
    border-bottom: none;
}
#menu ul li a:hover, #menu ul li a:focus {
    border-bottom: 3px solid #fff;
    transition: all .2s;
}
#menu::after {
    content: "";
    display: table;
    clear: both;
}
#mobile-menu {
    display: none;
}
#menu .cta a {
    background: #eb1261;
    border-radius: 5px;
    padding: .5em 1em .4em;
    margin-bottom: -.4em;
}
.pll-parent-menu-item > ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: all .2s;
}
.pll-parent-menu-item:hover > ul.sub-menu {
    max-height: 100px;
}
.lang-item-es a::after, html[lang^="es"] .pll-parent-menu-item > a::after {
    content: "ES";
    color: #fff;
    display: inline-block;
    padding: 0 10px;
}
.lang-item-en a::after, html[lang^="en"] .pll-parent-menu-item > a::after {
    content: "EN";
    color: #fff;
    display: inline-block;
    padding: 0 10px;
}
html[lang^="es"] .pll-parent-menu-item > a::after, html[lang^="en"] .pll-parent-menu-item > a::after {
    padding: 0 25px 0 10px;
    background: url(img/dropdown-arrow.svg) no-repeat right center transparent;
}
#menu ul.sub-menu > li {
    display: block;
    float: none;
    margin-left: 0;
}
body.home #wrapper::after, body.page-template-home #wrapper::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 177px;
    pointer-events: none;
    background: transparent linear-gradient(180deg, #00000099 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

/* Content */

#container {
    padding-top: 73px;
}
.header {
    position: relative;
    height: Calc(100vh - 76px);;
    display: flex;
    align-items: flex-end;
}
.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: transparent linear-gradient(180deg, #00000099 0%, #00000083 25%, #0000003B 61%, #00000000 100%) 0% 0% no-repeat padding-box;
}
.header > * {
    position: relative;
    z-index: 1;
}
.entry-title {
    font-weight: 600;
    font-size: 4.375em;
    line-height: 1em;
    color: #fff;
}
.header .entry-title {
    padding-bottom: 16%;
    max-width: 840px;
}
.header video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subtitle {
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: 600;
    color: #fff;
}
.home-intro {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}
.ware {
    background: #eb1261;
    color: #020e4b;
    width: 28%;
    padding: 8%;
    font-weight: 600;
    min-width: 490px;
}
.versus {
    background: #fff;
    width: 72%;
    padding: 8%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
.versus::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    background: url(img/versus.png) no-repeat center center transparent;
    background-size: 102px;
}
.versus > * {
    width: Calc(50% - 7.5px);
    padding: 8%;
}
.control, .transparencia {
    background: url(img/control.jpg) no-repeat center center #020e4b;
    background-size: cover;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.transparencia {
    background-image: url(img/transparencia.jpg);
    margin-left: 15px;
}
.versus p {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 600;
}
.servicios {
    background: #020e4b;
    color: #fff;
    padding: 8% 0;
}
.servicios > * {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.servicios header {
    width: 20%;
}
.servicios .subtitle {
    margin-bottom: 6vw;
}
.servicios .cta {
    display: block;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #eb1261;
    background: transparent;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    max-width: 208px;
    padding: 12px 15px 11px;
}
.page-template-home .servicios ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 72%;
    margin: 0 0 0 8%;
}
.page-template-home .servicios ul li {
    background: #141f58;
    background: transparent linear-gradient(237deg, #141f58 0%, #141f58c1 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin: 0 0 0 15px;
    width: Calc(33.333333% - 10px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-template-home .servicios ul li:first-child {
    margin: 0;
}
.page-template-home .servicios ul li img {
    border-radius: 10px;
    margin: 0 0 25px;
}
.page-template-home .servicios ul li h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 0 0 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page-template-home .servicios ul li p {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ver-mas {
    align-self: flex-start;
    display: inline-block;
    background: url(img/arrow-icon.svg) no-repeat transparent;
    background-size: 17px 13px;
    background-position: right 10px bottom 0px;
    margin: 22px 0 0;
    padding: 0 40px 0 0;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    transition: all .8s;
}
.ver-mas:hover {
    background-position: right 0px bottom 0px;
    transition: all .2s;
}
.confianza {
    position: relative;
    padding: 8% 0;
}
.confianza::after {
    content: "";
    position: absolute;
    top: 37.5%;
    left: 0;
    right: 0;
    bottom: 12.5%;
    background: #020e4b;
    z-index: -1;
}
.confianza .subtitle {
    text-align: center;
    color: #020e4b;
}
.confianza ol {
    width: 100%;
    max-width: 1364px;
    margin: 0 auto;
    counter-reset: order;
}
.confianza li {
    margin: 8% auto 0;
    position: relative;
}
.confianza li:nth-child(odd) {
    padding: 0 0 0 30%;
}
.confianza li:nth-child(even) {
    padding: 0 30% 0 0;
}
.confianza li h4 {
    display: block;
    background: #020e4b;
    color: #fff;
    position: absolute;
    margin: auto;
    font-weight: 600;
    font-size: 1.8125em;
    line-height: 1.2em;
    padding: 28px 37px 88px 59px;
    left: 10%;
    top: 50%;
    width: 445px;
    max-width: 60%;
    transform: translateY(-60%)
}
.confianza li:nth-child(even) h4 {
    left: unset;
    right: 10%;
}
.confianza li h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 42px;
    height: 3px;
    width: 56px;
    background: #eb1261;
}
.confianza li h4::after {
    counter-increment: order;
    content: counter(order) ".";
    position: absolute;
    left: 59px;
    bottom: 32px;
    font-size: 0.689655em;
    font-weight: 700;
    color: #eb1261;
}
.confianza li:nth-child(even) h4 {
    background: #eb1261;
    color: #fff;
}
.confianza li:nth-child(even) h4::before {
    background: #020e4b;
}
.confianza li:nth-child(even) h4::after {
    color: #020e4b;
}
.confianza li:nth-child(4n-1) h4 {
    background: #fff;
    color: #020e4b;
}
.confianza li:nth-child(4n-1) h4::before {
    background: #eb1261;
}
.confianza li:nth-child(4n-1) h4::after {
    color: #eb1261;
}
.confianza li video {
    max-width: 100%;
    height: auto;
}
.contacto {
    padding: 8% 0;
    background: url(img/escribenos.jpg) no-repeat center center #ebebeb;
    background-size: cover;
    color: #020e4b;
}
.contacto .container {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}
.contacto .container > * {
    width: 50%;
}
.contacto .subtitle {
    color: inherit;
    font-size: 2.5em;
    line-height: .9625em;
    font-weight: 700;
}
.contacto .subtitle span {
    font-size: .5em;
    font-weight: 600;
    display: block;
}
.mobile-only {
    display: none;
}

/* Footer */

#footer {
    background: #020e4b;
    color: #fff;
    padding: 8% 0 2%;
    position: relative;
}
#footer .container, .footer-content {
    display: flex;
    flex-direction: row;
}
#footer .container > *, .footer-content > * {
    width: 50%;
}
#footer header, .footer-content > * {
    position: relative;
    padding: 0 40px 0 0;
}
#footer header:before {
    content: "";
    background: url(img/icono-mundo.png) no-repeat center center transparent;
    background-size: 100%;
    width: 128px;
    height: 125px;
    position: absolute;
    top: -8vw;
    transform: translateY(-50%);
}
.footer-content ul {
    list-style-type: none;
    padding-top: 10px;
}
.footer-content ul li {
    font-size: 1em;
    line-height: 1.25em;
    margin: 0 0 15px;
    display: block;
}
.footer-content a {
    color: inherit;
    text-decoration: none;
}
.footer-content a:hover {
    text-decoration: underline;
}
.footer-content .contact {
    font-size: 1.25em;
    line-height: 1.3em;
    padding: 5px 0 0 0;
}
.footer-content .contact span {
    display: block;
    margin-bottom: 12px;
}
#footer #copyright {
    width: 100%;
    margin-top: 8%;
    font-size: 1em;
    line-height: 1.5em;
}
#footer #copyright span {
    opacity: .25;
    display: inline-block;
}
#footer #copyright span a {
    text-decoration: none;
}
#footer #copyright span a:hover {
    text-decoration: underline;
}

/* Forms */

form {
    max-width: 398px;
}
label, .legal {
    font-weight: 700;
    font-size: 1.25em;
    color: rgba(2,14,75,.7);
    display: block;
}
p label {
    font-size: 1em;
}
textarea, input[type="text"], input[type="tel"], input[type="email"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
    background: #fff;
    padding: 11px 0 10px 26px;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #020e4b;
    font-family: 'Titillium Web', sans-serif;
    font-size: .8em;
    margin: 5px 0 30px;
    width: 100%;
}
input[type="submit"] {
    background: #eb1261;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 11px 39px 10px;
    float: right;
    width: auto;
}
textarea:focus, input:focus {
    outline: 1px solid rgba(2,14,75,.5);
}
.wpcf7-list-item {
    margin-left: 0;
}
p .acceptance label {
    font-size: .7em;
    font-weight: 400;
}
.legal {
    font-size: .875em;
    font-weight: 400;
}
.grecaptcha-badge { 
    visibility: hidden;
}
form a {
    color: #0976A5;
    text-decoration: none;
}
form a:hover {
    text-decoration: underline;
}
::-webkit-input-placeholder {
    opacity: .5;
}
::-moz-placeholder {
    opacity: .5;
}
:-ms-input-placeholder {
    opacity: .5;
}
:-moz-placeholder {
    opacity: .5;
}

/* Pages */

.details h3 {
    font-size: 1em;
    line-height: 1.25em;
    text-transform: uppercase;
    opacity: .7;
}
.details h3+p {
    margin: 8px 0 50px;
    font-size: 1.25em;
    display: block;
}
.details h3+p a {
    color: inherit;
    text-decoration: none;
}
.details h3+p a:hover {
    text-decoration: underline;
}
.details strong {
    font-weight: 600;
}
.details ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0 0;
}
.details ul li {
    width: Calc(50% - 15px);
    line-height: 1.25em;
    padding: 0 0 20px;
}
.details ul strong {
    margin: 0 0 12px;
    font-size: 1.25em;
    display: block;
}
.page-template-equipo .equipo {
    background: #EBEBEB;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/*.page-template-equipo .equipo > *:nth-child(1n+2) {
    width: 33.333333%;
}*/
.miembros {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 8% 0;
    color: #020e4b;
}
.miembros li {
    text-align: center;
    margin: 0 7.5px;
    width: Calc(16.666667% - 12.5px);
}
.miembros li:first-child {
    margin-left: 0;
}
.miembros li:last-child {
    margin-right: 0;
}
.miembros li a {
    display: block;
    text-decoration: none;
    color: inherit;
    transform-origin: center bottom;
    transform: scale(1);
    transition: all .5s;
}
.miembros li a:hover {
    transform: scale(1.05);
    transition: all .15s;
}
.miembros img {
    border-radius: 99px;
    margin: 0 auto 20px;
}
.miembros img[src$=".png"] {
    border-radius: 0;
}
.miembros .name {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 700;
    margin: 0 auto 10px;
}
.miembros .position {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 400;
    opacity: .7;
}
.page-template-equipo .equipo header {
    width: 33.333333%;
    background: #141f58;
    color: #fff;
    padding: 8% 4% 8% 8%;
}
.page-template-equipo .equipo header p {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 600;
    opacity: .7;
}
.page-template-equipo .equipo .textos {
    width: 66.666666%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}
.page-template-equipo .equipo .textos > * {
    width: 50%;
    height: 100%;
}
.departamentos {
    background: #fff;
    padding: 8% 6%;
}
.departamentos h2, .delegaciones h2 {
    font-size: 1.25em;
    line-height: 1.3em;
    font-weight: 700;
    color: #020e4b;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.departamentos h3 {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 700;
    color: #020e4b;
    margin: 0 0 5px;
}
.departamentos p {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 400;
    color: #020e4b;
    margin: 0 0 15px;
}
.delegaciones h2 {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 8vw 0 0 4vw;
}
.delegaciones {
    background: #141f58;
}
.map-container {
    position: relative;
}
.marker {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    padding-top: 42px;
    min-width: 35px;
    background: url(img/marker-icon.png) no-repeat top center transparent;
    background-size: 34.5px 42px;
    color: rgba(255,255,255,.7);
    font-size: .875em;
    line-height: 1.5em;
}
.marker#es {
    top: 52%;
    left: 17%;
}
.marker#tr {
    top: 54%;
    left: 36%;
}
.marker#th {
    top: 77%;
    left: 73%;
}
.marker#cn {
    top: 58%;
    left: 83%;
}
.marker#ae {
    top: 66%;
    left: 48%;
}
.marker#in {
    top: 63%;
    left: 60%;
}
.equipo-renovado .container {
    width: 100%;
    padding: 0 8%;
}
.miembros-operativos {
    gap: 24px;
    justify-content: stretch;
}
.miembros-operativos li {
    background: #fff;
    border-top: 8px solid #00adde;
    margin: 0;
    padding: 42px 34px;
    text-align: left;
    width: 33.333333%;
    min-height: 210px;
}
.miembros-operativos li:nth-child(2) {
    border-top-color: #eb1261;
}
.miembros-operativos li:nth-child(3) {
    border-top-color: #020e4b;
}
.miembros-operativos .name {
    font-size: 1.35em;
    margin: 0 0 18px;
}
.miembros-operativos .position {
    font-size: 1.1em;
    line-height: 1.35em;
    opacity: .8;
}
.delegaciones-renovadas {
    color: #fff;
    padding: 8% 6%;
}
.delegaciones-renovadas h2 {
    position: static;
    padding: 0;
    margin-bottom: 24px;
}
.office-card {
    border-left: 8px solid #00adde;
    background: rgba(255,255,255,.07);
    padding: 28px 28px 30px;
    margin-bottom: 22px;
}
.office-card:last-child {
    border-left-color: #eb1261;
    margin-bottom: 0;
}
.office-card span {
    display: block;
    color: #00adde;
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.office-card:last-child span {
    color: #eb1261;
}
.office-card h3 {
    font-size: 2em;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 14px;
}
.office-card p {
    font-size: 1em;
    line-height: 1.35em;
    color: rgba(255,255,255,.75);
}
.page-template-servicios section, .page-template-productos section {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}
.page-template-servicios .servicios header, .page-template-productos .productos header {
    position: sticky;
    top: 55px;
}
.oceano {
    padding: 8vw;
    background: url(img/servicios.jpg) no-repeat;
    background-size: cover;
}
.oceano h2 {
    font-weight: 400;
    font-size: 2.1875em;
    line-height: 1.2em;
    color: #fff;
    margin: 0 0 40px;
}
.oceano h2 strong {
    font-weight: 700;
    color: #eb1261;
}
.oceano ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
}
.oceano ul li {
    background: #020e4b76;
    width: Calc(50% - 8px);
    justify-content: flex-start;
    margin: 8px 0;
    padding: 30px 60px 30px 30px;
}
.oceano ul li h3 {
    color: #eb1261;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.oceano ul li p {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
}
.oceano > p {
    display: block;
    margin: 35px Calc(50% - 16px) 0 0;
    color: #ebebeb;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.3em;
}
.page-template-servicios .content {
    flex-direction: column;
}
.page-template-servicios .content .container {
    width: 100%;
    margin: 0;
    padding: 8vw;
    background: #ebebeb;
}
ul.service-list {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
ul.service-list li {
    width: Calc(33.333333% - 6.666666px);
    background: #020e4b;
    border-radius: 10px;
    padding: 0;
}
ul.service-list h2 {
    background: #eb1261;
    border-radius: 0 23px 23px 0;
    padding: 6px 21px;
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 50px 16px 20px 0;
}
ul.service-list p {
    color: #ebebeb;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 50px 40px 35px
}
.page-template-servicios .contacto .container, .page-template-productos .contacto .container {
    background: url(img/escribenos.jpg) no-repeat #ebebeb;
    background-size: cover;
    padding: 8vw;
    margin: 0;
    position: relative;
    justify-content: center;
}
.page-template-servicios .contacto .container::before, .page-template-productos .contacto .container::before, .page-template-productos .contacto::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent linear-gradient(180deg, #EBEBEB 0%, #EBEBEB73 30%, #EBEBEB00 100%) 0% 0% no-repeat padding-box;
    height: 16vw;
}
.page-template-servicios .contacto .container > *, .page-template-productos .contacto .container > * {
    position: relative;
    z-index: 1;
}
.empresa {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}
.page-template-empresa .empresa header {
    background: #ebebeb;
    color: #020e4b;
}
.empresa .subtitle {
    color: inherit;
    font-weight: 700;
}
.empresa header p {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 700;
    opacity: .7;
}
.empresa .historia {
    background: url(img/historia.jpg) no-repeat #020e4b;
    background-size: cover;
    padding: 8vw;
    width: 72%;
    max-width: Calc(100% - 490px);
}
.empresa .historia h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 15px;
}
#timeline {
    list-style-type: none;
    padding: 0 0 0 60px;
    position: relative;
    color: #fff;
}
#timeline li {
    border-left: 3px solid #eb1261;
    position: relative;
    margin: 0;
}
#timeline li time {
    position: absolute;
    left: -60px;
    top: 17px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    transition: all 1s;
}
#timeline li p {
    width: 100%;
    margin: 0;
    font-size: 2.1875em;
    line-height: 1.3714em;
    font-weight: 700;
    padding: 0 0 60px 60px;
    transition: all .5s;
}
#timeline li::before {
    content: "";
    position: absolute;
    top: 20px;
    background: #eb1261;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    transform: translateX(-7.5px);
}
#timeline li:last-child {
    border-color: transparent;
}
#timeline li:last-child::after {
    content: "";
    width: 3px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -3px;
    background: #eb1261;
}
#timeline li.hidden time {
    opacity: .2;
}
#timeline li.hidden p {
    font-size: 0.1em;
    opacity: .2;
    width: 20%;
    padding: 20px 0 40px 60px;
}
.page-template-productos section {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}
.page-template-productos header {
    flex-direction: column;
    justify-content: flex-start;
}
.productos header .subtitle {
    margin-bottom: 8px;
}
.productos header p {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    opacity: .7;
    margin: 0;
}
.productos .content {
    background: #ebebeb;
    padding: 8vw 8vw 0;
}
ul.product-list {
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.product-list li {
    width: Calc(33.333333% - 5.333333px);
}
ul.product-list li a {
    color: #020e4b;
    text-decoration: none;
}
ul.product-list img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 24px;
}
ul.product-list h2 {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    width: Calc(100% - 15px);
    margin: 0 0 5px;
}
ul.product-list p {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    width: Calc(100% - 15px);
    margin: 0 0 8px;
}
ul.product-list p:last-child {
    margin: 0 0 50px;
}
.product-downloads {
    background: #020e4b;
    color: #fff;
    display: block !important;
    padding: 7vw 0 !important;
}
.product-downloads .container {
    width: 84%;
}
.product-downloads header {
    display: block;
    max-width: 760px;
    margin: 0 0 42px;
}
.product-downloads .subtitle {
    color: #fff;
    margin-bottom: 12px;
}
.product-downloads header p {
    color: rgba(255,255,255,.72);
    font-size: 1.15em;
    line-height: 1.45em;
}
.download-list {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.download-list li {
    background: #141f58;
    border-top: 8px solid #00adde;
    min-height: 230px;
    padding: 30px 28px;
}
.download-list li:nth-child(2) {
    border-top-color: #eb1261;
}
.download-list h3 {
    font-size: 1.35em;
    font-weight: 700;
    line-height: 1.18em;
    margin-bottom: 16px;
}
.download-list p {
    color: rgba(255,255,255,.72);
    font-size: 1em;
    line-height: 1.35em;
}
.download-soon, .download-list a {
    border: 2px solid #00adde;
    color: #00adde;
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
    margin-top: 26px;
    padding: 11px 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.error404 #content, .page-template-default #content {
    padding: 8%;
    background: #141F58;
    color: #fff;
}
.error404 #content h1, .page-template-default #content h1 {
    font-size: 2.5em;
    line-height: .9625em;
    color: #eb1261;
    font-weight: 700;
}
.error404 #content p, .page-template-default #content p {
    color: #fff;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.5em;
}
.page-template-default .header::before {
    display: none;
}
.page-template-default .header {
    height: auto;
    min-height: unset;
}
.page-template-default h1, .page-template-default .header .entry-title {
    margin-bottom: .75em;
    padding: 0;
    max-width: unset;
}
.page-template-default h2, .page-template-default h3, .page-template-default h4 {
    font-size: 1.8125em;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
}
.page-template-default h3 {
    font-size: 1.625em;
}
.page-template-default h4 {
    font-size: 1.5em;
    color: #eb1261;
}
.page-template-default a {
    color: inherit;
}
.page-template-default strong,.page-template-default b {
    font-weight: 700;
}
.page-template-default em {
    color: #eb1261;
}
.page-template-default #content ul {
    list-style-type: disc;
    margin: .75em 0;
    padding: 0 0 0 4em;
    font-size: 1.25em;
    line-height: 1.5em;
}
.page-template-default #content ol {
    list-style-type: decimal-leading-zero;
    margin: .75em 0;
    padding: 0 0 0 4em;
    font-size: 1.25em;
    line-height: 1.5em;
}

/* Cookies */

#cc-window, html #cc-window.cc-floating {
    font-family: 'Titillium Web', sans-serif;
    padding: 15px;
    min-width: 360px;
    max-width: 25%;
}
html #cc-window.cc-type-categories.cc-floating .cc-compliance .cc-btn {
    padding: .4em 0;
}

/*Blog*/

.blog-bg{background: #010830;}

.blog {
    max-width: 84%;
    margin: 0 auto;
    display: flex!important;
    flex-wrap: wrap;
}

.blog-portada{
    flex:0 100%;
    background-color: #eb1261;
}

.blog-portada__padre{ 
    display:flex;
    width: 100%;
    flex-wrap: wrap;
    max-height: 400px!important;
    height: 100%!important;
    align-items: center;
}

.blog-portada__titulo__relleno{
    flex: 0 50%;
    background-color: #eb1261;
    padding: 60px 60px 30px 60px;
    max-height: 600px!important;
}

.blog-portada__titulo{
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.1em;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
}

.blog-portada__texto p{
    color: #141F58 !important;
    font-size: 18px;
    max-height: 100px;
    width: 100%;
    font-weight: 800;

}

.blog-video__relleno{
    /*display: inline-flex;*/
    flex: 0 50%;
    /*overflow: hidden!important;*/
    /*width: 100%;*/
}

.blog video{
    overflow: hidden!important;
    width: 100%!important;
}

.articulo-abierto__contenido b{
    font-weight: bolder;
    color:#010830;
}

.blog__post{
    flex:0 70%;
    display: flex;
    flex-wrap: wrap;
    background-color: #0976A5;
}

.blog__post article{
    flex: 0 100%;
    margin: 15px;
}

.articulo__padre{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border:1px solid #eb1261;
    background: #fff;
    align-items: center;
    flex-wrap: wrap;
}

.articulo_imagen{
    flex: 1;
    /*display: contents;*/
}

.articulo_imagen img:hover{
    filter: grayscale(1);
}

.articulo__contenido{
    flex: 1;
    padding: 0 30px;
}

.articulo__titulo a{
    font-size: 30px;
    line-height: 1em;
    color: #0976A5;
    font-weight: bolder;
    padding-bottom: 10px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}

.articulo__titulo a:hover{
    color:#eb1261;
}

.articulo__extracto{
    font-size: 14px;
    color: #020e4b;
}

.articulo__boton{
    background: #eb1261;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    border: 1px solid #020e4b;
    transition: all ease-in-out 0.2s;
}

.articulo__boton:hover{
    background: #010830;
    border-color: #eb1261;
    transform: scale(1.1);
}

.blog__info{
    flex: 0 30%;
    /*border-left:1px solid #0976A5;*/
    background-color: #fff;
}

.blog__info .widget-area{
    padding: 30px 0px;
}

.blog__info .widget-area .wp-block-search__button-inside{
    max-width: 320px;
    border: 1px solid #020e4b;
    background: #EBEBEB;
    margin-bottom: 30px;
}

.blog__info .widget-area .wp-block-search__inside-wrapper {
    padding: 0px!important;
    max-width: 550px!important;
    width: 100%!important;
}

.blog__info .widget-area .wp-block-search__input {
    margin: 0;
    padding: 5px!important;
    font-size: 16px;
    background: #EBEBEB;
    color: #020e4b;
}

.blog__info .widget-area .wp-block-search__button {
    background: #020e4b;
    color: #fff;
    text-transform: uppercase;
    margin: 0!important;
    border-color: #020e4b;
}

.blog__info .widget-area .widget_block h4, .blog__info .widget-area .widget_block h5,.blog__info .widget-area .widget_block h3,.blog__info .widget-area .widget_block h2,.blog__info .widget-area .widget_block h6{
    color: #020e4b;
    padding: 30px 0 30px 0;
    font-weight: 600;
    font-size: 18px;
}

.blog__info .widget-area .widget_block h4 b, .blog__info .widget-area .widget_block h5 b,.blog__info .widget-area .widget_block h3 b,.blog__info .widget-area .widget_block h2 b,.blog__info .widget-area .widget_block h6 b{
    box-shadow: inset 0 -0.7em 0 0 #64abc988;
}

.blog__info .widget-area .wp-block-categories .cat-item{
    display: flex;
    flex-direction: row;
}

.blog__info .widget-area .wp-block-categories .cat-item::before{
    content: "";
    width: 10px;
    height: 10px;
    background-color: #0976A5;
    display: block;
    border-radius: 40px;
    margin-top: 3px;
}

blockquote p{
    padding: 15px;
    background: #0976a533;
    margin: 10px;
}

b, strong{ 
    font-weight: bolder;
    color: #010830;
}

.articulo-abierto__contenido p{
    margin-top: 30px;
}



.blog__info .widget-area .wp-block-categories .cat-item a{
    display: block;
    color: #eb1261;
    font-size: 18px;
    line-height: 20px;;
    margin-left: 20px;
    text-decoration: none;
    font-weight: bolder;
}

.blog__info .widget-area .wp-block-categories .cat-item a:hover{
    color:#020e4b;
}

.blog__info .widget-area{padding: 30px;}

.blog__info .widget-area .wp-block-categories .cat-item{
    margin-bottom: 15px;
}

.blog__info .widget_recent_entries .wp-block .wp-block-latest-posts__list li{
    margin-bottom: 15px;
} 

.blog__info .widget_recent_entries .wp-block .wp-block-latest-posts__list li a{
    color: #020e4b;
    font-size: 20px;
}

.blog__info .wp-block-latest-posts a{
    font-size: 20px;
    color: #010830;
    font-weight: 600;
    padding-bottom: 15px;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 30px;
}

.blog__info .wp-block-latest-posts a:hover{
    color:#eb1261;
}


/*Blog entrada abierta*/

.single-bg{
    background: #010830!important;
    width: 100%;
}

.blog-row{
    display: flex!important;
    max-width: 84%;
    margin: 0 auto;
    background: #fff;
}

.articulo-abierto{
    flex: 0 70%;
}

.articulo-abierto__imagen{
    max-width: 100%;
    min-width: 100%;
    height: 350px;
    overflow: hidden;
}

.articulo-abierto__imagen img{
    min-width: 100%;
}

.articulo-abierto__titulo{
    font-size: 30px;
    text-transform: uppercase;
    padding: 60px 60px 15px 60px;
    color:#eb1261;
    font-weight: bolder;
    line-height: 1.2;
}

.articulo-abierto__contenido{
    padding: 0px 60px 60px 60px;
}

.articulo-abierto__contenido p{
    color:#020e4b;
    font-size: 18px!important;
}

.articulo-abierto__contenido ul li{
    color:#020e4b;
    padding: 0px 15px 15px 30px;
    font-size: 18px!important;
    line-height: initial;
}

/*.articulo-abierto__contenido .articulo__compartir .social-share{
    text-align: center;
}*/

.nav-links{
    display: flex;
    justify-content: center;
}
.nav-links .nav-previous{
    padding: 0 15px;
    flex: 0 50%;
    text-align: center;
}

.nav-links .nav-next{
    padding: 0 15px;
    flex: 0 50%;
    text-align: center;
}

.articulo-abierto__contenido .articulo__compartir .social-share a img{
    width: 45px;
    padding: 5px;
    margin-top: 15px;
}

.articulo__compartir .social-share{
    text-align: center;
}

.articulo__compartir{
    border-top:1px solid #0976A5;
    border-bottom: 1px solid #0976A5;
    padding: 15px;
    margin: 45px 0 0 0;
}

.articulo__compartir__titulo{
    font-size:15px;
    text-transform: uppercase;
    color: #020e4b;
    text-align: center;
}

.articulo__compartir__titulo b{
    box-shadow: inset 0 -0.7em 0 0 #64abc988;
}

.articulo-aside{
    flex: 0 30%;
    background: #EBEBEB;
}

.articulo-aside__widget .wp-block-search__input-1{display: none;}

.articulo-aside__widget  .wp-block-search__button{

}

.articulo-aside__contacto{
    background: #eb1261;
    border-radius: 5px;
    padding: 0.5em 1em 0.4em;
    margin: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-bottom: 0px solid transparent;
    transition: all .2s;
}

.articulo-aside__contacto:hover{
    border-bottom: 3px solid #fff;
    transition: all .2s
}

.articulo-aside__info .blog__info{
    background: transparent!important;
}

.articulo-footer{
    width: 100%;
    background-color: #0976A5;
    padding:15px;
    text-align: center;
}

.articulo-footer .nav-links a {
    color:#fff;
    font-weight: bolder;
    font-size: 18px;
    text-decoration: none;
}



/* Media Queries */

@media screen and (min-width: 1800px) {

    .articulo-abierto__imagen{height: 500px;}
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
    .page-template-equipo .equipo header {
        width: 100%;
        padding: 8% 58vw 4% 8%;
    }
    .page-template-equipo .equipo .textos {
        width: 100%;
    }
    .page-template-equipo .equipo .textos > * {
        width: auto;
    }
    .page-template-equipo .equipo .departamentos {
        padding: 4% 8% 8%;
        overflow-y: scroll;
    }
    .delegaciones .map-container {
        height: 100%;
    }
    .delegaciones h2 {
        padding-top: 4vw;
    }
    .delegaciones img {
        width: auto;
        height: 100%;
        max-width: unset;
    }
}

@media screen and (min-width: 768px) {
    .page-template-contacto .contacto {
        padding: 0;
        display: flex;
        flex-direction: row;
    }
    .page-template-contacto .contacto header, .page-template-servicios .servicios header, .page-template-servicios .contacto header, .empresa header, .page-template-productos .productos header,.page-template-productos .contacto header {
        padding: 8% 4% 8% 8%;
        width: 28%;
        min-width: 490px;
        color: #fff;
        background: #141F58;
    }
    .page-template-contacto .contacto > .container {
        width: 72%;
        padding: 8%;
        margin: 0;
        max-width: Calc(100% - 490px);
        justify-content: space-between;
        background: url(img/escribenos.jpg) no-repeat center center #ebebeb;
        background-size: cover;
    }
    .page-template-contacto .contacto .container > * {
        width: Calc(50% - 4vw);
    }
    .page-template-productos .contacto::before {
        display: none;
    }
}

@media screen and (max-width: 1620px) {
    .home-intro .ware {
        padding: 8% 4% 8% 6%;
    }
    .home-intro .versus {
        padding: 8% 6%;
    }
    #menu ul li {
        margin-left: 2vw;
    }
}

@media screen and (max-width: 1368px) {
    #branding {
        margin-right: 2%;
    }
    #menu ul li {
        margin-left: 1.6em;
    }
    #header > .container {
        flex-direction: column;
    }
    #menu ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #menu ul li {
        margin-left: 0;
    }

    /*n*/
    .articulo__titulo a{
        font-size: 22px;
        padding-bottom: 0px;
        line-height: initial;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .articulo__extracto{
        font-size: 11px;
    }

    .blog-portada__texto p{
        font-size: 16px;
    }
   
}

@media screen and (max-width: 1023px) {
    #branding {
        z-index: 1;
    }
    #branding .brand-name {
        font-size: 1em;
    }
    #branding .brand-claim {
        font-size: .72em;
    }
    #header > .container {
        flex-direction: row;
    }
    #mobile-menu {
        display: block;
        position: relative;
        z-index: 1;
    }
    #mobile-menu img {
        max-width: unset;
        height: 20px;
        width: 28px;
    }
    #menu {
        position: fixed;
        overflow: hidden;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 0;
        z-index: 0;
        background: #020e4b;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        transition: all .8s;
    }
    #menu ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #menu ul li {
        float: none;
        margin: 0 auto;
    }
    #menu ul li a {
        display: inline-block;
        padding: 0;
        font-size: 1.09375em;
    }
    #menu ul.menu > li+li, #menu ul.sub-menu > li {
        margin-top: 23px;
    }
    #menu.open {
        height: 100%;
        transition: all .2s;
    }
    #menu .current_page_item {
        border-bottom: none;
    }
    #menu .current_page_item a {
        border-bottom: 3px solid #eb1261;
        display: inline-block;
        margin: auto;
    }
    #menu .cta {
        position: absolute;
        bottom: 30px;
        left: 15px;
        right: 15px;
        margin: 0;
        padding: 0;
    }
    #menu .cta a {
        display: block;
        width: 100%;
        max-width: unset;
        font-size: .9375em;
        padding: .75em 1em .7em;
    }
    #menu ul.sub-menu .current-lang {
        display: none;
    }
    #menu li.pll-parent-menu-item a:hover, #menu li.pll-parent-menu-item a:focus {
        border-bottom: none;
    }

    /*n*/
    #container {
        padding-top: 50px;
    }
}
 /*n*/
@media screen and (max-width: 1024px) {
    
    .blog-row{
        flex-wrap: wrap;
        flex-direction: column;
        
    }
    .articulo-abierto__imagen{
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .articulo-abierto__titulo{
        padding: 30px 60px 15px 60px;
    }
    .articulo-abierto__contenido{
        padding: 15px 60px 60px 60px;
    }

    .articulo-aside__info{
        display: flex;
        flex-direction: column;
    }
    .articulo-aside__contacto{
        margin: 30px auto 60px auto;
    }
    .articulo-aside__widget .widget-area{
        display: flex;
        justify-content: center;
    }
    .blog__post{
        flex: 0 100%;
    }
    .blog__info{
        flex: 0 100%;
    }
    .blog__info .widget-area{
        padding-bottom: 60px;
    }

}



@media screen and (max-width: 767px) {
    .blog{
        max-width: 100%;
    }
    #header {
        padding: 18px 0 12px;
    }
    .header .entry-title {
        padding-bottom: Calc(16% + 4vh);
    }
    .container {
        width: Calc(100% - 32px);
    }
    .entry-title {
        font-size: 2.125em;
    }
    .subtitle {
        font-size: 1.625em;
    }
    .home-intro {
        flex-direction: column;
        padding: 0 0 50px;
    }
    .ware {
        width: 100%;
        padding: 42px 16px 16px;
        min-width: unset;
        position: relative;
        z-index: 0;
        border-bottom: 64px solid #eb1261;
        margin-bottom: -64px;
    }
    .versus {
        width: 100%;
        padding: 16px;
        flex-direction: column;
        background: transparent;
    }
    .versus::after {
        background-size: 70px;
    }
    .versus > * {
        width: 100%;
        text-align: left;
    }
    .versus > .control {
        padding: 40px 30px 60px;
    }
    .versus > .transparencia {
        padding: 50px 30px 50px;
        margin: 10px 0 0;
    }
    .versus p {
        line-height: 1.4em;
    }
    .servicios > * {
        flex-direction: column;
    }
    .page-template-home .servicios ul, .servicios ul {
        flex-direction: column;
        margin: 0 0 30px;
    }
    .servicios ul li, .page-template-home .servicios ul li {
        margin: 10px 0 0;
    }
    .servicios ul li:first-child, .page-template-home .servicios ul li:first-child {
        margin: 0;
    }
    .servicios header, .servicios ul, .page-template-home .servicios ul, .servicios ul li, .page-template-home .servicios ul li {
        width: 100%;
    }
    .servicios .cta {
        background: #eb1261;
        max-width: unset;
    }
    .confianza li:nth-child(odd), .confianza li:nth-child(even) {
        padding: 0;
    }
    .confianza li h4 {
        font-size: 1.09375em;
        padding: 12px 25px 42px 20px;
        left: 0;
        top: 0;
        margin: 0 10px -42px;
        transform: none;
        position: relative;
        max-width: 80%;
    }
    .confianza li h4::before {
        bottom: 21px;
        width: 58px;
        height: 2px;
    }
    .confianza li h4::after {
        left: 60px;
        bottom: 15px;
        font-size: .91428em;
    }
    .confianza li:nth-child(even) h4 {
        right: unset;
        margin: 0 10px -42px auto;
    }
    .contacto {
        padding: 50px 0;
    }
    .contacto .container {
        flex-direction: column;
    }
    .contacto .container > * {
        width: 100%;
    }
    .contacto .subtitle {
        font-size: 1.625em;
        line-height: 1.2em;
        padding-bottom: 15px;
    }
    .contacto .subtitle span {
        font-size: .615384em;
    }
    .contacto form {
        display: flex;
        flex-direction: column;
    }
    p label {
        font-size: .8em;
    }
    textarea, input[type="text"], input[type="tel"], input[type="email"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
        margin: 10px 0 15px;
    }
    input[type="submit"] {
        float: none;
        width: 100%;
        order: 9;
    }
    .wpcf7 .ajax-loader {
        order: 10;
    }
    .legal {
        order: 9;
    }
    #footer {
        padding: 50px 0 20px;
    }
    #footer .container, .footer-content {
        flex-direction: column;
    }
    #footer .container > *, .footer-content > * {
        width: 100%;
    }
    #footer header:before {
        width: 64.5px;
        height: 62px;
        left: 45px;
        top: -50px;
    }
    .footer-content {
        padding-top: 50px;
    }
    .footer-content .contact {
        padding: 40px 0;
        margin: 40px 0;
        border-top: 2px solid #141f58;
        border-bottom: 2px solid #141f58;
    }
    #copyright {
        margin-top: 0;
        opacity: .7;
    }
    .page-template-contacto .contacto header, .page-template-servicios .contacto header, .page-template-productos .contacto header {
        width: Calc(100% - 32px);
        margin: 0 auto;
    }
    .page-template-contacto .contacto .subtitle {
        padding-bottom: 32px;
    }
    .details {
        margin-top: 60px;
    }
    .details ul li {
        padding-bottom: 30px;
    }
    .page-template-equipo .equipo {
        flex-direction: column;
    }
    .page-template-equipo .equipo > * {
        order: 2;
        width: 100%;
        max-width: unset;
        min-width: unset;
    }
    .page-template-equipo .equipo header {
        order: 1;
        width: 100%;
    }
    .miembros {
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        display: flex;
        justify-content: flex-start;
    }
    .miembros li {
        width: Calc(40vw);
        scroll-snap-align: start;
        margin: 0;
        padding: 0 7.5px;
    }
    .miembros li a:hover {
        transform: scale(1);
    }
    .miembros img {
        width: auto;
        height: 80px;
    }
    .miembros .name {
        white-space: nowrap;
    }
    .miembros .name, .miembros .position {
        display: block;
        width: Calc(40vw - 15px);
    }
    .miembros .position {
        font-size: .875em;
        line-height: 1.2em;
    }
    .equipo-renovado .container {
        padding: 0;
    }
    .miembros-operativos {
        display: block;
        overflow-x: visible;
        padding: 0;
    }
    .miembros-operativos li {
        width: 100%;
        min-height: 0;
        padding: 30px 15px;
        border-top-width: 6px;
        border-bottom: 1px solid rgba(2,14,75,.12);
    }
    .miembros-operativos .name, .miembros-operativos .position {
        width: auto;
        white-space: normal;
    }
    .miembros-operativos .name {
        font-size: 1.25em;
    }
    .delegaciones-renovadas {
        padding: 30px 15px;
    }
    .office-card {
        padding: 24px 20px;
    }
    .office-card h3 {
        font-size: 1.75em;
    }
    .page-template-equipo .equipo .textos {
        width: 100%;
        flex-direction: column;
    }
    .page-template-equipo .equipo .textos > * {
        width: 100%;
        height: auto;
    }
    .page-template-equipo #footer header:before {
        display: none;
    }
    .page-template-equipo .equipo header {
        padding: 30px 55px 30px 15px;
    }
    .page-template-equipo .equipo .subtitle {
        font-size: 2.125em;
    }
    .page-template-equipo .equipo header p {
        font-size: 1em;
        line-height: 1.4em;
        font-weight: 400;
        opacity: .7;
    }
    .departamentos {
        padding: 30px 15px;
    }
    .toggle-trigger {
        cursor: pointer;
        white-space: nowrap
    }
    .toggle-trigger::after {
        content: "+";
        font-size: 1.5em;
        font-weight: 400;
        display: inline-block;
        margin: 0 0 0 .25em;
    }
    .toggle {
        display: none;
    }
    .page-template-servicios .servicios .subtitle {
        font-size: 2.125em;
        margin: 0;
    }
    .page-template-servicios section {
        flex-direction: column;
    }
    .page-template-servicios .servicios header, .page-template-productos .productos header {
        position: relative;
        top: 0;
        padding: 20px 20px 18px 15px;
        background: #141f58;
    }
    .page-template-servicios .content .container {
        padding: 28px 10px 8px;
        order: 0;
    }
    .page-template-servicios .oceano {
        order: 1;
    }
    .oceano {
        padding: 40px 40px 40px 16px;
    }
    .oceano h2 {
        font-size: 1.625em;
        line-height: 1.3em;
        margin: 0 0 10px;
    }
    .oceano ul li {
        padding: 25px 16px 21px 30px;
    }
    .oceano ul li h3 {
        font-size: 1em;
        line-height: 1.5em;
    }
    .oceano > p {
        font-size: 1em;
        line-height: 1.5em;
        margin: 17px 0 0;
    }
    ul.service-list h2 {
        padding: 7px 23px 6px 36px;
        display: inline-block;
        width: auto;
        font-size: 1em;
        line-height: 1.5em;
        margin-top: 40px;
        margin-bottom: 15px;
    }
    ul.service-list p {
        line-height: 1.4em;
        font-weight: 400;
        margin: 0 36px 36px;
    }
    .page-template-servicios .contacto header, .page-template-productos .contacto header {
        padding-top: 40px;
    }
    .page-template-servicios .contacto .container, .page-template-productos .productos .container {
        padding: 30px 16px;
        width: 100%;
        background: transparent;
    }
    .product-downloads {
        padding: 42px 0 !important;
    }
    .download-list {
        display: block;
    }
    .download-list li {
        min-height: 0;
        margin-bottom: 16px;
        padding: 26px 20px;
    }
    .page-template-servicios .contacto .container::before, .page-template-productos .contacto .container::before {
        display: none;
    }
    .progress-container {
        height: 3px;
        width: 100%;
        background: transparent;
        position: fixed;
        top: 0;
        z-index: 11;
    }
    .progress-bar {
        height: 3px;
        background: #eb1261;
        width: 0;
        transition: width .5s;
    }
    .empresa {
        display: block;
    }
    .page-template-empresa .empresa header {
        width: 100%;
        min-width: unset;
        padding: 23px 30px 20px 15px;
        background: #fff;
    }
    .empresa header .subtitle {
        font-size: 2.125em;
        line-height: 1.2em;
    }
    .empresa header p {
        /*display: none;*/
    }
    .empresa .historia {
        width: 100%;
        max-width: unset;
        padding: 40px 15px;
    }
    .empresa .historia h2 {
        font-size: 1em;
        line-height: 1.5em;
    }
    #timeline {
        padding: 0;
    }
    #timeline li::before {
        top: 0;
    }
    #timeline li time {
        position: static;
        display: block;
        padding: 0 0 0 27px;
        font-weight: 400;
        font-size: .875em;
    }
    #timeline li.hidden time {
        opacity: 1;
    }
    #timeline li p, #timeline li.hidden p {
        padding: 10px 0 60px 27px;
        font-size: 1.625em;
        line-height: 1.3em;
        opacity: 1;
        width: 100%;
    }
    #timeline li:last-child::after {
        display: none;
    }
    .page-template-productos section {
        flex-direction: column;
        position: relative;
    }
    ul.product-list {
        margin: 0;
    }
    ul.product-list img {
        margin: 0 0 10px;
    }
    ul.product-list p:last-child {
        margin: 0 0 20px;
    }
    .page-template-productos .content {
        padding: 28px 16px 8px;
    }
    .page-template-productos .contacto .container {
        width: 100%;
        padding: 20px 15px 30px;
    }

    /*n*/

    .blog-portada__texto p {
        font-size: 12px;
        display: block;
    }
    .articulo-abierto__titulo{
        padding: 15px 30px 15px 30px;
        line-height: 25px;
    }
    .articulo-abierto__contenido {
        padding: 15px 30px 60px 30px;
    }

    .blog__post article{
        flex: 0 45%;
    }

    .articulo_imagen{
        flex: 0 100%;
    }

    .articulo__contenido{
        flex: 0 100%;
        padding: 15px;
    }

    .blog-row{
        flex: 0 100%;
        max-width: 100%;
    }

    .articulo-abierto__imagen {
        height: 200px;}

    .nav-links{
        padding-bottom: 30px;
    }

}

@media screen and (max-width: 600px) {

    .blog__post article{
        flex: 0 100%;
    }

    .blog-portada__texto p {
        font-size: 16px;
    }

    .blog-portada__titulo__relleno{
        flex: 0 100%;
        padding: 30px;
    }
    
    
    .blog-video__relleno{
        flex: 0 100%;
    }

    .blog__info .widget-area {
    padding: 15px 15px 30px 15px;
    }
}


/* === LASEDA CONTRASTE INTERIORES 2026 === */
.laseda-refresh{background:#fff!important;color:#2b2f33!important;overflow-x:hidden!important}
.laseda-refresh p,.laseda-refresh li{color:#2b2f33!important}
.laseda-refresh h1,.laseda-refresh h2,.laseda-refresh h3,.laseda-refresh strong{color:#0b2545!important}
.laseda-refresh .hero,.laseda-refresh .contact-band,.laseda-refresh .final-note,.laseda-refresh .alert-band,.laseda-refresh .hero-card{color:#fff!important}
.laseda-refresh .hero *,.laseda-refresh .contact-band *,.laseda-refresh .final-note *,.laseda-refresh .alert-band *,.laseda-refresh .hero-card *{color:inherit!important}
.laseda-refresh .section[style*="background:#141f58"],.laseda-refresh .section.dark,.laseda-refresh .dark-section,.laseda-refresh .cards-on-dark{color:#fff!important}
.laseda-refresh .section[style*="background:#141f58"] *,.laseda-refresh .section.dark *,.laseda-refresh .dark-section *,.laseda-refresh .cards-on-dark *{color:inherit!important}
.laseda-refresh .section[style*="background:#141f58"] .muted,.laseda-refresh .section.dark .muted{color:#d8e8f2!important}
.laseda-refresh .card.dark,.laseda-refresh .cards-on-dark .card{background:rgba(255,255,255,.05)!important;border-color:rgba(255,255,255,.45)!important;color:#fff!important}
.laseda-refresh .card.dark *,.laseda-refresh .cards-on-dark .card *{color:inherit!important}
/* === FIN LASEDA CONTRASTE INTERIORES 2026 === */
