@import "variables.css";

.dropdown .fa {
  margin-left: 5px;
}

.ug-thumb-wrapper.ug-tile {
  border-radius: 10px;
}

/************
*   WOW     *
************/

.wow {
  visibility: hidden;
}

/************************
*    SPINNER / LOADER   *
*************************/

.loader {
  display: block;
  margin: 30px auto;
  color: var(--primario_oscuro);
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/*************
*  WhatsApp  *
**************/

.floating-icons-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #40c451;
  padding: 6px;
  background: #40c451ad;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.floating-icons-whatsapp:hover a {
  transform: scale(1.1);
}

.floating-icons-whatsapp > a {
  height: 40px;
  width: 40px;
  display: block;
}

/************************************
*              IDIOMAS              *
************************************/
div#idiomasside > .idiomas_mobile {
  flex-direction: column !important;
  background-color: unset !important;
}

ul.idiomas_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap;
}

ul.idiomas_mobile > li a:hover {
  background: #ffffff4d !important;
}

ul.idiomas_mobile > li a {
  padding: 13px !important;
  display: flex !important;
  justify-content: space-around;
  align-items: center;
}

ul.idiomas_mobile > li {
  border-radius: 50%;
  overflow: hidden;
}

ul.idiomas_mobile {
  list-style: none;
  background: #ffffff8f;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-direction: row !important;
}

div#idiomasside > .idiomas_mobile {
  display: none !important;
}

#idiomasside {
  position: fixed;
  top: 300px;
  left: 0;
  z-index: 3;
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}

#idiomasside:hover {
  opacity: 1;
}

#idiomasside > ul {
  padding: 0;
}

#idiomasside li {
  padding: 5px;
  list-style-type: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

#idiomasside img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}

#idiomasside img:hover {
  transform: scale(1.1);
}

#idiomasside font {
  display: none;
}

.skiptranslate {
  display: none !important;
}

div#idiomasside > .idiomas_desktop {
  flex-direction: column !important;
  backdrop-filter: blur(10px);
  background: #ffffff3b !important;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 2px 1px 3px 0px #0000001f;
  padding: 10px 0;
}

ul.idiomas_desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}

@media (max-width: 1200px) {
  ul.idiomas_desktop > li a:hover {
    background: #ffffff4d !important;
  }

  ul.idiomas_desktop > li a {
    padding: 10px !important;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
  }

  ul.idiomas_desktop {
    list-style: none;
    background: #ffffff8f;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-direction: row !important;
  }

  div#idiomasside > .idiomas_desktop {
    display: none !important;
  }
}

.flag {
  height: 36px !important;
}

/************************************
*            MULTIFORMA             *
************************************/

.bloque_imagen_lista ul {
  list-style: none;
  padding: 0;
}
.bloque_imagen_lista i {
  color: var(--iconos);
}
.bloque_cabecera .bloque_titulo {
  background-color: var(--primario);
  padding: 15px;
}
.bloque_cabecera .bloque_interior {
  background-color: var(--primario_transparente);
  padding: 30px 15px;
}
.bloque_cabecera .bloque_titulo h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--titulo);
  font-weight: 300;
}
.bloque_cabecera .imagen {
  width: 100%;
}
.bloque_cabecera h4 {
  text-transform: uppercase;
  font-size: 22px;
  font-family: var(--titulo);
  color: var(--primario);
}
.bloque_imagen_lista .imagen {
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}
.bloque_imagen_lista h4 {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
  font-family: var(--titulo);
  color: var(--primario);
  font-size: 22px;
}
.bloque_puntos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bloque_puntos ul li {
  margin-bottom: 15px;
}
.bloque_puntos ul li > p > .fa {
  font-size: 20px;
  color: var(--iconos);
}
.bloque_contenido .titulo {
  background-color: var(--primario);
  padding: 15px 10px;
}
.bloque_contenido .titulo h4 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--titulo);
  font-weight: 300;
}
.bloque_contenido .bloque {
  padding: 0 10px;
}
.bloque_desplegable .fondo,
.bloque_documentos .fondo {
  background-color: var(--primario_transparente);
  padding: 20px;
  margin-bottom: 40px;
}
.bloque_desplegable .panel-group,
.bloque_documentos .panel-group {
  margin: 0;
}
.bloque_desplegable h2,
.bloque_documentos h2 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--titulo);
  color: var(--primario);
}
.bloque_desplegable .panel-default {
  border-color: var(--primario);
}
.bloque_desplegable .panel-default > .panel-heading {
  background-color: var(--primario);
  color: #fff;
  border-color: var(--primario);
}
.bloque_desplegable h2 .fa {
  color: var(--iconos);
}
.bloque_desplegable
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: var(--primario);
}
.bloque_imagenes img {
  width: 100%;
}
.bloque_imagenes .flexible {
  display: flex;
  align-items: center;
}

