:root {
    --color: #E41B43;
    --white: #FFF;
    --gray: #434242;
}

body {font-family: 'Lato', sans-serif;}
a {text-decoration: none;}
body, a {color: var(--gray);}

img {max-width: 100%;}

.icone-destaque {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 20px;
    position: absolute;
}

#header-site {
    width: 100%;
    height: 857px;
    position: relative;
    background: url(../images/bg-banner.jpg) no-repeat center 0 transparent;
}

#nav-site {text-align: right; padding-top: 1.6em;}
    #nav-site, #nav-site a {color: var(--white);}
    #nav-site a {font-size: 1.4rem; margin-left: 2em;}
        #nav-site a:hover {color: var(--color);}
        #nav-site a:first-child {margin-left: 0;}

#banner {color: var(--white);}
#banner h1 {    
    font-size: 3.2em;
    font-weight: 900;
    line-height: 1.1em;
    margin: 5rem 0 2rem;
}
#banner p {
    font-size: 1.7rem;
    line-height: 1.3em;
    margin: 0 0 3rem;
    padding-right: 3rem;
}
#banner .link a {color: var(--color); font-size: 1.4rem;}
#banner .link img {margin-left: 1rem;}

@media screen and (max-width: 991px) {
    #nav-site {padding-top: 1.4em;}
    #nav-site a {font-size: 1.2rem; margin-left: 0.8em;}
    #banner h1 {margin-top: 4rem;}
}
@media screen and (max-width: 767px) {
    #nav-site {text-align: left;}
    #banner h1 {font-size: 2.8em; margin-top: 2rem;}
    #banner p {font-size: 1.4rem;}
    #banner .link a {font-size: 1.2rem;}
}

#quem-somos h2 {font-size: 3rem; margin-bottom: 2rem;}
    #quem-somos h2 strong {font-weight: 900;}
#quem-somos p {font-size: 1.4rem;}
#quem-somos .destaque {font-size: 1.6rem; font-weight: bold; margin-bottom: 2rem;}
#quem-somos .link {margin-top: 2rem;}
    #quem-somos .link a {color: var(--color); font-size: 1.6rem;}
    #quem-somos .link iconify-icon {margin-left: 1rem; vertical-align: middle;}
#quem-somos .ilustracao {text-align: right;}

@media screen and (max-width: 991px) {#quem-somos .ilustracao {text-align: center; margin-top: 3rem;}}

#nossas-solucoes {
    width: 100%;
    height: 807px;
    position: relative;
    background: url(../images/bg-nossas-solucoes.jpg) no-repeat center 0 transparent;
}
    #nossas-solucoes h2, #nossas-solucoes h3 {color: var(--white); text-align: center;}
    #nossas-solucoes h2 {font-size: 3rem; margin: 3rem 0 1rem;}
        #nossas-solucoes h2 strong {font-weight: 900;}
    #nossas-solucoes h3 {font-size: 1.4rem; font-weight: bold;}
.solucao {font-size: 1.1rem; font-weight: 500; text-align: center;}
    .solucao, .solucao a {color: var(--white);}
    .solucao h4 {font-size: 2.5rem; font-weight: bold; margin: 1.8rem 0;}
    .solucao p {width: 90%; margin: 0 auto;}
    .solucao .link {margin-top: 2rem;}
    .solucao .link iconify-icon {margin-left: 0.5rem; vertical-align: middle;}
    
@media screen and (max-width: 1400px) {.solucao p {min-height: 106px;}}
@media screen and (max-width: 991px) {
    .solucao {font-size: 1rem;}
    .solucao h4 {font-size: 1.8rem; margin: 1rem 0;}
    .solucao p {width: 98%;}
}
@media screen and (max-width: 767px) {
    .solucao img {display: none;}
    .solucao h4 {margin-top: 0;}
    .solucao p {min-height: auto;}
    .solucao .link {margin: 0.7rem 0 1.4rem;}
}
@media screen and (max-width: 467px) {
    #nossas-solucoes h2 {font-size: 2rem;}
    #nossas-solucoes h3 {font-size: 1.1rem;}
    .solucao p {line-height: 1.1em;}
}

#nossos-produtos {text-align: center;}
    #nossos-produtos h2 {font-size: 3rem; margin: 3rem 0 1rem;}
        #nossos-produtos h2 strong {font-weight: bold;}
    #nossos-produtos h3 {font-size: 1.4rem; font-weight: bold; margin-bottom: 4rem;}
    #nossos-produtos .link {margin-top: 3rem;}
        #nossos-produtos .link a {color: var(--color); font-size: 1.4rem;}
        #nossos-produtos .link iconify-icon {margin-left: 0.5rem; vertical-align: middle;}

