@charset "utf=8";

* {
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0pt;
    padding: 0pt;
    border: 0pt;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

body { 
    background-color: #EEEEEE;
}

header {
    max-width: 100%;
}

h1 {
    font-family: 'Permanent Marker';
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-weight: 800;
    font-size: 45px;
    margin: 20px;
    max-width: 95%;
}


/*     NAV 1    */


.barrasuperior {
    margin-left: 0px; 
    position: static;
    background: linear-gradient(90.2deg, #0BA7B4 0.18%, #FEC04F 0.19%, #FD8100 101.73%);
    width: 100%;    
}

.barrasuperior img{
    height: 50px;
}


/*     BANNER     */


.baner {
    display: block;
}

div.baner img {
    display: flex;
    width: 100%;
}


/*     INICIO     */
.tituloindex {
    font-size: 0.6em;
}

.baner img {
    
}

span {
    font-weight: 800;   
}    

.pincel {
    width: 7em;
    margin: 2em;
    opacity: 10%;
}

div.pinto {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;

}

article {
    padding-bottom: 20px;
}

article p {
    font-size: 19px;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    text-align: center;
}

div h2 {
    background-color: #0BA7B4;
    color: #EEEEEE;
    text-transform: uppercase;
    padding: 20px 0px 20px 0px;
    margin: 20px 50px 20px 50px;
    overflow: auto;
    border-radius: 15px;
}

main {
     margin-bottom: 6em;
}


/*     VOTA     */


.murales {
    display: flex;
    flex-direction: column;
}

.murales img {
    display: flex;
    width: 100%;
}

.fondogris {
    padding-bottom: 30px;
    background-color: #DDDDDD;
    padding-top: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.murales h4 {
    display: flex;
    flex-direction: row-reverse;
    background-color: #0BA7B4;
    margin-top: 0;
    padding: 0;
}

ul div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #0BA7B4;
    margin-bottom: 30px;
    padding: 6px;
    color: #EEEEEE;
    font-weight: 800;
}

input {
    margin-left: .5em;
    margin-right: .5em;
}

.votar {
    background-color: #0BA7B4;
    margin: 20px 50px 20px 50px;
    overflow: auto;
    border-radius: 15px;
}

button {
    font-size: 1.5em;
    font-weight: bold;
    width: 100%;
    background-color: #0BA7B4;
    color: #EEEEEE;
    text-transform: uppercase;
    padding: 20px 0px 20px 0px;
    overflow: auto;
    border-radius: 15px;
}

    
/*     BOTONES DOBLES     */


.botones {
    display: flex;
    justify-content: space-evenly;
    text-transform: uppercase;
    font-size: smaller;
}

.botonuno {
     background-color: #FD8100;
     padding: 20px 20px 20px 20px;
     margin: 1em;
     border-radius: 15px;
     color:#EEEEEE;
     font-weight: bold;
}

.botondos {
     background-color: #0BA7B4;
     padding: 20px 20px 20px 20px;
     margin: 1em;
     border-radius: 15px;
     overflow: auto; 
     color: #EEEEEE;
     font-weight: bold;
}


/*     BOTONES A    */


.prox {
     font-style: bold;
     color: #EEEEEE;
    font-size: 18px;
}


/*     FRANJA GRIS para subtitulos   */


h4 {
    background-color: darkgrey;
    color: #EEEEEE;
    padding: 6px;
    margin-top: 1em;
}

/*    eventos anteriores  */

.accordion_body{
display: flex;
}
.wrapper .accordion_wrap .accordion_header{
  width: 100%;
  height: 50px;
  background: none;
  padding: 15px;
  color: #0BA7B4;
  font-weight: 700;
  border-bottom: 2px solid #0BA7B4;
  position: relative;
  cursor: pointer;
}

.wrapper .accordion_wrap:first-child .accordion_header{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.wrapper .accordion_wrap:last-child .accordion_header{
  border-bottom: 2px solid transparent;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.wrapper .accordion_wrap:last-child .accordion_header:hover{
  border-bottom: 2px solid transparent;
}

.wrapper .accordion_wrap .accordion_header:before,
.wrapper .accordion_wrap .accordion_header:after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 20px;
  height: 2px;
  background: #39a098;
}

.wrapper .accordion_wrap .accordion_header:hover{
  color: #01645d;
  border-color: #01645d;
}

.wrapper .accordion_wrap .accordion_header:hover:before,
.wrapper .accordion_wrap .accordion_header:hover:after{
  background: #01645d;
}

.wrapper .accordion_wrap .accordion_header:after{
  transform: rotate(-90deg);
  transition: all 0.5s ease;
}

.wrapper .accordion_wrap .accordion_body{
  width: 100%;
  height: 0px;
  transition: all 0.5s ease;
  overflow: hidden;
}

.wrapper .accordion_wrap .accordion_body p{
  
  margin: 1em;
  font-size: 1em;
  line-height: 1,6em;
  color: #EEEEEE;
  text-align: left;
}
.wrapper .accordion_wrap .accordion_body p.titulo{
  color: #FD8100;
  font-size: 2em;
}
.wrapper .accordion_wrap .accordion_body p.fecha{
  font-size: 0.8em;
}
.wrapper .accordion_wrap .accordion_body p.descripcion{
  color: black;
}

.wrapper .accordion_wrap .accordion_header.active{
  color: #01645d; 
  border-color: #01645d;
}

.wrapper .accordion_wrap:last-child .accordion_header.active{
  border-bottom: 2px solid #01645d;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.wrapper .accordion_wrap .accordion_header.active:before,
.wrapper .accordion_wrap .accordion_header.active:after{
  background: #01645d;
}

.wrapper .accordion_wrap .accordion_header.active:after{
  transform: rotate(0deg);
}

.wrapper .accordion_wrap .accordion_header.active + .accordion_body{
  height: auto;
  overflow: scroll;
}


.boxevento {
    margin: 2em 1em 2em 0em;
    background-color: #DDDDDD;
    display: flex;
    width: 45em;
    overflow: hidden;
    border-radius: 0px 15px 15px 0px;
    hyphens: auto;
}

.evento img{
    float: left;
    background-size: cover;
}

/*    eventos anteriores  */
.wrapper .accordion_wrap .accordion_body p.fecha2{
    padding: 1.5em 0em 0em 0em;
     color: gray;
}

.aclara{
     font-size: 1em;
    margin: 3em;
}


/*     PARTICIPA    */


h4.fondogris {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: black;
}


/*    CÓMO LLEGO    */


iframe {
    display: flex;
    width: 100%;
}    

ul.transporte {
    background-color: #EEEEEE;
    padding: 2em;
    margin-bottom: 20px;
}

.transporte li {
    display: inline-block;
    padding: 10px;
    margin: 10px;
    width: 70px;
    border-radius: 15px;
    background-color: #0BA7B4;
}

.transportebox {
    margin-top: 2em;
}


/*     COMUNICATE    */


.comunicacion div {
    padding: 20px;
    margin: 20px;
    height: 8em;
    width: 15em;
    display: inline-block;
    border-radius: 15px;
    background-color: #FD8100;
}

.icono {
    width: 3em;    
}

.textoc {
    padding: 1em;
    width: 0,1em;    
}


/*     PERFIL    */


article {
    padding-bottom: 0;
}    

div.usuarix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px;
}

div.usuarix img {
    border-radius: 50%;
    width: 45%;
}

#datousuarix {
    display: flex;
    flex-wrap: wrap;
    justify-items: flex-end;
    flex-direction: column;
    width: 50%;    
    margin-bottom: 20px;
    margin-bottom: 20px;
    max-width: 100%;
}

#datousuarix h1{
    font-size: 180%;
}

#datousuarix h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: small;
}

