@charset "UTF-8";
/* Archivo de rutas para compilar el estilo.css */
/* ESTILOS GENERALES */
/********************** VARIABLES GLOBALES ****************************/
/**********************************************************************/
/********************** DISENIO (FUNCIONES) ***************************/
/**********************************************************************/
/**
  * @params medida1, medida2
  * Se llama a la funcion adaptarHTML con dos variables primero la mayor si se le pasa 0 de primer parametro solo se cuenta el min-width
*/
/*********************** ESTILOS INICIALES ****************************/
/**********************************************************************/
html {
  overflow: hidden;
  overflow-y: scroll;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  background-image: url("/imagenes/fondo-web.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
@media only screen and (min-width: 950px) and (max-width: 991px) {
  body {
    background-position: -440px 0;
  }
}
@media only screen and (min-width: 888px) and (max-width: 949px) {
  body {
    background-position: -474px 0;
  }
}
@media only screen and (min-width: 872px) and (max-width: 887px) {
  body {
    background-position: -490px 0;
  }
}
@media only screen and (min-width: 786px) and (max-width: 871px) {
  body {
    background-position: -517px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 785px) {
  body {
    background-position: -542px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  body {
    background-size: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  body {
    background-size: 150%;
  }
}
body.fondo-inicio {
  background-image: url("/imagenes/fondo-index.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.fondo-inicio {
    background-position: 65% 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.fondo-inicio {
    background-image: url("/imagenes/fondo-index-movil.jpg");
    background-size: auto;
  }
}

.noScroll {
  overflow: hidden;
}

a {
  font-weight: 700;
  color: #000;
}
a:hover, a:active, a:focus {
  color: #7C7C7C;
  text-decoration: none;
}

button {
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.text-sm-center {
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .text-sm-center {
    text-align: center !important;
  }
}

.text-xs-center {
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-xs-center {
    text-align: center !important;
  }
}

/* separadores de capas*/
.top_15 {
  padding-top: 15px;
}

.top_10 {
  padding-top: 10px;
}

.top_5 {
  padding-top: 5px;
}

.no_padding {
  margin: 0;
  padding: 0;
}

.padding0 {
  padding: 0;
}

.padding_xs_0 {
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .padding_xs_0 {
    padding: 0;
  }
}

/* texto cortado en las capas con puntos para que no salte */
.texto_cortado {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* sombra y efecto transicion */
.sombra, .listaDocumentos li a, .contenedor_detalle_noticia .imagen_detalle_noticia a, .contenedor_detalle_noticia .btns, .contenedor_noticia .contenido_caja, .imagen_galeria img, .galeria .contenido_caja, #menuEscritorio.fixed-top, #menuEscritorio .contenedorMenu .listaMenu li .listaSubmenu, #menuMovil .cabeceraMenuMovil, #menuMovil, #actionBarMovil.ocultarActionBar, #paginacion ul li a {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.transicion, .contenedor_noticia .contenido_caja, .imagen_galeria img, .galeria .contenido_caja, .tarjeta-producto .imagen-producto h3, .tarjeta-producto-index h3, .boton_acceso_cookies, #menuEscritorio .contenedorMenu .listaMenu li .listaSubmenu, #menuEscritorio, #actionBarMovil, .btn, a {
  transition: all 0.3s ease-in-out;
}
.transicion:hover, .contenedor_noticia .contenido_caja:hover, .imagen_galeria img:hover, .galeria .contenido_caja:hover, .tarjeta-producto .imagen-producto h3:hover, .tarjeta-producto-index h3:hover, .boton_acceso_cookies:hover, #menuEscritorio .contenedorMenu .listaMenu li .listaSubmenu:hover, #menuEscritorio:hover, #actionBarMovil:hover, .btn:hover, a:hover {
  transition: all 0.2s ease-in-out;
}

label {
  margin-top: 15px;
  font-weight: bold;
}

/*********************** PARTES DE LA WEB *****************************/
/**********************************************************************/
.animated, .contenedor_detalle_noticia .btns {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite, .contenedor_detalle_noticia .btns {
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce, .contenedor_detalle_noticia .btns {
  animation-name: bounce;
  transform-origin: center bottom;
}

header {
  position: relative;
  z-index: 999;
}
header .hidden-cabecera {
  display: none !important;
}

.contenidoCabecera {
  padding: 15px;
  box-sizing: padding-box;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
.contenidoCabecera .menu-idioma {
  width: auto;
  flex: 0 0 auto;
  list-style-type: none;
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #fff;
}
.contenidoCabecera .menu-idioma a {
  color: #fff;
}
.contenidoCabecera .menu-idioma .separador-idiomas {
  margin: 0 10px;
}
.contenidoCabecera .elTelefono0, .contenidoCabecera .elTelefono1 {
  font-size: 20px;
  margin-left: 20px;
}
.contenidoCabecera .elTelefono0 a, .contenidoCabecera .elTelefono1 a {
  color: #de5213;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contenidoCabecera .elTelefono0, .contenidoCabecera .elTelefono1 {
    font-size: 14px;
  }
}

.migasPan {
  margin-top: 20px;
  margin-bottom: 15px;
}
.migasPan .migasPagina ol {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.migasPan .migasPagina ol a {
  color: #2b4c47;
  font-weight: normal;
}
.migasPan .migasPagina ol a:hover {
  padding: 1px 15px;
  border-radius: 10px;
  background-color: #de5213;
  color: #fff;
}
.migasPan .migasPagina ol .active {
  color: #de5213;
  text-transform: capitalize;
}
.migasPan .migasPagina ol .active a {
  color: #de5213;
}
.migasPan .migasPagina ol .active a:hover {
  color: #fff;
}
.migasPan .tituloPagina {
  max-width: 1140px;
}
.migasPan .tituloPagina h2 {
  color: #2b4c47;
}

section {
  position: relative;
  z-index: 1;
  padding: 15px 0;
}

footer {
  position: relative;
  z-index: 3;
  padding: 15px 0 0;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
footer .hidden-footer {
  display: none !important;
}
footer .hidden-movil-footer {
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  footer .hidden-movil-footer {
    display: none !important;
  }
}
footer .fondo-footer {
  position: relative;
  background-color: #2b4c47;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
footer .fondo-footer::after {
  position: absolute;
  top: -120px;
  right: -120px;
  z-index: 999;
  width: 354px;
  height: 354px;
  border-radius: 50%;
  border: 50px solid #de5213;
  content: " ";
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  footer .fondo-footer {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  footer .fondo-footer::after {
    top: 100px;
    right: auto;
    left: calc(100% - 60px);
  }
}
footer .copyright-footer {
  padding: 15px;
  margin-top: 15px;
  background-color: #0053A1;
}
footer .copyright-footer a {
  color: #fff;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  color: #fff;
  margin: 0;
  padding: 0;
}
footer ul li a, footer ul li .opcion {
  color: #fff;
  font-weight: normal;
}
footer ul li a .fa, footer ul li a .far, footer ul li a .fas, footer ul li a .fab, footer ul li .opcion .fa, footer ul li .opcion .far, footer ul li .opcion .fas, footer ul li .opcion .fab {
  padding: 0 10px;
}
footer ul li a.active, footer ul li .opcion.active {
  color: #de5213;
}
footer ul li ul {
  padding-left: 15px;
}
footer ul li ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
footer ul li ul li .fa, footer ul li ul li .far, footer ul li ul li .fas, footer ul li ul li .fab {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  footer ul {
    display: inline-block;
    width: 100%;
  }
  footer ul li {
    display: inline-block;
    width: 100%;
  }
  footer ul li a, footer ul li .opcion {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  footer ul li ul {
    padding: 0;
    margin-bottom: 10px;
  }
  footer ul li ul li {
    padding: 0;
  }
  footer ul li ul li a, footer ul li ul li .opcion {
    color: #ddd;
    font-size: 14px;
  }
}
footer .contenedorInformacionFooter {
  padding: 30px 80px;
}

.menu_horizontal {
  border-top: 1px solid #de5213;
  margin-top: 30px;
  padding-top: 30px;
}
.menu_horizontal ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.menu_horizontal ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fff;
}
.menu_horizontal ul li a {
  color: #fff;
}
.menu_horizontal ul .active a {
  color: #de5213;
}

.contenedorCodigo .input-group-text {
  background-color: #616161;
}

fieldset {
  min-width: 0;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #ddd;
  border-radius: 3px;
}
fieldset legend {
  width: auto;
  padding: 0 15px;
  font-weight: bold;
}

#paginacion {
  margin: 30px auto;
}
#paginacion ul {
  display: inline-block;
  width: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#paginacion ul li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
}
#paginacion ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #2b4c47;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-top: 3px;
  margin: auto 5px;
  border-radius: 3px;
}
#paginacion ul li a:hover {
  background-color: #de5213;
}
#paginacion ul li a.on {
  background-color: #2b4c47;
  transform: scale(0.9, 0.9);
}

.list-group {
  padding-top: 25px;
}
.list-group .list-group-item {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000;
  padding: 3px 0;
}
.list-group .list-group-item a {
  color: #2b4c47;
}
.list-group .list-group-item a:hover {
  color: #de5213;
}

.lopd_formulario {
  font-size: 12px;
  color: #777777;
}
.lopd_formulario strong {
  color: #2b4c47;
}

/* estilo de los SWIPER */
.contenedor_swiper .swiper-container-imagenes {
  height: 150px;
  width: 100%;
}
.contenedor_swiper .swiper-slide {
  text-align: center;
  background-color: #f7f7f7;
}
.contenedor_swiper .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

img:-moz-loading {
  visibility: hidden;
}

img {
  color: #f7f7f7;
}

.swiper-lazy-preloader {
  opacity: 0.3;
}

.btn {
  border-radius: 20px;
  padding: 8px 30px;
}
.btn:hover {
  border-radius: 5px;
}

.color1 {
  color: #2b4c47 !important;
}

.color2 {
  color: #de5213 !important;
}

.colorBlanco {
  color: #fff !important;
}

.bgColor1 {
  background-color: #2b4c47 !important;
}

.bgColor2 {
  background-color: #de5213 !important;
}

#btnMenuDesplegable {
  position: absolute;
  z-index: 9999 !important;
  left: 0;
  cursor: pointer;
  float: left;
  height: 70px;
  padding: 15px;
  margin: 0;
  width: 70px;
  border: 0;
  background: none;
  outline: none;
  text-decoration: none;
}
#btnMenuDesplegable span {
  width: 100%;
  height: 4px;
  float: left;
  margin: 4px 0;
  background: #fff;
  transition: all ease 0.3s;
}

.espacioMenuMovil {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100px;
}

#actionBarMovil {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 30px;
  background-color: rgba(43, 76, 71, 0.8);
}
#actionBarMovil a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
}
#actionBarMovil img {
  padding: 15px;
}
#actionBarMovil.ocultarActionBar {
  height: 56px;
  background-color: #2b4c47;
}
#actionBarMovil.ocultarActionBar .row {
  height: 100%;
}
#actionBarMovil.ocultarActionBar a {
  height: 56px;
}
#actionBarMovil.ocultarActionBar a img {
  padding: 5px 0;
}

