/* ----------------------------------------------------
	ADD YOUR CUSTOM STYLES HERE...	
------------------------------------------------------- */  
input.box-error, textarea.box-error{
border-color: #ff0000;
}
.botones-festival--proceso{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.botones-festival--proceso a{
margin-right:15px;
}
.boton-conocenos--feh {
    z-index:999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: black;
    border-radius: 50px;
    padding: 0.5rem 2rem;
    background:#0dc152;
    position: fixed;
    bottom: 30px;
    right: 20px;
    text-transform: uppercase;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    transition:background .3s ease-in;
}
.boton-conocenos--feh:hover {
    transition:background  .3s ease-in;
    background:#128C7E;

}

.boton-conocenos--feh a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boton-conocenos--feh img {
    width: 27px;
    filter: invert(1);
    margin-right: 4px;
}
.boton-conocenos--feh h4{
        color: #fff;
        margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.botones-feh .btn:nth-child(1), .botones-feh .btn:nth-child(2){
    margin-right:10px;
}
.botones-feh{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
.none-d{
    display:none;}
    #section-aliados .row{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}
.info-quienes-somos .bxslider p {
    color: #757575;
    font-size: 17px;
    line-height: 25px;
}
.section-title p {
    font-size: 18px;
        color: #757575;
}
.feature-list p {;
    color: #f5f5f5;
    font-size: 15px;
}
    
    @media screen and (max-width:600px){
        .section-title p {
    font-size: 16px;
}
        .info-quienes-somos .bxslider p {
    font-size: 16px;
}
            .why-us{
        
display: flex;
    flex-direction: column;
    text-align: center;
        align-items: center;
    }
        .botones-festival--proceso a{
margin-right:0px;
}   .botones-festival--proceso {

    justify-content: space-evenly;

}
     .botones-feh .btn:nth-child(2), .botones-feh .btn:nth-child(1){
    margin-right:0px;

} 
.service-center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
  .contact_form {
    margin-bottom: 40px;
}
.boton-conocenos--feh h4 {
    font-size: 13px;

}
.copyright .col-md-6{text-align:center;}   
#section-aliados  .aliado{
    width: 100%;
}
    }