.panel-body .btn-corporativo2 {
  padding: 8px 15px;
}
.bloque_imagenes img {
  width: 100%;
  object-fit: cover;
}

/************************************
*             INTERIOR              *
************************************/
.fa-angle-down {
  padding-left: 5px;
}

.acceso a p {
  color: var(--primario);
  font-weight: 600;
  margin: 0;
}

.noestavisibleparapersonas {
  display: none;
}
.banner_interior {
  width: 100%;
  height: 28vw;
  max-height: 500px;
  background-size: cover;
  overflow: hidden;
  background-position: 0px 40%;
}

.corte_banner_interior {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0px;
  z-index: 1;
}

.banner-interiores {
  position: relative;
}

.banner_interior .imagen {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(4px);
}

.banner_interior .texto {
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
}
.banner_interior .texto img {
  margin-top: 20px;
}
.banner_interior.interior_azul .texto {
  background-color: rgba(69, 183, 245, 0.5);
}
.banner_interior.interior_amarillo .texto {
  background-color: rgba(247, 201, 110, 0.5);
}
.banner_interior.interior_rojo .texto {
  background-color: rgba(245, 104, 78, 0.5);
}

.banner_interior p {
  margin-top: 0;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0px;
  text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}

.banner_interior h1 {
  margin-top: 0;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0px;
  font-family: var(--titulo);
  text-align: center;
  margin-bottom: 0px;
  text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}

.forma_interior {
  position: absolute;
  width: 100%;
  bottom: -1px;
}
.sidebar-wrapper.right.animation.text-uppercase {
  z-index: 999;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: var(--primario);
}

.nav-pills > li > a {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.cabecera .caja h1 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--titulo);
  color: var(--color_titulos);
}

.cabecera .titulo-container {
  width: fit-content;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}

.cabecera .titulo-container .adorno {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100px;
  margin-top: 10px;
}

.cabecera .titulo-container .adorno svg {
  max-width: 100px;
  max-height: 20px;
}

.cabecera .titulo-container .adorno svg * {
  fill: var(--color_adorno) !important;
}

.btn-corporativo {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--titulo);
  text-transform: uppercase;
  border: 0px;
  border-radius: 10px;
  background-color: var(--primario);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-lg.btn-corporativo {
  padding: 18px 30px;
}
.btn-corporativo .btn-carro_portada img {
  height: 20px;
  width: 20px;
  margin-right: 15px;
  border-radius: 0;
}
.btn-comprar {
  border: 0;
}

.btn-grandotes {
  padding: 15px;
}
.btn-corporativo2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--titulo);
  text-transform: uppercase;
  border: 0px;
  border-radius: 10px;
  background-color: var(--primario);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.btn-corporativo3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--titulo);
  text-transform: uppercase;
  border: 0px;
  border-radius: 10px;
  background-color: var(--primario);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-corporativo:not(.desactivado):hover,
.btn-corporativo:not(.desactivado):focus,
.btn-corporativo:not(.desactivado):active {
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    var(--primario);
}
.btn-corporativo:hover,
.btn-corporativo:focus,
.btn-corporativo:active {
  color: #fff;
}

.btn-corporativo2:hover,
.btn-corporativo2:focus,
.btn-corporativo2:active {
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    var(--primario);
  color: #fff;
}
.btn-corporativo3:hover,
.btn-corporativo3:focus,
.btn-corporativo3:active {
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    var(--primario);
  color: #fff;
}
.desactivado {
  opacity: 0.8;
}