.fondoOscuro {
  position: fixed;
  z-index: 99998 !important;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: right ease-in-out 0.2s;
}
.fondoOscuro.on {
  right: 0;
  transition: right ease-in-out 0.4s;
}

#menuMovil {
  position: fixed;
  z-index: 99999 !important;
  bottom: 0;
  left: -100%;
  width: 70%;
  height: 100%;
  max-width: 300px;
  background-color: #efefef;
  transition: left ease-in-out 0.3s;
}
#menuMovil .cabeceraMenuMovil {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #2b4c47;
}
#menuMovil .cabeceraMenuMovil ul {
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
}
#menuMovil .cabeceraMenuMovil ul li {
  display: inline-block;
  color: #fff;
}
#menuMovil .cabeceraMenuMovil ul li a {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 100px;
  color: #fff;
}
#menuMovil .cabeceraMenuMovil ul li a:hover {
  color: #d8d8d8;
}
#menuMovil .cabeceraMenuMovil ul li a.active {
  color: #fff;
}
#menuMovil .contenidoMenuMovil {
  position: absolute;
  z-index: 8;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  overflow: hidden;
  overflow-y: scroll;
}
#menuMovil .contenidoMenuMovil .listaMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#menuMovil .contenidoMenuMovil .listaMenu li {
  padding: 0;
  border-radius: 0;
}
#menuMovil .contenidoMenuMovil .listaMenu li a, #menuMovil .contenidoMenuMovil .listaMenu li .opcion {
  position: relative;
  padding: 15px;
  padding-left: 55px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
