@font-face {
	font-family: 'coolvetica';
	src: url('../../font/coolvetica.otf') format('opentype');
}

@font-face {
	font-family: 'Notera';
	src: url('../../font/notera.ttf') format('truetype');
}

/* 0) CONTAINER BODY  */
body{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* height: 2000px; */
	background-color: #EEEEEE;
	/* background-color: #F5F5F5; */
	/* background-color: #9abb5e; */
	/* background-image: linear-gradient(120deg, #395D3B 0%, #96e6a1 100%); */
	margin:0px;
	/* padding: 2%; */
	/* background-color: #BDBDBD; */
	/* font-family: "coolvetica"; */
}

/* 0) END CONTAINER BODY */

/* 0) CONTAINER FLAG */
.flagColors{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
}

.lineColor{
	display:flex;
	flex-direction: row;
	width: 100%;
	/* border: 3px solid #f40094; */
	border:3px solid #f3d5dd;
	margin-bottom: 1px;
}

/* 0) END CONTAINER FLAG */

/* 0) CONTAINER MAIN */

.containerMain{
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items:center;
	margin:0px;
	/* background-image: linear-gradient(120deg, #395D3B 0%, #96e6a1 100%); */
	/* margin-top: 2%; */
	/* margin-left: 2%;
	margin-right: 2%; */
	/* border: 1px solid red; */
	/* background-color: green; */
}
/* END CONTAINER MAIN */


/* 0.1)CONTAINER HEADER */
header{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100px;
	justify-content: center;
	align-items:center;
	margin:0px;
	/* margin-bottom: 1%; */
	padding: 0px;
	background-color: white;
	/* background-color: #395D3B;	 */
	/* border: 3px solid #395D3B; */
	/* background-image: url(''); */
	/* background-image: linear-gradient(120deg, #395D3B 0%, #96e6a1 100%); */
	
}

.mainMenu{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:100px;
	justify-content: center;
	align-items:center;
	/* background-color:#F5F5F5; */
	/* background-color: '#395D3B'; */
	/* border-radius: 25px; */
	/* border:1px solid blue;	 */
	/* color:black; */
	position: relative;
	overflow: hidden;
}

.rosa-abajo {
	position: absolute;
	width: 100px; /* La imagen ocupa el 20% del ancho del div */
	height: auto; /* Mantiene la proporción de la imagen */
	z-index: 1; /* Asegura que otras imágenes estén detrás del contenido */
	bottom: 0; /* Posiciona la imagen en el borde inferior */
    left: 0;   /* Alinea la imagen al borde izquierdo */
	/* border:1px solid green; */
}

.mainMenu > figure{

	display: flex;
	flex-direction: row;
	width: 20%;
	height:auto;
	justify-content: center;
	align-items:center;
	/* border: 1px solid brown; */
	margin: 0px;
	padding: 0px;
	margin-left: 6%;
	/* background-color: #00BFA5; */

}

.mainMenu > figure >span{
	text-decoration: none;
	color: #4CAF50;
	font-weight: bold;
	font-size: 1.5em;
}

.brand2{

	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	transition: transform 0.3s ease;
	margin-right: 5%;
	/* background-color: #00BFA5; */
}


.brand2:hover{
	transform: translateX(5px);
}

.brand2 > a{
	text-decoration: none;
	display: flex;
	flex-direction: row;
	width: 100%;
	/* height: 300px; */
	justify-content: center;
	align-items:center;
}

/* 43px por 21 px manual de marca */
.brand2 > a > img{
	width: auto;
	height: 84px;
	filter: contrast(0.8); /* Aumenta el brillo y contraste */
	cursor: pointer;
	/* border:1px solid red; */
}


.mainMenuLinks{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items:center;
	width: 80%;
	height: 80px;
	/* height: 25px; */
	/* margin-bottom: 2%; */
	/* border:1px solid red; */
	position: relative;
	overflow: hidden;
	padding-right: 8%;
}

.rosa-arriba {
	position: absolute;
	width: 100px; /* La imagen ocupa el 20% del ancho del div */
	height: auto; /* Mantiene la proporción de la imagen */
	z-index: 1; /* Asegura que otras imágenes estén detrás del contenido */
	top: 0; /* Posiciona la imagen en el borde inferior */
    right: 0;   /* Alinea la imagen al borde izquierdo */
	/* border:1px solid green; */
}