/* ESTILOS CKEDITOR */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

 .textaco {
	& .image {
		display: table;
		clear: both;
		text-align: center;

		/* Make sure there is some space between the content and the image. Center image by default. */
		/* The first value should be equal to --ck-spacing-large variable if used in the editor context
	 	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
		margin: 0.9em auto;

		/* Make sure the caption will be displayed properly (See: https://github.com/ckeditor/ckeditor5/issues/1870). */
		min-width: 50px;

		& img {
			/* Prevent unnecessary margins caused by line-height (see #44). */
			display: block;

			/* Center the image if its width is smaller than the content's width. */
			margin: 0 auto;

			/* Make sure the image never exceeds the size of the parent container (ckeditor/ckeditor5-ui#67). */
			max-width: 100%;

			/* Make sure the image is never smaller than the parent container (See: https://github.com/ckeditor/ckeditor5/issues/9300). */
			min-width: 100%;

			/* Keep proportions of the block image if the height is set and the image is wider than the editor width.
			See https://github.com/ckeditor/ckeditor5/issues/14542. */
			height: auto;
		}
	}

	& .image-inline {
		/*
		 * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).
		 * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
		 * This strange behavior does not happen with inline-flex.
		 */
		display: inline-flex;

		/* While being resized, don't allow the image to exceed the width of the editing root. */
		max-width: 100%;

		/* This is required by Safari to resize images in a sensible way. Without this, the browser breaks the ratio. */
		align-items: flex-start;

		/* When the picture is present it must act as a flex container to let the img resize properly */
		& picture {
			display: flex;
		}

		/* When the picture is present, it must act like a resizable img. */
		& picture,
		& img {
			/* This is necessary for the img to span the entire .image-inline wrapper and to resize properly. */
			flex-grow: 1;
			flex-shrink: 1;

			/* Prevents overflowing the editing root boundaries when an inline image is very wide. */
			max-width: 100%;
		}
	}
}

