/*torneo*/
.box h1, .box h2, .box h3, .box h4, .box h5, .box p, .box div, .box span, .box table, .box td, .box th, p, td a{
  color: #333333 !important;
}

.gold-text {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.gold-text::before {
  content: attr(data-text);
  position: absolute;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
  z-index: -1;
  width: 100%;
}

.gold-text span {
  background: linear-gradient(to right, 
      #f9f295 0%, 
      #e0aa3e 25%, 
      #f9f295 50%, 
      #b8860b 75%, 
      #f9f295 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 1px 1px rgba(255, 215, 0, 0.3);
  animation: shine 6s infinite linear;
  background-size: 200% auto;
}
@keyframes shine {
  to {
      background-position: 200% center;
  }
}

.box-secondary{
border-top: 3px solid #77180E;
}

.alert{
  background-color: #77180E !important;
  color: #fff;
}

.social-bar{
  position: fixed;
  right: 0;
  top: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
}
.social-icon{
  color: white;
  text-decoration: none;
  padding: .6rem .8rem;
  display: flex;
  transition: all .5s;
  margin: 0 0 1rem 0;
 font-size: 25px;
}
.social-icon:hover{
  padding-right: 2rem;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: 0 0 .5rem rgba(200, 200, 200, 0.60);
}

.primer-tor-sec{
    margin-top: 1rem;
    min-height: 5rem;
    margin-bottom: 1rem;

}

.segundo-tor-sec{
    /* background: #F2F2F2; */
    padding: 2rem 0 1rem 0;
    min-height: 15rem;
}

.tercero-tor-sec{
    padding: 1rem 0 1rem 0;
    min-height: 4rem;
}

.cuar-tor-sec{
    padding: 0 0 2rem 0;
    min-height: 10rem;
}

.color-btn{
    background-image: linear-gradient(to bottom, #035a74, #4e7f92, #84a6b1, #b9cdd3, #f1f6f7);
}

.color-tabla{
    background-image: linear-gradient(to bottom, #035a74, #4e7f92, #84a6b1, #b9cdd3, #f1f6f7);

}

.cont-table {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #77180E !important;
    display: block;
    z-index: 1 !important;
    background: white !important;
    text-decoration: none;
}

.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
  }

  #image-gallery .modal-footer{
    display: block;
  }

  .thumb{
    margin-top: 15px;
    margin-bottom: 15px;
  }


  .conv-tor-sec {
    min-height: 5rem;
    /*padding: 2rem 1rem 1rem 1rem;*/
}

  .sec-enc{
    min-height: 7rem;
    margin-top: 2rem;

  }

  .diseño_btn {
    cursor: pointer;
    border:0;
    padding:0;
    background-color:transparent;

  }

  .list-tor-sec{
    max-height: 23rem;
    /*padding: 2rem 1rem 1rem 1rem;*/
  }

  .table td, .table th {
    padding: .75rem;
    vertical-align: initial;
    border-top: 1px solid #dee2e6;
  }


  .imagen-torneo{
    padding: 1rem;
     /* cambia estos dos valores para definir el tamaño de tu círculo */
     height: 6rem;
     width: auto;
     max-width: 7rem;
  }

.boton-modal-galeria{
  margin-left: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
}
/*toogle button menu*/
.nav-icon-5{
  top: 9px;
  width: 35px;
  height: 30px;
  margin: 10px 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.nav-icon-5 span{
  background-color:#fff;
  position: absolute;
  border-radius: 2px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  width:100%;
  height: 4px;
  transition-duration: 400ms;
}
.nav-icon-5 span:nth-child(1){
  top:0px;
  left: 0px;
}
.nav-icon-5 span:nth-child(2){
  top:13px;
  left: 0px;
  opacity:1;
}
.nav-icon-5 span:nth-child(3){
  /*bottom:0px;*/
  top: 26px;
  left: 0px;
}
.nav-icon-5.open span:nth-child(1){
  transform: rotate(45deg);
  top: 13px;
}
.nav-icon-5.open span:nth-child(2){
  opacity:0;
}
.nav-icon-5.open span:nth-child(3){
  transform: rotate(-45deg);
  top: 13px;
}

/*botones blancos*/

.btn_pill{
  background-color: transparent;
  margin-left: 1rem;
  padding: 0.5rem 1rem;
  text-align: center;
  transition: all 0.3s linear;
  border-radius: 20px;
}

.btn_pill:hover{
  background-color: white;
  color: #77180E !important;
  border-width: 1px;
  border-color: #77180E;
}

.btn_pill_white{
  background-color: #77180E;
  color: #ffffff !important;
  
  text-align: center;
  padding: 0.5rem 1rem;
  border-width: 2px;
  border-color: #ffffff;
  transition: all 0.3s linear;
  border-radius: 20px;
}

.btn_pill_white:hover{
  background-color: #ffffff;
  color: #77180E !important;
  border-width: 1px;
  border-color: #77180E;
  text-align: center;
}

.color{
  color: #77180E;
}
.color-oscuro{
  color: #333333 !important;
}
.color_menor{
  background: #77180E;
  color: white;
}

.nav-item{
  padding-top: 6px;
  padding-bottom: 6px;
}

@media screen and (max-width: 700px) {
  .oculta{
    display:none;
  }
}

.fondo_body{
   /* background: #DCDFF2;  */
  background-image: url("/resources/FONDO.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat, repeat; 
  /*height: 100%;*/
}

a{
  text-decoration: none !important;
}
.blanco{
  height: 3.5rem;
  width: 100%;
}

.primer-enc{
  width: 100%;
  padding:5px 0px;
  background-color: #77180E;
  position: fixed;
  z-index: 100;
  box-shadow:0px 4px 3px rgba(0,0,0,.5);
}

/* cambiar color seccion */
.sec-color{
  min-height: 5.5rem;
  width: 100%;
  background: #063F50;
}



/* cambiar color e imagen */


.sec-color-menu{
  min-height: 3.5rem;
  width: 100%;
}
.segundo-enc{
  min-height: 3.5rem;
  width: 100%;
}

.tercero-enc{
  /* padding:0 0 1rem 0; */
  min-height: 8rem;
  width: 100%;
  /*background: #F2F2F2;*/
  padding-top: 1rem;
}

.redes {
  border: none;
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  height: 433;
  min-height: 200px;
  padding: 0px;
  max-width: 100%;
  min-width: 180px;
  position: static;
  visibility: visible;
}

.cuarto-enc{
  padding:1rem 0 1rem 0;
  min-height: 28rem;
  width: 100%;
  background: #FFFFFF;
}

.padding{
  padding:0 0 1rem 0;
}

.quinto-enc{
  min-height: 28rem;
  width: 100%;
  /* background: #FFFFFF; */
  background: #F2F2F2;
}

/* Logo Sexta Seccion Inicio */

.sexto-enc{
  padding:1rem 0 1rem 0;
  min-height: 5rem;
  width: 100%;

}

.imagen-logo{
  max-height:7rem;
  min-height:5rem;
  /* margin-top: 1rem;
  margin-bottom: 1rem; */
  margin-right: 1rem;
  margin-left: 1rem;
}

.imagen-logo-res{
  max-height:3rem;
  min-height:2rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 1rem;
  margin-left: 1rem;
}

.imagen-logo-tor{
  max-height:7rem;
  min-height:5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
  border-radius: 100%;
}

.imagen-equipo{
  max-height:3rem;
  min-height:1rem;
  border-radius: 100%;
  width:50px;

}

.table td, .table th {
  padding: .75rem;
  vertical-align: initial;
  border-top: 1px solid #dee2e6;
}

/* Resultados Recientes Inicio */

.septima-enc{
  padding:1rem 0 1rem 0;
  min-height: 10rem;
  width: 100%;
  /* background: #172E4C; */
}

/* Resultados Recientes Inicio */
.nav-link:hover {
  background: #FFFFFF;
}

.nav-link{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  color: #000000;
}

.navbar{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.navbar-toggler{
  margin-top: 8px !important;
}


.tab-content{
  width: 100%;
}

.project-tab {
  padding: 3%;
  margin-top: -4%;
}
.project-tab #tabs{
  background: #007b5e;
  color: #FFFFFF;
}
.project-tab #tabs h6.section-title{
  color: #FFFFFF;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #0062cc;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 3px solid !important;
  font-size: 16px;
  font-weight: bold;
}
.project-tab .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #0062cc;
  font-size: 16px;
  font-weight: 600;
}
.project-tab .nav-link:hover {
  border: none;
}
.project-tab thead{
  background: #f3f3f3;
  color: #333;
}
.project-tab a{
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

/* Carousel portada Inicio */



.carouser-img{
  height:auto;
  max-height: 25rem;
}

.margin-resultado{
  margin-top: 2rem;
  /* margin-bottom: 2rem; */
}

/* .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
  } */

  /* Carousel portada Final */


  /* Fotos Recientes Inicio */

  .margin-texto{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .margin-texto-cont{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

/* .img_resultado{
  background-image: url("/imagenes/resources/fondo_3.jpg");
  } */

  /* Fotos Recientes Final */

  /* Footer Inicio */
  #footer {
   padding: 1em 0em 1em 0em;
   clear: both;


 }

 #footer a{
   color: #ffffff;
   margin: 0.5em;
 }

 .fecha{
   float: right;
   color: #cdced0;
 }

 .icon {
   text-align: right;
   color: #ffffff;
   font-size: 0.65em;
   height: 5em;
   cursor: pointer;
 }

 #division{
   background-color: #333333;
   padding: 0;
   /* margin: 0rem 0rem 1rem 0rem; */
   height: 0.1rem;
 }

 #logo_footer{
  float: right;
  height: 2.5rem;
}

.icono{
	height: 2rem;
}

.pie_estadio_arriba{

	display: flex;
	width: auto;
	height: 100%;
	background-image: url("../../imagenes/resources/estadio_arriba.png");
	background-position: bottom center; /* Center the image */
 background-repeat: no-repeat, repeat; /* Do not repeat the image */
 background-size: 100%;
 margin: 0;
}

.pie_estadio_abajo{
	display: flex;
	width: 100%;
	height: auto;
	margin: 0;
}

.figuras{
	background-image: url("../../imagenes/resources/figuritas.png");
 background-repeat: repeat-y;
 background-size: 100%;
}

/* Seccion Galeria */
.sec-galeria-enc{
  padding:1rem 0 1rem 0;


}

[class^='imghvr-'], [class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
  padding: 60px;
  position: absolute;
  top: middle;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
}

[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before,
[class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after,
[class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before,
[class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/* imghvr-fade-*
----------------------------- */
[class^='imghvr-fade'] figcaption, [class*=' imghvr-fade'] figcaption {
  opacity: 0;
}

[class^='imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover > img {
  opacity: 0;
}

[class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover figcaption {
  opacity: 1;
}

[class^='imghvr-fade']:hover > img, [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover figcaption {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

[class^='imghvr-slide-']:hover figcaption, [class*=' imghvr-slide-']:hover figcaption {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.imghvr-slide-up figcaption {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.img-lista {
  width:auto;
  max-height:20rem;
  background-size: cover;
}

.horizontal-scroll-contenedor{
  /* min-height: 10rem; */
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.horizontal-scroll-contenedor > div {
  /* min-height: 10rem; */
  display: inline-block;
  text-align: center;
  line-height: 100px;
}

/* Seccion Galeria */

.sec-banner{
  min-height: 5rem;
}

.fondo-naranja{
  background-image: url("/resources/naranja.png");
  background-size: cover;
  border-radius: 20px;
  padding: 1rem;
}


.img_banner{
  padding: 0.3rem;
  margin: 2rem 0rem 2rem 0rem;
  width: 100%;
  height: auto;
  background-image: url("/resources/fondo_banner.png");
  background-size: cover;
  border-radius: 20px;
}


.btn-cancelar{
 border-block-color: #0062cc;
}

.modal-footer{
  padding: 0 !important;
}

/* Seccion convocatoria */
.sec-convocatoria{
  margin: 1rem 0rem 1rem 0rem;
  /* background: #F2F2F2; */

  /* min-height: 10rem; */
}

.img-fija{
  height: 230;
  width: 280;
}

/* Final convocatoria */


.carousel-control-next, .carousel-control-prev {
  top: 0 !important;
  z-index: 1  !important;
  width: 5%  !important;
}

color-a{
  color: white !important;
}

a:active, a:focus {
  outline: none;
  text-decoration: none;
  color: #000000 !important;
}

a:hover {
  /* color: #000000 !important; */
  text-decoration: underline;
}


/*  */

/*
   general styles
   */
   .center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .set-margin-cicis-menu-to-go {
    margin: 20px;
  }
  .set-padding-cicis-menu-to-go {
    padding: 20px;
  }
  .set-border-cicis-menu-to-go {
    border: 5px inset #4f4f4f;
  }
  set-box-shadow-cicis-menu-to-go {
    -webkit-box-shadow: 4px 4px 14px #4f4f4f;
    -moz-box-shadow: 4px 4px 14px #4f4f4f;
    box-shadow: 4px 4px 14px #4f4f4f;
  }

/*
** Style the iframe
** =========================
*/
/*
    css commmon to all iframes
    */
    .responsive-wrapper {
      position: relative;
      height: 0;
      overflow: hidden;

    }
    .responsive-wrapper img,
    .responsive-wrapper object,
    .responsive-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-style: none;
      padding: 0;
      margin: 0;
    }

/*
    css particular to this iframe
    */

    #Iframe-Cicis-Menu-To-Go {
      /* max-width: 666.67px; */
      max-height: 600px;
      overflow: hidden;
    }
/*
   padding-bottom = h/w as %
   */
   .responsive-wrapper-padding-bottom-90pct {
    padding-bottom: 90%;
  }


  .paddingPDF{
    padding: 1rem !important;
  }

/*                                          */

.carousel {
  margin: 0 auto;
  display: relative;
}
.carousel img {
  display: hidden; /* hide images until carousel prepares them */
  cursor: pointer; /* not needed if you wrap carousel items in links */
}
