/*
---- MAIN ----
---- PODCAST ----
---- EQUIPO ----


---- CONTACTO ----
---- 1. General ----
---- 2. Navbar ----
---- 3. Header ----
---- 4.  ----
---- 5. Footer ----
---- 6. Media Queries ----


*/


/* ----1. General---- */
p{
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Noto Sans', sans-serif;
}
a{
    font-family: 'Montserrat', sans-serif;
}
body{
    width: 100vw;
    background-image: url("../resources/main/fondo.png");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    margin:0 auto;
    overflow-x: hidden;
    height: 100%;
}

input {
    background:#D0D0D0;
    background-color: #D0D0D0; 
    border:0px;border-color:#D0D0D0;
    height:48px;
    width:100%;
    font-size:24px;
}

textarea {
    background:#D0D0D0;
    background-color: #D0D0D0; 
    border:0px;border-color:#D0D0D0;
    height:144px;
    width:100%;
    font-size:20px;
}

/* ----2. Navbar---- */
.logo{
    padding-top: 0.5rem;
    margin: 0 1%;
    max-height: 100px;
    max-width: 300px;
    
    
}
.logo img{
    max-height: 100px;
    width: 100%;
    display: inline-block;
    
}
.nav{
    background-color:#753BBD;
    width: 100vw;
    max-width: 100%;
    display: flex;
    position: fixed;
    top:0;
    justify-content: space-between;
    
}
#dropdown-options{
    display: none;
    position: absolute;
    padding: 1% 2%;
    margin: 0 0 0 -2%;
    background-color: #dfc8e7;
    border-radius: 3%;
   
}

#dropdown-options li{
    list-style-type: none;
    padding: 0.5rem;
    display: block;
    width:100%;
}
#dropdown-options a{
    color:#fff;
    text-decoration: none;
   
}
#dropdown-options a:hover{
    color: #000;
   
   
}
#dropdown:hover #dropdown-options {
    display: block; /* muestra la lista al pasar el mouse */
  }

.pages{
    display: flex;
    align-items: flex-start;
    margin-right: 1.5rem; 
    top: 20px;
    position: relative;
  
}
.pages li{
    display: inline-block;
    padding: 0.3rem 3rem;
    padding-top: 1.7rem;
    font-size: 1.3rem; /* 20.8px */
    
}
.pages a{
    color: #ffffff;
    text-decoration: none;
    
    
}
.pages a:hover{
    text-decoration: underline;
  
}

/* ----3. Header---- */
.title{
    flex: 1;
    align-items: flex-start;
    width: 50%;
    padding-left: 3%;
}
.title h1{
    margin: 50%; /* Esto está modificado al bulto porque como no hay contenido en la página el
                    footer se come la barra de navegación y queda inutilizada */
    font-size: 7rem; /* 112px */ 
    
}


/* ----4. Gallery---- */




/* ----5. Footer---- */
.footer{
    width: 100%;
    max-width: 100%;
    background-image: url(../resources/main/footer-web.png);
    margin: 0 auto;
    display:flex;
    position: relative;
    overflow-x: hidden;
}

#nav-footer li{
  list-style: none;
  padding-bottom: 0.5rem;
}
#nav-footer a{
    color: #ffffff; 
    padding: 0.3rem 3rem;
    text-decoration: none;
   
}
#nav-footer a:hover{
    text-decoration: underline;
}
.info{
    color: #ffffff;
    text-align: center;
     /* margin:0 auto; */
    /*margin-left: 7%;*/
    padding-top: 68px;
    max-width: 73%;

}

#logos{
    max-width: 100%;
    margin: 0;
    padding: 0;
    max-height: 50%;
  }
.redes{
    color: #ffffff;
    max-width: 100px;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    right: 12%;
   
   
}

#instagram{
    width:35%;
    margin-right: 0.5rem;
}
#instagram:hover{
    cursor: pointer;
}

#twitter{
    width:35%;
}
#twitter:hover{
    cursor: pointer;
}