.formulario {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

div.formulario.fondogris {
    border-radius: 50px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

input.fondogris {
    display: flex;
    text-align: justify;
    margin-bottom: 30px;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: black;    
}


/*     NAV INFERIOR    */


div ul .barra {
    background-color: #FEC04F;
}

div ul {
    background-color: #FEC04F;
}

footer {
    bottom:0;
    background-color: #FEC04F;
    width: 100%;
    position: fixed;
}

footer div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;    
}


footer div ul {
    display: flex;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
}

footer div ul li img {
    width: 5em;
    display: flex;
    padding: 15px 30px 12px 28px;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
}


li #inicio, #eventos, #donaciones, #comunicate, #perfil {
    display: flex;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
    flex-basis: 25%;
}
 
/*     media de eventos     */

@media screen and (max-width: 1000px) {
  .boxevento{
      max-width: 95%;
      max-height: 10em;
      overflow: scroll;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper .accordion_wrap .accordion_body p.titulo{
    font-size: 1.8em;
    margin: 0.4em;
  }
}
@media screen and (max-width: 1000px) {
  .accordion_body{
    display: block;
    overflow: scroll;
  }
}
@media screen and (max-width: 1400px) {
  .wrapper .accordion_wrap .accordion_body .textoe {
  min-width: 10em;
  }
}
@media screen and (max-width: 1400px) {
  .evento img{
      width: 10em;
  }
}
@media screen and (max-width: 1000px) {
  .evento img{
      width: 10em;
  }
}

@media only screen and (min-width: 1000px) {
    
    
    /*    GLOBAL    */
    
    
main {
    padding-top: 52px;    
    }    
    
.barrasuperior {
    display: flex;
    justify-content: flex-end;
    margin-left: 0px;
    position: fixed;
    background: #FEC04F;
    width: 350px;
    max-height: 7%;
}
    
.barrasuperior img {
    height: 50px;
    padding: 4px;
}
    
article {
    padding: 0px 250px;
}    
    

/*     NAV INFERIOR    */


footer {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(90.2deg, #FEC04F 31.3%, #FD8100 60.73%);
    width: 100%;
    max-height: 7%;
    position: fixed;
    margin-left: 350px;
    padding-right: 588px;
}

footer div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}


footer div ul {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    background-color: transparent;
}


footer div ul li img {
    width: 5em;
    display: flex;
    padding: 15px 30px 12px 28px;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
}

li #inicio, #eventos, #donaciones, #comunicate, #perfil {
    display: flex;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
    flex-basis: 25%;
}    
    
    
    /*    PERFIL    */


article.perfil {    
    display: flex;
}

div.usuarix img {
    width: 40%;
}
    
.botones {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    width: 40%;
    margin-right: 1em;
}
    
.botonuno {
    padding: 20px 20px 20px 20px;
    margin: 1em 0em 0em;
}
    
.botondos {
    padding: 20px 27px 20px 27px;
    margin: 1em 0em 0em;
    overflow: auto;
}
}