/*
Theme Name: Vasco
Description: Desarrollado por coocin a partir de theme premium
Author: Coonic
Author URI: https://coonic.com
Template: twentytwenty
Version: 1.0.0
Text Domain: vascocatalanagroup
*/

/*
anchura del contenido con el constructor
*/
section .fusion-fullwidth .fusion-builder-row {
    width: 1468px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
section .ancho .fusion-builder-row {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
/*
Posts
*/
.post-single {
  max-width: 1520px;
  margin: auto;
  padding: 30px 30px 60px 30px;
  font-size: 22px;
}
.post-single p {
  margin-bottom: 20px;
}
.post-single a {
  color: #db2c42;
}
.post-single a:hover {
  opacity: 0.6;
}
#tituloSigle div {
  display: inline !important;
}
.fechaPost {
  max-width: 1520px;
  margin: auto;
  padding: 30px;
  color: #999;
}
/*
General
*/
body {
  height: auto !important;
  font-family: 'Lato', sans-serif;
}
section {
  font-size: 22px;
}
section p {
  margin-bottom: 20px;
}
@media(max-width: 800px){
  .movilNo {
    display: none;
  }
}
body a {
  color: #000;
}
.menu-idioma-container, .menu-idioma-eus-container, .menu-idioma-en-container {
    top: 0;
    left: -150px;
    z-index: 2;
    position: absolute;
}
@media(max-width: 1700px){
  .menu-idioma-container, .menu-idioma-eus-container, .menu-idioma-en-container {
      transform: translateY(-10%);
  }
}
@media(max-width: 1400px){
  .menu-idioma-container, .menu-idioma-eus-container, .menu-idioma-en-container {
      transform: translateY(-15%);
  }
}
@media(max-width: 1200px){
  .menu-idioma-container, .menu-idioma-eus-container, .menu-idioma-en-container {
      transform: translateY(-20%);
  }
}
@media(max-width: 800px){
  .menu-idioma-container, .menu-idioma-eus-container, .menu-idioma-en-container {
      transform: translateY(-30%);
  }
}
@media(max-width: 580px){
  .menu-idioma-container, .menu-idioma-eus-container, .menu-idioma-en-container {
      transform: translateY(0);
  }
}
@media(max-width: 500px){
  .menu-idioma-container, .menu-idioma-eus-container, .menu-idioma-en-container {
      transform: translateY(-10%);
  }
}
@media(max-width: 400px){
  .menu-idioma-container, .menu-idioma-eus-container, .menu-idioma-en-container {
      transform: translateY(-15%);
  }
}
@media(max-width: 350px){
  .menu-idioma-container, .menu-idioma-eus-container, .menu-idioma-en-container {
      transform: translateY(-20%);
  }
}
.menu-idioma-container #menu-idioma li, .menu-idioma-eus-container #menu-idioma li, .menu-idioma-en-container #menu-idioma li {
  display: inline;
}
.menu-idioma-container #menu-idioma li a, .menu-idioma-eus-container #menu-idioma li a, .menu-idioma-en-container #menu-idioma li a {
  color: #fff;
  display: inline-block;
  height: 66.5px;
  text-align: center;
  line-height: 66.5px;
  margin-right: 10px;
}
.s-cases {
  background: -moz-linear-gradient(top, rgba(13,13,13,1) 0%,rgba(13,13,13,0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(13,13,13,1) 0%,rgba(13,13,13,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(13,13,13,1) 0%,rgba(13,13,13,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#888888',GradientType=0 ); /* IE6-9 */
}
.s-cases-copy {
  color: #fff;
}
.s-cases-copy a {
  color: #fff;
}
.s-cases-align {
  width: 100%;
}
.l-rg {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media(max-width: 580px){
  .l-rg {
    position: relative;
  }
}
.s-cases-slider {
  overflow: hidden;
}
#icoMail::before {
    content: "";
    width: 29px;
    height: 22px;
    position: absolute;
    left: -45px;
    background-image: url(build/img/mail.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 8px;
}
#icoTlf::before {
    content: "";
    width: 29px;
    height: 29px;
    position: absolute;
    left: -45px;
    background-image: url(build/img/tlf.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 8px;
}
#icoDir::before {
    content: "";
    width: 29px;
    height: 36px;
    position: absolute;
    left: -45px;
    background-image: url(build/img/dir.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 8px;
}
#icoLegal::before {
    content: "";
    width: 29px;
    height: 26px;
    position: absolute;
    left: -45px;
    background-image: url(build/img/legal.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 8px;
}
.iconRedes a img {
  max-width: 27px;
  height: auto;
}
.iconRedes a {
  float: left;
  margin-right: 10px;
}
@media(max-width: 1400px){
  #icoMail::before, #icoTlf::before, #icoDir::before, #icoLegal::before {
    width: 18px;
    left: -25px;
    top: 4px;
  }
  .iconRedes a img {
    max-width: 20px;
  }
}
@media(max-width: 800px){
  #icoMail::before, #icoTlf::before, #icoDir::before, #icoLegal::before {
    width: 14px;
    left: -20px;
    top: 0px;
  }
  .iconRedes a img {
    max-width: 14px;
  }
}
@media(max-width: 580px){
  .s-cases-item {
    width: 100% !important;
  }
  .s-cases-scroll {
    width: 100% !important;
  }
}
.img-c {
  filter: grayscale(0%);
}
.s-cases-item:nth-of-type(odd) .img-c {
  opacity: 0;
}
.s-cases-item:nth-of-type(odd):hover .img-c {
  opacity: 0.2;
}
.s-cases-item:nth-of-type(odd) .s-cases-image {
  background: #fff;
}
.s-cases-item:nth-of-type(odd) .s-cases-title h2, .s-cases-item:nth-of-type(odd) .s-cases-title h3 {
  color: #333;
}
.elegant-carousel .noticiasHome .fusion-flexslider .fusion-image-wrapper {
  max-height: 230px;
}
#logosCarousel .fusion-carousel .fusion-carousel-nav .fusion-nav-next::before, #logosCarousel .fusion-carousel .fusion-carousel-nav .fusion-nav-prev::before {
  color: #cd2653;
  font-size: 40px;
  font-weight: bold;
}
#logoVasco.logoBlanco svg .cls-1, #logoVasco.logoBlanco svg .cls-2, #logoVasco.logoBlanco svg .cls-3, #logoVasco.logoBlanco svg .cls-4, #logoVasco.logoBlanco svg .cls-5 {
  fill: #fff;
}
#logoVasco.logoBlanco img {
  filter: brightness(10);
}
.ilightbox-fullscreen {
  display: none;
}
.tituloPrincipal, .a-intro .tituloPrincipal, .a-intro-mask h2, .s-cases-copy h2 {

}
#sliderHome {
  transition: margin-left .4s;
}
#rev_slider_1_1_wrapper .uranus.tparrows {
  width: 84px !important;
  top: 80% !important;
}
#rev_slider_1_1_wrapper .uranus.tparrows::before {
  width: 84px !important;
}
#rev_slider_1_1_wrapper .tparrows.tp-leftarrow::before {
  content: '';
  background-image: url(build/img/izq.png);
  background-repeat: no-repeat;
}
#rev_slider_1_1_wrapper .tparrows.tp-rightarrow::before {
  content: '';
  background-image: url(build/img/der.png);
  background-repeat: no-repeat;
}
.negrita {
  font-weight: 700;
}
#toggles .panel-title a .fusion-toggle-heading {
  font-weight: 700;
  line-height: 80px;
}
#toggles .panel-title a:hover .fusion-toggle-heading {
  color: #000;
}
#toggles .toggle-content {
  font-size: 24px;
  padding-right: 10%;
  margin-bottom: 30px;
}
#toggles .fusion-panel {
  border-bottom: 2px solid #d92852;
}
#toggles .fusion-toggle-icon-wrapper .fa-fusion-box {
  display: none;
}
#toggles .fusion-toggle-icon-wrapper {
  background-image: url(build/img/abajo.png);
  background-repeat: no-repeat;
  background-position: top 30px center;
  background-size: contain;
  height: 100px;
  width: 42px;
}
#toggles .active .fusion-toggle-icon-wrapper {
  background-image: url(build/img/arriba.png);
}
@media(max-width:800px){
  #toggles .fusion-toggle-icon-wrapper {
    width: 30px;
    height: 70px;
  }
  #toggles .panel-title a .fusion-toggle-heading {
    font-size: 28px;
    line-height: 50px;
  }
}
.listaGrupo {
  list-style: none;
}
.listaGrupo li {
  background-image: url(build/img/icono.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 45px;
  line-height: 35px;
  margin-bottom: 10px;
  font-size: calc(0.6em + 1vw);
}
.rojoHover::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #cd2653;
  opacity: 0;
}
.rojoHover:hover::after {
  opacity: 0.5;
  transition: opacity .3s cubic-bezier(.25,.25,.75,.75);
}
.content {
  width: 100%;
  max-width: 1460px;
  margin: auto !important;
  padding-left: 30px;
  padding-right: 30px;
}
/*
Formulario
*/
.wpcf7-form .wpcf7-form-control {
  width: 100%;
  border-bottom: 2px solid #d92852;
  font-size: 18px;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 6px;
}
.wpcf7-form .wpcf7-textarea {
  height: 150px;
  margin-bottom: 30px;
}
.wpcf7-form .wpcf7-submit {
  text-align: left;
  background-color: transparent;
  border-bottom: 0;
  padding-bottom: 20px;
  background-image: url(build/img/derecha.png);
  background-repeat: no-repeat;
  width: auto;
  background-position: right center;
  padding-right: 80px;
  background-size: 50px;
}
/*
Slider HTML
*/
#SliderHTML {
  overflow: hidden;
}
 @media(min-width:801px){
  #SliderHTML .ssDER {
    display: inline-block;
    width: 84px;
    height: 50px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 11;
    background-image: url(build/img/der.png);
    background-repeat: no-repeat;
    cursor: pointer;
  }
  #SliderHTML .ssIZQ {
    display: inline-block;
    width: 84px;
    height: 50px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 11;
    background-image: url(build/img/izq.png);
    background-repeat: no-repeat;
    cursor: pointer;
  }
}
#SliderHTML .fusion-builder-row {
  padding-left: 0;
  padding-right: 0;
  width: 200%;
  max-width: 200%;
  margin-left: 0;
  transition: margin-left .4s;
}
#SliderHTML .sHTML {
  float: left;
  width: 50%;
  clear: none;
}
#SliderHTML .sHTML .fusion-column-wrapper {
  height: 450px !important;
}
#SliderHTML .sHTML .fusion-column-wrapper div {
  max-width: 100%;
  width: 1468px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.flexslider .slides img {
  height: auto;
}
.fusion-rollover .fusion-rollover-link,
.fusion-rollover .fusion-rollover-sep,
.fusion-rollover .fusion-rollover-gallery,
.fusion-rollover .fusion-rollover-title {
  display: none !important;
}
.fusion-post-wrapper .fusion-image-wrapper img {
  filter: grayscale(100%);
}
.fusion-post-wrapper:hover .fusion-image-wrapper img {
  filter: grayscale(0%);
  transition: .6s;
}
/*
submenu

#a-nav-main #menu-item-242 .sub-menu {
  padding: 10px 0 10px 20px;
  display: none;
}
#a-nav-main #menu-item-242.mostrarSubmenu .sub-menu {
  display: block;
}
#menu-item-242 {
  font-weight: 300;
  font-size: 1.944vw;
  line-height: 2.2vw;
  margin-bottom: 0.453vw;
  letter-spacing: -.049vw;
}
@media(max-width: 580px){
  #menu-item-242 {
    margin-bottom: 0;
    font-size: 6vw;
    line-height: 8vw;
    letter-spacing: -.187vw;
  }
}
#menu-item-242::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(build/img/flechamenu.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100px;
}
#menu-item-242.mostrarSubmenu::after {
  background-image: url(build/img/flechamenuarriba.png);
}
@media(max-width: 1400px){
  #menu-item-242::after {
    width: 30px;
    height: 30px;
    left: 75px;
  }
  #menu-item-242 {
    padding-right: 40px;
  }
}
@media(max-width: 800px){
  #menu-item-242::after {
    width: 20px;
    height: 20px;
    left: 50px;
  }
  #menu-item-242 {
    padding-right: 30px;
  }
}
@media(max-width: 580px){
  #menu-item-242::after {
    width: 30px;
    height: 30px;
    left: 100px;
  }
  #menu-item-242 {
    padding-right: 40px;
  }
}
.imagenMuestra .img-responsive {
  height: auto !important;
}
*/
/*
footer
*/
.contenedorfooter {
  background-color: #000;
  position: relative;
  overflow: auto;
}
.footer {
  max-width: 1460px;
  margin: auto;
  padding: 30px;
  color: #fff;
}
.footer a {
  color: #fff;
}
@media(min-width:800px){
  .sidebarFooter {
    width: 33.3%;
    float: left;
    padding: 20px;
  }
}
.sidebarFooter {
  margin-bottom: 30px;
}
.certificados img {
  float: left;
  padding: 20px;
  max-width: 150px;
  height: auto;
}
@media(min-width:581px){
  .s-cases-copy {
    background-color: #000;
    margin: 0;
    padding: 0 11.458vw;
  }
}
@media(max-width:580px){
  #sdfjiod {
    width: auto !important;
    height: 50vh;
    min-width: 100% !important;
  }
}
.a-scroll .s-cases {
  overflow: hidden !important;
}
#sdfjiod {
  width: auto !important;
  min-width: 100% !important;
}
.sidebarFooter .widget .fusion-vertical-menu-widget .menu {
  margin-top: 30px;
}
.sidebarFooter .menuFooter li a,
.sidebarFooter .menuFooterDer li a {
  font-size: 18px;
}
@media(max-width:799px){
  .sidebarFooter .menuFooterDer {
    padding-top: 40px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
  }
}
.oculto {
  display: none !important;
}
#SliderPostsHome .slides {
  width: 100%;
}
#SliderPostsHome .slides img {
  height: 450px;
  object-fit: cover;
  filter: grayscale(100%);
}
#SliderPostsHome:hover .slides img {
  filter: grayscale(0%);
}
#SliderPostsHome .slides .slide-excerpt {
  width: 100%;
  bottom: 250px;
  height: 0;
}
#SliderPostsHome .slides .slide-excerpt h2 {
  width: 1460px;
  max-width: 100%;
  margin: auto;
  background: none;
  padding: 0;
}
#SliderPostsHome .slides .slide-excerpt h2 a {
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
#SliderPostsHome .slides .slide-excerpt h2 a:hover {
  color: #fff;
}
#SliderPostsHome .flex-direction-nav a {
  top: 380px;
}
#SliderPostsHome .flex-direction-nav .flex-prev {
  display: inline-block;
  width: 84px;
  height: 50px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 11;
  background-image: url(build/img/izq.png);
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .8;
  color: transparent;
}
#SliderPostsHome .flex-direction-nav .flex-next {
  display: inline-block;
  width: 84px;
  height: 50px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  background-image: url(build/img/der.png);
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .8;
  color: transparent;
}
.callToEmpresa {
  background-image: url(https://www.vascologistics.com/wp-content/uploads/2020/09/plus.png);
  background-position: right 20px bottom 20px;
  background-repeat: no-repeat;
}
@media (max-width: 580px) {
  .callToEmpresa {
    background-size: 36px;
  }
  .cabeceraMovil h2 {
    font-size: 26px !important;
    line-height: 28px !important;
  }
}
.callToEmpresa:hover {
  opacity: 0.6;
}
/* formulario trabajo */
.wpcf7-form #formTrabajo .wpcf7-form-control {
  border-bottom: 0;
  font-size: 18px;
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}
#formTrabajo .wpcf7-textarea, #formTrabajo .wpcf7-text {
  background-color: #f7f7f7;
}
#formTrabajo .wpcf7-select {
  height: 42px;
  background-color: #f7f7f7;
}
#formTrabajo label {
  color: #999;
}
.wpcf7-form #formTrabajo .wpcf7-submit {
  background-image: none;
  background-color: #999;
  padding-right: 10px;
  color: #fff;
  border-radius: 6px;
}
/* formularios en general */
.wpcf7-form input, checkbox {
  display: inline-block;
  appearance: auto;
  -webkit-appearance: auto;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0
}
.wpcf7-form .wpcf7-acceptance {
  border-bottom: 0;
}
/* botón vídeo somos vasco */
#contenedorVideoSomosVasco .fusion-fullwidth-center-content {
  height: 100% !important;
  min-height: 100vh !important;
}
#videoSomosVasco .fusion-column-content {
  flex: unset;
}
#contenedorVideoSomosVasco video {
  opacity: 0.25;
}
/*
carousel Noticias sliderHome
*/
.noticiasHome {
  max-width: 1400px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.elegant-slick-prev, .elegant-slick-prev:focus, .elegant-slick-prev:hover {
  left: 0;
  z-index: 99;
  width: 80px;
  height: 80px;
  background-image: url(https://www.vascologistics.com/wp-content/uploads/2020/11/prev-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #cd2653;
  background-size: 40px 40px;
}
.elegant-slick-next, .elegant-slick-next:focus, .elegant-slick-next:hover {
  right: 0;
  z-index: 99;
  width: 80px;
  height: 80px;
  background-image: url(https://www.vascologistics.com/wp-content/uploads/2020/11/next-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #cd2653;
  background-size: 40px 40px;
}
.elegant-slick-next:focus, .elegant-slick-next:hover, .elegant-slick-prev:focus, .elegant-slick-prev:hover {
  background: auto !important;
}
.elegant-slick-prev::before, .elegant-slick-next::before {
  content: "";
}
.s-cases-prev {
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 80px;
  height: 80px;
  background-image: url(https://www.vascologistics.com/wp-content/uploads/2020/11/prev-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #cd2653;
  background-size: 40px 40px;
  border-radius: 0;
  transform: rotate(0);
}
.s-cases-next {
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 80px;
  height: 80px;
  background-image: url(https://www.vascologistics.com/wp-content/uploads/2020/11/next-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #cd2653;
  background-size: 40px 40px;
  border-radius: 0;
}
.carouselGris .fusion-carousel-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.carouselGris .fusion-carousel-item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.cajafotos .img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media(min-width:1100px){
  .col3 {
    float: left;
    width: calc(33.33% - 30px);
    border-right: 1px solid #d93259;
    margin-right: 30px;
    min-height: 100px;
  }
  .col3:last-of-type {
    border-right: 0;
  }
}
@media(max-width:1100px){
  .col3:first-of-type {
    margin-bottom: 40px;
  }
}
.icoUbicacion {
  padding-left: 50px;
  display: inline-block;
  background-image: url(../../uploads/2020/11/ubicacion-2.png);
  background-repeat: no-repeat;
  background-size: 22px;
  padding-bottom: 30px;
}
.icoMail {
  padding-left: 50px;
  display: inline-block;
  background-image: url(../../uploads/2020/11/mail-2.png);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 0 5px;
  padding-bottom: 30px;
}
.icoTel {
  padding-left: 50px;
  display: inline-block;
  background-image: url(../../uploads/2020/11/tel-1.png);
  background-repeat: no-repeat;
  background-size: 28px;
  padding-bottom: 30px;
}
.icoEnlace {
  padding-left: 50px;
  display: inline-block;
  background-image: url(../../uploads/2020/11/enlace-2.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 2px 0;
  padding-bottom: 30px;
}
.cajaUbicacion .localUbicacion:nth-child(even) {
  background-color: #eee;
  clear: both;
  overflow: hidden;
}
.ajustarContenido {
  max-width: 1468px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 30px;
  padding-right: 30px;
}
.localUbicacion .ajustarContenido {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cajaUbicacion {
  display: none;
}
/* home */
#textoType {
  position: absolute;
  top: 35%;
  z-index: 10;
  left: 5%;
}
#imagenContenedorHome img.img-responsive {
  height: auto;
}
div.heading.icon-left h2.content-box-heading {
  font-size: 40px !important;
}
@media(max-width:640px){
  .movil22, .movil22 h2, .movil22 h3 {
    font-size: 22px !important;
    line-height: 1em !important;
  }
}
.menu-principal-container {
  margin-top: 30px;
}
/* cookies */
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: rgba(216,41,84,.85);
  border-top: none;
  min-height: 25vh;
  padding-top: 10vh;
  z-index: 9990;
}
body .moove-gdpr-infobar-settings-btn {
  background-image: url("https://www.vascologistics.com/wp-content/uploads/2021/04/sliders-h-solid.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn,
body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
  box-shadow: none;
  opacity: 1;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover,
body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover {
  background-color: transparent;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  border-radius: 4px;
}
.moovegdpr-advanced::before {
  content: "\f1de";
}
body .lity {
  z-index: 99990;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
  background-color: #fff;
}
body #moove_gdpr_cookie_modal button.moove-gdpr-modal-save-settings {
  display: inline-block !important;
}

@media(max-width:420px){
  .timeline-valores .heading,
  .timeline-years .heading {
    width: 100% !important;
  }
  .timeline-valores .content-container,
  .timeline-years .content-container {
    width: 100% !important;
  }
}

@media(min-width:1024px){
  .fusion-blog-layout-grid .fusion-post-wrapper .fusion-image-wrapper img {
    object-fit: cover;
    height: 250px;
  }
}
.s-cases-image .img-c {
  opacity: .1;
}