.navbar-expand-lg{
    opacity: 0;
    transition: all 1s ease-in-out;
}
.nav-scroll{
    opacity: 1;
    transition: all 1s ease-in-out;
}
.bg-light-purple{
    background-color: #8f87fc;
}
.bg-light-highlight{
    background-color: #ffe6c4;
}
.bg-purple-dark {
    background-color: #3e28a9!important;
}
.text-purple-dark {
    color: #3e28a9;
}
.bg-green-verde{
    background-color: #80bc00;
}
.bg-green-verde-light{
    background-color: #c7f16e;
}
.text-green-verde{
    color: #80bc00;
}
.bg-highlight-color{
    background-color: #f5ac52;
}
.stroke.stroke-black{
    color: transparent;
    -webkit-text-stroke: 2px #000;
}
.text-highlight-color{
    color: #f5ac52;
}
.circle-button.in-bord:before{
    border: 4px solid rgb(255 255 255);
}
.circle-button.in-bord:after{
    border: 4px solid rgb(255 255 255);
}
.text-highlight{
    color: white;
    text-decoration: underline;
}
.main-marq .slide-har{
    overflow-x: clip;
}
.main-bg {
    background-color: #fafffa;
    color: #1d1d1d;
  }
  .services .item-bord {
    border-bottom: 1px solid rgb(29 25 25 / 33%)!important;
  }
@media only screen and (min-width: 769px){
  .services .item-bord {
    border-right: 1px solid rgb(29 25 25 / 33%)!important;
    padding: 80px 50px;
  }
  .mb-lg-0{
    margin-bottom: 0px!important;
}
}
@media only screen and (max-width: 768px){
    .header-main-crev .text img{
        width: 250px
    }
  }
  @media only screen and (min-width: 500px) and (max-width: 768px){
    h1 {
        font-size: 60px;
    }
}
.custom-btn{
    border: 2px solid;
    padding: 13px 40px;
    border-radius: 40px;
    font-size: 1.2rem;
    font-weight: 800;
    background-color: white;
}
.highlight-btn{
    background-color: #f5ac52;
    color: black;
    text-decoration: none!important;
    font-weight: 600;
    border: 2px solid;
    padding: 13px 40px;
    border-radius: 40px;
}
.btn-green{
    background-color: #c7f16e;
    color: black;
    text-decoration: none!important;
    font-weight: 600;
    border: 2px solid;
    padding: 13px 40px;
    border-radius: 40px;
}
.btn-header{
    background-color: #c7f16e;
    color: black;
    text-decoration: none!important;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 40px;
}
.w-20px{
    width: 20px;
}
@media only screen and (min-width: 1024px){
    .intro-corp .imgs .img2 {
        position: absolute;
        bottom: -165px;
        left: 50px;
    }
}
@media (min-width: 769px) and (max-width:1024px){
    h1{
        font-size: 60px;
    }
    h3{
        font-size: 28px;
    }
}

select{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: white;
    padding: 15px;
}
.contact-crev input, .contact-crev textarea{
    background-color: white;
}
.width-50{
    width: 50px!important;
}
.sec-lg-head .dot-titl-non{
    background-color: #ffe6c4;
    color: black;

}
@media only screen and (max-width: 500px){
    .icon-img-50{
        width: 35px;
    }
    .mr-xs-10{
        margin-right: 10px!important;
    }
    h6 {
        font-size: 12px;
    }
}