/*
Theme Name: Pelmorex Corp
Theme URI: eltiempo.es
Author: A Dore
Author URI:  eltiempo.es
Description: Pelmorex Corp theme.
Version: 1.0.0
Tags: featured-images, custom-background, theme-options, translation-ready
Text Domain: pelmorex-corp
*/
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Work+Sans:wght@100;200;300;500;600;700;800;900&display=swap');
/********responsive********/
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Work Sans', sans-serif !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0px;
    line-height: 2em !important;
    font-size: 16px !important;
    color: #111111;
}

body h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.7em;
    text-align: center;
    background: rgba(27, 43, 84, 0.7);
    color: #f5d574;
    margin: 0 auto;
    padding: 1em;
    width: fit-content;
    margin-bottom: 2em;
}

body h1:after {
    display: block;
    content: '';
    height: 3px;
    margin-top: 0.4em;
    background: #f5d574;
    width: 2em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

body h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2em;
    line-height: 1.5em;
    color: #1b2b54;
    text-align: center;
}

main h2 {
    text-align: left;
}

ul.wp-block-list {
    li {
        strong {
            display: block;
            margin-block-start: 1em;
            margin-block-end: 1em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
            unicode-bidi: isolate;
            font-size: 1.1em;          
        }        
    }
}

body h3 {
    color: #1b2b54;
    font-weight: 700;
    font-size: 1.4em;
}

body h4 {
    font-weight: 900;
    font-size: 1.4em;
}

body h5 {
    font-weight: 900;
    font-size: 1.1em;
}

body hr {
    border-style: solid;
}

body a {
    text-decoration: none;
    font-weight: 800;
    color: #1b2b54;
}

body p {
    font-weight: 300;
    font-size: 1.1em;
}

:active, :active * {
    outline: none !important;
    -moz-outline-style: none !important;
    box-shadow: none !important;
}

:focus, :focus * {
    outline: none !important;
    -moz-outline-style: none !important;
    box-shadow: none !important;
}

header .container:after, header .container:before {
    content: none !important;
}

.movil {
    display: none !important;
}

.noPaddings {
    padding: 0px !important;
}

.container {
    max-width: 940px;
    width: 100%;
    margin: 0px auto;
    padding: 2em;
}

.container-big {
    padding: 0;
}

.container-big h4 {
    font-size: 18px;
    font-weight: 500;
    color: #1b2b54
}

.container-big img {
    margin-bottom: 24px;
}

.primermedio .container-big hr {
    border-width: 1px;
    border-color: #000;
    max-width: 100%;
}

::placeholder {
    color: rgba(17, 17, 17, 0.64);
    font-family: 'Work Sans', sans-serif;
}

header {
    min-height: 200px;
    background-color: #1d88ac;
    background-image: -webkit-image-set(url(../img/header.png) 1x, url(../img/header2x.png) 2x, url(../img/header3x.png) 3x);
    background-image: image-set(url(../img/header.png) 1x, url(../img/header2x.png) 2x, url(../img/header3x.png) 3x);
    background-repeat: none;
    background-size: cover;
    background-position: center center;
    padding-top: 180px;
}

header .degradade {
    top: 0;
    position: fixed;
    width: 100%;
    background: linear-gradient(180deg, rgba(27, 43, 84, 0.81) 0%, rgba(27, 43, 84, 0) 100%);
}

header .degradade.sticky_header {
    background: #1B2B54;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    z-index: 1900;
}

header .degradade.sticky_header .container {
    padding-top: 1em;
    padding-bottom: 1em;
}

header .degradade.sticky_header nav ul {
    margin: 0px;
}

header .degradade.sticky_header img.logo {
    width: 120px;
}

header .container {
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
    padding: 2em;
}

nav a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 0 1em;
    transition: 1s;
}

/*nav a:after {
    display: block;
    content: '';
    height: 2px;
    width: 0%;
    background: #f5d574;
	transition:  1s;
}*/
/*nav li{
    display: none;
}
nav .currentelement > li ,nav  .open,nav  .menu-padre,nav  .menu-abuelo{
    display: block;
}*/
nav a.active {
    font-weight: 700;
}

nav a:hover, nav a.active, nav .submenu a:hover {
    color: #f5d574;
    text-decoration: none !important;
}

nav a:hover:after, nav a.active:after {
    width: 100%;
}

img.logo {
    width: 158px;
    height: 48px;
    object-fit: contain;
    transition: 0.5s;
}

.Menu_blanco {
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    display: flex;
    align-items: center;
}

header nav ul {
    padding: 0px;
    display: flex;
    transition: 0.5s;
}

nav li {
    list-style: none;
}

nav a {
    display: inherit;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 0 1em 1em 1em;
    font-weight: 500;
}

footer nav a {
    display: inline-block;
    padding: 0.1em;
}

/*nav ul li.servicios:hover ul.submenu {
 display: block;
}*/


#myNav ul {
    flex-direction: column;
    transition: auto;
    padding-left: 0px;
}

#myNav ul.submenu {
    position: inherit;
    background: none;
    box-shadow: none;
    width: fit-content;
    margin: 0 auto;
}

#myNav ul.submenu:before {
    display: none;
}

#myNav ul.submenu a {
    color: #F0F0F0;
}

#myNav .submenu a:after {
    display: none;
}

nav ul.submenu {
    display: none;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    padding: 16px;
    position: absolute;
    transition: auto;
}

