/* 
    Created on : 11 de mar de 2021, 14:10:18
    Author     : marcos.rizzi
*/

@media screen and (max-width: 500px) {
    .top-bar li.not-mobile {
        display: none;
    }
    .section-title {
        display: block;
    }
    .section-title::before {
        display: none;
    }
    .section-title::after {
        display: block;
        content: "";
        margin-top: 10px;
        width: 50px;
        height: 4px;
        background: #48c7ec;
    }
}

html {
    scroll-behavior: smooth;
}

.main-logo {
    margin: 10px 0px;
}

.section-title h2,
.section-title h3 {
    text-transform: none;
}

.text>p {
    margin-top: 10px;
}

.service-catergory li:first-child {
    margin-bottom: 2px;
}

input[type=checkbox] {
    display: inline-block;
}

.middle {
    padding-top: 10px;
}

input[type="text"].is-invalid,
input[type="email"].is-invalid {
    border-color: #e84118;
}

.lower-content {
    min-height: 140px;
}

.testimonial {
    border-top: 1px solid #BBB;
    margin: 20px 0px;
    padding: 10px 0px;
}

.testimonial .img-box {
    float: left;
    margin: 0px 10px 10px 0px;
}


/* PROCUCTS */

@media screen and (min-width: 501px) {
    .letter img.p25 {
        width: 25%;
    }
    .letter img.p50 {
        width: 50%;
    }
    .letter img.p100 {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .letter img {
        width: 100%;
    }
}

.letter img {
    border: 5px solid #FFF;
    box-shadow: 0px 0px 5px 5px #EEE;
}

.letter p {
    color: #333;
}

.letter ul,
.letter ol {
    color: #333;
    margin-left: 50px;
}

.letter ol {
    list-style-type: decimal;
}

.letter ul {
    list-style-type: disc;
}