html {
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #21201F
}


body {
  overflow-x: hidden;
  color: white;
  background-color: #21201F !important;
  letter-spacing: 0.1cap;
}

.bg-venezuela {
  background-color: #5e0000 !important;
}

.bg-ecuador {
  background-color: #ff6600 !important;
}

.bg-colombia {
  background-color: #002e83 !important;
}

.bg-bolivia {
  background-color: #003333 !important;
}

.bg-peru {
  background-color: #da071e !important;
}

.bg-proyectos {
  background-color: #052b2b;
}

.bg-peliculas {
  background-color: #3b0b2f;
}

.text-venezuela {
  color: #5e0000 !important;
}

.text-ecuador {
  color: #ff6600 !important;
}

.text-colombia {
  color: #002e83 !important;
}

.text-bolivia {
  color: #003333 !important;
}

.text-peru {
  color: #da071e !important;
}

.border-desarrollo {
  border: #ff00ff 15px solid !important;
}

.border-finan {
  border: #ff6600 15px solid !important;
}

.border-produc {
  border: #ffcc00 15px solid !important;
}

.border-post {
  border: #00ff00 15px solid !important;
}


.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

section {
  padding: 50px 10px;
}

header {
  background-color: #21201F;
}

#navbarNav .nav-item {
  padding-left: 5%;
  padding-right: 5%;
}

.navbar-brand img {
  width: 60%;
  margin-left: 20%;
}

.navbar-nav {
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.1em;
  padding: 0.5em 3em;
  letter-spacing: 0cap;
}

.ms-n5 {
  margin-left: -40px;
}

h4 {
  color: white;
  font-weight: 700 !important;
}

#search-input {
  background-color: black;
  color: white;
}

footer {
  background-color: black;
  background-image: url(../img/fondo-ojo.png);
  background-size: cover;
  color: white;
}


/* Banner principal */
.banner-principal .carousel-inner {
  height: 70vh;
}

.banner-principal .carousel-item {
  height: 70vh;
  overflow: hidden;
}

.banner-principal .carousel-item img,
.banner-principal .carousel-item iframe {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

/* Responsive Embed para YouTube */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* Responsive Embed para YouTube */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-item,
.banner-principal iframe {
  width: 100%;
  height: 70vh !important;
  border: none;
}

.carousel-item .video-wrapper {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.carousel-item .video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* Texto del banner */
.banner-principal .carousel-caption {
  top: 10vh !important;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
}

.banner-principal .carousel-caption h3 {
  font-size: 2rem;
  line-height: 1.4;
  padding: 1rem;
  border-radius: 8px;
  display: inline-block;
}

/* Botones de control específicos para este carrusel */
#carouselBannerPrincipal .carousel-control-prev,
#carouselBannerPrincipal .carousel-control-next {
  position: absolute;
  top: 45%;
  background: none;
  border: none;
  width: 10%;
  font-size: 52px;
  color: #00bed3 !important;
  z-index: 2;
}




.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (9 / 16 * 100%) */
  background-color: #000;
  /* Fondo negro mientras carga */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 1);
  color: #00bed3;
  font-size: 100px;
  text-align: center;
  line-height: 75px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  user-select: none;
  transition: opacity 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.play-button i {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.play-button.hidden {
  display: none !important;
}




.texto-banner {
  margin-top: 30vh;
  text-align: right;
  padding: 5%;
}

.texto-banner h3 {
  font-weight: 700;
  text-shadow: 2px 2px 2px black;

}

.text-big {
  font-size: 1.5em;
}


.banner-internas {
  background-image: url(../img/10-70.PNG);
  background-size: cover;
  min-height: 100px;
}

.texto-banner-internas {
  margin-bottom: 20vh;
  text-align: right;
  padding: 5%;
  font-weight: 700;
  text-shadow: 2px 2px 2px black;
}

.texto-banner-internas h1 {
  font-size: 6em;
  font-weight: 900;
}

.fondo-o {
  background-image: url(../img/o-diseno.png);
  background-size: contain;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center;

}

.fondo-o h3 {
  font-weight: 900;
}

#carouselNoticias .carousel-control-prev,
#carouselNoticias .carousel-control-next {
  position: static !important;
}

.col-titulo {
  margin-left: 15%;
}