.ck.ck-editor__editable {
	/*
	 * Inhertit the content styles padding of the <figcaption> in case the integration overrides `text-align: center`
	 * of `.image` (e.g. to the left/right). This ensures the placeholder stays at the padding just like the native
	 * caret does, and not at the edge of <figcaption>.
	 */
	& .image > figcaption.ck-placeholder::before {
		padding-left: inherit;
		padding-right: inherit;

		/*
		 * Make sure the image caption placeholder doesn't overflow the placeholder area.
		 * See https://github.com/ckeditor/ckeditor5/issues/9162.
		 */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/*
	 * See https://github.com/ckeditor/ckeditor5/issues/15115.
	 */
	& .image {
		z-index: 1;

		/*
		 * Make sure the selected image always stays on top of its siblings.
		 * See https://github.com/ckeditor/ckeditor5/issues/9108.
		 */
		&.ck-widget_selected {
			z-index: 2;
		}
	}

	/*
	 * See https://github.com/ckeditor/ckeditor5/issues/15115.
	 */
	& .image-inline {
		z-index: 1;

		/*
		 * Make sure the selected inline image always stays on top of its siblings.
		 * See https://github.com/ckeditor/ckeditor5/issues/9108.
		 */
		&.ck-widget_selected {
			z-index: 2;

			/*
			 * Make sure the native browser selection style is not displayed.
			 * Inline image widgets have their own styles for the selected state and
			 * leaving this up to the browser is asking for a visual collision.
			 */
			& ::selection {
				display: none;
			}
		}
	}

	/* Keep proportions of the inline image if the height is set and the image is wider than the editor width.
	See https://github.com/ckeditor/ckeditor5/issues/14542. */
	& .image-inline img {
		height: auto;
	}

	/* The inline image nested in the table should have its original size if not resized.
	See https://github.com/ckeditor/ckeditor5/issues/9117. */
	& td,
	& th {
		& .image-inline img {
			max-width: none;
		}
	}
}

 @import "@ckeditor/ckeditor5-ui/theme/mixins/_mediacolors.css";

 :root {
     --ck-color-image-caption-background: hsl(0, 0%, 97%);
     --ck-color-image-caption-text: hsl(0, 0%, 20%);
     --ck-color-image-caption-highlighted-background: hsl(52deg 100% 50%);
 }
 
 /* Content styles */
 .textaco .image > figcaption {
     display: table-caption;
     caption-side: bottom;
     word-break: break-word;
     color: var(--ck-color-image-caption-text);
     background-color: var(--ck-color-image-caption-background);
     padding: .6em;
     font-size: .75em;
     outline-offset: -1px;
 
     /* Improve placeholder rendering in high-constrast mode (https://github.com/ckeditor/ckeditor5/issues/14907). */
     @media (forced-colors: active) {
         background-color: unset;
         color: unset;
     }
 }
 
 /* Editing styles */
 .ck.ck-editor__editable .image > figcaption.image__caption_highlighted {
     @mixin ck-media-default-colors {
         animation: ck-image-caption-highlight .6s ease-out;
     }
 
     @media (prefers-reduced-motion: reduce) {
         animation: none;
     }
 }
 
 @keyframes ck-image-caption-highlight {
     0% {
         background-color: var(--ck-color-image-caption-highlighted-background);
     }
 
     100% {
         background-color: var(--ck-color-image-caption-background);
     }
 }

.ck.ck-image-insert-url {
	width: 400px;
	padding: var(--ck-spacing-large) var(--ck-spacing-large) 0;

	& .ck-image-insert-url__action-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

 .ck.ck-editor__editable {
	& img.image_placeholder {
		background-size: 100% 100%;
	}
}

/* Preserve aspect ratio of the resized image after introducing image height attribute. */
.textaco img.image_resized {
	height: auto;
}

.textaco .image.image_resized {
	max-width: 100%;
	/*
	The `<figure>` element for resized images must not use `display:table` as browsers do not support `max-width` for it well.
	See https://stackoverflow.com/questions/4019604/chrome-safari-ignoring-max-width-in-table/14420691#14420691 for more.
	Fortunately, since we control the width, there is no risk that the image will look bad.
	*/
	display: block;
	box-sizing: border-box;

	& img {
		/* For resized images it is the `<figure>` element that determines the image width. */
		width: 100%;
	}

	& > figcaption {
		/* The `<figure>` element uses `display:block`, so `<figcaption>` also has to. */
		display: block;
	}
}

.ck.ck-editor__editable {
	/* The resized inline image nested in the table should respect its parent size.
	See https://github.com/ckeditor/ckeditor5/issues/9117. */
	& td,
	& th {
		& .image-inline.image_resized img {
			max-width: 100%;
		}
	}
}

[dir="ltr"] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon {
	margin-right: var(--ck-spacing-standard);
}

[dir="rtl"] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon {
	margin-left: var(--ck-spacing-standard);
}

.ck.ck-dropdown .ck-button.ck-resize-image-button .ck-button__label {
	width: 4em;
}

 :root {
	--ck-image-style-spacing: 1.5em;
	--ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
}

.textaco {
	/* See: https://github.com/ckeditor/ckeditor5/issues/16317 */
	& .image {
		/* Provides a minimal side margin for the left and right aligned images, so that the user has a visual feedback
		confirming successful application of the style if image width exceeds the editor's size.
		See https://github.com/ckeditor/ckeditor5/issues/9342 */
		&.image-style-block-align-left,
		&.image-style-block-align-right {
			max-width: calc(100% - var(--ck-image-style-spacing));
		}

		/* Allows displaying multiple floating images in the same line.
		See https://github.com/ckeditor/ckeditor5/issues/9183#issuecomment-804988132 */
		&.image-style-align-left,
		&.image-style-align-right {
			clear: none;
		}

		&.image-style-side {
			float: right;
			margin-left: var(--ck-image-style-spacing);
			max-width: 50%;
		}

		&.image-style-align-left {
			float: left;
			margin-right: var(--ck-image-style-spacing);
		}

		&.image-style-align-right {
			float: right;
			margin-left: var(--ck-image-style-spacing);
		}

		&.image-style-block-align-right {
			margin-right: 0;
			margin-left: auto;
		}

		&.image-style-block-align-left {
			margin-left: 0;
			margin-right: auto;
		}
	}

	& .image-style-align-center {
		margin-left: auto;
		margin-right: auto;
	}

	& .image-style-align-left {
		float: left;
		margin-right: var(--ck-image-style-spacing);
	}

	& .image-style-align-right {
		float: right;
		margin-left: var(--ck-image-style-spacing);
	}

	/* Simulates margin collapsing with the preceding paragraph, which does not work for the floating elements. */
	& p + .image.image-style-align-left,
	& p + .image.image-style-align-right,
	& p + .image.image-style-side {
		margin-top: 0;
	}

	& .image-inline {
		&.image-style-align-left,
		&.image-style-align-right {
			margin-top: var(--ck-inline-image-style-spacing);
			margin-bottom: var(--ck-inline-image-style-spacing);
		}

		&.image-style-align-left {
			margin-right: var(--ck-inline-image-style-spacing);
		}

		&.image-style-align-right {
			margin-left: var(--ck-inline-image-style-spacing);
		}
	}
}

.ck.ck-splitbutton {
	/* The button should display as a regular drop-down if the action button
	is forced to fire the same action as the arrow button. */
	&.ck-splitbutton_flatten {
		&:hover,
		&.ck-splitbutton_open {
			& > .ck-splitbutton__action:not(.ck-disabled),
			& > .ck-splitbutton__arrow:not(.ck-disabled),
			& > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
				background-color: var(--ck-color-button-on-background);

				&::after {
					display: none;
				}
			}
		}

		&.ck-splitbutton_open:hover {
			& > .ck-splitbutton__action:not(.ck-disabled),
			& > .ck-splitbutton__arrow:not(.ck-disabled),
			& > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
				background-color: var(--ck-color-button-on-hover-background);
			}
		}
	}
}