#menuMovil .contenidoMenuMovil .listaMenu li a .fa, #menuMovil .contenidoMenuMovil .listaMenu li a .far, #menuMovil .contenidoMenuMovil .listaMenu li a .fas, #menuMovil .contenidoMenuMovil .listaMenu li a .fab, #menuMovil .contenidoMenuMovil .listaMenu li .opcion .fa, #menuMovil .contenidoMenuMovil .listaMenu li .opcion .far, #menuMovil .contenidoMenuMovil .listaMenu li .opcion .fas, #menuMovil .contenidoMenuMovil .listaMenu li .opcion .fab {
  position: absolute;
  left: 15px;
  display: flex !important;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 20px;
  height: 100%;
  top: 0;
  color: #2b4c47;
}
#menuMovil .contenidoMenuMovil .listaMenu li a .fa.right, #menuMovil .contenidoMenuMovil .listaMenu li a .far.right, #menuMovil .contenidoMenuMovil .listaMenu li a .fas.right, #menuMovil .contenidoMenuMovil .listaMenu li a .fab.right, #menuMovil .contenidoMenuMovil .listaMenu li .opcion .fa.right, #menuMovil .contenidoMenuMovil .listaMenu li .opcion .far.right, #menuMovil .contenidoMenuMovil .listaMenu li .opcion .fas.right, #menuMovil .contenidoMenuMovil .listaMenu li .opcion .fab.right {
  left: auto;
  right: 0;
}
#menuMovil .contenidoMenuMovil .listaMenu li a.active, #menuMovil .contenidoMenuMovil .listaMenu li .opcion.active {
  background-color: #ccc;
}
#menuMovil .contenidoMenuMovil .listaMenu li ul {
  width: 100%;
  list-style-type: none;
  background-color: #eee;
  padding-left: 20px;
}
#menuMovil .contenidoMenuMovil .listaMenu li ul li {
  border-bottom: 1px solid #ccc;
}
#menuMovil .contenidoMenuMovil .listaMenu li ul li a, #menuMovil .contenidoMenuMovil .listaMenu li ul li .opcion {
  font-size: 14px;
}
#menuMovil .contenidoMenuMovil .listaMenu li ul li:last-child {
  border: none;
}
#menuMovil.on {
  left: 0;
}

#menuEscritorio {
  padding: 0;
  border-left: 0;
  border-right: 0;
}
#menuEscritorio .row {
  width: 100%;
}
#menuEscritorio .contenedorMenu {
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  height: 56px;
}
#menuEscritorio .contenedorMenu .listaMenu {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 56px;
  max-width: 800px;
}
#menuEscritorio .contenedorMenu .listaMenu li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
}
#menuEscritorio .contenedorMenu .listaMenu li .listaSubmenu {
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 250px;
  border-radius: 0 0 5px 5px;
  transform: scale(0, 0);
}
#menuEscritorio .contenedorMenu .listaMenu li .listaSubmenu li {
  margin: 0;
  padding: 0;
  width: 100%;
}
#menuEscritorio .contenedorMenu .listaMenu li .listaSubmenu li a {
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}
#menuEscritorio .contenedorMenu .listaMenu li .listaSubmenu li a .fa, #menuEscritorio .contenedorMenu .listaMenu li .listaSubmenu li a .far, #menuEscritorio .contenedorMenu .listaMenu li .listaSubmenu li a .fas, #menuEscritorio .contenedorMenu .listaMenu li .listaSubmenu li a .fab {
  font-size: 18px;
}
#menuEscritorio .contenedorMenu .listaMenu li .listaSubmenu li a:hover {
  margin-left: 20px;
  border-radius: 0 30px 30px 0;
  background-color: #fff;
}
#menuEscritorio .contenedorMenu .listaMenu li:hover .listaSubmenu {
  transform: scale(1, 1);
}
#menuEscritorio .mn-img img {
  max-width: 150px;
  max-height: 100%;
}
#menuEscritorio .mn-img:hover {
  background-color: transparent;
}
#menuEscritorio a, #menuEscritorio .opcion {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #000;
  font-weight: bold;
  height: 56px;
  padding: 0 15px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