nav ul.submenu:before {
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    background: white;
    position: absolute;
    top: -8px;
    transform: rotate(-45deg);
}

/*nav .submenu a {
    text-transform: CAPITALIZE;
    color: #1B2B54;
    width: 100%;
    display: inline-block;
}
nav .submenu a:after {
    background: #F0F0F0;
    width: 100%;
}
nav .submenu li:last-child a:after {
    display: none;
}*/

nav .submenu a {
    text-transform: CAPITALIZE;
    color: #1B2B54;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #F0F0F0;
}

nav .submenu li:last-child a {
    border-bottom: 0px solid #F0F0F0;
}

h1.titulo {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    font-family: 'Space Grotesk';
    font-size: 3em;
    color: #fff;
    text-align: center;
}

.titulo span {
    background: rgba(27, 43, 84, 0.7);
    color: #f5d574;
}

footer {
    background: #1b2b54;
    color: #fff;
    padding: 2em;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer img.logo {
    min-height: 67px;
}

footer .Menu_blanco, footer nav a {
    text-transform: none;
}

footer nav a::after {
    display: inline;
    content: '/';
    background: none;
}

footer nav a:last-child {
    padding-right: 0px;
}

footer nav a:last-child::after {
    display: none;
}

footer .Copyright {
    font-size: 0.8em;
    line-height: 1.2em;
}

a.btn {
    display: inline-block;
    border: 1px solid;
    padding: 1em 2em;
    margin-bottom: 1em;
    text-decoration: none;
    color: #f5d574;
    font-weight: normal;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

.arrow {
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #1b2b54;
    border-right: 2px solid #1b2b54;
    right: 0;
}

.arrow-big {
    display: block;
    width: 0.7em;
    height: 0.7em;
    border-top: 3px solid #1b2b54;
    border-right: 3px solid #1b2b54;
    right: 0;
    float: right;
    margin-top: 2%;
}

.arrow-right {
    transform: rotate(45deg);
}

.activo span.arrow-bottom {
    transform: rotate(-45deg) translateY(50%);
}

.arrow-bottom {
    transform: rotate(135deg) translateX(-25%);
    width: 1em;
    height: 1em;
    border-top: 2px solid #f5d574;
    border-right: 2px solid #f5d574;
    top: 25%;
    position: absolute;
    transition: 1s;
}

/********home********/
body.home {
    background-color: #0b5b92;
    background-image: -webkit-image-set(url(../img/bc-hero.webp) 1x, url(../img/bc-hero2x.webp) 2x, url(../img/bc-hero3x.webp) 3x);
    background-image: image-set(url(../img/bc-hero.webp) 1x, url(../img/bc-hero2x.webp) 2x, url(../img/bc-hero3x.webp) 3x);
    background-repeat: none;
    background-size: cover;
    background-position: center bottom;
}

.home main {
    background-color: #0b5b92;
    background-image: -webkit-image-set(url(../img/bc-hero.webp) 1x, url(../img/bc-hero2x.webp) 2x, url(../img/bc-hero3x.webp) 3x);
    background-image: image-set(url(../img/bc-hero.webp) 1x, url(../img/bc-hero2x.webp) 2x, url(../img/bc-hero3x.webp) 3x);
    background-repeat: none;
    background-size: cover;
    background-position: center bottom;
    min-height: 100vh;
}

.home header {
    background: none !important;
    min-height: auto;
}

.home h1.titulo {
    background: none;
    line-height: 1.2em;
    margin: 2em 0px 0px 0px;
}

.home h1.titulo:after {
    display: none;
}

.desktop.graphs {
    margin-bottom: 25%;
}

.container.lottie {
    max-width: 996px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container.lottie > .desktop {
    width: 996px;
}

.lottie hr {
    margin-top: 48px;
    width: 460px;
    border-width: 2px;
    border-color: #f0f0f0;
}

#lottie {
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
}

#lottie svg {
    height: unset;
}

.kit .container {
    padding-bottom: 0 !important;
}

/****Nosotros*****/

.marcas {
    color: #fff;
    text-align: center;
    background-color: #0b5b92;
    background-image: -webkit-image-set(url(../img/modulo-marcas.png) 1x, url(../img/modulo-marcas2x.png) 2x, url(../img/modulo-marcas3x.png) 3x);
    background-image: image-set(url(../img/modulo-marcas.png) 1x, url(../img/modulo-marcas2x.png) 2x, url(../img/modulo-marcas3x.png) 3x);
    min-height: 400px;
    background-position: center;
    background-size: cover;
    padding: 2em 0px;
    display: flex;
    align-items: center;
}

.marcas h2 {
    color: #fff;
    margin-bottom: 2em;
    margin-top: 0px;
}

.entrada .container {
    max-width: 100%;
    text-align: center;
    width: 780px;
}

.estrategia h2 {
    max-width: 783px;
    text-align: center;
    margin: 2em auto;
}

.greybox {
    background: #f0f0f0;
    display: flex;
    font-family: 'Work Sans', sans-serif;
    color: #1b2b54;
    min-height: 308px;
    margin-bottom: 3em;
}

.greybox div {
    display: flex;
    background: #f0f0f0;
    padding: 2.15em;
    align-items: center;
    color: #111;
    flex: 1;
    margin: 0;
}

.greybox div.descubre {
    background: url(../img/modulo-soluciones.png);
    background-repeat: repeat-y;
    background-position: top right;
}

.greybox div.descubre.izq {
    background: url(../img/modulo-solucionesIzq.png);
    background-repeat: repeat-y;
    background-position: top left;
}

.greybox a {
    max-width: 100%;
    font-family: 'Space Grotesk';
    background: #f5d574;
    line-height: 1.2em;
    padding: 0 1em;
    width: 300px;
    height: 80px;
    box-shadow: 0 0 10px 0 rgb(27 43 84 / 40%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.greyboxLow a {
    height: 40px;
}

.MainButtonBox {
    margin: 3em auto;
}

.MainButtonBox a {
    max-width: 100%;
    font-family: 'Space Grotesk';
    background: #f5d574;
    line-height: 1.2em;
    padding: 0 1em;
    width: 300px;
    height: 40px;
    box-shadow: 0 0 10px 0 rgb(27 43 84 / 40%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    margin: 0 auto;

}

.greybox .descubre a {
    margin: 0 auto;
}

/*********Servicios*********/
.soluciones h3 {
    margin-bottom: 0.8em;
}

.soluciones p {
    margin-top: 0px;
}

.media .imgBg {
    background-color: #003051;
    background-image: -webkit-image-set(url(../img/media.png) 1x, url(../img/media2x.png) 2x, url(../img/media3x.png) 3x);
    background-image: image-set(url(../img/media.png) 1x, url(../img/media2x.png) 2x, url(../img/media3x.png) 3x);
    background-position: center;
    background-size: cover;
}

.data .imgBg {
    background-color: #003051;
    background-image: -webkit-image-set(url(../img/data.png) 1x, url(../img/data2x.png) 2x, url(../img/data3x.png) 3x);
    background-image: image-set(url(../img/data.png) 1x, url(../img/data2x.png) 2x, url(../img/data3x.png) 3x);
    background-position: center;
    background-size: cover;
}

.weather .imgBg {
    background-color: #003051;
    background-image: -webkit-image-set(url(../img/weather.png) 1x, url(../img/weather2x.png) 2x, url(../img/weather3x.png) 3x);
    background-image: image-set(url(../img/weather.png) 1x, url(../img/weather2x.png) 2x, url(../img/weather3x.png) 3x);
    background-position: center;
    background-size: cover;
}

.greybox .txt {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

/*********acordion************/
.accordion-container {
    width: 100%;
    margin: 0 0 20px;
    clear: both;
}

.accordion-titulo {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
}

.laterlMenu nav li {
    position: relative;
}

span.accordion-open {
    display: inline-block;
    vertical-align: middle;
}

.open > span.accordion-open:before {
    transform: rotate(-45deg);
}

/*span.accordion-open:before {
    content: ">";
    transition: 1s;
    display: flex;
    left: -1.5em;
    max-width: 1em;
    padding: 1em;
    justify-content: center;
    max-height: 1em;
    align-items: center;
    top: -0.35em;
}*/

span.accordion-open:before {
    content: "?";
    color: transparent;
    transition: 1s;
    display: flex;
    /*position: absolute;*/
    left: -1.5em;
    width: 8px;
    height: 8px;
    justify-content: center;
    align-items: center;
    top: -0.35em;
    border-top: 2px solid #1B2B54;
    border-right: 2px solid #1B2B54;
    transform: rotate(45deg);
    margin-right: 4px;
}

.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 38px;
    font-weight: bold;
}

.accordion-content {
    display: none;
    padding-left: 1em;
    overflow: auto;
}

/*.menu-padre .open .accordion-content, .open > .subm {
display: block;
}
*/
.accordion-content p {
    margin: 0;
}


.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto;
}

a.activado, .currentelement {
    font-weight: 700 !important;
    color: #1B2B54 !important;
}

/*.currentelement .currentelement {
    color: #505050 !important;
}
.laterlMenu nav .subm a.web-megabanner.currentelement {
    color: #505050 !important;
}
*/
.firstLvl.open > a:after {
    display: block;
    content: '';
    height: 2px;
    background: #f5d574;
}

.open > a {
    color: #1b2b54 !important;
    font-weight: 700 !important;
}

li:has( a.currentelement) {
}

/*******laterlamovilmenu*****/
.nopadding {
    padding: 0px;
}

.laterlMenu nav.movil {
    border: 1px solid;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.ul-movil-wrap.open {
    padding-bottom: 1em;
}

.laterlMenu nav.movil a {
    font-size: 1em !important;
}

.movil .firstLvl a {
    font-weight: 600;
}

.mvlMNsection {
    display: none;
    padding-left: 16px;
}

.col-details {
    width: 53%;
}

.col-img {
    width: 42%;
    padding-top: 50px;
}


.col-details table {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.col-details table th {
    border-bottom: 1px solid #1b2b54;
    color: #1b2b54;
    font-weight: 400;
    font-size: 1.2em;
}

.col-details table td {
    border-bottom: 1px solid #ececec;
    color: #505050;
    font-weight: 600;
    font-size: 0.85em;
    line-height: 1.3em;
    vertical-align: top;
}

.col-details table td:last-child {
    border-bottom: 1px solid #ececec;
    color: #505050;
    font-weight: 300;
    text-align: right;
    font-size: 0.9em;
}

.col-details table tfoot td {
    border-bottom: none !important;
}

.col-details table td, .col-details table th {
    padding: 10px 10px;
}

.col-details table.ejecucion td:first-child {
    width: 40%;
}

.col-details table.ejecucion td:last-child {
    width: 55%;
    text-align: left;
}

.col-details table.check img {
    max-width: 20px;
    margin-right: 0px;
    width: 100px;
}

/*********lateralmenu***********/
ul.firstLvl {
    padding: 0px !important;
}

li.titulillo {
    border-bottom: 2px solid;
    color: #1b2b54;
    margin-left: 0em;
    margin-bottom: 0.5em;
    font-size: 1em;
    margin-top: 1em;
}

.titulillo.accordion-open {
    border-bottom: none;
}

.titulillo a.accordion-open {
    display: inline-block;
    font-weight: bold;
    width: 90%;
    border-bottom: 2px solid #1b2b54;
}

.titulillo span.accordion-open.arrowMenu {
    width: 8%;
}

.laterlContainer nav.bodyMenu li {
    margin-left: 20px;
}

.laterlContainer .col-2 nav.bodyMenu li {
    margin-left: 0px;
}

nav.bodyMenu {
    margin-bottom: 1em;
}

nav.bodyMenu a {
    color: #1B2B54;
    font-weight: 400;
    position: relative;
    display: block;
    text-transform: inherit;
    padding: 10px 0;
    font-size: 1em;
    border-bottom: 2px solid #f5d574;
}

nav.bodyMenu a:after {
    width: 100%
}

nav.bodyMenu span.arrow-icon {
    position: absolute;
    right: 2em;
}

nav.bodyMenu span.arrow-icon:before, .mvlMN span:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    border-top: 3px solid #1B2B54;
    border-right: 3px solid #1B2B54;
    transform: rotate(133deg);
}

nav.bodyMenu ul.accordion-content {
    padding-left: 10%;
}

.cabecera h2 {
    text-align: left;
}

.cabecera img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.laterlMenu {
    padding-right: 1em;
}

.laterlContainer {
    width: 74%;
    padding-left: 1%;
}

.container.twocol {
    display: flex;
}

li.cl:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

ul.subm.accordion-content {
    overflow: hidden;
}

.laterlMenu nav a {
    display: inline-block;
    text-transform: capitalize;
    color: #1B2B54;
    text-decoration: none;
    padding: 0;
    font-weight: 400;
    text-align: left;
    font-size: 0.8em;
}

.laterlMenu nav .subm a {
    color: #505050;
    padding: 0;
    font-weight: 500;
    line-height: 1.5;
    margin: 5px 0;
}


.menu-abuelo > a {
    font-weight: 600 !important;
    border-bottom: 2px solid #F5D574 !important;
}

/**********mediakit*************/
.mediakit .logotipos {
    margin-top: 7em;
}

.mediakit .logotipos {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/*.mediakit .logotipos img {
    margin: 0 2em;
}*/
.brandApp .imgBg {
    background-color: #003051;
    background-image: -webkit-image-set(url(../img/et-content.png) 1x, url(../img/et-content.png) 2x, url(../img/et-content.png) 3x);
    background-image: image-set(url(../img/et-content.png) 1x, url(../img/et-content.png) 2x, url(../img/et-content.png) 3x);
    background-position: center;
    background-size: cover;
}

.brandWeb .imgBg {
    background-color: #003051;
    background-image: -webkit-image-set(url(../img/brandWeb.png) 1x, url(../img/brandWeb@2x.png) 2x, url(../img/brandWeb@3x.png) 3x);
    background-image: image-set(url(../img/brandWeb.png) 1x, url(../img/brandWeb@2x.png) 2x, url(../img/brandWeb@3x.png) 3x);
    background-position: center;
    background-size: cover;
}

.brandAppPatrocinio .imgBg {
    background-color: #003051;
    background-image: -webkit-image-set(url(../img/brandAppPatrocinio.png) 1x, url(../img/brandAppPatrocinio@2x.png) 2x, url(../img/brandAppPatrocinio@3x.png) 3x);
    background-image: image-set(url(../img/brandAppPatrocinio.png) 1x, url(../img/brandAppPatrocinio@2x.png) 2x, url(../img/brandAppPatrocinio@3x.png) 3x);
    background-position: center;
    background-size: cover;
}

/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/******************** NUEVA SECCIÓN MEDIA KIT ***********************/
/*********formatosPublicitarios******/
.formatosPublicitarios .col-2 div:nth-child(1) {
    border: none;
}

/*********formatosPublicitarios ficha******/

body.ficha header {
    min-height: 100px;
    padding-top: 120px;
}

.ficha-details, .wrap-buttons {
    display: flex;
    justify-content: space-between;
    gap: 16px;

}

.wrap-buttons a {
    display: block;
    width: 45%;
    margin: 10px 0px 20px 0px;
    background-color: #F5D574;
    border: none;
    color: #1b2b54;
    font-weight: 400;
    padding: 3px 0px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 0.9em;
    border-radius: 0px;
    line-height: 2em !important;
    font-family: 'Space Grotesk';
}

.wrap-buttons a:hover, .wrap-buttons a:active, .wrap-buttons a:focus, .btn-info:active:focus, .btn-info:active:hover {
    color: #1b2b54 !important;
    background-color: rgba(245, 213, 116, 1) !important;
    text-decoration: none;
    border-color: rgba(245, 213, 116, 1) !important;
    border-width: 0px;
    border-style: solid;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1) !important;
}

body p.ficha-intro {
    font-size: 0.9em !important;
    line-height: 1.5em !important;
}

body p.ficha-notas {
    font-size: 0.8em;
    line-height: 1.4em;
    color: #505050;
}

span.asterisco-text {
    font-size: 0.8em;
    line-height: 1.3em;
    display: block;
    margin-top: 15px;
}


/* The Modal CSS */

.slick-initialized .thumbnail-image.slick-slide {
    display: none !important;
}

.popup-slider-nav .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #f4d474 !important;
}

.slick-dots {
    margin-bottom: 0px !important;
}

.slick-dots li button:before {
    font-size: 39px !important;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.modal-open .modal {
    padding: 0px !important;
}

.modal-body {
    height: 100%;
    display: flex;
    position: relative;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}

.popup-slider-nav {
    position: absolute;
    bottom: 1em;
}

.btn {
    margin: 20px 0;
}

.btn-danger {
    font-size: 16px;
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}

.popup-image-gallery .modal-dialog {
    width: 100%;
}

.popup-image-gallery .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(27, 46, 85, 0.95);
    border: 0;
    border-radius: 0;
    min-height: 100%;
}

.popup-slider-for {
    position: relative;
    min-height: 300px;
    z-index: 2;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.popup-slider-for:after {
    content: "\e030";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: -1;
    color: #fff;
    opacity: 0;
}

.popup-slider-for,
.main-image {
    text-align: center;
    margin-bottom: 0;
}

.popup-slider-for .slick-slide img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    max-width: 775px;
    max-height: 70vh;
}

.popup-slider-for video {
    max-height: 70vh;
}

.popup-slider-nav .thumbnail-image {
    position: relative;
    margin: 0 5px;
    cursor: pointer;
}

.popup-slider-nav .thumbnail-image,
.popup-slider-nav .thumbnail-image img {
    display: block;
    width: 30px;
    height: auto;
}

.thumbnail-image {
    display: none !important;
}

.thumbnail-image[role="option"] {
    display: block !important;

}

.thumbnail-image img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

}

.thumbnail-image.slick-current img {
    opacity: 0.99;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

}


.closeBox {
    height: 72px;
   /*  position: absolute; */
    top: 10;
    right: 10;
}

button.close-btn {

    padding: 0px;
    z-index: 3;
    font-size: 51px !important;
    font-weight: 400;
    transform: rotate(45deg);
}

button.close-btn:hover {
    color: #F5D574;
}

.popup-slider-for:after {
    display: none !important;
}

#gallery h2, #gallery h3 {
    font-family: 'Space Grotesk', sans-serif;
    background-color: transparent;
    color: #fff;
    z-index: 3;
    opacity: 1;
    left: 50%;
}

#gallery h2 {
    /*  margin: 70px 0px 10px 0px;
    */
    font-size: 2em !important;
    line-height: 0.9em;
    text-align: center;

}

