@font-face {
  font-family: 'Karla';
  src: url('Karla-Regular.ttf');
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  
}

.marquesina {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px; 
  background-color: #97D121; 
  width: 100%;
  margin: auto;
}

.marquesina p {
  text-align: center; 
  font-family: 'Karla';
  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;
}



/* BARRA DE NAVEGACION */

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);
}


/* section 1 */

/* section 1 */
.section1 {
  background-color: #0c0d0c;
  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: white;

}
.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: #0c0d0c;
  padding-left:2%;
}
.parr-sec1 {
  margin-right: 30px;
  margin-top: 0;
  padding: 10px;
  font-family: 'Karla';
  font-size: 28px;
  color: white;
  
}

.but-about-sec1 {
  cursor:pointer;
  font-family: 'Karla';
  width: 131px;
  height: 41px;
  border-radius: 50px;
  color: white;
  border: 1px solid white;
  gap: 8px;
  padding: 8px, 40px, 8px;
  background: none;
}

.but-about-sec1:hover {
  background-color: white;
  color: #0c0d0c;
  transition: 0.5s;
}

/* section 2*/
.section2 {
  overflow: hidden;
  background-color: #0c0d0c;
  width:100%;
  
  height: 600px;
  display: flex;

}

.contenedorAbout2 {
  width: 100%;
 
}

.tituloAbout2 {
  margin-top: 100px;
  width: 70%;
  text-align: left;
  font-family: 'Karla';
  font-size: 64px;
  color: rgba(243, 243, 243, 1);
  padding-left: 2%;
}
.text {
  font-weight: 100;
  
}
.parrafAbout2 {
  width: 30%;
  margin-left: auto;
  margin-right: 20%;
  text-align: left;
  font-family: 'Karla';
  color: rgba(243, 243, 243, 1);
  padding: 0;
  font-size: 20px;
  margin-top: 50px;
}

/* section 3 */
.section3 {
  overflow: hidden;
  background-color: #424e54;
  width: 100%;
  height: 930px;
}

.contenedorAbout3 {
  width: 1014px;
}

.tituloAbout3 {
  font-size: 100px;
  margin-left: 40px;
  font-family: 'Karla';
  color: rgba(243, 243, 243, 1);
  margin-top: 10px;
}
.img-sec3 {
  width: 1014px;
  height: 500px;
  margin-left: 40px;
  margin-top: 10px;
}

.parraf-about3 {
  font-weight: 100;
  font-family: 'Karla';
  font-size: 32px;
  margin-left: 40px;
  color: rgba(243, 243, 243, 1);
}

/* section 4*/
.section4 {
  background-color: rgba(151, 209, 33, 1);
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 10vh;
}

.contenedorAbout4 {
  width: 800px;
  margin-right: 60px;
  padding: 20px;
  margin-left: auto;
  color: rgba(13, 12, 13, 1);
  font-family: 'Karla';
}

.tituloAbout4 {
  font-size: 100px;
  margin-left: 40px;
  font-family: 'Karla';
  color: #0c0d0c;
  margin-top: 10px;
}

.parrafoAbout4 {
  font-size: 30px;
  margin: 10px 0;
  text-align: left;
  font-family: 'Karla';
}

.imagenes-row {
  margin-top:50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.img-boxes {
  text-align: center;
}

.imagenAbout4 {
  width: 211px;
  height: 293px;
  margin: 0 auto;
}

.imagen-titulo {
  font-size: 24px;
  margin: 10px 0;
  font-family: 'Karla';
  text-align: left;
}

.p-status {
  text-align: left;
}

.imagen-boton {
  background-color: transparent;
  font-family: 'Karla';
  border: 2px solid rgba(13, 12, 13, 1);
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  color: rgba(13, 12, 13, 1);
  font-size: 16px;
  float: left;
}

.imagen-boton:hover {
  background-color: rgba(13, 12, 13, 1);
  color: #97D121;
  transition: 0.5s;

}

/* 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;
}