@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
body{
    background-color: #f7f7f7;
}
.header-icon{
    display: block;
    padding-left: 15px;
}
.header-icon > i {
    font-size: 2em;
    color: #6f3775;
    position: absolute;
    left: 7px;
    top: -.20em;
}
strong{
    font-weight: 700!important;
}
*{
    font-family: 'Lato', sans-serif;
    color: #868686;
}
.primary-color{
    background-color: #6f3775!important;
}
.btn-primary{
    color: white;
    background-color: #6f3775!important;
}
.btn-primary > i{
    color: white;
}
.text-primary{
    color: #6f3775!important;
}
.rounded-masterclass{
  border-radius: 2.5em;
}
.card-transparent{
    background-color: transparent!important;
    margin-bottom: 1em;

}
.card-transparent .card-header{
    background-color: white!important;
    border: 1px solid #ccc!important;
    border-radius: .5em!important;
}
.card-transparent .rotate-icon{
    margin-top: -20px;
    color: #6f3775!important;
    font-size: 1.5em;
}
.text-light{
    color: #c2c2c2!important;
}

.icon-giant{
    font-size: 4em!important;
    color: #6f3775;
}

a.btn-whatsapp{
    display: block;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    position: fixed;
    border: 0;
    border-radius: .7em;
}
a.btn-whatsapp > img{
    height: 70px;
    width: 70px;
    transition: all .15s;
}
a.btn-whatsapp:hover > img{
    height: 75px;
    width: 75px;
}
.iti.iti--allow-dropdown{
    width: 100%!important;
}