@font-face {
  font-family: 'Karla';
  src: url('Karla-Regular.ttf');
}


body {
  margin: 0; 
  padding: 0; 
}


.marquesina {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px; 
  background-color: #97D121; 
}

.marquesina p {
  text-align: center; 
  font-family: 'Karla', sans-serif;
  font-size: 20px;
  margin: 0; 
}

.marquesina a {
  text-decoration: none; 
  color: inherit; 
}


#logo {
  height: 30px;
  margin-left: 10px;
  display: block;
  float: left;
  padding: 23px;
  color: #000000;
}

/* BARRA DE NAVEGACION */
.navbar {
  display: none;
  background-color: #f3f3f3;
  overflow: hidden;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}

.logo {
  color: #fff;
  font-size: 24px;
}

.menu-icon {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #000;
  margin: 3px 0;
}

.menu {
  display: none;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.95);
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}

.menu li {
  margin: 10px;
}

.menu a {
  font-family: 'Karla';
  text-decoration: none;
  color: #fff;
  font-size: 38px;
}






nav {
  width: 100%;
  overflow: hidden;
  height: auto;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  color: var(--text); 
  background-color: #F3F3F3;
}

#menuNav {
  overflow: hidden;  
  display: flex;
  background-color: #F3F3F3;
  list-style: none;
  justify-content: space-around;
  align-items: center;
}
.nav-item {
  min-width: 2rem;
  text-align: center;
  padding: 1rem;
  list-style-type: none;
  font-family: 'Karla';  
  font-size: 1.25rem;
  text-decoration: none;
}

.nav-item a {
  text-decoration: none; 
  color: inherit; 
}

.navIcon {
  color: var(--text);
}

/*TRADUCTOR */
.goog-te-gadget {
  display: none; 
}


.goog-te-menu2-item {
  display: none;
}


.goog-te-menu2-item:nth-child(2) {
  display: block; 
  padding: 5px;
  font-family: 'Karla';  
}

/* Estilos para el enlace "Mostrar original" (puedes personalizarlos segﾃｺn tus necesidades) */
.goog-te-menu2-item-selected {
  background-color: #97D121;
  color: #fff !important;
  font-weight: bold;
}



/**** BODYYY ***/


/* section 1 */
.section1 {
  background-color: #F3F3F3;
  overflow: hidden;
  margin: auto;
  margin-left: 0;
  height: auto;
}
#contenedorHome {
  width: 100%;
  height: auto;
}


.tituloHome {
  margin-top: 10px;
  padding-left: 30px;
  margin: 10px;
  font-size: 100px;
  font-family: 'Karla';
  color: #0D0C0D;

}
.custom-video {
  position: relative;
  width: 96%; 
  height: 500px;
  overflow: hidden;
  margin-left: auto; 
  margin-right: auto; 
  margin-top: 50px;

}

#video {
  display: block;
  width: 100%;
  height: 100%; /* Ocupa toda la altura del contenedor */
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 30px;
  cursor: pointer;
}

/*******/

.content-bajo {
  width: 50%;
  margin-left: auto;
  height: auto;
  background-color: #F3F3F3;
}
.parr-sec1 {
  margin-top: 0;
  padding: 10px;
  font-family: 'Karla';
  font-size: 28px;
  color: #0D0C0D;
  
}

.but-about-sec1 {
  cursor:pointer;
  font-family: 'Karla';
  width: 131px;
  height: 41px;
  border-radius: 50px;
  color: #0D0C0D;
  border: 1px solid #0D0C0D;
  gap: 8px;
  padding: 8px, 40px, 8px;
  background: none;
}

.but-about-sec1:hover {
  background-color: #0D0C0D;
  color: #F3F3F3;
}


/* SECTION2 */

.section2{
  width: 100%;
  overflow: hidden;
  height: 800px;
  background-color: #F3F3F3;
  margin-left: 0;
}
#contenedorHome {
  width: 100%;
  height: auto;
  
}

.h2-home{
  margin-top: 0;
  
  font-size: 100px;
  font-family: 'Karla';
  color: #0D0C0D;
  padding-left: 20px;
}

/** CARROUSEL  **/
.section2 {
  width: 100%;
  margin: auto;
  height: 800px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #F3F3F3; 
}

