@charset "utf-8";

/*-- parte superior --*/
footer{
    width: 100%;
} 
#footer-up{
    width: 100%;
    background: rgb(34,34,34);
    padding: 55px 8%;
    display: flex;
    justify-content: space-around;
    border-top: 7px solid darkgreen;
    color: #fff;
}
.foo-part{
}
 
#fp-uno{}
#fp-uno p{
    padding: 12px;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    font-family: 'Patua One', cursive;
}
#fp-uno iframe{
    width: 270px;
    height: 200px;
}
#redes-hor{
    display: flex;
    justify-content: space-around;
    padding: 15px;
    list-style: none;
}
#redes-hor a{
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}
#redes-hor a:hover{
    color: darkgreen;
    text-decoration: none;
    font-size: 25px;
}
#redes-hor a li{}
#redes-hor a li span{}

#fp-dos{}
#horarios{}
#horarios h4{
    padding: 12px;
    text-align: center;
    font-size: 21px;
    font-family: 'Patua One', cursive;
    font-weight: 400;
}
#horarios p{
    padding: 7px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}
#tacto{
    list-style: none;
}
#tacto a{
    color: #fff;
    text-decoration: none;
}
#tacto a:hover{
    color: darkgreen;
    text-decoration: none;
}
#tacto a li{
    padding: 7px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}
#tacto a li span{}
#box-btn{
    text-align: center;
    padding: 20px 0;
} 
#box-btn button{
    background: darkgreen;
    border: none;
    padding: 11px;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.fp-listas{
}
.fp-listas p{
    padding: 10px;
    font-size: 21px;
    font-weight: 400;
    font-family: 'Patua One', cursive;
}
.fp-listas ul{
    list-style: none;
}
.fp-listas ul li{
    font-size: 18px;
    padding: 7px;
    font-family: 'Montserrat', sans-serif;
}
.fp-listas ul li a{
    color: #fff;
    text-decoration: none;
}
.fp-listas ul li a:hover{
    color: darkgreen;
    text-decoration: none;
}
 
/*-- parte inferior --*/
#footer-down{
    padding: 10px;
    text-align: center;
    background: rgb(70,70,70);
    color: #fff;
}
#footer-down p{
    font-family: 'Andada Pro', serif;
    font-size: 14px;
}
/*--- flotante ---*/
#wha-flo{
    background: rgb(0,187,45);
    position: fixed;
    bottom: 35px;
    right: 35px;
    padding: 25px;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    box-shadow: 2px 2px 10px #555;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#wha-flo span{
    color: #fff;
    font-size: 30px;
}