#mini-banner-oraculo {
  position: relative;
}

.banner-img-oraculo img {
  height: 250px;
  object-fit: cover;
  object-position: top;
}
.bg-gris-oraculo {
  background-color: #ececec;
}
#mini-banner-oraculo .texto-banner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  width: 100%;
  color: #1e3245;
}

#mini-banner-oraculo .titulo-banner-mini {
  font-size: 30px;
  z-index: 9;
  background-color: white;
  position: relative;
  display: inline-block;
  padding: 2px 40px;
}
.l-container {
  padding: 40px 0;
}

.box-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.container-descargar {
  background-color: white;
  padding: 1.5rem;
  border-radius: 10px;
  border: solid 2px;
}
.btn-descargar-oraculo {
  background: #36b9c9;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  color: white;
  text-decoration: none;
}
.container-descargar:hover {
  background-color: #36b9c9;
  border: 2px solid #36b9c9;
}
.container-descargar:hover .content-descarga {
  color: white;
}
.container-descargar:hover .btn-descargar-oraculo {
  background: #1e3245;
}
.manuales-link a {
  color: black;
  text-decoration: underline;
}
#multimedia-tab {
  justify-content: center;
}
#multimedia-tab .nav-link {
  background-color: #36b9c9;
  color: white;
  padding: 0.9rem 1.5rem;
}
#multimedia-tab .nav-link.active {
  background: #1e3245;
}
#multimedia-tab .nav-item {
  margin: 0 5px;
  width: 200px;
  text-align: center;
}
#multimedia-tabContent {
  box-shadow: 1px 1px 6px 4px #48414142 !important;
  padding: 40px;
}
.card-gameplay {
  position: relative;
}
.gameplay-img img {
  border-radius: 8px;
}
.content-gameplay {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-gameplay h6 {
  color: white;
  font-weight: 400;
}
.overlay-gameplay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;

  background: rgba(30, 50, 69, 0.7215686274509804);
  border-radius: 8px;
  color: #fff;
  border-radius: 8px;
}
.btnmore-gameplay {
  background: #36b9c9;
  color: white;
  padding: 5px 15px;
  width: 135px;
  margin-top: 5px;
  display: inline-block;
  border-radius: 8px;
}
.bg-gameplay{
  height: 700px;
  background-size: cover!important;
}
.container-center{
  height: 100%;
  display: flex;
  align-items: center;
}
.single-title{
color: white;
}
.btn-vergameplay{
background-color: #061B20;
color: white;
padding: 7px 25px

}
.btn-vergameplay:hover{
  color: white;

}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
    background: #010001;
}
.embed-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gameplay-modal .modal-body {
 
  padding: 0;
}
.close-oraculo{
  position: absolute;
  top: -34px;
  background: #061B20;
  padding: 10px;
  right: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
  opacity: 1;
}
.container-relative {
  position: relative;
}
.bg-celeste-oraculo{
  background-color: #00C6CE;
}
a.btn-acceder-oraculo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00C6CE;
  background: white;
  padding: 10px 15px;
  border-radius: 12px;
  font-weight: bold;
}
.colum-oraculo.text-center {
  flex: 1;
}
.bg-azul-oraculo
{
  background-color: #005A66;
}
.bg-naranja-oraculo{
  background-color: #FC7122;
}
.banner-img-oraculo.concurso img{ 
  height: 500px;

}
#nav-concurso{
  background-color: #1E3245;
  padding: 10px 0px;
}
.text-celeste{
  color: #00b6ce;
}
.list-concurso{
  color: white;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
}
.list-concurso li{
  flex: 0 0 110px;
  text-align: center;
}
.list-concurso li a{
color: white;
font-weight: 700;
}
.center-absolute{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-card{
  background-color: black;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #0000006b;
  border-radius: 15px;
}
.card-concurso{
  border-radius: 15px;
}

#cronograma-concurso{
  padding: 80px 0;
}
.info-cronograma .titulo {
  background: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 15px;
  font-size: 1.2rem;
  margin-bottom: 0px;
  text-align: center;
  color: #00b6ce;
}
.info-cronograma .fecha {
  color: #fff;
  font-size: 1.1rem;
  padding-top: 15px;
  padding: 15px 1rem 0px 1rem;
}
.card-oraculo{
  background-color: #1E3245;
  height: 200px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-oraculo:hover{
  background-color: #00c3cb;
}
.link-card:hover{
 text-decoration: none;
}
.cls-1{fill:#00c3cb;
}
.card-oraculo:hover .cls-1{
  fill: #1E3245!important;
}
.content-card{
  text-align: center;
}
.card-oraculo svg{
  width: 65px;
  height: 95px;
}
#tarjetas-oraculo{
  background-color: #E9E9E9;
}
.card-oraculo .text-icon{
  color: white;
}
.btn-vercuento{
  background-color: #36b9c9;
  color: white!important;
    padding: 5px 35px;
    margin-bottom: 20px;
    border-radius: 8px!important;
}
#pills-personajes .content-gameplay{
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.bg-naranja-oraculo{
  background-color: #FC7122;
}
.bg-azul-oraculo{
  background-color: #005A66;
}
.content-gameplay.ganadores{
 
  align-items: flex-end;
  margin-bottom: 12px;
}
.nav-logos{
display: flex;
align-items: center;
}
.navbar-light .navbar-toggler {
  color: white;
  border-color: white;
}
.nav-oraculo{
  background-color: #005466 !important;
  padding: 15px 0px;
}
.nav-content-oraculo .nav-link {
 color: white!important;

  }
  .nav-content-oraculo .nav-item.active .nav-link {
    color: #00b6ce !important;
    font-weight: 700;
     }
  .nav-content-oraculo .nav-item {
    margin-right: 15px;
     }
     #nav-concurso a.active {
      color: #00b6ce !important;
      font-weight: 700;
     }
@media (min-width: 991px){

  .col-ganadores{
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    padding-right: 15px;
    padding-left: 15px;
    /* max-width: 25%; */
}
}

  @media (min-width: 576px){

    .gameplay-modal .modal-dialog {
      max-width: 1000px;
      margin: 1.75rem auto;
  }

  }


@media (min-width: 1200px) {
  #multimedia-cuentos .container {
    max-width: 1280px;
  }
}
@media (max-width: 767px){
  .list-concurso li a{
    padding: 10px;
    background-color: white;
    color: #1E3245;
    display: inline-block;
    border-radius: 12px;
  }
  .list-concurso li {
    margin-bottom: 20px;
 }
  .list-concurso {
  
    justify-content: center;
  
}
  .row-mobile {
    flex-direction: column;
    justify-content: center;
}
.colum-arrow {
  height: 140px;
  display: flex;
  align-items: center;
}
.img-arrow {
  transform: rotate( 
90deg
);
}
}
@media (max-width: 576px){
  .nav-content-oraculo .navbar-nav {
   
    margin-top: 13px;
}
  .nav-logos {
    display: flex;
    align-items: center;
    width: 70%;
}
.nav-oraculo {
  padding: 15px 10px;
}
  .list-concurso li{
    margin-left: 5px;
    flex: 0 0 45%;
    text-align: center;
  }
 
}