@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

:root{
    background-color:#f4f0e7 important;
}
.header.fixed-header {
    background-color:#e366a7 ;
}
.border.primary {
    border-color: #e366a7, ;
}
.banner-section:before{
    background-color: transparent;
}
h1{
    color: grey;
}
.text-white {
    color: grey !important;
}
.text-primary {
    color: #e366a7 !important;
}
.bg-primary {
    background-color: #e366a7 !important;
}
.services-tab .nav-tabs .nav-item .nav-link.active {
    color: #e366a7;
    background-color: transparent!important;
}
.btn{
    /* color: #e366a7!important; */
    background-color:#e366a7!important; ;
}
.fs-5 {
    font-size:2.2rem !important;
}
.services{
    background-color: #f4f0e7 !important;
}
.nav-link{
    color: #e366a7 !important;
}
.magos{
    color: #e366a7 !important;
}
.truquitos{
    font-size: 1.5rem !important;}
.link-hover.fs-5.text-white:hover{
        color: #e366a7 !important;
    }
.bg-light-gray {
    background-color: #f4f0e7 !important;
    }
#herramientas{
        background-color: #f4f0e7 !important;
        padding-top: 4rem;
    }
    