.produto {width: 20%; padding: 0 1rem;}
    .produto .img {height: 190px; line-height: 190px; margin-bottom: 1rem;}
        .produto .img img {vertical-align: middle;}
    .produto h4 {font-weight: 900; margin-bottom: 1rem;}
    
@media screen and (max-width: 991px) {.produto {width: 33.3%;}}
@media screen and (max-width: 575px) {.produto {width: 50%;}}
@media screen and (max-width: 350px) {.produto {width: 100%;}}

#clientes, #parceiros {text-align: center; padding: 3rem 0; background-color: #F6F6F6;}
    #clientes h2, #parceiros h2 {font-weight: 500; margin-bottom: 3rem;}
    #clientes img, #clientes span {margin: 0 3rem; vertical-align: middle;}
    #clientes span {font-size: 1.4rem; font-weight: 900;}

#parceiros {color: var(--white); background-color: #000;}
    #parceiros img {margin: 0 2rem; vertical-align: middle;}
    #parceiros img:first-child {margin-left: 0;}
    #parceiros img:last-child {margin-right: 0;}
    
@media screen and (max-width: 1400px) {#clientes img, #clientes span {margin: 0 2rem;}}
@media screen and (max-width: 1400px) {#parceiros img {margin: 0 1rem;}}
@media screen and (max-width: 1200px) {#clientes img, #clientes span {margin: 0 1rem;} #parceiros img {margin: 1rem 1rem;}}
@media screen and (max-width: 991px) {
    #clientes img {margin: 0 1rem 2rem;}
    #clientes span {width: 100%; display: block; margin: 1rem 0;}
}

#contato {
    width: 100%;
    min-height: 718px;
    padding: 3rem 0 0;
    background: url(../images/bg-contato.jpg) repeat center 0 transparent;
}
    #contato, #contato a {color: var(--white);}
    #contato h2 {font-size: 3rem; font-weight: 900; margin-bottom: 3.5rem;}
        #contato h2 img {float: left; margin-right: 2rem;}
    #contato h3 {font-size: 1.6rem; font-weight: 900; margin-bottom: 1.2rem;}
    #contato p {font-size: 1.4rem; line-height: 1.3em;}
    #contato p img {margin: 0 0.5rem 0 1rem; vertical-align: middle;}
        #contato p img:first-child {margin-left: 0;}
    #contato .redes-sociais {font-size: 2.5rem; margin: 2.5rem 0;}
    #contato .form p {font-size: 1.2rem; line-height: 1.3em; margin: 1rem 0 3rem;}
    #contato .form input, #contato .form textarea {
        color: #B2B3B3;
        font-weight: 500;
        font-size: 20px;
        width: 100%;
        margin: 0 0 1rem;
        padding: 0.6rem 1.8rem;
        border-radius: 30px;
        border: solid 1px var(--white);
        font-family: 'Lato', sans-serif;
    }
    #contato .form textarea {height: 140px;}
    #contato .form label.error {font-size: 0.9rem; display: block; margin: -0.8rem 0 1rem 1.2rem;}
    #contato .form button {
        color: var(--white);
        font-size: 1.2rem;
        font-weight: bold;
        padding: 0.8rem 2.5rem;
        border-radius: 30px;
        background-color: #000;
        border: solid 1px #000;
    }
        #contato .form button.hide {display: none;}
        #contato .form button:hover {border-color: var(--white);}

    #contato .alert {display: none; padding: 0.5rem 1rem; margin-top: -2rem;}
        #contato .alert .tp_error {display: none;}
        #contato .show.alert-success {display: block;}
        #contato .show.alert-danger {display: block;}
            #contato .show.alert-danger.error_fill .tp_error_fill {display: block;}
            #contato .show.alert-danger.error_mail .tp_error_mail {display: block;}
            #contato .show.alert-danger.error .tp_error_error {display: block;}

    #contato .loader {display: none;}
        #contato .loader.show {display: block;}

#copyright {color: #898989; text-align: center; padding: 2rem 0;}

@media screen and (max-width: 1200px) {#contato h2 img {max-width: 80px; margin-top: 0.5rem;}}
@media screen and (max-width: 991px) {
    #contato {padding: 4rem 0;}
        #contato h2 {margin-bottom: 5.5rem;}
    #contato .form {margin-top: 7em;}
}
@media screen and (max-width: 767px) {#contato {padding: 3rem 0;} #contato h2 {margin-bottom: 4rem;}}
@media screen and (max-width: 490px) {#contato h2 {font-size: 2rem;}}
@media screen and (max-width: 420px) {#contato .form {margin-top: 4em;}}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
  .loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid var(--gray);
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
 }
@keyframes rotation {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
} 