html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Dosis', sans-serif;
    /*font-family: 'Nunito', sans-serif;*/
}

.circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #734D9C;
}

.circle img {
    max-height: 100%;
    object-fit: contain;
}

.title-style{
    color:#734D9C; 
    font-weight: bold;
}

section{
    padding-top:80px;
}

.logo-infinity{
    max-width: 100%;
    height: auto;
    object-fit:contain !important;
}

@media (max-width: 768px) {

    span{
        font-size: 22px;
    }

    .img-container{
        position: absolute;
        margin-top: 17vh !important;
        height: 350px;
    }

    .top-mobile{
        padding-top: 30vh !important;
        height: 100vh;
    }

    #cuidando{
        font-size: 22px;
    }

    #essencial{
        font-size: 42px;
        line-height: 50px;
    }

    #principais{
        color: grey !important; 
        font-size: 28px;
    }

    #simples{
        font-size: 28px;
    }

    #conhecer{
        font-size:28px; 
        background-color:limegreen; 
        color: #fff !important; 
        border: none; 
        border-radius: 25px;
    }

    #logo-infinity{
        max-width: 70% !important;
    }

    #about-us{
        margin-left: 20px;
        margin-right: 20px;
    }

    .title-style{
        font-size: 32px !important;
    }

    #prod-desc{
        font-size: 18px !important;
    }

    #coberturas{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    #left{
        margin-right: 100px;
    }

    .navbar-brand{
        padding-left: 20px;
    }

    .layout-mobile{
        padding-right: 50px;
        padding-left: 50px;
    }

    #text-partner{
        padding-top: 100px;
    }

    #cuidando{
        font-size: 28px;
    }

    #essencial{
        font-size: 82px;
        line-height: 50px;
    }

    #principais{
        color: grey !important; 
        font-size: 32px;
    }

    #simples{
        font-size: 32px;
    }

    #conhecer{
        font-size:32px; 
        background-color:limegreen; 
        color: #fff !important; 
        border: none; 
        border-radius: 25px;
    }
    
}

.cobertura-style{
        padding-bottom: 50px;
    }

a{
    color: #734D9C !important;
}

.nav-link{
    font-size: 18px !important;
}

.carousel-inner, .carousel-item{
    max-width: 200px;
    max-height: 300px;
}

.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.img-responsive {
    height: auto;
    max-width: 100%;
}

.align-right {
    float: right;
    margin-left: 20px;
}

.text-align-left {
    text-align: left;
    width: 100%;
}

.text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.text-grey{
    color: grey !important;
}