#menuEscritorio a.active, #menuEscritorio .opcion.active {
  border-bottom-color: #de5213;
}
#menuEscritorio .opcion_submenu .fa, #menuEscritorio .opcion_submenu .far, #menuEscritorio .opcion_submenu .fas, #menuEscritorio .opcion_submenu .fab {
  float: right;
  padding-left: 10px;
  color: #000;
  font-size: 18px;
}
#menuEscritorio.fixed-top {
  height: 56px;
  background-color: #fff;
}
#menuEscritorio.fixed-top .contenedorMenu {
  height: 56px;
}
#menuEscritorio.fixed-top .contenedorMenu .listaMenu {
  height: 56px;
}
#menuEscritorio.fixed-top a, #menuEscritorio.fixed-top .opcion {
  height: 56px;
}
#menuEscritorio.fixed-top .logo-menu {
  display: inline-block !important;
}
#menuEscritorio.fixed-top .logo-menu img {
  padding: 5px;
  filter: invert(1);
}

.boton_acceso_cookies {
  position: fixed;
  bottom: 20px;
  left: 20px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boton_acceso_cookies {
    display: none;
  }
}
.boton_acceso_cookies:hover {
  background-color: #2b4c47;
}
.boton_acceso_cookies img {
  padding: 10px;
  width: 48px;
  height: 48px;
}

.cookie_blanca {
  background-color: #333333;
}

.cookie_negra {
  background-color: #eeeeee;
}

/*
We declare all variables here as default so that they are easy to override...
*/
/* Border, shadows, ... */
/* Colors */
/* Spacing */
/* Breakpoints */
.klaro.cm-as-context-notice {
  height: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}

.klaro .cookie-modal,
.klaro .context-notice,
.klaro .cookie-notice {
  /* The switch - the box around the slider */
  font-size: 14px;
}

.klaro .cookie-modal .cm-switch-container,
.klaro .context-notice .cm-switch-container,
.klaro .cookie-notice .cm-switch-container {
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
  border-bottom: 1px solid #ccc;
}

.klaro .cookie-modal .cm-switch-container:last-child,
.klaro .context-notice .cm-switch-container:last-child,
.klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0;
}

.klaro .cookie-modal .cm-switch-container:first-child,
.klaro .context-notice .cm-switch-container:first-child,
.klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0;
}

.klaro .cookie-modal .cm-switch-container p,
.klaro .context-notice .cm-switch-container p,
.klaro .cookie-notice .cm-switch-container p {
  margin-top: 0;
}

.klaro .cookie-modal .cm-switch,
.klaro .context-notice .cm-switch,
.klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #2b4c47;
}

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #2b4c47;
  opacity: 0.6;
}

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  transform: translateX(10px);
}

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #ccc;
  opacity: 0.8;
}

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
  transform: translateX(10px);
}

.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #000;
  opacity: 0.8;
  cursor: not-allowed;
}

.klaro .cookie-modal .slider,
.klaro .context-notice .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal .cm-list-input,
.klaro .context-notice .cm-list-input,
.klaro .cookie-notice .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.klaro .cookie-modal .cm-list-title,
.klaro .context-notice .cm-list-title,
.klaro .cookie-notice .cm-list-title {
  font-size: 14px;
  font-weight: 600;
}

.klaro .cookie-modal .cm-list-description,
.klaro .context-notice .cm-list-description,
.klaro .cookie-notice .cm-list-description {
  font-size: 14px;
  padding-top: 4px;
  color: #666;
}

.klaro .cookie-modal .cm-list-label,
.klaro .context-notice .cm-list-label,
.klaro .cookie-notice .cm-list-label {
  /* The slider */
  /* Rounded sliders */
}

.klaro .cookie-modal .cm-list-label .cm-switch,
.klaro .context-notice .cm-list-label .cm-switch,
.klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}

.klaro .cookie-modal .cm-list-label .slider,
.klaro .context-notice .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}

.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .context-notice .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  transition: 0.4s;
}

.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .context-notice .cm-list-label .slider.round,
.klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px;
}

.klaro .cookie-modal .cm-list-label .slider.round::before,
.klaro .context-notice .cm-list-label .slider.round::before,
.klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%;
}

.klaro .cookie-modal .cm-list-label input:focus + .slider,
.klaro .context-notice .cm-list-label input:focus + .slider,
.klaro .cookie-notice .cm-list-label input:focus + .slider {
  box-shadow-color: #2b4c47;
}

.klaro .cookie-modal .cm-list-label input:checked + .slider::before,
.klaro .context-notice .cm-list-label input:checked + .slider::before,
.klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  transform: translateX(20px);
}

.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:focus + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
  transform: translateX(20px);
}

.klaro .cookie-modal .slider,
.klaro .context-notice .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal a,
.klaro .context-notice a,
.klaro .cookie-notice a {
  color: #2b4c47;
  text-decoration: none;
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice strong,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  color: #000;
}

.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}