#tiktok{
    width:40%;
}
#tiktok:hover{
    cursor: pointer;
}

#spotify{
    width:90%;
}
#spotify:hover{
    cursor: pointer;
}

/* ----6. Media Queries---- */
@media only screen and (max-width:1600px){
    
    
    .nav{
        width: 100vw;
    }

    .title h1{
        font-size: 5rem;
        line-height: 0;
        margin-top: 3rem;
    }
  
    .info{
        margin-left: 3%;
        padding-top: 127px;
        max-width: 64%;
    }
}
@media all and (min-width:1024px) and (max-width:1280px){
   
    .pages li{
        font-size: 1.2rem;
       
    }

    .title h1{
        font-size: 4rem;
    }
   
 
    

    .footer{
        width: 100vw;
        max-width: 100%;
        height: auto;
    }

    .info{
        margin-left: 0;
        padding-top: 127px;
        max-width: 64%;
        
    }
    #logos{
        max-width: 135%;
        position: relative;
        right: 113px;
    }
}
@media all and (min-width:831px) and (max-width:1024px){
   
    .pages li{
        font-size: 1.1rem;
        padding: 1.8rem 2rem;
    }

    .title h1{
        font-size: 3.5rem;
    }
 

    .info{
        font-size: 15px;
        padding-top: 14%;
        margin-left: 1%;
        margin-right: 180px;
    }
    #logos{
        max-width: 163%;
        position: relative;
        right: 164px;
    }

    #instagram{
        width: 20%;
    }
    #twitter{
        width: 20%;
    }
    #tiktok{
        width: 24%;
    }
    #spotify{
        width: 65%;
    }
}
@media all and (min-width:769px) and (max-width:831px){

    .logo img{
        width: 80%;
    }

    .title h1{
        font-size: 3rem;
       

    }
   

    .pages li{
        padding: 0rem 1rem;
        padding-top: 1rem;
        font-size: 0.9rem; /* px */
    }


    #nav-footer li{
       font-size: 0.8rem;
      }
    #nav-footer a{
        padding: 0rem 0rem;
    }

    .info{
        font-size: 0.8rem;
        padding-top: 1%;
        margin-left: 19%;
    }
    .footer{
        flex-direction: column;
    }
    .redes{
        font-size: 0.8rem;
    }
    #logos{
        max-width: 163%;
        position: relative;
        right: 161px;
    }

    #instagram{
        width: 20%;
    }
    #twitter{
        width: 20%;
    }
    #tiktok{
        width: 24%;
    }
    #spotify{
        width: 65%;
    }
}
@media all and (min-width:612px) and (max-width:768px){

    .logo img{
        width: 80%;
    }

    .title h1{
        font-size: 3rem;
       

    }
   
 
    .pages li{
        padding: 0rem 1rem;
        padding-top: 1rem;
        font-size: 0.9rem; /* px */
    }


    #nav-footer li{
       font-size: 0.8rem;
      }
    #nav-footer a{
        padding: 0rem 0rem;
    }

    .info{
        font-size: 0.8rem;
        padding-top: 1%;
        margin-left: 19%;
    }
    .footer{
        flex-direction: column;
    }
    .redes{
        font-size: 0.8rem;
    }
    #logos{
        max-width: 163%;
        position: relative;
        right: 144px;
    }

    #instagram{
        width: 20%;
    }
    #twitter{
        width: 20%;
    }
    #tiktok{
        width: 24%;
    }
    #spotify{
        width: 65%;
    }
}
@media all and (min-width:480px) and (max-width:612px){
    .logo img{
        width: 80%;
    }

    .title h1{
        font-size: 2.6rem;
        margin-top: 20px;
       

    }
   

    .pages li{
        padding: 0rem 1rem;
        padding-top: 1rem;
        font-size: 0.9rem; /* px */
    }

  

   

    #nav-footer li{
       font-size: 0.8rem;
      }
    #nav-footer a{
        padding: 0rem 0rem;
    }

    .info{
        font-size: 0.8rem;
        padding-top: 1%;
        margin-left: 19%;
    }
    .footer{
        flex-direction: column;
    }
    .redes{
        font-size: 0.8rem;
    }
    #logos{
        max-width: 163%;
        position: relative;
        right: 116px;
    }

    #instagram{
        width: 20%;
    }
    #twitter{
        width: 20%;
    }
    #tiktok{
        width: 24%;
    }
    #spotify{
        width: 65%;
    }
}
@media all and (min-width:481px) and (max-width:530px){
    .logo img{
        width: 80%;
    }

    .title h1{
        font-size: 2.2rem;
        margin-top: 20px;
       

    }
   
 

    .pages li{
        padding: 0rem 1rem;
        padding-top: 1rem;
        font-size: 0.9rem; /* px */
    }



    #nav-footer li{
       font-size: 0.8rem;
      }
    #nav-footer a{
        padding: 0rem 0rem;
    }

    .info{
        font-size: 0.8rem;
        padding-top: 1%;
        margin-left: 19%;
    }
    .footer{
        flex-direction: column;
    }
    .redes{
        font-size: 0.8rem;
    }
    #logos{
        max-width: 163%;
        position: relative;
        right: 92px;
    }
   

    #instagram{
        width: 20%;
    }
    #twitter{
        width: 20%;
    }
    #tiktok{
        width: 24%;
    }
    #spotify{
        width: 65%;
    }
}
@media all and (max-width:480px){
    .logo{
        padding-top: 0;
        width: 50%;
    }

    .logo img{
        width: 70%;
        min-width: 223px;
    }  
    .contenido-principal{
        flex-direction: column-reverse;
        width: auto;
        padding-top: 0;
        margin-top: 30%;
    }
    .text-container{
        max-width: 100%;
        width: 100vw;
    }

    .title h1{
        font-size: 2.5rem;
        margin-top: 10px;
        
    }

    .correo {
        margin-top:100px;
        display:flex;
        
        max-width: 100%;
        width: 100vw;
        max-height: 100%;
        height:100vw;
    }
   
    


    #nav-footer li{
       font-size: 0.8rem;
      }
      #nav-footer a{
        padding: 0rem 0rem;
    }

    .info{
        font-size: 0.8rem;
        padding-top: 1%;
        margin-left: 19%;
    }
    #logos{
        max-width: 163%;
        position: relative;
        right: 78px;
    }
    .footer{
        flex-direction: column;
    }
    .redes{
        font-size: 0.8rem;
        right: 15%;
    }

    #instagram{
        width: 20%;
    }
    #twitter{
        width: 20%;
    }
    #tiktok{
        width: 24%;
    }
    #spotify{
        width: 65%;
    }
}
@media all and (max-width:380px){
    .logo{
        padding-top: 0;
        width:50%;
    }
    
    .logo img{
        width: 70%;
        min-width: 223px;
    }  
    .contenido-principal{
        flex-direction: column-reverse;
        width: auto;
        padding-top: 0;
        margin-top: 30%;
    }
    .text-container{
        max-width: 100%;
        width: 100vw;
    }

    .title h1{
        font-size: 2rem;
        margin-top: 5px;
    }
  
    .description p{
        font-size: 1rem;
    }
    .hero{
        max-width: 100%;
        width: 100vw;
    }
    .hero img{
       width: 80%;
    }


    #nav-footer li{
       font-size: 0.8rem;
      }
      #nav-footer a{
        padding: 0rem 0rem;
    }

    .info{
        font-size: 0.8rem;
        padding-top: 1%;
        margin-left: 19%;
    }
    .footer{
        flex-direction: column;
    }
    .redes{
        font-size: 0.8rem;
        right: 15%;
    }
    #logos{
        max-width: 163%;
        position: relative;
        right: 58px;
    }

    #instagram{
        width: 20%;
    }
    #twitter{
        width: 20%;
    }
    #tiktok{
        width: 24%;
    }
    #spotify{
        width: 65%;
    }
}