/* Estilo para la clase .wrapper que contiene los elementos */

@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans&family=Lato&display=swap');

*{
    
    margin:0;
    padding:0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-sizing: border-box;
   
}

.embed-responsive {
    position: relative;
    padding-bottom: 62.25%; /* Proporción personalizada ajustada para este iframe */
    height: 0;
    overflow: hidden;
    
  }
  
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  

body{
    background-color:#ecececa1;   
    background-image: url(Images/fut.webp) no-repeat center center fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 80%;
    height:100vh;
    
}

section h1{
    padding-bottom:25px;
}

.header{
    
    position:fixed;
    top:0;
    left:0;
    width:100%;
    padding: 12px 8%;
    display:flex; 
    justify-content: center;
    align-items: center;
    background-color: black;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.548);
    z-index: 9999;
}

.logo{
    font-size: 40px;
    text-decoration: none;
    padding: 0 50px;
    color:#f7f7f7;
    transition: 0.5s;
}

.logo:hover{
    font-size: 60px;
}

.navbar{
    font-size:20px;
}

nav a {
    text-decoration: none;
    padding: 0 25px;
    color:#f7f7f7;
    transition: 0.5s;
}

nav a:hover{
    color:#5783db
}

.social-media{
    font-size:20px;
    padding: 0 20px;
    display:flex;
    column-gap:10px;
    margin-top: 4px;
}

.social-media a {
    text-decoration: none;
    color:#f7f7f7;
    transition:0.5s;
}

.social-media a:hover {
    color:#5783db;
}
   

.contact{
    padding: 0 20px;
    text-decoration: none;
    font-size:20px;
    color:#f7f7f7;
    transition:0.5s;
}

.contact:hover{
    color:#5783db
}

@media (min-width:768px){
    
}

section h1{
    margin-bottom: 10px;
    font-size:50px;
    margin-top: 110px;
    text-align: center;
    /*font-family: 'Noto Sans', sans-serif;*/
    font-family: 'Lato', sans-serif;
}

.text{
    border: 10px solid #e6e4e4;
    padding: 5px;
    background-color: #f7f7f7;
    /*font-family: 'Noto Sans', sans-serif;*/
    font-family: 'Lato', sans-serif;
}

#explan{
    
    /*font-family: 'Noto Sans', sans-serif;*/
    font-family: 'Lato', sans-serif;
    
}

section{
    width:100%;
    padding: 50px;
    margin-top: -50px;
    margin-left:180px;
    
    
    
     /* Alinea los elementos verticalmente */
    
    
}



section h2{
    margin-bottom:-10px;
    font-size: 25px;
    margin-top: 50px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    /*font-family: 'Noto Sans', sans-serif;*/
}

.query{
    border:5px solid #e6e4e4;
    
}

.query-box{
   margin-bottom: 0.5rem;
   width:700px;
   
   
}



#expend1, #expend2, #expend3, #expend4, #expend5, #expend6{
    display:none;  
  }
  
  #expend1 + .popup1, #expend2 + .popup2 , #expend3 + .popup3, #expend4 + .popup4, #expend5 + .popup5, #expend6 + .popup6{
    max-height:0px;
    overflow:hidden;
    transition:all .3s ease;
  }
  
  #expend1:checked + .popup1, #expend2:checked + .popup2, #expend3:checked + .popup3, #expend4:checked + .popup4, #expend5:checked + .popup5, #expend6:checked + .popup6 {
    max-height:100vh;  
  }
  
  
  label {
    color:blue;
    text-decoration:underline;
    cursor:pointer;
    margin-bottom: 5px;
  }

  
  
  label:hover {
    text-decoration:none;  
  }

 

.query h3{
    background-color: #e6e4e4; /* Fondo gris oscuro */
    color: black; /* Texto blanco */
    letter-spacing: 1px;
    padding:10px;
    font-size: 15px; /* Tamaño de fuente más pequeño */
    text-align: left;
    width:100%;
    
}


.table-box{
    width:100%;
    padding:1rem; 
     
}

#section-b h3{
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}


footer{
    width:100%;
    padding:30px;
    font-style: italic;
    color:rgba(0, 0, 0, 0.664);
    margin-left:180px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.226);
}

img{
        max-width: 100%;
        max-height: 100vh;
        margin: auto;
}

.bi-box{
    display:flex;
    align-items: center;
    justify-content: center;
}

.container{
    display:grid;
    grid-template-columns: 1fr 1fr;
   width:100%; 
   
    align-items: center;
    column-gap: 150px;
    
}


  




.query{
   /* background: linear-gradient(rgba(165, 165, 165, 0.089),rgba(30, 153, 190, 0.452));^*/
   
   margin: 35px 0;
    
    display:flex;
    flex-direction: column;
    align-items: center;
    background-color: #f7f7f7;
}

.query-box p{
    line-height: 1.5;
    font-size:15px;
    margin-top: 10px;
    margin-left:10px;
    font-style: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
}


.container h4{
    display:none;
    text-align: center;
}

.blue{
    color:blue;
}

.red{
    color:red;
}

.gray{
    color:rgba(128, 128, 128, 0.589);
}




@media(max-width: 1700px){
    section, footer{
        margin-left: 0;
    }

    body{
        width:100%;
    }
    
}

@media(max-width:1359px){
    .container{
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap:50px;
    }

    .container h2{
        display:none;
    }

    .text{
        width:700px;
    }

    .container h4{
        display:block;
        margin-top: 4rem;
        margin-bottom:-3rem;
        font-size: 25px;
    }
}

@media  (max-width: 768px){
    .query-box, .text{
        width:90vw;
    }

#section-a h4{
    margin-bottom:10px;
}

    .header{
        display:flex;
        align-items: center;
        justify-content: space-around;
    }

    
}



.hamburger{
    position: relative;
    display:block;
    width:35px;
    cursor:pointer;
   

    appearance:none;
    outline:none;
    background: none;
    border: none;
    z-index:100;
}

.hamburger .bar, .hamburger:after, .hamburger:before{
    content: '';
    display:block;
    width:100%;
    height:5px;
    background-color: white;
    margin:6px 0px;
    transition: 0.4s;
    

}

.hamburger.is-active:before{
    transform: rotate(-45deg) translate(-8px, 6px);

}

.hamburger.is-active:after{
    transform: rotate(45deg) translate(-9px, -8px);

}

.hamburger.is-active .bar{
    opacity: 0;
}

.mobile-nav{
    display:block;
    position:fixed;
    top:0;
    left:100%;
    width:100%;
    min-height: 100vh;
    
    
    padding-top:120px;
    transition: 0.4s;
    background-color: #ececec;
}

.mobile-nav.is-active{
    left:0;
}

.mobile-nav a{
    display:block;
    text-align: center;
    width:100%;
    max-width: 200px;
    margin: 0 auto 16px;
    padding:12px 16px;
    
    
    background-color: #e6e6e6;
    color:black;
    text-decoration: none;
}

.mobile-nav a:hover{
    background-color: #dfdfdf;
}

@media(min-width:768px){
    .mobile-nav{
        display:none;
    }

    .hamburger{
        display:none;
    }
}

@media(max-width:767px){
    .navbar{
        display:none;
    }

    .contact{
        display:none;
    }

    .logo{
        padding:0;
    }

    
    
    .header{
        display:flex;
        align-items: center;
        justify-content: space-between;
    }

    .social-media {
        margin-right: 30px;
         }

         
}

