@charset "utf-8";

/**GENERAL**/

body {
    font-family: 'Roboto', sans-serif; 
    background-color: rgba(0, 35, 80, 0.11)
    }

main {
    padding-left: 1em;
    padding-right: 1em;
}


header {
    justify-content: center;
        }

header img {
    max-width: 100%;
    height: auto;
    
    
}

h1 {
    color: #28ae7c;  
    text-align: center;
    background-color: white;
    }

h4 {
    color: #28ae7c;   
}

h5 {
    font-weight: 600;
    color: #002350;
    font-size: 12pt;
    
}

h5:hover{
    color:#28ae7c;
}

h6 {
    color: #002350;
    font-size: 12pt;
}

h7 {
    color: #002350;
    font-size: 10pt;
    background-color: rgba(40, 174, 124, 0.47);
    font-weight: 600; 
    
}

p {
    color: #002350;
   font-size: 9pt; 
}

.dropbtn {
    background-color: #28ae7c;
    color: white;
    border: none;
    cursor: pointer;
    padding: 0.5em;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #28ae7c;
    z-index: 1;
    width: 15em;
    overflow: auto;
    padding: 1em;
    flex-direction: column;
    height: 100vh;
    }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a{
    display: flex;
    flex-direction: column;
    padding: 0.5em;
    text-decoration: none;
    color: white;
    font-size: 18pt;
    padding-left: 1.5em;
    }

.dropdown-content a:hover {
    background-color: #002350;
}

nav {
    background-color: #28ae7c;
    position: fixed;
    width: 98.2%;
    
    }

nav img {
    max-width: 65%;
}

footer p {
    margin-top: 0;
    background-color: #002350;
    color: white;
    padding: 1rem;
    font-size: 8pt;
    text-align: center;
    font-weight: 200;
}


/**ESTILO INDEX**/

.clubdebarrio {
    display:flex;
    flex-direction: column;
    text-align: center;
    margin-bottom:1.87rem;  
}


.comitente {
    background-color: rgba(255, 255, 255, 0.76);
    border-radius: 2em;
    display:flex;
    flex-direction: column;
    padding: 1.5em;
    margin-bottom: 2em;
}


#integrantes {
    padding-top: 1.5em;
    text-align: center;
    background-color: rgba(40, 174, 124, 0.15);
    padding-bottom: 1.5em;
    }

#integrantes ul {
    padding-right: 1em;
    padding-left: 1em;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-evenly;
    align-items: center; 
    align-content: space-around;
    } 

#integrantes ul li a {
    text-decoration: none;
    color: #002350;
}

#integrantes ul li a:hover {
    color:#28ae7c;
    font-weight: 600;
}

figure {
    margin-left: 1.25rem;
    padding-right: 2.18rem;
    padding-left: 2.18rem;
    margin-right: 1.25rem;
}


.dropdown-info ul {
    list-style: none;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
}

.dropdown-info ul li h6 {
    margin-top: 0;
    padding-top: 1rem;
    text-align: center;
}


/**ESTILO JT35**/

.slide{
    display: flex;
    justify-content: center;
}

.slide-content {
    display: flex;
    justify-content: center;
    align-content: stretch;    
    }


.myslides {
    height: 12.5rem;
    width: 12.5rem;    
}

.boton {
    height: 2em;
    background-color: #28ae7c;
    color: #002350;
    display: flex;
    justify-content: center;
    display: flex;
    align-self: center;
    margin: 2rem;
    
}

main {
   padding-bottom: 5rem;
}



/**ESTILO MAPA**/

.nuestrapropuesta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

.nuestrapropuesta ul {
    list-style: none;
    padding-left: 1em;
    }

#inicio { 
    display: flex;
    flex-direction: column; 
    padding-right: 1rem;
    max-width: 95%;
    background-color: rgba(255, 255, 255, 0.76);
    padding: 0.5rem;
    margin-bottom: 2rem;
    }

#ventas {
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
    max-width: 95%;
    background-color: rgba(255, 255, 255, 0.76);
    padding: 0.5rem;
    margin-bottom: 2rem;

}

#novedades {
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
   max-width: 95%;
    background-color: rgba(255, 255, 255, 0.76);
    padding: 0.5rem;
    margin-bottom: 2rem;
}

#galeria {
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
    max-width: 95%;
    background-color: rgba(255, 255, 255, 0.76);
    padding: 0.5rem;
    margin-bottom: 2rem;

}

