/* ========================================
  CSS ADICIONAL CP
======================================== */

.parrafo-landing {
   /*padding-left:4em;
	padding-right:2.6em;*/
	margin: 1rem auto;
	width: min(1200px, 92%);
	text-align: justify;
	}
.parrafo-landing li {
 margin-left:5%;
	padding-right:10%;
	text-align: justify;
	}
.parrafo-central {
   padding-left:4em;
	padding-right:2.6em;
	text-align: center;
	}

.contenedor-padre {
  display: flex; /* Activa flexbox */
  gap: 20px; /* Espaciado entre columnas */
}

.columna {
  display: flex;
  flex-direction: column; /* Alinea contenido verticalmente */
}

.boton {
  margin-bottom: 0; /* Empuja el botón a la base */
}

.separator-line {
  flex-grow: 1;
  height: 2px;
  background-color: #1C244B;
  min-width: 40px;
}
.h2-title-box {
  border: 2px solid #1C244B;
  padding: 1rem 1.5rem;
	margin-left: 1rem;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: 800;
  color: #1C244B;
  white-space: normal;
  z-index: 1;
  display: inline-block;
}

.h2-title-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0rem;
  /* gap: 1rem; */
	position: relative;
}
.imagen-cilindro{
	margin: 2rem;
	align-items: center;
	text-align: center;
}
.titulo {
	margin:0.2rem;
}
.tabla-descuento {
	margin: 2rem;
	
}
/* Quita el borde exterior y las líneas de las celdas */
.wp-block-table, 
.wp-block-table td, 
.wp-block-table th {
    border: none !important;
    border-width: 0 !important;
}
.separator-line-green {
  flex-grow: 1;
  height: 2px;
  background-color: #86bf57;
  min-width: 40px;
}
.h2-title-box-green {
  border: 2px solid #86bf57;
  padding: 1rem 1.5rem;
	margin-left: 1rem;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: 800;
  color: #1C244B;
  white-space: normal;
  z-index: 1;
  display: inline-block;
}
.separator-line-orange {
  flex-grow: 1;
  height: 2px;
  background-color: #fd7428;
  min-width: 40px;
}
.h2-title-box-orange {
  border: 2px solid #fd7428;
  padding: 1rem 1.5rem;
	margin-left: 1rem;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: 800;
  color: #1C244B;
  white-space: normal;
  z-index: 1;
  display: inline-block;
}.separator-line-orange {
  flex-grow: 1;
  height: 2px;
  background-color: #fd7428;
  min-width: 40px;
}
.separator-line-red {
  flex-grow: 1;
  height: 2px;
  background-color: #bf1c16;
  min-width: 40px;
}
.h2-title-box-red {
  border: 2px solid #bf1c16;
  padding: 1rem 1.5rem;
	margin-left: 1rem;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: 800;
  color: #1C244B;
  white-space: normal;
  z-index: 1;
  display: inline-block;
}
.imgleft {
    padding-left: 4em;
    overflow: hidden; /* Corta el contenido que sobresalga de los bordes */
}

.imgleft img {
    border-radius: 10px;
}
.imgcenter img {
    border-radius: 10px;
}
.imgcenter {
    padding: 0.2rem;
    overflow: hidden; /* Corta el contenido que sobresalga de los bordes */
}
.imgright {
    padding-right: 4em;
    overflow: hidden; /* Corta el contenido que sobresalga de los bordes */
}
.imgright img { 
    border-radius: 10px;

}
.columnaleft {
   padding-left:2rem;
	text-align:justify;
	}
.columnaright {
   padding-right:2rem;
	text-align:justify;
	}
.columnamedio {
   padding-left:0.5rem;
	padding-right:0.5rem;
	text-align:justify;
	}
.cuadro-texto{
	border-radius:6px;
	padding: 1rem;
	background: #003966!important ;
	color: #ffffff !important;
}
.columnacerveza-a {
	background-color: #003966;
  padding: 2em;   
    border-radius: 15px; 
    margin-bottom: 1em;
	color:#fff;
	text-align: justify;
}
.columnacerveza-b {
	background-color: #666666;
  padding: 2em;   
    border-radius: 15px; 
    margin-bottom: 1em;
	color:#fff;
	text-align: justify;
}

.block-columns {
    gap: 25px; 
	/*margin-left:4rem;
	margin-right:4rem;*/
	width: min(1200px, 92%);
    margin: 1rem auto;
	text-align: justify;/* Esto aplica espacio tanto horizontal como vertical */
}

/* Si solo quieres espacio entre columnas (horizontal)
.wp-block-columns {
    column-gap: 20px; 
} */
.is-style-rounded img {
    border: 1px solid #eaeaea; /* Cambia el color y grosor a tu gusto */
    border-radius: 999px !important; /* Asegura que sea un círculo/óvalo perfecto */
    overflow: hidden; /* Corta cualquier exceso del borde */
    box-sizing: border-box; /* Asegura que el borde no agrande la imagen de más */
}
.contenedor-tabla {
    width: 95%;
    margin: auto;
    padding: 4%
}