.klaro .cookie-modal .cm-link,
.klaro .context-notice .cm-link,
.klaro .cookie-notice .cm-link {
  margin-right: 0.5em;
  vertical-align: middle;
}

.klaro .cookie-modal .cm-btn,
.klaro .context-notice .cm-btn,
.klaro .cookie-notice .cm-btn {
  color: #fff;
  background: #555;
  border-radius: 6px;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 0;
  padding: 0.4em;
  font-size: 1em;
  cursor: pointer;
}

.klaro .cookie-modal .cm-btn:disabled,
.klaro .context-notice .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}

.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .context-notice .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
  background: #aaa;
  color: #000;
}

.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
  background: #2b4c47;
}

.klaro .cookie-modal .cm-btn.cm-btn-success-var,
.klaro .context-notice .cm-btn.cm-btn-success-var,
.klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background: #de5213;
}

.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .context-notice .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
  background: #2b4c47;
}

.klaro .context-notice {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #eee;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 12px;
}

.klaro .context-notice p {
  flex-grow: 0;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
  color: #000;
}

.klaro .context-notice p strong {
  color: #777777;
}

.klaro .context-notice p a {
  color: #2b4c47;
}

.klaro .context-notice p.cm-buttons {
  margin-top: 12px;
}

.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
}

.klaro .cookie-modal.cm-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  z-index: 0;
}

.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position: relative;
  transform: none;
}

.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #fff;
  color: #777777;
}

@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #2b4c47;
}

.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 1em;
  border-top: 1px solid #555;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: right;
  padding-right: 8px;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #2b4c47;
}

.klaro .cookie-modal .cm-modal .cm-header {
  padding: 1em;
  padding-right: 24px;
  border-bottom: 1px solid #555;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block;
  font-weight: 700;
  color: #2b4c47;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
}

.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
  padding: 0;
  margin: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret {
  color: #888;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content {
  margin-left: -40px;
  display: none;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded {
  margin-top: 10px;
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
  font-size: 0.8em;
  color: #2b4c47;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
  border-top: 1px solid #555;
  padding-top: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
  font-weight: 600;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #2b4c47;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
  background: #fff;
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 400px;
  }
}
@media (max-width: 1023px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-style: none;
    border-radius: 0;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top: 0.5em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom: 0.5em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration: underline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display: inline-block;
  flex-grow: 1;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display: inline-block;
  margin-top: -0.5em;
}

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width: 100%;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top: 0.5em;
}

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width: calc(50% - 0.5em);
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top: -0.5em;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: right;
  align-items: baseline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top: 0.5em;
}

.klaro .cookie-modal-notice {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #fff;
  color: #777777;
  padding: 1em;
  padding-top: 0.2em;
}

