/* Fonte */
@font-face {
    font-family: "DM Sans Regular";
    src: url('../fontes/DMSans_24pt-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "DM Sans Bold";
    src: url('../fontes/DMSans_18pt-Bold.ttf') format('truetype');
}

/* Tags/Classes */
h1, h2, h3, h4, header h1, .btn-primario, .btn-secundario, .nav-link.btn-primario {
    font-family: "DM Sans Bold", sans-serif;
}

h5, p, span, small, .nav-link {
    font-family: "DM Sans Regular", sans-serif;
}

.container{
    max-width: 1200px !important;
}

/* Botões */
.btn-primario, .btn-secundario {
    padding: 1rem 1.5rem !important;
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
}

.btn-primario {
    background-color: #fff;
    color: #1B45B4;
    cursor: pointer;
}

.btn-secundario {
    background-color: #DD3303;
    color: #fff;
}

.btn-primario:hover {
    background-color: #C9CDFF;
}

.btn-secundario:hover {
    background-color: #FF713E;
}

/* Menu */
.menu .nav-link {
    color: #fff;
    margin: 0 .5rem;
}

.menu .nav-link:hover {
    color: #77B1E0;
}

.menu .nav-item {
    display: flex;
    align-items: center;
}

/* Classes */
.titulo {
    color: #1C2792;
    font-size: 35px;
}

.subtitulo {
    font-size: 25px;
    color: #DD3303;
}

.mtt {
    margin-top: 6rem !important;
}

.form-control {
    border-radius: 30px !important;
    border: 1px solid #979797 !important;
    color: #73777A !important;
}

input.form-control {
    height: 52px;
    padding: 0 1rem !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #1C2792 !important;
}

textarea.form-control {
    padding: 1rem !important;
}

label {
    color: #73777A;
    margin-bottom: .5rem;
}

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

/* Rodapé */
footer {
    padding: 3rem 0;
    margin-top: -8rem;
}

footer .social {
    display: flex;
    justify-content: end;
}

footer .social a {
    margin: 0 1rem;
}

footer small {
    color: #73777A;
}

/* Header */
.nav-link.btn-primario {
    color: #1B45B4 !important;
}

header {
    background-image: url('../img/header-desk.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 6rem;
    clip-path: polygon(0 0, 100% 0, 100% 80%, -21% 100%);
}

header img {
    width: 100%;
}

header h1 {
    color: #fff;
    font-size: 45px;
}

header h1 img {
    height: 47px;
    width: auto;
}

header h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 1rem;
}

header main {
    padding-top: 6rem;
}

header#sobre-apigee main {
    padding: 4em 0;
}

/* Benefícios */
#beneficios {
    margin-bottom: 4rem;
}

#beneficios .titulo {
    text-align: center;
    margin: 0rem 0 2rem;
}

#beneficios img {
    width: 110px;
    display: block;
    margin: 1rem auto 2rem;
}

#beneficios p {
    color: #73777A;
    font-size: 15px;
    max-width: 300px;
    margin: 0 auto;
}

#beneficios img, #beneficios h3, #beneficios p {
    text-align: center;
}

/* Dores */
#dores{
    background-image: url(../img/dores-desk.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 1rem;
}

#dores .row:nth-child(1) {
    padding-left: 15px;
    padding-right: 15px;
 }
 

#dores .card-dor{
    width: 100%;
    max-width: 470px;
    height: 108px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 4px 4px 10px 0 rgba(28, 46, 154, 0.5);
    border-radius: 10px;
}

#dores .card-dor:nth-child(2){
    background: #DD3303 !important;
}

#dores .card-dor p{
    padding: 24px;
    color: #fff !important;
}

#dores .titulo h2,
#dores .titulo p{
    color: #fff;
}

#dores .titulo h2{
    font-weight: 700;
}

#dores .titulo h2 img{
    height: 27px;
}

#dores .titulo p{
    font-size: 16px;
    font-weight: 400;
    max-width: 600px;
}

#dores .btn-primario{
    font-size: 18px !important;
}


/* Desafios */
#desafios {
    margin: 4rem 0;
}

#desafios .titulo, #desafios p {
    margin-bottom: 2rem !important;
}

#desafios p {
    max-width: 320px;
}

#desafios img {
    height: auto;
    margin: 0 auto;
    display: block;
}

/* Marcas */
#marcas{
    background-image: url(../img/marcas-desk.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8rem 0;
}

#marcas .img-wrapper {
    height: 104px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Contato */
#contato {
    background-image: url('../img/contato-desk.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 0 4rem;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    bottom: 8rem;
}

#contato h2, #contato p {
    color: #fff;
}

#contato h2{
    max-width: ;
}

#contato form {
    padding: 1rem;
    margin: 0 0.2rem;
    max-width: 570px;
    border-radius: 30px;
    background-color: #fff;
}

#contato .btn-secundario {
    width: 100%;
    margin-top: 2rem;
}

#contato p {
    max-width: 600px;
    margin: 0 auto;
}

/* Apigee na cover */
#apigee-na-cover, #apigee-na-automacao, #desenvolvimento-apigee {
    padding: 5em 0;
}

#apigee-na-cover p, #apigee-na-automacao p, #desenvolvimento-apigee p {
    max-width: 610px;
    font-size: 18px;
    line-height: 1.4;
    color: #73777a;
}

#desenvolvimento-apigee p {
    max-width: 720px !important;
    margin: 0 auto;
}

#desenvolvimento-apigee .subtitulo {
    font-size: 35px;
}

#desenvolvimento-apigee .btn-secundario {
    margin: 0 auto 3rem;
    display: block;
    text-align: center;
    max-width: 190px;
}

/*Botão flutuante do whatsapp */
.btn-whatsapp {
    position: fixed;
    bottom: 40px;
    right: 32px;
}