.mainMenuLinks > a{
	display: flex;
	flex-direction: row;
	width: auto;
	/* height:inherit; */
	justify-content: center;
	align-items:center;
	text-decoration: none;
	color: #424242;
	text-align: center;
	margin-right: 1%;
	padding-left: 1px;
	padding-right: 1px;

	/* font-size: 1.5em;
	transform: scaleY(1.8);
	font-family: 'Notera', sans-serif;  */

	font-size: 1.05em;
	font-family: 'Courier', monospace;
  	font-style: italic;
	font-weight: bold;
}

.mainMenuLinks > a:hover{
	cursor: pointer;
	/* border-bottom: 1px solid black; */
	/* background-color: black; */
	color:#f40094;
}

.btnDownload{
	font-size: 24px;
	font-weight: bold;
	animation: blink-animation 1.2s steps(1) infinite;
}

.btnDownload:hover{
	color: #4CAF50;
}

.btnSiguenos{
	font-size: 0.9em;
	font-weight: bold;
	color: white;
	animation: blink-animation 1.2s steps(1) infinite;
}

@keyframes blink-animation {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}



/* END CONTAINER HEADER */

/*  */

.containerContact{
	display: flex;
	flex-direction: column;
	width: 100%;
	/* height: 400px; */
	justify-content: center;
	align-items: center;
	/* border:1px solid green; */
	background-color: #EEEEEE;
	margin-top: 1%;
	margin-bottom: 1%;
	position: relative;
}

.con-c-title{
	display: flex;
	flex-direction: row;
	width: 60%;
	height:40px;
	justify-content: center;
	align-items:center;
	/* background-color: #d9ceaa; */
	border-radius: 8px;
	color:black;

	font-weight: bold;
	font-size: 1.5em;
	margin-top: 2%;
	margin-bottom: 2%;
	/* font-family: "coolvetica"; */
	/* border:1px solid red; */

	color:#eb0079;
    /* font-size: 2em;
    letter-spacing: 1px;
    transform: scaleY(2.5);
    font-family: 'Notera', sans-serif; */

	font-size: 1.8em;
	font-family: 'Courier', monospace;
	font-style: italic;
}

.con-cc-titles{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:30px;
	justify-content: center;
	align-items:center;
	/* background-color: #EA69A3; */
	border-radius: 8px;
	color:black;
	font-weight:normal;
	font-size: 1em;
	margin-bottom: 2%;
	/* font-family: "verdana"; */
	font-weight: normal;
	font-family: 'Courier', monospace;
}

.con-c-contact{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:auto;
	justify-content: center;
	align-items:center;
	/* background-color: #E0E0E0; */
	/* margin-top: 10px; */
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	/* border: 1px solid red; */
}

#formContact{
	width: 45%;
	margin-right: 2%;
}

.con-c-contact > iframe{
	width:45%; 
	height:520px;
	margin-bottom: 1%;
	/* border:1px solid red; */
}

#formContact > .form-group > label{
	display: none;
}

#formContact > .form-group > span{
	display: none;
}

#formContact > .form-group > small{
	display: none;
}

#formContact > .form-group > input{
	background-color: white;
	color: black;
	font-weight: bold;
	font-family: 'Courier', monospace;
}

#formContact > .form-group > input::placeholder{
	color: black;
	opacity: 0.7;
	font-family: 'Courier', monospace;
}


#formContact > .form-group > textarea{
	background-color: white;
	color:black;
	font-weight: bold;
	font-family: 'Courier', monospace;
}


#formContact > .form-group > textarea::placeholder{
	color:black;
	opacity: 0.7;
	font-family: 'Courier', monospace;
}

.con-c-buttonSubmit{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	font-family: 'Courier', monospace;
}

#btnContact{
	background-color: #00BFA5;
	color:white;
	font-weight: bold;
	border: none;
	width: 60%;
	margin-top: 10px;
	/* margin-bottom: 10px; */
	font-family: 'Courier', monospace;
}

.con-c-contact > iframe{
	width:'45%'; 
	height:'520px';
}

#id_captcha_1{
	margin-top: 10px;
}

#notificationsContact > * {
	position: absolute;
	bottom:0;
	right: 0;
	font-size: 0.7em;
}

/* END CONTAINER GALERY CONTACT */

/*  */


.containerFooter{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	/* border:1px solid red; */
}

