/*estilos generales*/


.sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
}

h3.widget-title {
    margin-top: 24px;
    text-align: center;
    font-size: 17px;
    font-family: 'Catamaran' !important;
    color: #0a080b;
}

.entry-content h4 {
    margin-top: 24px;
    text-align: center;
    font-size: 17px;
    font-family: 'Catamaran' !important;
    color: #0a080b;
}

.new-hero-idiomas {
    background-repeat: repeat-x !important;
    background-size: 35%;
    background-position-y: 0;
}

.new-hero-idiomas h1{
	background-color: #fff;
    padding: 3% 3%;
    padding-right: 9%;
    margin: 0;
    max-width: fit-content;
    margin-top: 10%;
    margin-bottom: 1%;
}

.bandera-suiza h1 {
    background-image: url(https://www.seen-group.com/wp-content/uploads/2025/08/Switzerland-CH.svg);
    background-repeat: no-repeat;
    background-size: 55px;
    background-position-x: 98%;
    background-position-y: 15px;
}

/*estilos generales*/

/*benner inicial*/

.banner-inicio-idiomas {
	display: flex;
	background-color: #ffffffad;
	padding: 50px 40px;
	width: 50%;
	margin-top: auto;
	margin-bottom: auto;
	padding: 2%;
	align-items: center;
	justify-content: space-between;
}

.contenedor-texto {
	max-width: fit-content;
}

.contenedor-bandera {
	max-width: 35%;
}

img.bandera-idioma {
	max-width: 145px;
}

.contenedor-idiomas img.emoji  {
	min-height: 95px;
	min-width: 95px;
}

.socios {
	background-color: #eaedef;
	padding: 35px 25px !important;
	min-height: 160px;
	height: 180px;
    margin-right: 15px !important;
}


/*CONTENEDORES DE BANDERAS IDIOMAS*/
.contenedor-idiomas h3 {
    text-align: center;
	margin: 5%;
	margin-top: 15%;
	margin-bottom: 0;
}

/* Tu CSS existente ... */

.contenedor-idiomas {
    background-color: white;
    min-height: 325px;
    max-width: 325px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
img.banderas-idiomas {
    max-width: 75px;
}

.ale-info {
	width: 100%;
	overflow: visible;     /* importante para que el menú se vea */
	position: relative;    /* base para el absolute del menú */
}

.ale-info a.btn-idiomas {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 5px;
	max-width: 100%;
	height: 100%;
	font-size: 17px;
	color: white !important;
	text-decoration: none;
	background-color: #577A87;
	transition: background 0.2s;
}

.ale-info a.btn-idiomas:hover {
	text-decoration: underline;
	background-color: #78949f;
}

/* --- MENÚ DROPDOWN --- */
.idioma-menu {
	display: none;
	position: absolute;
	bottom: 100%;        /*  menú se abre hacia arriba */
	left: 0;
	width: 100%;
	width: -webkit-fill-available;
	background-color: #fff;
	z-index: 100;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
	box-shadow: 0 -4px 10px rgba(0,0,0,0.1); /* sombra invertida */
	border: 1px solid #e6e6e6;
}
	

.idioma-menu h4 {
	color: #0a080b !important;
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 15px;
}

.idioma-menu p {
	margin: 6px 0;
}

.idioma-menu a.btn-idiomas-interno {
	text-decoration: none;
	color: #333;
	font-weight: 500;
}

.idioma-menu a.btn-idiomas-interno:hover {
	color: #d19781;
}

/* Mostrar menú SOLO cuando el mouse está sobre el botón */
.mostrar-idiomas:hover + .idioma-menu,
.idioma-menu:hover {
	display: flex;
}

/* Mantenerlo visible cuando el mouse está sobre el propio menú 

.idioma-menu:hover {
	display: flex;
}
*/


/* Opcional: evita que el estilo global de p afecte los items del menú */
.contenedor-idiomas .idioma-menu p {
	font-size: 15px !important;  /* ajusta si lo quieres distinto del general */
	line-height: 1.4;
}

/* Si usabas esto para la bandera, lo dejamos igual */
.contenedor-idiomas .btn-idiomas-interno .emoji {
	min-width: unset !important;
	min-height: unset !important;
}

/*CONTENEDORES DE BANDERAS IDIOMAS*/






@media only screen and (max-width: 1024px) {
	.socios {
		background-color: #eaedef;
		padding: 10px 10px !important;
		min-height: 190px;
		height: 190px;
	}
}


@media only screen and (max-width: 768px) {

	.entry-content h1 {
		font-size: 30px;
	}

	.banner-inicio-idiomas {
		width: 80%;
	}

	img.bandera-idioma {
		max-width: 95px;
	}
	.socios {
		height: 260px;
		max-width: 70%;
		min-width: 260px;
		margin: auto !important;
	}
	
	.new-hero-idiomas h1 {
		padding-right: 15%;
	}
}


@media only screen and (max-width: 430px) {

	.banner-inicio-idiomas {
		width: 95%;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
		padding: 5%;
	}

	.contenedor-texto {
		max-width: 100%;
	}

	.projekte {
		background-color: #ffffffad;
		padding: 50px 40px;
		width: 80% !important;
		margin-top: 12%;
		margin-bottom: 12%;
		padding: 2%;
		min-width: unset !important;
	}

	img.bandera-idioma {
		max-width: 60px;
	}
	
	.bandera-suiza h1 {
		background-size: 45px;
	}

}