.h2-home {
  margin-bottom: 50px;

  font-size: 100px;
  font-family: 'Karla';
  color: #0D0C0D;

}

.carousel {
  display: flex;
  overflow-x: hidden; 
  scroll-snap-type: x mandatory; 
  padding-right: 20%;
  scroll-behavior: smooth;
  cursor: move;
}

.overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 2.2%;
  width: 98%;
  height: 100%;
  background-color: #95BE44; /* Color del filtro */
  mix-blend-mode: color; /* Modo de mezcla para aplicar el color */
  opacity: 0; /* Hacer que la capa sea inicialmente transparente */
  transition: opacity 0.3s ease; /* Transición suave para la opacidad */
}

.carousel-art:hover .overlay {
  opacity: 0.5; /* Hacer que la capa sea visible al hacer hover */
}

.carousel-art {
  flex: 0 0 auto;
  width: 78%;
  margin-bottom: 80px;
  padding-left: 2%;
  scroll-snap-align: start;
  position: relative;
  transition: transform 0.5s ease-in-out;
}


.title-overlay p {
  font-family: 'Karla';
  font-size: 36px;
  color: #F3F3F3;
  position: absolute;
  bottom: 80px; 
  left: 10px; 
  padding: 10px 0;
}

.carousel-art img {
  width: 100%; 
  height: 100%;
  display: block;
}
.carousel.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.carousel-art p {
  margin: 10px 0;
  font-family: 'Karla';
  font-size: 36px;
  text-align: left;
  color: #F3F3F3;
  position: absolute; 
  bottom: 50px; 
  padding-left: 30px;
  left: 10px;
}

.btn {
  font-family: 'Karla';
  width: 131px;
  height: 41px;
  border-radius: 50px;
  color: #F3F3F3;
  border: 1px solid #F3F3F3;
  position: absolute;
  bottom: 20px; 
  left: 40px; 
  background: none;
  white-space: nowrap;
  cursor: pointer;
}

.btn:hover {
  background-color: #F3F3F3;
  color: #0D0C0D;
}



/* FOOTER */
#pie {
  width:100%;
  margin: auto;
  background-color: #000;
  color: var(--text);
   margin-left: 0;
}

.sec-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 20px;
}

.content-right {
  display: flex;
  align-items: center;
}

.logofooter {
  padding: 30px;
  width: 420px;
}

.logofooter_vertical {
  display : none;
}

.parr-foot {
  font-family: 'Karla';
  font-size: 36px;
  margin: 0;
  margin: right 40px;
  color: #fff;
}

input[type='email'] {
  padding: 5px;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 20px;
  margin-left: 40px;
  background-color: transparent;
  font-family: 'Karla';
}

.button-enviar {
  font-family: 'Karla';
  width: 131px;
  height: 35px;
  border-radius: 50px;
  color: #97D121;
  border: 1px solid #97D121;
  gap: 16px;
  margin-left: 20px;
  background: none;
  cursor: pointer;
}

.button-enviar:hover {
  background-color: #97D121;
  color: #fff;
}
.button-contact {
  width: 20%;
  margin-right: 40%;
  height: 50px;
  font-family: 'Karla';
  font-size: 20px;
  border-radius: 50px;
  color: white;
  border: 2px solid white;
  gap: 16px;

  background: none;
  cursor: pointer;
  
}

.button-contact:hover {
  background-color: white;
  color: #97D121;
}

.sec-foot2 {
  width: 100%;
  margin: auto;
  height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
}

.sec-foot4 {
  width: 100%;
  margin: auto;
  background-color: #000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sec-foot5{
  width: 100%;
  height: 200px;
  margin: auto;
  background-color: #97D121;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sec-foot6{
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.parraf-foo {
  font-size: 16px;
  color: #fff;
}

.logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logos2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.logo-footer {
  width: 34px;
  height: 34px;
  margin-right: 20px;
}

.logo-footer:hover {
  width: 40px;
  height: 40px;

}
.logo-footer2-madrid {
  width: 220px;
  height: 90px;
  margin-right: 20px;
}
.logo-footer2 {
  width: 220px;
  height: 24px;
  margin-right: 20px;
}