#contacto {
    display: flex;
    flex-direction: column;
    max-width: 95%;
    background-color: rgba(255, 255, 255, 0.76);
    padding: 0.5rem;
    margin-bottom: 2rem;
}


.link {
	cursor: pointer;
}


.proceso {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.proceso h4{
    width: 100%;
}

.proceso img{
    width: 25%;
    min-width: 25%;
    margin: .8rem;
}



@media all and (min-width:361px){
    
    body {
    font-family: 'Roboto', sans-serif; 
    background-color: rgba(0, 35, 80, 0.11)
    }

main {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}


header {
    background-color: #002350;
    text-align: center;
}


h1 {
    color: #28ae7c;  
    text-align: center;
    background-color: white;
    }

h4 {
    color: #28ae7c;   
}

h5 {
    font-weight: 600;
    color: #002350;
    font-size: 12pt;
    
}

h5:hover{
    color:#28ae7c;
}

h6 {
    color: #002350;
    font-size: 12pt;
}

h7 {
    color: #002350;
    font-size: 10pt;
    background-color: rgba(40, 174, 124, 0.47);
    font-weight: 600; 
    
}

p {
    color: #002350;
   font-size: 9pt; 
}

nav ul {
    margin-top: 0rem;
    background-color: #28ae7c;
    list-style: none;
    padding: 6px;
    display: flex; 
    justify-content: space-around; 
}

nav ul li a {
    text-decoration: none;
    color: aliceblue; 
}

nav ul li a: hover {
    font-weight: 600;
    color:#002350;
}


.clubdebarrio {
    display:flex;
    flex-direction: row;
    text-align: center;
    margin-bottom: 2rem;  
}


.comitente {
    background-color: rgba(255, 255, 255, 0.76);
    border-radius: 2rem;
    display:flex;
    flex-direction: column;
    width: 50%;
    padding: 0.95rem;
    margin-right: 0.625rem;
}


#integrantes {
    padding-top: 1.25rem;
    text-align: center;
    background-color: rgba(40, 174, 124, 0.15);
    }

#integrantes ul {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    list-style: none;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    flex-wrap:wrap;
    align-items: center; 
    align-content: space-around;
    } 

#integrantes ul li a {
    text-decoration: none;
    color: #002350;
}

#integrantes ul li a:hover {
    color:#28ae7c;
    font-weight: 600;
}

figure {
    margin-left: 1.25rem;
    padding-right: 2.18rem;
    padding-left: 2.18rem;
    margin-right: 1.25rem;
}


.dropdown-info ul {
    list-style: none;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
}

.dropdown-info ul li h6 {
    margin-top: 0;
    padding-top: 1rem;
    text-align: center;
}

footer p {
    margin-top: 0;
    background-color: #002350;
    color: white;
    padding: 1rem;
    font-size: 8pt;
    text-align: center;
}



.slide-content {
    display: flex;
    justify-content: center;
}


.myslides {
    height: 12.5rem;
    width: 12.5rem;    
}

.boton {
    height: 2em;
    background-color: #28ae7c;
    color: #002350;
    display: flex;
    justify-content: center;
    display: flex;
    align-self: center;
    margin: 2rem;
}

main {
   padding-bottom: 5rem;
    width: 95%;
}
}


@media (min-width:30em){
    
.nuestrapropuesta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.nuestrapropuesta ul {
    list-style: none;
    padding-left: 1em;
}

#inicio { 
    display: flex;
    flex-direction: column; 
    padding-right: 1rem;
    width: 20%;
    background-color: rgba(255, 255, 255, 0.76);
    padding: 0.5rem;
    margin-right: 1rem;
    }

#ventas {
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
    width: 20%;
    background-color: rgba(255, 255, 255, 0.76);
    padding: 0.5rem;
    margin-right: 1rem;

}

#novedades {
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
    width: 20%;
    background-color: rgba(255, 255, 255, 0.76);
    padding: 0.5rem;
    margin-right: 1rem;
}

#galeria {
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
    width: 20%;
    background-color: rgba(255, 255, 255, 0.76);
    padding: 0.5rem;
    margin-right: 1rem;

}

#contacto {
    display: flex;
    flex-direction: column;
    width: 20%;
    background-color: rgba(255, 255, 255, 0.76);
    padding: 0.5rem;
    margin-right: 1rem;

}


.link {
	cursor: pointer;
}

.proceso img {
    min-width: 5%;
    max-width: 10%;
    margin: .3rem;
        
    }
    
}
