/* Reemplazo plugin shortcodes
-------------------------------------------------------------- */

.pricing-table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.pricing-table-plan {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      background-color: white;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      text-align: center;
      padding: 20px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pricing-table-plan:hover {
      background-color: #e0e0e0;
}

.pricing-table-plan-name {
    font-size: 32px;
    font-weight: bold;
    color: #ff7c7c;
    margin-bottom: 10px;
	line-height: 100%;
}

.pricing-table-plan-price {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.pricing-table-plan ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}

.pricing-table-plan ul li {
    margin: 5px 0;
	font-size: 0.8em;
}

.pricing-table-plan ul li:nth-child(odd) {
    color: #999;
}

.pricing-table-plan ul li:nth-child(even) {
    color: #000;
}

.pricing-table-plan-button {
    align-self: end; /* Empuja el botón hacia el final de la columna */
    padding: 10px 20px;
    background-color: #ff7c7c;
    color: #fff !important;
	text-decoration: none !important;
    border: 2px solid #ff7c7c;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
	width: 100%;
	margin-top: auto;
}

.pricing-table-plan-button:hover {
    background-color: white;
    color: #ff7c7c !important;
    border: 2px solid #ff7c7c;
}

@media (max-width: 768px) {
    .pricing-table {
		display: flex;
        flex-direction: column; /* Apila las columnas en una sola columna */
    }

    .pricing-table-plan {
        width: 100%; /* Ocupa todo el ancho */
        margin-bottom: 20px; /* Espaciado entre las columnas apiladas */
    }
	
.pricing-table-plan ul li {
	font-size: 1em;
}
}

.legal-disc {
	font-size: 0.9em!important;
}

.caja-cartilla-fichas {
	text-align: center;
    background: #eeeeee;
    padding: 10px!important;
	border: 1px solid #eeeeee;
    /*margin: 0 5px;*/
}

@media (max-width: 768px) {
	.caja-cartilla-fichas {margin-bottom:10px;}
}

.cartilla-contenedor {
	background-color: #ffa3a3;
	flex-basis:33%;
	text-align: center;
	padding: 50px;
	cursor: default;
}

.cartilla-contenedor:hover {
	background-color: #ff7c7c;
}

.cartilla-contenedor p {
	margin-bottom: 0px !important;
}

.margin-50px {
	margin: 50px 0;
}

.cartilla-valor {
	color: #fff;
    font-size: 4em!important;
    font-weight: bold;
	margin-top: -20px;
}

.cartilla-dato {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.cartilla-valor {
		font-size: 4em !important;
	}
}

@media screen and (max-width: 768px) {
	.cartilla-contenedor {
		margin-bottom: 20px;
	}
}

.atcliente-valor {
	color: #fff;
    font-size: 4em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
	.atcliente-valor {
		font-size: 3em !important;
	}
}

.cobertura-tabs {
  margin: 0 auto;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

.cobertura-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}

.cobertura-tab-button {
  flex: 1 0;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #ccc;
  outline: none;
  text-align: center;
  transition: background-color 0.3s ease;
  color: #000;
  border-radius: 0px;
}

.cobertura-tab-button:last-child {
  border-right: none;
}

.cobertura-tab-button:hover {
  background-color: #eaeaea;
}

.cobertura-tab-button.active {
  background-color: #ddd;
  font-weight: bold;
}

.cobertura-tab-contents {
  padding: 20px;
}

.cobertura-tab-content {
  display: none;
}

.cobertura-tab-content.active {
  display: block;
}

@media screen and (max-width: 768px) {
	.cobertura-tab-button {
	  flex: 1 0 33%; /* Tres pestañas por fila, cambiar según necesidad */
	  font-size: 0.9em;
	}
}

.info-oculta-contenedor {
	margin-bottom: 20px;
}

.info-oculta-contenido {
	padding: 20px;
	display: none; /* Inicialmente oculto */
}

.info-oculta-contenido ul li:nth-child(odd) {
    color: #666;
}

.info-oculta-contenido ul li:nth-child(even) {
    color: #999;
}

a.info-oculta-link {
    text-decoration: none!important;
    font-weight: 600;
}

.menu-fichas {
    display: grid;
    grid-template-columns: repeat(8, 1fr); /* 4 columnas en la fila superior */
    justify-content: space-between;
    background-color: #eeeeee;
    padding: 0;
    width: 100%;
	border-radius: 10px;
}

.menu-fichas > button {
    width: 100%;
    padding: 10px; /* Ajusta según tu diseño */
    box-sizing: border-box; /* Para incluir padding en el ancho total */
}

.menu-fichas-button {
    flex: 1; /* Equal width for all buttons */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #666;
    padding: 10px 0;
    transition: background-color 0.3s ease;
	border-radius: 10px;
}

.menu-fichas-button:last-child {
    border-right: none; /* Remove border from the last button */
}

/* Icons */

.menu-fichas-icon {
  width: 22px;
  height: 22px;
}

@media (min-width: 768px) {
	.menu-fichas-icon {
		margin-right: 8px;
	}
}

/* Text */
.menu-fichas-button span {
    font-size: 16px;
}

/* Hover effect */
.menu-fichas-button:hover {
    background-color: #ccc;
}

/* Responsive Design */
/* For small screens: stack the icon above the text */
@media (max-width: 768px) {
    .menu-fichas-button {
        flex-direction: column;
        padding: 15px 0;
    }
	
    .menu-fichas {
        grid-template-columns: repeat(4, 1fr); /* 4 columnas en la fila superior */
        grid-auto-rows: auto; /* Altura dinámica */
    }
}

/* Nuevos maps */
#map-container {
	position: relative;
	width: 100%;
	height: 250px;
}

#map-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2025/01/bg-maps-fichas.jpg) center center/cover;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 1;
}

.map-span-text {
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
}

#map-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: none;
}

.caja-coberturas-similares {
	text-align: center;
    padding: 10px!important;
	border: 1px solid #eeeeee;
    margin: 0 5px;
}

.caja-coberturas-similares p {
    margin: 0;
}

.caja-coberturas-similares a {
    color: #666;
	text-decoration: none;
}

.caja-coberturas-similares a:hover {
    color: #333;
}

.coberturas-similares {
    border: 2px solid #eeeeee;
    border-radius: 5px;
}

.coberturas-similares a {
    color: #000;
    display: inline-block;
    padding: 16px 15px 6px 15px;
	transition: .2s ease-in;
	width: 100%;
	height: 100%;
    text-align: center;
	text-decoration: none;
}

.coberturas-similares a:hover {
	font-weight: 600;
}


@media (max-width: 768px) {
	.coberturas-similares {
		margin-bottom:10px;
	}
}

.custom-list {
  list-style: none; /* Elimina los bullets predeterminados */
  padding: 0;
  margin: 0;
}

.custom-list li {
  position: relative;
  padding-left: 30px; /* Espacio para el ícono */
  margin-bottom: 10px; /* Espaciado entre elementos */
  margin-left: 20px;
}

.custom-list li::before {
  content: ''; /* Necesario para usar un pseudo-elemento */
  position: absolute;
  left: 0;
  top: 50%; /* Centra verticalmente */
  transform: translateY(-50%);
  width: 20px; /* Ajusta al tamaño del ícono SVG */
  height: 20px;
  background-image: url('/wp-content/themes/miobrasocial-child/images/icons/check-solid.svg'); /* Ruta del archivo SVG */
  background-size: contain; /* Asegura que el ícono se ajuste al contenedor */
  background-repeat: no-repeat; /* Evita repeticiones */
  background-position: center; /* Centra el ícono */
}