.fila {
    width: 100%
}

.filaA {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.filaB,.filaC {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.filaH {
    margin-top: 30px
}

.columnaConUnElemento {
    width: 5.55%
}

.columnaConUnElemento div {
    width: 100%;
    transition: transform .3s;
    transition-delay: .1s
}

.columnaConDosElementos {
    width: 11.1%;
    display: flex
}

.columnaConDosElementos div {
    width: 50%;
    transition: transform .3s;
    transition-delay: .1s
}

.columnaConSeisElementos {
    width: 33.3%;
    display: flex
}

.columnaConSeisElementos div {
    width: 16.66%;
    transition: transform .3s;
    transition-delay: .1s
}

.columnaConDiesciochoElementos {
    width: 100%;
    display: flex
}

.columnaConDiesciochoElementos div {
    width: 5.55%;
    transition: transform .3s;
    transition-delay: .1s
}

.columnaConUnElemento div:hover,.columnaConDosElementos div:hover,.columnaConSeisElementos div:hover,.columnaConDiesciochoElementos div:hover,.columnaConCatorceElementos div:hover {
    cursor: pointer;
    transform: scale(1.2)
}

.columnaConCatorceElementos {
    width: 77.7%;
    display: flex;
    justify-content: center;
    margin: auto
}

.columnaConCatorceElementos div {
    width: 7.14%;
    transition: transform .3s;
    transition-delay: .1s
}

.contenedor-tabla img {
    width: 100%
}

.destacado-tabla {
    animation-duration: 2s;
    animation-name: efecto;
    animation-iteration-count: infinite
}

.destacado-tabla img {
    border: 2px solid #2372b1;
    box-shadow: 2px 2px 5px #000
}

.div-pantalla-completa {
    position: fixed;
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 140000;
}

.div-modal {
    position: fixed;
    top: 20%;
    right: 0;
    left: 0;
    margin: auto;
    width: 30%;
    max-width: 400px;
    min-width: 300px;
    background: transparent;
    z-index: 150000;
    border-radius: 5px
}

.contenido-modal {
    width: 90%;
    margin: auto
}

.thumb-elemento-modal {
    width: 100%;
    margin: auto
}

.thumb-elemento-modal img {
    width: 100%
}

.btn-cerrar-modal {
    background: transparent;
    border: none;
    float: right;
    color: #fff;
    cursor: pointer
}

.btn-cerrar-modal i {
    font-size: 3em;
    color: #1e72b9
}

.enlace-piedra {
    text-decoration: none;
    display: block;
    padding: 10px;
    background: #1e72b9;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin-top: .3em
}

.enlace-piedra:active {
    transform: scale(0.9)
}

.enlace-piedra:hover {
    background: #0e5896;
    text-decoration: none;
    color: #fff !important
}

.thumb-spinner {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 1
}

.thumb-spinner-transition {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 2s
}

.spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    margin: 0;
    width: 80px;
    height: 80px;
    vertical-align: middle
}

.path {
    stroke: #1e72b9;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite
}

.div-buscador {
    width: 70%;
    margin: auto auto 40px auto;
    background: #1e72b9;
    padding: 10px;
    border-radius: 10px
}

.div-buscador h3 {
    color: #fff;
    text-align: center;
    margin: .5em auto;
    font-size: calc(0.8em + 0.5vw) !important;
    line-height: 1em !important
}

.buscador-tabla {
    display: block;
    width: 90%;
    height: 22px;
    margin: auto;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: calc(0.8em + 0.2vw) !important
}

.title-elementos-combinados {
    margin: 2em auto 1em auto;
    text-align: center
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -124
    }
}

.oculto {
    display: none
}

@keyframes efecto {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }

    100% {
        transform: scale(1)
    }
}
.wp-block-button__link {
	background-color:#003966 !important;
	font-size: 0.8em !important;

	
}

/*Acordeon*/
.acordeon-gasex {
    border: 1px solid #d1d5db !important;
    border-left: 6px solid #0056b3 !important; /* Azul Gasex */
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    overflow: hidden;
    transition: all 0.3s ease;
}


.acordeon-gasex summary {
    padding: 15px 20px !important;
    color: #0056b3 !important;
    font-weight: bold !important;
    cursor: pointer;
    background-color: #ffffff;
}


.acordeon-gasex:active summary {
    background-color: #0056b3 !important;
    color: #ffffff !important;
}


.acordeon-gasex div {
    padding: 20px !important;
    background-color: #fcfcfc;
}


.acordeon-gasex summary::-webkit-details-marker {
    display: none;
}
.grid-subsecciones {
  display: none;
}

.foto_cabecera {
    width: 100% !important;
    position: relative !important;
    max-width: none !important; /* Quita límites de ancho máximo */
    display: block !important;
    height: auto !important;
}