html, body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

/* https://stackoverflow.com/questions/21522527/bootstrap-3-fixed-top-navbar-flickering-on-mobile-scrolling-using-jquery-one-p */
#navbar {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    z-index: 1000;
    padding: 0 16px;
}

body {
    padding-top: 50px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-logo {
    width: 80px;
    margin: 5px 0px;
}

@media (min-width: 992px){   
    .col-md-12 .main-carousel-caption h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .col-md-12 .main-carousel-caption {
        height: 500px;        
    }

    .col-md-12 .main-carousel-button .carousel-sistema-btn,
    .col-md-12 .main-carousel-button .carousel-contato-btn  {
        margin-right: 20px;
    }

    .main-left-group {
        margin-top: 100px;
    }
    .main-right-group {
        margin-top: 50px;
    }
}

.section-main {
    background: url("../imgs/hightech-800.png");
    background-size: cover;
}

.carousel-limitado {
    background: #1d2a3cd1;
}

.main-carousel-caption {
    background: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    color: white;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    min-height: 300px;
}

.main-carousel-caption h3 {
    font-weight: 900;
    font-size: 20px;
    line-height: 30px
}

.main-carousel-caption p {
    font-weight: bold;
}

.main-carousel-button {
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
}

.main-carousel-button .carousel-sistema-btn,
.main-carousel-button .carousel-contato-btn {
    display: inline-block;
    outline: none;
    border: 0px;
    padding: 10px 30px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.main-carousel-button .carousel-sistema-btn {
    background-color: #13b98b;
}

.main-carousel-button .carousel-sistema-btn:hover {
    text-decoration: none;
    color: white;
    background-color: #0e7156;    
}

.main-carousel-button .carousel-contato-btn {
    background-color: #e8a642;    
}

.main-carousel-button .carousel-contato-btn:hover {
    text-decoration: none;
    color: white;
    background-color: #9a6e2c;    
}


.main-left-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-left-group img {    
    width: auto;    
    height: 200px;
}

.main-right-group {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.main-titulo {
    display: block;
    margin-bottom: 20px;
    color: brown;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
}

.main-subtitulo {
    display: block;
    line-height: 27px;
    color: #6d6666;
}

ul.main-vantagens {
    margin-top: 10px;
    color: #6d6666;
    list-style: none;
    padding: 0px;
}

.main-vantagens li {
    margin-top: 10px;
    background: url("../imgs/check-hero.png") left center no-repeat;
    padding-left: 30px;
}

.img-background img {
    width: 100%;
}

.section-principal {
    padding: 20px 10px;
    background-color: #717171;
    color: white;
}




.section-subtitulo {
    font-size: 1.3em;
    font-weight: bold;
}

.section-destaques {
    background-color: #0f7ea9;
    padding: 30px 10px;
}

.destaque-info-group {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
}

.destaque-texto {
    font-family: "Raleway", sans-serif;
    color: white;
    text-align: center;
    font-size: 20px;
}

.destaque-numero, .destaque-descricao {
    font-family: "Raleway", sans-serif;
}

.destaque-numero {
    font-size: 30px;
}

.destaque-descricao {
    font-size: 20px;
}

#demonstracaoBtn {
    display: inline-block;
    margin-top: 20px;
    outline: none;
    background-color: inherit;
    border: 1px solid white;
    padding: 10px 20px;
    width: 100%;    
    max-width: 400px;    
    color: white;
    text-decoration: none;
}

#demonstracaoBtn:hover {
    text-decoration: none;
    color: white;
    background-color: #00000047;
}

.section-recursos {
    padding: 30px 0px;
    background-color: white;
    color: black;    
}

.section-title {
    margin-top: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    text-align: center;    
}

.section-title p {
    font-size: 30px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
}

.recurso-icone {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.recurso-icone img {
    height: 50px;
}

.recurso-group {
    padding: 10px 20px;
    font-size: 16px;
}

.recurso-subtitulo {
    display: block;
    font-weight: bold;
    text-align: center;
    color: #3e64a0;
}

.recurso-description {
    margin-top: 10px;
    display: block;
    text-align: justify;
    font-size: 14px;
    color: #2f2f2f;
    line-height: 25px;
}

/* Depoimentos section */

.section-depoimentos {
    background-color: #1bb195;
    color: white;
    padding: 30px 10px;
}


.depoimento-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.depoimento-foto {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.depoimento-foto img {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.cliente-nome {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0px;    
}

.cliente-empresa {
    text-align: center;
    font-size: 16px;
    margin: 0px;
}

.cliente-depoimento {
    margin-top: 10px;
    font-style: italic;
    padding-top: 20px;
}

/* Clientes section */
.section-cards {
    padding: 30px 10px;
}

.card-group {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.card-group:hover::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(207, 230, 200, 0.42);
}

.card-group img {
    width: 165px;
    padding: 30px 5px;
    border: 1px solid #dedede;
}

/* Quem somos section */
.section-quem-somos {
    background: #F7F7F7;
    padding: 30px 10px;
}

.quem-somos-subtitulo {
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}

.section-quem-somos p {
    padding-top: 10px;
    margin: 0px;
    text-align: justify;
    line-height: 30px;
}

.section-contato {
    background-color: #4fd27e;
    padding: 30px 10px;
}

@media (max-width: 768px){
    .section-contato {
        text-align: center;
    }
}


.contato-subsecao-title {
    font-weight: bold;
}

.contato-group {
    margin-top: 10px;
}

.social-logo {
    display: inline-block;
    padding: 10px 10px 10px 0px;
}

.social-logo img {
    height: 40px;
    width: 40px;
}

/* Localização section */
#map {
    height: 400px; 
    width: 100%;  
    background-color: grey;
}

.section-footer {
    padding: 30px 10px;
    background-color: #676767;
    color: white;
    text-align: center;
}

/* Scroll to Top button */
#goToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0a90d2;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 100%;
}

#goToTopBtn:hover {
    background-color: #015782;
}

/* Icon */
.n1-icon {
    width: 1.2em;
    margin-left: 5px;
}