footer{
	/* display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	background-color: lightslategray;
	border-top: 3px solid white;
	background-image: linear-gradient(120deg, #395D3B 0%, #96e6a1 100%); */

	display: flex;
	flex-direction: column;
	width: 100%;
	height: 80px;
	justify-content: center;
	align-items:center;
	margin:0px;
	/* margin-bottom: 1%; */
	padding: 0px;
	background-color: white;
	/* background-color: #395D3B;	 */
	/* border: 3px solid #395D3B; */
	/* background-image: url(''); */
	/* background-image: linear-gradient(120deg, #395D3B 0%, #96e6a1 100%); */
	
}

.fmainMenu{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:80px;
	justify-content: center;
	align-items:center;
	gap:20px;
	/* background-color:#F5F5F5; */
	/* background-color: '#395D3B'; */
	/* border-radius: 25px; */
	/* border:1px solid blue;	 */
	/* color:black; */
}

.fmainMenu > figure{
	display: flex;
	flex-direction: row;
	/* width: 12%; */
	height:80px;
	justify-content: center;
	align-items:center;
	/* border: 1px solid yellow; */
	margin: 0px;
	padding: 0px;
}

.fmainMenu > figure >span{
	text-decoration: none;
	color: #4CAF50;
	font-weight: bold;
	font-size: 1.5em;
}

.fbrand{
	/* display: flex;
	flex-direction: row;
	width: 20%;
	height: 60px;
	justify-content: center;
	align-items:center; */
	/* border:1px solid green; */

	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	/* height: 100vh; */
	/* border: 1px solid green; */
	background-color: white;
	/* box-shadow: 0px 4px 8px rgba(238, 238, 238, 0.6); */
	box-shadow: 0px 4px 12px rgba(189, 189, 189, 0.9);
	border-radius: 10px;
	margin: 0px;
	padding: 0px;
	transition: transform 0.3s ease;
	margin-right: 5%;
}

.fbrand:hover{
	transform: translateX(5px);
}

.fbrand > a{
	text-decoration: none;
	display: flex;
	flex-direction: row;
	width: 100%;
	/* height: 300px; */
	justify-content: center;
	align-items:center;
}

.fbrand > a > img{
	/* width: 50%;
	height: 60px; */

	/* border:1px solid red; */
	width: 22px;
	height: 36px;
	filter: contrast(0.8); /* Aumenta el brillo y contraste */
	/* padding: 2px; */
	cursor: pointer;
}

/* .brand > a > img:hover{
	transform: scale(1.1);
} */

.fcopyright{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items:center;
	height: 80px;
	/* border:1px solid greenyellow; */
}

.fcopyright > span{
	font-size: 1.1em;
	/* font-family: 'coolvetica'; */
	transform: scaleY(2.3);
	font-family: 'Notera', sans-serif;
}

.fmainMenuLinks{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items:center;
	width: 10%;
	height: 80px;
	/* height: 25px; */
	/* margin-bottom: 2%; */
	/* border:1px solid red; */
	
}

.fmainMenuLinks > a{
	display: flex;
	flex-direction: row;
	width: 9%;
	height:inherit;
	justify-content: center;
	align-items:center;
	/* padding-left: 1%;
	padding-right: 1%; */
	/* border-left: 1px solid white; */
	text-decoration: none;
	color: #424242;
	text-align: center;
	font-size: 1.1em;

	border:1px solid white;
	/* background-color: rgba(255, 2555, 255, 0.8); */
	/* padding-top: 1%;
	padding-bottom: 1%; */
	margin-right: 10px;
	/* border-radius: 25px; */
	font-family: 'coolvetica';

}

.fmainMenuLinks > a:hover{
	cursor: pointer;
	/* border-bottom: 1px solid black; */
	/* background-color: black; */
	color:#4CAF50;
}



.fEurekLogo{
	display: flex;
	flex-direction: row;
	width: auto;
	height: 80px;
	/* border: 1px solid red; */
	transition: transform 0.3s ease;
}

.fEurekLogo:hover{
	transform: translateX(5px);
}

.fEurekLogo>a{
	text-decoration: none;
	display: flex;
	flex-direction: row;
	width: 100%;
	/* height: 300px; */
	justify-content: center;
	align-items:center;
}


