/*FUENTE DEFAULT*/
    @font-face { 
    font-family: 'reporter-tworegular','Roboto', sans-serif;
    src: url('../assets/font/reportr-webfont.woff2') format('woff2'),
         url('../assets/font/reportr-webfont.woff') format('woff'), 
         url('../assets/font/reportr.ttf')  format('ttf'),
         local("reportr"), 
         local("reporter-tworegular");
    }

/*CSS DEFAULT*/
    /*calculado con funcion clamp (valor deseado, min, max) y calc (inicial, responsive)
    TEXTO DEFAULT*/
    .title 
    {
        font-size: clamp(2em, 5vw, 5em);
        margin-bottom: .5em;
    }

    p 
    { 
        font-size: calc(1.1vw + .2em);
    }

    /*links del menu amarillo*/
    .title-nav-link { 
        font-size: calc(2vmin + 0.5vmin); 
        white-space: nowrap; 
    }

    /*pestañas*/
    .title-card-header-tabs  
    { 
       font-size: calc(2vmin + 0.5vmin) !important;  
    }
    
    /*titulo y cuerpo del texto cada apartado/ficha */
    .title-card-title {
        font-size: calc(1.5vw + .2em);  
        font-weight: bold; 
    }
    .title-card-text {
        font-size: calc(1.5vw + .2em);  
        /* font-size: calc(1.1vw + .2em);*/
    }

    /*menu lateral izquierdo*/
    #menuLateral{ 
        display:flex;
        flex-direction: column; 
        align-items: center;
        justify-content: space-between;  
        min-width: 70px;
        background-color: #ffd900 !important; /*#000261*/  
       /* background: linear-gradient(0deg, #fff764, #fffb00) !important; */
    } 

    #menuLateral img{
        width: 110%;
         
    }
   
    /*divider*/
    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgb(0, 0, 0);
    }
  

    .fondoIni
    {        
        background-image: url('../assets/img/background/inicio.jpg') !important;  
        
        background-color: #000000;  /*#000261; */
        background-position-x:center; 
        background-position-y: center;
        background-repeat: no-repeat;
        background-size: cover;
    }    

    #_navSuperior
    {
        flex-direction: row !important;
    }

    .inicioPagina 
    {
        padding-top: 3rem;
    }

    .finPagina
    {
        padding-bottom: 12vw;
    }

    .fondoNavBarTop
    {
        background-color: #000261;  
    }

    .fondoPrincipal
    {       
        background-color: #dffd0000;  
    }

    .fondoIzquierda
    { 
        background-color: #ffffff79;  
    }
    

    .fondoCentro
    {         
        background-color: #dffd0000;
        text-align: center;        
    }

    

    .navCentro
    {
      
      font-size: 1.8vmin;
        font-family: 'reporter-tworegular';
        align-items: center;  
        color: rgb(0, 0, 0);
        /*font-size: 1.8vw;  */
        text-shadow: 1px 1px 1.5px rgb(228, 228, 228);    
    }

   .mascara
   {
        background: linear-gradient(
            45deg,
            rgba(29, 236, 197, 0.5),
            rgba(91, 14, 214, 0.5) 100%
        );
   }

    .divAbout
    { 
        color: rgb(153, 143, 143);
        /*font-size: 1vw;   
        text-shadow: 1px 1px 1.5px rgb(255, 255, 255); 
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
    }

    .divAcceso
    {
       
        color: rgb(0, 0, 0) !important;
       /* font-size: 10px;  */
        /*text-shadow: 1px 1px 1.5px rgb(255, 255, 255); */
        /*top: 50%;*/
    }

    .card
    { 
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff0;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: .25rem;
      
    }

    .divAcceso .card-header 
    { 
        background-color: #054080; /*  #780000; #054080 !important; */ 
    }

    .card-body-warning /*, .bodySeniorMasculino, .bodySeniorFemenino, .bodySeniorInfo*/{
       /* background-color: #ffd900 !important;*/
    }
 
    .card-body-white{
        /*background-color: #ffffff !important;*/
    }

    #Senior > div > div > div.card-body, #Junior > div > div > div.card-body, #Juvenil > div > div > div.card-body, #VoleyPlaya > div > div > div.card-body {
        /*background-color: #ffd900 !important;*/ 
    }


    .divAcceso .nav-tabs .nav-link {
       
        border: solid transparent;
        border-top-color: transparent;
        border-top-width: medium;
        border-right-color: transparent;
        border-right-width: medium;
        border-bottom-color: transparent;
        border-bottom-width: medium;
        border-left-color: transparent;
        border-left-width: medium;
        border-width: 0 0 2px;
        border-radius: 1px;
        text-transform: uppercase;
        line-height: 1;
        font-weight: 500; 
        color: rgba(241, 240, 240, 0.55);
        /*padding: 17px 29px 16px;*/
        padding: 7px 10px 6px;
    }

    .divAcceso a.nav-link.active {
       
        border: solid transparent;
        border-top-color: transparent;
        border-top-width: medium;
        border-right-color: transparent;
        border-right-width: medium;
        border-bottom-color: transparent;
        border-bottom-width: medium;
        border-left-color: transparent;
        border-left-width: medium;
        border-width: 0 0 2px;
        border-radius: 0;
        text-transform: uppercase;
        line-height: 1;
        font-weight: 500; 
        color: rgb(0, 0, 0);
        padding: 7px 10px 6px;
        text-decoration-line: underline;
    }

    .divAcceso .nav-tabs .nav-link:hover {
        background-color: #ffd900;
        border-color: transparent;
        color:#000000;
    }

    .fondoBotonIni
    {
        background-color: #B80001 !important; 
        color: rgb(255, 255, 255) !important;
        text-shadow: 1px 1px 1.5px rgb(27, 27, 27);   
    }

    .contenedor
    {
        background-image: url('../assets/img/background/inicio6.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: contain;
        background-color: #46464600;  
    }    
    
    .contenedorCover
    {
        background-image: url('../assets/img/background/inicio1.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-color: #46464600;  
    }    

    .imgContenedorPista
     {
        background-image: url('../assets/img/background/fondo.jpg') !important; 
        background-repeat: no-repeat;
        background-size: cover; 
        background-position: center;
        position: relative;
     }    

    .fondoDerecho
    { 
        background-color: #ffcd3700;  
    }

    .fondoColaboradores
    {
        background-color: #000261 !important; 
    }

    .fondoNavbarBottom
    {
        background-color: #00000000;  /* #000261; */
    }

    .fondoSliderNavbarBottom
    {        
       /* background-color: #212529; 000261*/
       background-color: #000000; 
    }
 
    .tab-pane
    {
      width: 100%;
      height: 90%;
    }

/*CSS RESPONSIVE*/    
 
/* XS Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 400px) 
    { 
      .tab-pane iframe
      {
        zoom: 37%;
        width: 100%;
        height: 100vh;
      }
    }

/* S Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 400px) and (max-width: 768px)
    {          
      .tab-pane iframe
      {
        zoom: 37%;
        width: 100%;
        height: 100vh;
      }
    }

/* M Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) 
    {         
      .tab-pane iframe
      {
        zoom: 37%;
        width: 100%;
        height: 100vh;
      }
    
    }

/* L Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px)
    {        
      .tab-pane iframe
      {
        zoom: 37%;
        width: 100%;
        height: 100vh;
      }

    }

/* XL Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px)
    {        
      .tab-pane iframe
      {
        zoom: 37%;
        width: 100%;
        height: 100vh;
      }

    }



    /**
        STYLE-SPONSOR.CSS
    **/

/*#body_sponsor div{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif; 
}*/

#body_sponsor, #body_team{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row; 
    background-color: #ffffff;
    width: 100vw;
    height: 8vw;
  }
  #body_patro{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    background-color: #ffffff;
    width: 100vw;
    height: 8vw;
  }
  
  #body_patro *{
    height: 100%;  
    justify-content: center;
    align-items: center;
  }

  #body_sponsor  *{
    height: 90%;  
    justify-content: center;
    align-items: center;
  }
   

  #body_team  *{
    height: 90%;  
    justify-content: center;
    align-items: center;
  }
  
  .item-banner a{
    text-decoration: none;
    color: #fff;
  }
  
  @keyframes animate {
    0%{
      transform: translateX(0%);
    }
    100%{
      transform: translateX(100%);
      /*transform: translateX(-50%);*/
    }
  }

  @keyframes animate2 {
    0%{
      transform: translateX(0%);
    }
    100%{
      transform: translateX(-100%);
    }
  } 
  
  @keyframes animate3 {
    0%{
      transform: translateX(0%);
    }
    100%{
      transform: translateX(50%);
    }
  } 
  
  @keyframes animate4 {
    0%{
      transform: translateX(0%);
    }
    100%{
      transform: translateX(-50%);
    }
  } 
  
  
  .scroll
  {
    position: relative;
    display: flex;
    width: 700px;
    overflow: hidden;
    mask-image:linear-gradient(90deg, transparent,#ffffff 20%,#fff 80%,transparent);
    -webkit-mask-image:linear-gradient(90deg, transparent,#ffffff 20%,#fff 80%,transparent);
  }
  .scroll div{
    white-space: nowrap;
    animation: animate var(--t) linear infinite;
    animation-delay: calc(var(--t) / -1);
  }
  .scroll div:nth-child(2){ 
    animation: animate2 var(--t) linear infinite;
    animation-delay: calc(var(--t) / -2);
  }
  .scroll div span{
    display: inline-flex;
    margin: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: #ffffff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition:0.5s;
  }
  .scroll div span:hover{
    background: #ffc403;
    color: #111;
    cursor: pointer;
  }
  
  .scroll2
  {
    position: relative;
    display: flex;
    width: 700px;
    overflow: hidden;
    mask-image:linear-gradient(90deg, transparent,#fff 20%,#fff 80%,transparent);
    -webkit-mask-image:linear-gradient(90deg, transparent,#fff 20%,#fff 80%,transparent);
  }
  .scroll2 div{
    white-space: nowrap;
    animation: animate var(--t) linear infinite;
    animation-delay: calc(var(--t) / -1);
  }
  .scroll2 div:nth-child(2){ 
    animation: animate2 var(--t) linear infinite;
    animation-delay: calc(var(--t) / -2);
  }
  .scroll2 div span{
    display: inline-flex;
    margin: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: #ffffff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 2s;
  }
  .scroll2 div span:hover{
    background: #0318ff;
    color: #ffffff;
    cursor: pointer;
  }
  
  
  .scroll3
  {
    position: relative;
    display: flex;
    width: 700px;
    overflow: hidden;
    mask-image:linear-gradient(90deg, transparent,#fff 20%,#fff 80%,transparent);
    -webkit-mask-image:linear-gradient(90deg, transparent,#fff 20%,#fff 80%,transparent);
  }
  .scroll3 div{
    white-space: nowrap;
    animation: animate4 var(--t) linear infinite;
    animation-delay: calc(var(--t) / -1);
  }
  .scroll3 div:nth-child(2){ 
    animation: animate4 var(--t) linear infinite;
    animation-delay: calc(var(--t) / -2);
  }
  .scroll3 div span{
    display: inline-flex;
    margin: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: #ffffff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition:0.5s;
  }
  .scroll3 div span:hover{
    background: #0318ff;
    color: #ffffff;
    cursor: pointer;
  }

  .imgbx img{
    max-width: 400px; 
    align-items: center;
    justify-content: center;
    flex-direction: row;
    scale: 1;
    filter: grayscale(0);
    padding: auto;
  }
  .imgbx img:hover{ 
    filter: grayscale(1);
  }
  
  .imgbx2 div{ 
    min-width: 100vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; 
    background-color: rgba(255, 255, 255, 0.694);
  }
  .imgbx2 img{
    width: auto;
    height: auto;
    scale: 0.8;
    filter: grayscale(0);
  }
  .imgbx2 img:hover{ 
    filter: grayscale(1);
  }

  
  .imgbx3 div{ 
    min-width: 100vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; 
    background-color: rgba(255, 255, 255, 0.694);
  }
  .imgbx3 img{
    width: auto;
    height: auto;
    scale: 0.8;
    filter: grayscale(0);
  }
  .imgbx3 img:hover{ 
    filter: grayscale(1);
  }