
@import url("./fonts.css");
/** FONTS **/
*{font-family: "Poppins";}
p,a,ul,ol{
    font-weight: 200;
}
body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/** END FONTS **/
.navbar-brand{width: 320px;}
.navbar.navbar-dark, .navbar.navbar-dark ul{
    background-color: #454545 !important;
}
/** THEME **/
.cree-bg-green{
    background-color: #04A5AA;
}
.cree-btn-rounded{
    border-radius: 22px;
}
.btn.cree-bg-green{
    color: #fff;
}

.cree-text-green{
    color: #04A5AA;
}
.cree-text-yellow{
    color: #F9BF36;
}

/** FOOTER **/
footer{
    background-color: #EEEAEB;
}
footer .imgcontainer{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
footer .imgcontainer img{
    max-width: 250px;
    max-height: 100px;
}
footer .contact, footer .contact a, 
footer .copy, footer .copy a{
    color: #908E95;
}

footer h3{
    font-size: 16px;
    color: #908E95;
}
/** END THEME**/

/** FORMS **/
form label.error{
    color: crimson;
}
form label.requerido::before{
    content: "*";
    color: crimson;
}
/** ENDFORMS **/