@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,600,600italic,700");
@import url("fontawesome-all.min.css");

/*
	Miniport by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}
	
@font-face {
  font-family: 'D-DINCondensed';
  src: url('assets/webfonts/D-DINCondensed.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'D-DINCondensed', sans-serif;
  background-color: #00000;
}


.navbar {
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  color: white;
  flex-wrap: wrap;
}

.navbar-left {
  display: flex;
  align-items: center;
}

.logo {
  height: 40px;
  margin-right: 15px;
}

.presenta {
  font-weight: bold;
  font-size: 14px;
}

.navbar-center ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.navbar-center a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
}

.navbar-right {
  display: flex;
  gap: 15px;
}

.icon {
  width: 20px;
  height: 20px;
}

.evento {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
 font-family: 'D-DINCondensed', sans-serif;
}

.evento-texto p {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.evento-texto strong {
  font-weight: bold;
}

.evento-datos {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
  border-top: 1px solid transparent; /* para mantener simetría en móviles */
}

.evento-item {
  flex: 1 1 200px;
  max-width: 200px;
  text-align: center;
  padding: 0 10px;
  position: relative;
}

.evento-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: #ccc; /* Puedes cambiarlo a blanco o gris oscuro según tu fondo */
}

.evento-item img {
  height: auto;
  margin-bottom: 10px;
}

.evento-item p {
  font-size: 13px;
  line-height: 1.4;
}

  .carousel-wrapper {
      background-color: #0f0f0f;
      color: white;
      padding: 60px 0;
    }

    .carousel-wrapper h5 {
   
      font-size: 22px;
      margin-bottom: 10px;
    }

    .carousel-wrapper p {
      color: white;
      margin: 5px 0;
      font-size: 16px;
    }

    .carousel-item {
      padding: 40px 0;
    }

    .team-slide {
	
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
	  flex-direction: row;
    }

    .team-slide img {
		
      width: 260px;
      height: 260px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #222;
    }

    .carousel-indicators li {
	
      background-color: white;
      opacity: 0.3;
    }

    .carousel-indicators .active {
      opacity: 1;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      padding: 20px;
      background-size: 30px 30px;
    }

    .carousel-control-prev-icon:hover,
    .carousel-control-next-icon:hover {
      background-color: rgba(255, 255, 255, 0.3);
    }
	
	body, .row, .col-lg-6 {
  margin: 0;
  padding: 0;
}

/* Fuerza que ocupe el 100% del ancho */
.full-width {
  width: 100%;
}

/* Quita el espacio entre columnas de Bootstrap */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class^="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Estilos de los botones */
.red-button {
  width: 100%;
  height: 200px; /* ajusta el alto según necesites */
  color: white;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  text-decoration: none;
}

/* Colores distintos como en tu imagen */
.rojo1 {
  background-color: #ff0000; /* rojo fuerte */
}

.rojo2 {
  background-color: #c60011; /* rojo oscuro */
}

input, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: inherit;
}

.btn-danger {
  background-color: red;
  border: none;
  padding: 10px 25px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.btn-danger:hover {
  background-color: darkred;
}

.RedOMSKrojo {
	width:300px;
  filter: brightness(0) saturate(100%) invert(16%) sepia(88%) saturate(6468%) hue-rotate(-1deg) brightness(101%) contrast(126%);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.RedOMSKWeb07 {
	width: 175px;
}
.RedOMSKWeb08 {
	width: 160px;
}
.RedOMSKWeb09 {
	width: 90px;
}
.RedOMSKWeb10 {
	width: 90px;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
a:hover {
	color: #43bff0 !important;
}

	@media (max-width: 768px) {

  /* NAVBAR */
  .navbar {

    align-items: center;
    text-align: center;
    padding: 20px;
  }

  /* EVENTO */
  .evento {
    padding: 30px 15px;
  }

  .evento-texto p {
     margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.2;
  }

  .evento-datos {
    align-items: center;
	flex-wrap: nowrap;
  }

  .evento-item {
    max-width: 150px;
    margin-bottom: 20px;
  }

  .evento-item:not(:last-child)::after {
    display: none;
  }
  
  /* TEAM SLIDE */
  .team-slide {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .team-slide img {
    width: 180px;
    height: 180px;
  }

  .team-info {
    padding: 0;
    text-align: center;
  }

  /* BOTONES ROJOS */
  .red-button {
    height: auto;
    font-size: 22px;
    padding: 30px 20px;
  }

  /* FORMULARIO */
  #Contacto form input,
  #Contacto form textarea,
  #Contacto form button {
    font-size: 16px;
  }

  /* IMAGEN DE CABECERA */
  #Flayer img {
    width: 100%;
    height: auto;
  }

  /* FOOTER LOGOS */
  footer .col-md-2 {
    max-width: 80px;
  }

  .RedOMSKrojo {
    width: 220px;
    margin-bottom: 20px;
  }
  .RedOMSKWeb07 {
	width: 75px;
	}
	.RedOMSKWeb08 {
		width: 60px;
	}
	.RedOMSKWeb09 {
		width: 30px;
	}
	.RedOMSKWeb10 {
		width: 30px;
	}

}