@media (min-width: 400px) {
  .klaro .cookie-modal-notice {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal-notice .cn-ok {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}

.klaro .cookie-notice-hidden {
  display: none !important;
}

.cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0;
}
.cn-body p {
  margin-bottom: 0.5em;
}
.cn-body p.cn-changes {
  text-decoration: underline;
  color: #2b4c47;
  text-align: center;
}
.cn-body .cn-learn-more {
  display: inline-block;
}
.cn-body p.cn-ok {
  padding-top: 0.5em;
  margin: 0;
}
.cn-body .descripcionPropositos {
  margin-top: 15px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cn-body .descripcionPropositos img {
  width: 48px;
  height: 48px;
  padding: 10px;
  color: azure;
  opacity: 0.6;
}
.cn-body .propositos {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
.cn-body .propositos div {
  padding: 0 10px 0 10px;
  font-weight: 400;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cn-body .propositos div strong {
  font-weight: 700;
  font-size: 24px;
  color: #2b4c47;
  margin-right: 5px;
  line-height: 26px;
}
.cn-body .cambiosPoliticas {
  color: #2b4c47;
}
.cn-body .botonesPoliticas {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.cn-body .botonesPoliticas .cn-buttons, .cn-body .botonesPoliticas .cm-btn {
  width: 100%;
  margin-bottom: 2px;
}
.cn-body .botonesPoliticas a {
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  color: #2b4c47;
  text-decoration: underline;
}

.gestion_cookies {
  cursor: pointer;
}

/* ESTILOS DE PAGINAS */
/* ------------------------------------- */
/* DATOS IDENTIFICATIVOS */
/* ------------------------------------- */
.table_datos_identificativos td:first-child {
  text-align: right;
  border-right: 1px solid #dee2e6;
}

/* ------------------------------------- */
/* POLÍTICA COOKIES */
/* ------------------------------------- */
.tabla_cookie {
  border-collapse: collapse;
}

.tabla_cookie td {
  background: #f7f8fa none repeat scroll 0 0;
  border: 2px solid #fff;
  margin: 0;
  padding: 0 10px;
}

.tabla_cookies {
  margin-top: 15px;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .tabla_cookies {
    overflow-x: scroll;
  }
}
.tabla_cookies table {
  float: left;
  width: 100%;
}

/* ------------------------------------- */
/* MAPA LOCALIZACIÓN */
/* ------------------------------------- */
#map {
  float: left;
  width: 100%;
  height: 800px;
  margin: 10px 0 20px 0;
  border: 1px solid #e3e3e3;
  overflow: auto;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  #map {
    height: 600px;
  }
}

.enlace_maps:link {
  color: #2b4c47;
}
.enlace_maps:link:link, .enlace_maps:link:visited {
  text-decoration: none;
}
.enlace_maps:link:hover {
  text-decoration: underline;
}

/* ------------------------------------- */
/* ERROR */
/* ------------------------------------- */
.capa-error {
  width: 100%;
  float: left;
  margin: 50px 0;
  font-size: 18px;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
.capa-error img {
  max-width: 400px;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .capa-error img {
    width: 100%;
  }
}

.contenedor-inicio-index {
  margin-top: 280px;
  padding-left: 60px;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
.contenedor-inicio-index h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
}
.contenedor-inicio-index p {
  font-size: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contenedor-inicio-index {
    margin-top: 290px;
    padding-left: 30px;
  }
  .contenedor-inicio-index h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contenedor-inicio-index {
    margin-top: 270px;
    padding-left: 10px;
  }
  .contenedor-inicio-index h2 {
    width: 70%;
    font-size: 28px;
  }
  .contenedor-inicio-index p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 499px) {
  .contenedor-inicio-index h2 {
    width: 80%;
  }
}

.swiper-container-productos {
  position: relative;
  margin-top: 250px;
  padding: 0 20px;
  overflow: hidden;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
.swiper-container-productos img {
  width: 100%;
}
.swiper-container-productos .swiper-button-next {
  right: 0;
  color: #fff;
}
.swiper-container-productos .swiper-button-prev {
  left: 0;
  color: #de5213;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .swiper-container-productos {
    margin-top: 50px;
  }
}

.tarjeta-producto-index {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  max-width: 309px;
}
.tarjeta-producto-index h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  background-color: #2b4c47;
  color: #fff;
}
.tarjeta-producto-index .contenido-informacion-productos-index {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px 30px;
  color: #fff;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
.tarjeta-producto-index .contenido-informacion-productos-index h2 {
  font-size: 36px;
}
.tarjeta-producto-index .contenido-informacion-productos-index ul {
  margin: 0;
  margin-top: 50px;
  padding: 0;
  list-style-type: none;
}
.tarjeta-producto-index .contenido-informacion-productos-index ul li {
  margin: 0;
  padding: 0;
  font-size: 22px;
}
.tarjeta-producto-index .contenido-informacion-productos-index ul li .fas {
  margin-right: 10px;
}
.tarjeta-producto-index .contenido-informacion-productos-index ul li a {
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tarjeta-producto-index .contenido-informacion-productos-index h2 {
    font-size: 28px;
  }
  .tarjeta-producto-index .contenido-informacion-productos-index ul li {
    font-size: 16px;
  }
}
.tarjeta-producto-index:hover h3 {
  padding: 50px 20px;
}

.contenido-contactar-index {
  margin-top: 50px;
  margin-bottom: 30px;
}
.contenido-contactar-index p {
  font-size: 24px;
}

.texto-cabecera {
  font-size: 20px;
}

.img-empresa {
  float: right;
  max-width: none;
  max-height: none;
}

.listado-empresa li {
  margin-bottom: 10px;
}

.img-empresa2 {
  position: relative;
}
.img-empresa2 img {
  float: left;
  max-width: none;
  max-height: none;
}
.img-empresa2::after {
  position: absolute;
  z-index: 999;
  bottom: 80px;
  right: 75%;
  width: 100%;
  height: 1px;
  background-color: #de5213;
  content: " ";
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-empresa2::after {
    right: auto;
    left: -20px;
  }
}

/** 
    *VALORES:
    *$max  [ 0 ] == infinito
    *$xl  [ 1200px ]
    *$lg  [ 992px ]
    *$md  [ 768px ]
    *$sm  [ 576px ]
    *$min  [ 0px ]
*/
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .img-empresa {
    max-width: 100%;
  }
  .img-empresa2 img {
    max-width: 100%;
  }
}
.opcion-producto {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-size: 30px;
  border-radius: 20px;
  font-weight: lighter;
  line-height: 1;
  background-image: url("/imagenes/productos/logo-opcion-productos.png");
  background-position: 90% 0;
  background-repeat: no-repeat;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
.opcion-producto span {
  font-size: 24px;
}
.opcion-producto strong {
  font-weight: bold;
}
.opcion-producto .fas {
  position: absolute;
  right: 0;
  bottom: calc(50% - 40px);
  font-size: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .opcion-producto {
    font-size: 20px;
  }
  .opcion-producto span {
    font-size: 16px;
  }
}

.tarjeta-producto {
  position: relative;
  margin-bottom: 60px;
}
.tarjeta-producto::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 50px);
  width: 100px;
  height: 4px;
  border-radius: 4px;
  background-color: #de5213;
  content: "";
}
.tarjeta-producto .imagen-producto {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ccc;
}
.tarjeta-producto .imagen-producto img {
  width: 100%;
  min-height: 200px;
}
.tarjeta-producto .imagen-producto h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 15px;
  font-size: 20px;
  background-color: #2b4c47;
  color: #fff;
}
.tarjeta-producto .contenido-producto .categorias-producto {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
}
.tarjeta-producto .contenido-producto .categorias-producto .circulo {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 5px;
}
.tarjeta-producto .contenido-producto .categorias-producto .circulo::before {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  content: "";
}
.tarjeta-producto .contenido-producto .categorias-producto .circulo.c-convencional::before, .tarjeta-producto .contenido-producto .categorias-producto .circulo.c-conventionnelle::before {
  background-color: #2b4c47;
}
.tarjeta-producto .contenido-producto .categorias-producto .circulo.c-convencional::after, .tarjeta-producto .contenido-producto .categorias-producto .circulo.c-conventionnelle::after {
  content: "Convencional";
}
.tarjeta-producto .contenido-producto .categorias-producto .circulo.c-bio::before, .tarjeta-producto .contenido-producto .categorias-producto .circulo.c-biologique::before {
  background-color: #de5213;
}
.tarjeta-producto .contenido-producto .categorias-producto .circulo.c-bio::after, .tarjeta-producto .contenido-producto .categorias-producto .circulo.c-biologique::after {
  content: "Bio";
}
.tarjeta-producto .zona-produccion.c-convencional::before, .tarjeta-producto .zona-produccion.c-conventionnelle::before, .tarjeta-producto .zona-produccion.c-bio::before, .tarjeta-producto .zona-produccion.c-biologique::before {
  font-weight: bold;
}
.tarjeta-producto .zona-produccion.c-convencional::before {
  content: "Convencional: ";
}
.tarjeta-producto .zona-produccion.c-bio::before {
  content: "Bio: ";
}
.tarjeta-producto.convencionales .zona-produccion.c-convencional::before, .tarjeta-producto.convencionales .zona-produccion.c-conventionnelle::before, .tarjeta-producto.convencional .zona-produccion.c-convencional::before, .tarjeta-producto.convencional .zona-produccion.c-conventionnelle::before, .tarjeta-producto.conventionnelle .zona-produccion.c-convencional::before, .tarjeta-producto.conventionnelle .zona-produccion.c-conventionnelle::before {
  display: none !important;
}
.tarjeta-producto.convencionales .c-bio, .tarjeta-producto.convencionales .c-biologique, .tarjeta-producto.convencional .c-bio, .tarjeta-producto.convencional .c-biologique, .tarjeta-producto.conventionnelle .c-bio, .tarjeta-producto.conventionnelle .c-biologique {
  display: none !important;
}
.tarjeta-producto.bio .zona-produccion.c-bio::before, .tarjeta-producto.bio .zona-produccion.c-biologique::before, .tarjeta-producto.biologique .zona-produccion.c-bio::before, .tarjeta-producto.biologique .zona-produccion.c-biologique::before {
  display: none !important;
}
.tarjeta-producto.bio .c-convencional, .tarjeta-producto.bio .c-conventionnelle, .tarjeta-producto.biologique .c-convencional, .tarjeta-producto.biologique .c-conventionnelle {
  display: none !important;
}
.tarjeta-producto.ambos.convencionales .c-bio, .tarjeta-producto.ambos.convencionales .c-biologique, .tarjeta-producto.ambos.conventionnelle .c-bio, .tarjeta-producto.ambos.conventionnelle .c-biologique {
  display: none !important;
}
.tarjeta-producto.ambos.bio .c-convencional, .tarjeta-producto.ambos.bio .c-conventionnelle, .tarjeta-producto.ambos.biologique .c-convencional, .tarjeta-producto.ambos.biologique .c-conventionnelle {
  display: none !important;
}
.tarjeta-producto.marcar {
  animation-name: latido;
  animation-duration: 1s;
  animation-delay: 1s;
}
.tarjeta-producto:hover .imagen-producto h3 {
  padding: 50px 20px;
}

.productos-fr .tarjeta-producto .contenido-producto .categorias-producto .circulo.c-convencional::after {
  content: "Conventionnelle";
}
.productos-fr .tarjeta-producto .contenido-producto .categorias-producto .circulo.c-bio::after {
  content: "Biologique";
}
.productos-fr .tarjeta-producto .zona-produccion.c-convencional::before {
  content: "Conventionnelle: ";
}
.productos-fr .tarjeta-producto .zona-produccion.c-bio::before {
  content: "Biologique: ";
}

@keyframes latido {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.contenido-datos-contactar {
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
.contenido-datos-contactar .img-fondo {
  float: right;
  max-width: none;
  max-height: none;
}
.contenido-datos-contactar .datos-contactar {
  position: absolute;
  top: 290px;
  padding-left: 100px;
}
.contenido-datos-contactar .datos-contactar img {
  width: 220px;
}
.contenido-datos-contactar .datos-contactar ul li {
  padding: 0;
  color: #fff;
}
.contenido-datos-contactar .datos-contactar ul li a {
  color: #fff;
  font-weight: normal;
}
.contenido-datos-contactar.contenido-localizacion {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}
.contenido-datos-contactar.contenido-localizacion .datos-contactar {
  top: 290px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contenido-datos-contactar .datos-contactar {
    bottom: 320px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contenido-datos-contactar {
    margin-bottom: 50px;
  }
  .contenido-datos-contactar .datos-contactar {
    bottom: 180px;
    left: 50%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contenido-datos-contactar.contenido-localizacion {
    position: relative;
    top: auto;
    left: auto;
    margin-top: -250px;
    margin-left: -300px;
    margin-bottom: -150px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contenido-datos-contactar.contenido-localizacion {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .contenido-datos-contactar .datos-contactar {
    bottom: 200px;
    left: 35%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 529px) {
  .contenido-datos-contactar .datos-contactar {
    bottom: 200px;
    left: 20%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 399px) {
  .contenido-datos-contactar .datos-contactar {
    bottom: 200px;
    left: 10%;
  }
}

fieldset {
  border-color: #de5213 !important;
  border-radius: 10px;
}

.galeria {
  padding: 0;
  /*display: flex;
  justify-content: center;
  flex-wrap: wrap;*/
  flex: 0 0 calc(25% - 10px);
  width: calc(25% - 10px);
  max-width: calc(25% - 10px);
  margin: 5px;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .galeria {
    flex: 0 0 calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  .galeria {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 399px) {
  .galeria {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}
.galeria a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.galeria .contenido_caja {
  display: inline-block;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
}
.galeria .contenido_caja:hover {
  transform: scale(0.98, 0.98);
}
.galeria .imagen {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.galeria .imagen img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.galeria .imagen .btn_ver {
  position: absolute;
  bottom: 10px;
  right: -70px;
  width: 200px;
  height: 35px;
  font-size: 20px;
  background-color: #2b4c47;
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
}
.galeria .imagen .btn_ver i {
  transform: rotate(45deg);
}
.galeria .contenido {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 10px 20px;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
.galeria .contenido h3 {
  font-size: 16px;
  color: #2b4c47;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .galeria .contenido {
    text-align: center;
  }
}

.contenedor_redes_sociales_galerias {
  margin-top: 40px;
  padding: 0;
  min-height: 0;
}
.contenedor_redes_sociales_galerias .contenido_caja {
  padding: 20px;
}
.contenedor_redes_sociales_galerias #redesSociales {
  margin-bottom: auto;
}

.imagen_galeria {
  flex: 0 0 calc(25% - 10px);
  width: calc(25% - 10px);
  max-width: calc(25% - 10px);
  margin: 5px;
  overflow: hidden;
  position: relative;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .imagen_galeria {
    flex: 0 0 calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .imagen_galeria {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 5px;
  }
}
.imagen_galeria a {
  width: 100%;
}
.imagen_galeria img {
  border-radius: 3px;
  display: inline-block;
  width: 100%;
}
.imagen_galeria:hover img {
  transform: scale(0.98, 0.98);
}
.imagen_galeria figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 2px 10px;
  border: 0 3px 0 0;
  font-size: 10px;
}

.contenedor_noticia {
  padding: 0 7.5px;
  flex: 0 0 33.3333%;
  width: 33.3333%;
  max-width: 33.3333%;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
@media only screen and (min-width: 550px) and (max-width: 991px) {
  .contenedor_noticia {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 549px) {
  .contenedor_noticia {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.contenedor_noticia .contenido_caja {
  display: inline-block;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  border: none;
}
.contenedor_noticia .contenido_caja .imagen {
  position: relative;
  max-height: 250px;
  overflow: hidden;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contenedor_noticia .contenido_caja .imagen {
    max-height: 180px;
  }
}
.contenedor_noticia .contenido_caja .imagen .noImagen {
  width: 100%;
  min-height: 200px;
  background-color: #ccc;
}
.contenedor_noticia .contenido_caja .imagen img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.contenedor_noticia .contenido_caja .imagen time {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 2px 15px;
}
.contenedor_noticia .contenido_caja .contenido {
  min-height: 120px;
  padding: 10px 20px;
}
.contenedor_noticia .contenido_caja .contenido h3 {
  font-size: 20px;
  color: #6C757D;
}
.contenedor_noticia:hover .contenido_caja {
  transform: scale(0.98, 0.98);
}

.contenedor_detalle_noticia {
  min-height: 0;
}
.contenedor_detalle_noticia .btns {
  display: inline-block;
  position: absolute;
  z-index: 999999 !important;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  outline: none;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.contenedor_detalle_noticia .btns:hover {
  animation: none;
  transition: none;
  transform: none;
  outline: none;
}
.contenedor_detalle_noticia .btns.btn_videos {
  left: 15px;
  right: auto;
  bottom: 20px;
  background-color: #2b4c47;
}
.contenedor_detalle_noticia .btns.btn_galeria {
  background-color: #de5213;
}
.contenedor_detalle_noticia .contenido_caja {
  padding: 20px 10px 0 20px;
}
.contenedor_detalle_noticia .contenido_caja p, .contenedor_detalle_noticia .contenido_caja h3 {
  margin-bottom: 0;
}
.contenedor_detalle_noticia .imagen_detalle_noticia a {
  display: inline-block;
  position: relative;
  height: 100%;
}
.contenedor_detalle_noticia .imagen_detalle_noticia figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 2px 10px;
  border-radius: 0 3px 0 0;
}

.contenido_noticia {
  margin: 15px -15px;
  /** 
      *VALORES:
      *$max  [ 0 ] == infinito
      *$xl  [ 1200px ]
      *$lg  [ 992px ]
      *$md  [ 768px ]
      *$sm  [ 576px ]
      *$min  [ 0px ]
  */
}
.contenido_noticia .fondo_oscuro {
  padding: 10px 15px;
  border-radius: 5px;
}
.contenido_noticia .fondo_oscuro div, .contenido_noticia .fondo_oscuro p {
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .contenido_noticia {
    margin: auto -15px;
  }
}
.contenido_noticia .datos_noticia {
  padding-top: 15px;
}
.contenido_noticia .datos_noticia .entradilla {
  font-size: 18px;
}

#redesSociales {
  margin-bottom: 0;
}

.jssocials-share-link {
  border-radius: 50%;
}

.listaDocumentos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.listaDocumentos li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
}
.listaDocumentos li a {
  display: inline-block;
  padding: 2px 15px;
  background-color: #ddd;
  color: #000;
  margin: 5px;
  border-radius: 3px;
}
.listaDocumentos li a .fa, .listaDocumentos li a .fas, .listaDocumentos li a .fab, .listaDocumentos li a .far {
  color: #2b4c47;
  margin-right: 10px;
}
.listaDocumentos li a:hover {
  transform: scale(0.95, 0.95);
}