.textaco figure.media iframe.youtube {width: 100% !important; aspect-ratio: 16/9; height: auto;}

@media (max-width: 767px) {
    .textaco figure.image {width: 100% !important;}
    .textaco .image_resized, .textaco img {height: auto; max-width: 100%;}
}
 
/*FIN ESTILOS CKEDITOR*/

.ug-lightbox .ug-lightbox-overlay {
  background: #0d0d0ddb;
}

/************************************
*  Archivos adjuntos y tipografias  *
************************************/

.tipografia,
.titulo-contenido {
  text-align: left;
  color: #505050;
  text-transform: uppercase;
  font-family: var(--titulo);
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
}

.titulo-contenido {
  color: #000;
}
.tipografia i {
  color: var(--iconos);
}
.listado {
  text-align: justify;
}

.listado ul,
.listado li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.listado li {
  padding: 20px;
  background-color: var(--primario_transparente);
}
.listado li a,
.listado li.alt a {
  font-family: "Lato", sans-serif;
}
.listado li.alt {
  background-color: transparent;
}
.listado li.alt a {
  text-decoration: none;
}
.listado a {
  text-decoration: none;
}
.listado a:hover,
.listado li.alt a:hover {
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none !important;
}

.btn-gris {
  color: #333;
  background-color: #fafafa;
}
.btn-gris:hover,
.btn-gris:focus,
.btn-gris:active {
  color: #333;
  background-color: #dedede;
}

/**************************
SWIPEBOX
**************************/

