body {
    font-family: "Work Sans", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
     color: #666;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}

.f-widget h5{
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 600;
}
.f-widget p{
    color: #2c2c2c;
    font-size: 17px;
    line-height: 30px;
}
.f-widget a{
    line-height: 30px;
    color: #2c2c2c;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-size: 17px;
}
.b2b{
    background-image: url(../images/lc_magnetismo-1.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.b2b-cta h2{
    font-weight: 300;
    font-size: 33px !important;
    color: #0C1317 !important;
    line-height: 37px !important;
}
.b2b-cta p{
     font-weight: 300;
    color: #2c2c2c;
}
.b2b-cta a{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding-top: 10px !important;
    padding-right: 64px !important;
    padding-bottom: 12px !important;
    padding-left: 64px !important;
    background-color: #ffaa41;
    box-shadow: 1px 14px 36px -10px #f47e24;
    border-radius: 30px;
}
.heading p{
    font-size: 14px !important;
    font-weight: 400;
    color: #FFAA41 !important;
}
.blog-box img{
    border-radius: 10px;
}
.blog-box h2{
    font-weight: 300;
}
.blog-box p {
    color: #666;
}
.blog-box a{
    color: #ffaa41;
    text-decoration: none;
}
.blog-box{
    background-size: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 80px -10px rgba(44, 54, 92, 0.2);
}
.content-box h2{
    font-weight: 300;
}
.heading h2{
    font-weight: 300;
}
.content-box p{
    font-weight: 300;
    color: #2c2c2c;
}
.content-box a{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding-top: 10px !important;
    padding-right: 44px !important;
    padding-bottom: 12px !important;
    padding-left: 44px !important;
    background-color: #ffaa41;
    box-shadow: 1px 14px 36px -10px #f47e24;
    border-radius: 30px;
}
.banner{
    padding: 150px 0px 250px;
    background-image: url(../images/banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.content-banner h2{
    font-weight: 400;
}
.content-banner p{
    color: #2c2c2c;
    font-weight: 300;
}
.content-banner a{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding-top: 10px !important;
    padding-right: 44px !important;
    padding-bottom: 12px !important;
    padding-left: 44px !important;
    background-color: #ffaa41;
    box-shadow: 1px 14px 36px -10px #f47e24;
    border-radius: 30px;    
}



















@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 769px) {
    .banner{
        background-image: unset;
        padding: 30px 0px;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}