.fEurekLogo>a>img{
	width: 100px;
	height: auto;
	/* filter: contrast(0.8); */
	cursor: pointer;
	/* border:1px solid blue; */
}




.callToAction{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
	/* background-color: #f40094; */
	background-color: #f3d5dd;
	/* border:1px solid red; */
}

.emailPhone{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 70%;
	height: 30px;
	/* border:1px solid red; */
}

.emailPhone > a{
	margin-right: 10px;
	text-decoration: none;
	color: black;
	color: white;
	color:#eb0079;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: underline;
	font-family: 'Courier', monospace;
}

.emailPhone > a:hover{
	color: #424242;
}


.socialNetwork{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 30%;
	height: 30px;
}

.socialNetwork > a{
	margin-left: 10px;
	text-decoration: none;
	color: black;
	color: white;
	color:#eb0079;
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 10px;
}

.socialNetwork > a:hover{
	color: #424242;
}




























.linkheaderProfile{
	/* border:1px solid rebeccapurple; */
	position: absolute;
	top: 10px;
	right: 10px;
}

.headerProfile{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* width: 6%; */
	/* height: 10vh; */
	/* border-right: 1px solid blue; */
	position: absolute;
	top: -10px;
	right: 10px;
}

.headerProfile>a{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* border:1px solid red; */
	height: 100px;
	/* margin-top: 20px; */
}

.headerProfile>a>img{
	height: 45px;
	width: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}   

.headerProfile>a>img:hover{
	height: 50px;
	width: 50px;
	opacity: 0.5;
  	display: block;
  	transition: .3s ease;
  	backface-visibility: hidden;
  	cursor: pointer;
}  







/* WHASTAPP */
.containerFloat{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position:fixed;
	width:45px;
	height:auto;
	bottom:30px;
	right:10px;
  	z-index:100;
	/* border:1px solid purple; */
	background-color: rgba(0, 0, 0, 0.6);
	/* opacity: 0.6; */
	padding-top: 10px;
}

.container-icon-cirle{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:auto;
	height:auto;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
  	z-index:100;
	/* border:1px solid blue; */
	margin-bottom: 10px;
	text-decoration: none;
}

.icon-cirle-whastapp{
	width:36px;
	height:36px;
	background-color:#25d366;
	color:#FFF;
	text-align:center;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	border-radius:50px;
	border:1px solid #25d366;
}

.icon-cirle-whastapp:hover{
	background-color:#FFF;
	color:#25d366 ;
	text-decoration: none;
}


.icon-cirle-linkedin{
	width:36px;
	height:36px;
	background-color:#0077B5;
	color:#FFF;
	text-align:center;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	border-radius:50px;
	border:1px solid #0077B5;
}

.icon-cirle-linkedin:hover{
	background-color:#FFF;
	color:#0077B5 ;
	text-decoration: none;
}


.icon-cirle-instagram{
	width:36px;
	height:36px;
	background-color:#E4405F;
	color:#FFF;
	text-align:center;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	border-radius:50px;
	border:1px solid #E4405F;
}

.icon-cirle-instagram:hover{
	background-color:#FFF;
	color:#E4405F ;
	text-decoration: none;
}


.icon-cirle-facebook{
	width:36px;
	height:36px;
	background-color:#1877F2;
	color:#FFF;
	text-align:center;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	border-radius:50px;
	border:1px solid #1877F2;
}

.icon-cirle-facebook:hover{
	background-color:#FFF;
	color:#1877F2 ;
	text-decoration: none;
}


.icon-cirle-twitter{
	width:36px;
	height:36px;
	background-color:#000000;
	color:#FFF;
	text-align:center;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	border-radius:50px;
	border:1px solid #000000;
}

.icon-cirle-twitter:hover{
	background-color:#FFF;
	color:#000000 ;
	text-decoration: none;
}

.icon-cirle-tiktok{
	width:36px;
	height:36px;
	background-color:#000000;
	color:#FFF;
	text-align:center;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	border-radius:50px;
	border:1px solid #000000;
}

.icon-cirle-tiktok:hover{
	background-color:#FFF;
	color:#000000 ;
	text-decoration: none;
}


/* WHASTAPP */


#formContact{
	position: relative;
}

.captcha-refresh{
	position: absolute;
	bottom: 110px;
	left: 100px;
	margin-right: 1%;
	cursor: pointer;
}

.captcha-refresh:hover{
	color:black;
}