.cuadro_fotos {
  padding-top: 15px;
  background-color: #f5f5f5;
  border: 1px solid #efefef;
}
.cuadro_fotos .foto_principal {
  background-color: #fff;
  margin-bottom: 15px;
}
.cuadro_fotos .galeria {
  padding: 30px 15px;
  background-color: #3b3b3b;
}
.swipebox .imagen {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-lightbox .imagen {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-lightbox .imagen:after {
  content: "";
  padding-top: 100%;
  display: block;
}

.product-lightbox .padre_imagen .imagen {
  content: "";
  padding-top: 100%;
  display: block;
}

.swipebox .imagen:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.swipebox .padre_imagen .imagen {
  content: "";
  padding-top: 100%;
  display: block;
}
.btn-precio {
  padding: 0;
}
.foto_color .imagen {
  float: left;
  height: 75px;
  width: 75px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 15px 30px 0;
}

.swipebox .imagen.secundaria {
  object-fit: contain;
}

.zona_galeria_mini .bx-wrapper .bx-prev {
  left: -45px;
}
.zona_galeria_mini .bx-wrapper .bx-next {
  right: -45px;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 1000;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
}

@media (max-width: 1200px) {
  .dropdown .fa {
    position: relative;
    left: -15px;
  }
}

/************************************
*             PAGINACION            *
************************************/

.btn-pagination {
  color: #ffffff;
  background-color: #565656;
  border-color: #565656;
}

.btn-pagination:hover,
.btn-pagination:focus,
.btn-pagination:active,
.btn-pagination.active,
.open .dropdown-toggle.btn-pagination {
  color: #ffffff;
  background-color: var(--primario);
  border-color: var(--primario);
}

.btn-pagination:active,
.btn-pagination.active,
.open .dropdown-toggle.btn-pagination {
  background-image: none;
}

.btn-pagination.disabled,
.btn-pagination[disabled],
fieldset[disabled] .btn-pagination,
.btn-pagination.disabled:hover,
.btn-pagination[disabled]:hover,
fieldset[disabled] .btn-pagination:hover,
.btn-pagination.disabled:focus,
.btn-pagination[disabled]:focus,
fieldset[disabled] .btn-pagination:focus,
.btn-pagination.disabled:active,
.btn-pagination[disabled]:active,
fieldset[disabled] .btn-pagination:active,
.btn-pagination.disabled.active,
.btn-pagination[disabled].active,
fieldset[disabled] .btn-pagination.active {
  background-color: #3a39367a;
  border-color: #3a3936;
}

.btn-pagination .badge {
  color: #0977b2;
  background-color: #ffffff;
}

.btn-pagination {
  padding: 10px 20px;
  font-size: 14px;
  margin: 0 15px;
  border: 1px solid;
}

.proyecto .imagen {
  background-size: cover;
}
.proyecto h3 {
  font-family: var(--familia_fuente);
  margin-bottom: 40px;
  text-align: center;
}

/************************************
*              FILTROS              *
************************************/

.filtros {
  height: auto;
  background-color: var(--transparencia);
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 0;
}

.filtros .btn-filtro {
  height: 34px;
  width: 100%;
  border-radius: 4px;
  gap: 5px;
}

.producto-detalle .filtros {
  height: 40px;
  font-size: 14px;
}

.filtros.interiores {
  background: #f9f9f9;
}

.filtros.gestion {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filtros.gestion > div {
  width: 100%;
  margin-top: 15px;
}

.centrarflitros {
  display: flex;
  align-items: center;
}

ol.breadcrumb {
  list-style: none;
  display: flex;
  margin: 0;
  background-color: transparent;
  border: 0;
}
.breadcrumb li a {
  text-transform: capitalize;
  color: #000;
}

#swipebox-close {
  top: 5px !important;
  right: 0;
  left: 0;
  position: absolute;
  left: 0;
  margin: auto;
  background-color: #000;
  border-radius: 50%;
  opacity: 0.8;
}

#swipebox-overlay {
  backdrop-filter: blur(3px);
}

/********************
*     ANIMATE       *
*********************/

.animate__animated.animate__delay-1_5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.5);
  animation-delay: calc(var(--animate-delay) * 1.5);
}

.animate__animated.animate__delay-0_75s {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.75);
  animation-delay: calc(var(--animate-delay) * 0.75);
}

.animate__animated.animate__delay-0_5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.5);
  animation-delay: calc(var(--animate-delay) * 0.5);
}

.animate__animated.animate__delay-0_25s {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.25);
  animation-delay: calc(var(--animate-delay) * 0.25);
}

.animate__animated.animate__delay-0_10s {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.1);
  animation-delay: calc(var(--animate-delay) * 0.1);
}

@media (max-width: 797px) {
  .cabecera .caja .titulo-container h1 {
    font-size: 35px;
  }

  .cabecera .titulo-container .adorno {
    width: 80px;
  }
}