/* Estilo exclusivo para #carouselProyectos */
#carouselProyectos .carousel-item img {
  max-width: 100%;
  height: auto;
  border-width: 3px;
  border-color: #00bed3;
  border-style: solid;
}

#carouselProyectos .carousel-col {
  padding: 10px;
}



/* Badge personalizado solo para #carouselProyectos */
#carouselProyectos .carousel-col.position-relative {
  position: relative;
}

#carouselProyectos .carousel-badge {
  position: absolute;
  top: -0px;
  right: 20px;
  z-index: 10;
  font-size: 1.3em;
  padding: 0.1em 0.6em;
  border-radius: 0.25rem;
  letter-spacing: 3px;
  background-color: #00bed3;
  /* color azul Bootstrap */
  color: white;
}


.text-quees {
  font-size: 8em !important;
  ;
}

.hr-andination {
  height: 5px !important;
  background: #00FFFF;
  background: linear-gradient(90deg, rgba(0, 255, 255, 1) 0%, rgba(159, 96, 255, 1) 70%, rgba(253, 2, 255, 1) 100%);
  opacity: 1 !important;
  border-radius: 5px 5px 5px 5px;
}


.form-contacto .form-control {
  color: #fff !important;
  background-color: #000;

}


.btn-gradient {
  background: #0C036B;
  background: linear-gradient(90deg, rgba(12, 3, 107, 1) 0%, rgba(253, 2, 255, 1) 100%);
  color: #fff !important;
  border: 0 !important;
  padding: 0px;
}

.btn-gradient:hover {
  background: #0C036B;
  background: linear-gradient(90deg, rgba(253, 2, 255, 1) 0%, rgba(12, 3, 107, 1) 100%);
  color: #fff !important;
  border: 0 !important;
}




.busca-profesional select {
  color: white !important;
  background-color: #0c003c !important;
  border-color: #00FFFF !important;
  padding: 10px 10px !important;
}

.busca-profesional label {
  color: #00FFFF !important;
  background-color: #0c003c !important;
  border-color: #00FFFF !important;
  text-transform: uppercase !important;
  padding: 10px 10px !important;
}

.busca-profesional .btn {
  border-radius: 0.25rem !important;
}

.busca-profesional .btn i {
  font-size: 1.3rem !important;
  padding-top: 7px !important
}

.seccion-profesionales .card {
  background-color: #000 !important;
  border: #000;
}

.seccion-profesionales .card img {
  border: #fff 5px solid;
}


.seccion-profesionales .card img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}

.profesional h3 {
  font-weight: 900;
}

.profesional ul {
  list-style: none;
  padding-left: 0 !important;
}

.list {

  list-style: none;
  padding-left: 0 !important;
}

.img-profesional {
  border: #00FFFF 3px solid;
}

.seccion-eventos .card {
  background-color: #21201F;
  border: #21201F;
  letter-spacing: 0.1cap;
}

.seccion-eventos h6 {
  font-size: 1.2rem;
}

.seccion-eventos .card img {
  border: #00ffff 10px solid;
}


.seccion-eventos .card img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}

.seccion-eventos p {
  font-size: 14px;

}

.page-link {
  color: white !important;
  background-color: #0c003c !important;
  border-color: #00FFFF !important;
  font-size: 0.9rem;
}




/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: black !important;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: #00ffFF;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* seccion resultados busqueda */

.seccion-busqueda .card {
  background-color: #21201F !important;
}


.seccion-busqueda .card img {
  border: #00ffff 8px solid;
}


.seccion-busqueda .card img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}

.seccion-busqueda p {
  font-size: 14px;

}






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

  .texto-banner-internas h1 {
    font-size: 5em;
    font-weight: 900;
  }


}

@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0cap;
  }

  .navbar-brand img {
    width: 80px;
    margin-left: 0;
  }

  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }

  .texto-banner {
    margin-top: 20vh;
    text-align: right;
    padding: 5%;
  }

  .texto-banner-internas {
    margin-bottom: 10vh;
    text-align: right;
    padding: 3%;
  }

  .texto-banner-internas h1 {
    font-size: 3em;
    font-weight: 900;
  }



  .text-big {
    font-size: 1.1em;
  }

  .col-titulo {
    margin-left: 5%;
  }
}