body #gallery h3 {
    text-align: center;
    color: #F5D574;
    font-size: 2em;
    font-weight: 500;
    margin-top: 0px;
    /*    margin: 120px 0px 10px 0px;
    */
}


.popup-slider-nav .thumbnail-image:after {
    /*  content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;*/
}

.popup-slider-nav .thumbnail-image:hover:after {
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-slider-nav .slick-current:after,
.popup-slider-nav .slick-current:hover:after,
.popup-slider-nav .slick-center:after,
.popup-slider-nav .slick-center:hover:after {
    background-color: transparent;
}

.pagingInfo {
    color: #fff;
    text-align: center;
    margin: 20px 0;
}

.popup-slider-for .slick-next,
.popup-slider-for .slick-prev {
    width: auto;
    height: auto;
    z-index: 1;
}

.popup-slider-for .slick-prev {
    left: 0;
}

.popup-slider-for .slick-prev:before,
.popup-slider-for .slick-next:before,
.popup-slider-for:after {
    font: normal normal 30px/1 'Glyphicons Halflings';
}

.popup-slider-for .slick-prev:before {
    content: "\e258";
    content: none;
}


.popup-slider-for .slick-next:before {
    content: "\e258";
    content: none;
}

.popup-slider-for .slick-next {
    right: 0;
}

.slick-next.slick-arrow, .slick-prev.slick-arrow {
    display: block;
    width: 20px;
    height: 20px;
    border-top: 5px solid #f4d47b;
}

.slick-next.slick-arrow {
    border-right: 5px solid #f4d47b;
    transform: rotate(45deg);
}

.slick-prev.slick-arrow {
    border-left: 5px solid #f4d47b;
    transform: rotate(-45deg);
}

.popup-image-gallery .close-icon {
    top: 0;
}

.slick-slider {
    outline: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.slick-slide {
    outline: 0;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.close-btn {
    background-color: transparent;
    color: #fff;
    position: absolute;
    right: 30px;
    z-index: 3;
    font-size: 24px;
    margin: 0;
    opacity: 1;
}

.close-btn:hover,
.close-btn:focus {
    color: #fff;
    opacity: 10;
}

.popup-image-gallery .modal-dialog {
    margin: 0;
    height: 100%;
}

@media (max-width: 767px) {
    .popup-image-gallery .modal-body {
        padding: 0;
    }

    /*.popup-image-gallery .modal-dialog {
      margin-top: 20px;
    }*/
    .popup-image-gallery .close-icon {
        top: -20px;
    }

    /*  .popup-slider-for .slick-prev {
        left: 12px;
      }
      .popup-slider-for .slick-next {
        right: 12px;
      }*/
    .popup-slider-for .slick-prev, .popup-slider-for .slick-next {
        display: none !important;
    }
}

/*EndMOdal CSS*/


/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/******************** FIN NUEVA SECCIÓN MEDIA KIT ***********************/

/********audience*******/
.primermedio .desktop svg {
    max-height: 325px;
}

.audienceBg {
    text-align: center;
    min-height: 400px;
    background-color: #015f99;
    background-image: -webkit-image-set(url(../img/audience.png) 1x, url(../img/audience2x.png) 2x, url(../img/audience3x.png) 3x);
    background-image: image-set(url(../img/audience.png) 1x, url(../img/audience2x.png) 2x, url(../img/audience3x.png) 3x);
    background-position: center bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primermedio hr, .mediakit hr {
    margin-top: 0em;
    margin-bottom: 0em;
    max-width: 50%;
    border-width: 3px;
    border-color: #f0f0f0;
    background: #f0f0f0;
}

.primermedio p {
    text-align: center;
}

.video video {
    margin-top: 40px;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.col-2 {
    display: flex;
}

.col-2 div {
    flex: 1;
    padding: 1em;
}

.col-2 div:nth-child(1) {
    border-right: 1px solid yellow;
    border-bottom: 0px;
}

.col-3, .col-4, .col-5 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.col-5 {
    margin-bottom: 40px;
}

.col-3 div {
    background-color: #f0f0f0;
    padding: 2em;
    width: 31%;
    text-align: center;
}

.col-4 div {
    background-color: #f0f0f0;
    padding: 1em;
    width: 24%;
    text-align: center;
}

.col-5 div {
    background-color: #f0f0f0;
    padding: 1em;
    width: 180px;
    text-align: center;
}

.col-3 h4, .col-4 h4, .col-5 h4 {
    font-size: 1em;
    font-weight: bold;
    color: #1b2b54;
    font-family: 'Space Grotesk';
    line-height: 1.5em;
}

.col-3 hr, .col-4 hr {
    border-color: #1b2b54;
    border-width: 1px;
    margin: 1em;
    background-color: #1b2b54;
}

.col-4 hr {
    border-color: #1b2b54;
    border-width: 1px;
    margin: 10px auto 0 auto;
    width: 90%;
    max-width: 100%;
}

.col-3 img, .col-4 img {
    margin-bottom: 1em;
}

.coleccion .col-4 a {
    font-weight: 400;
}

.col-4 div:hover a {
    font-weight: 800;
}

.col-clickable div:hover {
    box-shadow: 0 0 5px 0 rgba(27, 43, 84, 0.4);
    cursor: pointer;
}

.hablamos .container {
    min-height: 216px;
    background-color: #2c334c;
    background-image: -webkit-image-set(url(../img/sky.png) 1x, url(../img/sky2x.png) 2x, url(../img/sky3x.png) 3x);
    background-image: image-set(url(../img/sky.png) 1x, url(../img/sky2x.png) 2x, url(../img/sky3x.png) 3x);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 3em auto;
    max-width: 876px;
}

.hablamos h2 {
    color: #fff
}

/**********weather**********/
.weatherBg {
    text-align: center;
    min-height: 400px;
    background-color: #015f99;
    background-image: -webkit-image-set(url(../img/weatherBg.png) 1x, url(../img/weatherBg2x.png) 2x, url(../img/weatherBg3x.png) 3x);
    background-image: image-set(url(../img/weatherBg.png) 1x, url(../img/weatherBg2x.png) 2x, url(../img/weatherBg3x.png) 3x);
    background-position: center bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cuentanos .container {
    min-height: 216px;
    background-color: #2c334c;
    background-image: -webkit-image-set(url(../img/cuentanos.png) 1x, url(../img/cuentanos2x.png) 2x, url(../img/cuentanos3x.png) 3x);
    background-image: image-set(url(../img/cuentanos.png) 1x, url(../img/cuentanos2x.png) 2x, url(../img/cuentanos3x.png) 3x);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 1em auto 3em auto;
    width: 781px;
    max-width: 100%;
}

.cuentanos h2 {
    color: #fff
}

/****media****/
.marcasMediaBg {
    text-align: center;
    min-height: 400px;
    background-color: #015f99;
    background-image: -webkit-image-set(url(../img/marcasMediaBg.png) 1x, url(../img/marcasMediaBg2x.png) 2x, url(../img/marcasMediaBg3x.png) 3x);
    background-image: image-set(url(../img/marcasMediaBg.png) 1x, url(../img/marcasMediaBg2x.png) 2x, url(../img/marcasMediaBg3x.png) 3x);
    background-position: center top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marcasMediaBg h2 {
    color: #fff;
}

.objetivo .container {
    min-height: 216px;
    background-color: #2c334c;
    background-image: -webkit-image-set(url(../img/objetivo.png) 1x, url(../img/objetivo2x.png) 2x, url(../img/objetivo3x.png) 3x);
    background-image: image-set(url(../img/objetivo.png) 1x, url(../img/objetivo2x.png) 2x, url(../img/objetivo3x.png) 3x);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 3em auto;
    width: 781px;
    max-width: 100%;
}

.objetivo h2 {
    color: #fff
}

/****contacto******/
.contact h2 {
    margin-bottom: 0px;
}

.formularios {
    padding-bottom: 2em
}

.formularios .container {
    display: flex;
    width: 100%;
    max-width: 950px;
    padding: 0px;
}

.formularios .container div {
    flex: 1.2;
}

.formularios .container div.contacto {
    /*flex: 0.8;*/
    padding: 0 2em;
}

.map {
    background-color: #e5e5e5;
    background-image: -webkit-image-set(url(../img/map3x.png) 1x, url(../img/map2x.png) 2x, url(../img/map.png) 3x);
    background-image: image-set(url(../img/map3x.png) 1x, url(../img/map2x.png) 2x, url(../img/map.png) 3x);
    height: 467px;
    background-position: center;
    background-size: cover;
    margin-bottom: 2em;
    position: relative;
}

.pointer {
    cursor: pointer;
    height: 82px;
    width: 81px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-17%, -105%);
}

.formularios .container .contacto div {
    background: #f0f0f0;
    padding: 2em;
}

input, textarea {
    border: none;
    border-bottom: 1px solid #1b2b54;
    width: 100%;
    padding: 1em 0.2em;
    font-size: 1em;
    margin-bottom: 1em;
}

input[type="checkbox"] {
    width: inherit;
}

.aceptance {
    font-size: 0.7em;
    margin-bottom: 1em;
}

.aceptance a {
    font-weight: normal;
    text-decoration: underline;
}

.send {
    padding-left: 1em;
    font-family: 'Space Grotesk';
    background: #f5d574;
    max-width: 300px;
    box-shadow: 0 0 10px 0 rgb(27 43 84 / 40%);
    display: flex;
    align-items: center;
    color: #1b2b54;
    position: relative;
    margin-top: 1em;
    cursor: pointer;
}

.send .arrow {
    position: absolute;
    right: 1em;
}

input[type="submit"] {
    cursor: pointer;
    background: none;
    font-weight: normal;
    border: none;
    margin: 0;
    color: #1b2b54;
    font-family: 'Space Grotesk', sans-serif;
    text-align: left;
    font-weight: 500;
}

.parsley-errors-list.filled {
    font-size: 10px !important;
    text-transform: uppercase;
    border: 1px solid #e34f4f;
    background-color: #e34f4f;
    color: #fff;
    padding: 2px 0 0 3px !important;
    margin: 10px 0 10px 0 !important;
    list-style-type: none;
    opacity: 0;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.parsley-errors-list.filled::before {

    content: '';
    display: block;
    margin-top: -9px;
    pointer-events: none;
    position: absolute;
    border-bottom: solid 6px #e34f4f;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;

}

.direccion {
    background: #1b2b54;
    padding: 2em;
    width: 24%;
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(0, -101%);
    box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.33);
    color: #fff;
    opacity: 0;
    transition: 2s;
}

.direccion::before {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    border-bottom: solid 14px #1b2b54;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    right: -14px;
    top: 50%;
    transform: rotate(90deg) translateX(-50%);
}

.direccion.visible {
    opacity: 1;
}

/**********Privado***************/
.mod__table th {
    color: #000;
    background-color: #efefef;
    padding: 1em;
}

.mod__table-privacy td {
    text-align: left;
    vertical-align: top;
    padding: 1em;
    font-size: 0.8em;
    border-bottom: 1px solid #dcdcdc;
}

.mod__table td ~ td, .mod__table td ~ th, .mod__table th ~ td, .mod__table th ~ th {
    border-left: 1px dashed #dcdcdc;
}

/******** Hambuguer nav***********/
.hamburguer {
    color: #fff;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(27, 43, 84);
    background-color: rgba(27, 43, 84, 0.97);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* Success Submit
==================================== */

#success {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 190px;
    margin-top: -85px;
    margin-left: -150px;
    text-align: center;
}

#success h4 {
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240
    }
    100% {
        stroke-dashoffset: 480
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240
    }
    100% {
        stroke-dashoffset: 480
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240
    }
    100% {
        stroke-dashoffset: 480
    }
}

.inlinesvg .svg svg {
    display: inline
}

.icon-order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon-order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards
}


body.mediakit .wrap-hr {
    padding: 0.45em 0px 0em 0px;
}

body.mediakit .wrap-hr hr {

}

body .no-margin-top {
    margin-top: 0px;
}

.popup-slider-for video, .popup-slider-for img {
    max-width: 775px;
}

/********Medias query************/
@media (min-width: 1400px) {

}

@media (max-width: 480px) {
    .hablamos .container {
        max-width: calc(100% - 2em);
    }

    .lottie hr {
        max-width: 100%;
    }

    .col-4 hr, .primermedio .container-big hr {
        max-width: 70%;
    }

    .estrategia .container, .soluciones .container, .formularios .container {
        padding: 0px !important;
    }

    .greybox {
        padding: 0em !important;
    }

    .greybox div {
        padding: 1.5em !important;
    }

    .soluciones h3 {
        margin-bottom: 16px;
    }

    h1 {
        font-size: 1.7em !important;
        padding: 1em 0.5em;
        line-height: 1.1em
    }

    h1.titulo {
        font-size: 2em;
        padding: 0;
    }

    h2 {
        font-size: 1.5em !important;
        line-height: 1.2em;
    }

    body {
        line-height: 1.5em;
    }

    .container {
        padding: 1em !important;
    }

    footer {
        padding: 0px
    }

    footer div {
        max-width: 250px;
        margin: 0 auto;
    }

    footer .container {
        font-size: 0.9em;
        padding: 2em 0 2em 0;
    }

    footer .Menu_blanco {
        flex-direction: column;
        width: 100%
    }

    footer .Menu_blanco a {
        border-bottom: 1px solid;
        width: 100%;
        text-align: center;
    }

    footer nav a::after {
        display: none;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }

    .marcasMediaBg {
        padding-bottom: 9em;
        background-image: url(../img/marcasMediaBg3x.png);
    }

    .home h1.titulo {
        margin: 2em 0px 0px 0px !important;
        padding: 1em 0px !important;
    }

    img.logo, header .degradade.sticky_header img.logo {
        width: 100px;
    }

    .greybox {
        min-height: inherit;
    }

    .imgBg {
        min-height: 200px !important;
    }

    .greybox a {
        height: inherit;
        padding: 1em;
        margin-bottom: 0 !important;
    }

    .formularios .container div.contacto {
        padding: 0;
    }

    .formularios h3 {
        padding-left: 0px !important;
    }

    .home header {
        min-height: fit-content !important;
    }

    .Copyright.movil {
        font-size: 0.7em;
        text-align: center;
        margin-top: 1.2rem;
    }

    .send {
        margin-bottom: 1.5em;
    }

    .direccion {
        width: 100%;
        left: 0;
        top: inherit;
        transform: none;
        bottom: 2em;
    }

    .direccion::before {
        right: 50%;
        top: -14px;
        transform: rotate(0deg) translatex(155%);
    }

    .aceptance {
        margin-bottom: 1.5em;
    }

    a.btn {
        margin: 1em auto;
    }

    .wrap-buttons a {
        width: 100%;
    }

    .laterlMenu, .laterlContainer {
        width: 100%;
        margin-bottom: 20px;
    }

    .ul-movil-wrap {
        margin-bottom: 0px;
    }

    .popup-slider-for .slick-slide img {
        max-width: 330px;
    }
}

@media (max-width: 768px) {
    .popup-slider-for video, .popup-slider-for img {
        max-width: 330px;
    }

    .closeBox {
        height: 72px;
    }

    li.mvlMN {
        padding: 10px 0;
        padding-left: 23px;
        color: #1B2B54;
        font-size: 1.3em;
    }

    .container.twocol {

        flex-direction: column;
    }

    header .container {
        align-items: center;
    }

    .desktop {
        display: none !important;
    }

    .movil {
        display: block !important;
    }

    .container {
        max-width: 100%;
        margin: 0;
        padding: 2em;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1em;
        margin: 0px;
    }

    .greybox {
        flex-direction: column;
        text-align: center;
    }

    .greybox:nth-child(3) {
        flex-direction: column-reverse;
    }

    .greybox div {
        padding: 1em;
        align-items: stretch !important;
    }

    .greybox div.descubre, .greybox div.descubre.izq {
        background: none;
    }

    .greybox a {
        width: 100%;
        text-align: left;
    }

    .MainButtonBox a {
        width: 95%;
        padding: 1em;
        height: inherit;
    }

    .greybox.media, .greyboxLow {
        flex-direction: column-reverse;
    }

    .greybox.greyboxLow.brandWeb {
        flex-direction: column;
    }

    .imgBg {
        min-height: 400px;
    }

    .col-3, .col-2, .col-4, .col-5 {
        flex-direction: column;
    }

    .col-3 div, .col-4 div, .col-5 div {
        width: 100%;
        background: none;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .col-2 div:nth-child(1) {
        border: 0px;
    }

    .formatosPublicitarios .col-2 div:nth-child(1):after {
        display: none;
    }

    .col-2 div:nth-child(1):after {
        background: yellow;
        height: 1px;
        display: block;
        width: 40%;
        margin: 2em auto;
        content: '';
    }

    .formularios .container {
        flex-direction: column;
    }

    .formularios h3 {
        padding: 1em;
        font-weight: 900;
        font-size: 1.3em;
    }

    .mediakit .logotipos {
        margin-top: 0px;
    }

    .laterlContainer nav.bodyMenu li {
        margin: 0px;
    }

    footer .container {
        flex-direction: column;
    }

    footer div {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .ficha-details, .wrap-buttons {
        flex-direction: column;
    }

    .col-details, .col-img {
        width: 100%;
    }

    .laterlContainer {
        width: 100%;
    }

    .wrap-buttons a {
        width: 100%;
    }

    .laterlMenu, .laterlContainer {
        width: 100%;
        margin-bottom: 20px;
    }

    .menu-movil-div-span {
        display: block;
        float: right;
        margin-right: 30px;
        margin-top: 4px;
        transition: 1s;

    }

    .open .menu-movil-div-span {
        margin-top: 8px;

    }

    .menu-movil-div-span:before {
        transform: rotate(-45deg);
        transition: 1s;
    }

    .open .menu-movil-div-span:before {
        transform: rotate(-45deg);
    }

    .ul-movil-wrap {
        margin: 0px;
        padding-left: 0;
    }

    .popup-slider-for .slick-slide img {
        max-width: 330px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .hablamos .container {
        max-width: 756px;
    }

    .container.lottie > .desktop {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .news-img {
        padding: 2em;
    }
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* CLASS GENERIC */

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.mb-2 {
    margin-bottom: 2em;
}

.px-1 {
    padding-left: 1em;
    padding-right: 1em;
}

@media (min-width: 768px) {
    .px-md-2 {
        padding-left: 2em;
        padding-right: 2em;
    }
}