@font-face {
    font-family: pp_b;
    src: url('../fontes/Poppins-Black.ttf');
}

@font-face {
    font-family: pp_m;
    src: url('../fontes/Poppins-Medium.ttf');
}

* {
    border: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@media (max-width: 480px) {

.button-principal {
    padding: 15px 30px 15px 10px !important;
    text-align: center !important;
    width: 100% !important;
}

.ctn02-div {
    align-items: center !important;
    justify-content: center !important;
    padding: 30px 10px !important;
    border-bottom: 1px solid #ccc !important;
    margin: 0 40px !important;
}

.subtitle-secundario {
    text-align: center !important;
}

.ctn07-item {
    margin-bottom: 30px !important;
}

.ctn07-item.instagram {
    justify-content: flex-start !important;
}

.ctn07 {
    padding: 50px 30px !important;
}

.ctn06-div-item {
    margin-bottom: 30px !important;
}

}

a {
    text-decoration: none;
    color: #fff;
}

body {
    font-family: pp_m;
    font-size: 16px;
}

h1,
h2,
h3,
p,
b {
    text-decoration: none;
    font-weight: normal;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

b, h1 {
    font-family: pp_b;
}


.limite {
    max-width: 1100px;
    display: flex;
    position: relative;
    margin: 0 auto;
    padding: 25px 0;
}


.ctn01-bg {
    background: #002940;
    width: 100%;
    display: table;
}

.ctn01-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ctn01-div-item {
    width: 40%;
    flex-grow: 1;
    padding: 15px;
    display: flex;
    min-width: 300px;
}

.ctn01-div-item.esquerda {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.title-principal {
    font-family: pp_m;
    color: #fff;
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 58px;
}

.subtitle-principal {
    font-family: pp_m;
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}

.button-principal {
    font-family: pp_b;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px 120px 15px 80px;
    margin-bottom: 30px;
    position: relative;
}

.button-principal::before {
    content: '';
    width: 18px;
    height: 18px;
    display: table;
    background: url(../imagens/seta.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 70px;
}

@keyframes crescer {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.1);
        background: #fff;
        color: #002940;
    }
}

.button-principal:hover {
    background: #fff;
    color: #002940;
    animation-name: crescer;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

.ctn01-div-item.direita {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ctn01-div-item.direita img {
    width: 100%;
}

/* ------------------------------------------------------------------ */

.ctn02-bg {
    width: 100%;
    display: table;
    background: #f1f1f1;
}

.ctn02 {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
}

.ctn02-div {
    width: 20%;
    flex-grow: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
}

.titulo-secundario {
    font-size: 22px;
    margin: 15px 0 10px 0;
}

/*---------------------------------------------------------------------*/

.ctn03-bg {
    width: 100%;
    display: table;
    background: #35181E;
}

.title-secundario {
    font-size: 32px;
    font-family: pp_m;
    color: #fff;
    margin-bottom: 60px;
}

.ctn03 {
    padding-bottom:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 270px 20px;
    flex-direction: column;
}

.ctn03-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    margin-bottom: -400px;
}

.ctn03-div-item {
    display: flex;
    width:40%;
    background: #fff;
    min-width: 300px;
    flex-grow: 1;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 15px;
    overflow: hidden;
    flex-direction: column;
}

.ctn03-div-item img {
    width: 100%;
}

.ctn03-div-item-infos {
    padding: 20px;
}

.titulo-terciario {
    font-family: pp_b;
    font-size: 20px;
}

.ctn03-div-item-infos-endereco {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
}

.ctn03-div-item-infos-endereco img {
    width: auto !important;
    margin-right: 20px;
}

.button-secundario {
    width: 100%;
    display: table;
    border-radius: 10px;
    font-family: pp_b;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    background: #002940;
    margin-top: 5px;
}

.button-secundario:hover {
    background: #35181E;
}

/*-----------------------------------------*/

.ctn04-bg {
    background: #002940;
    width: 100%;
    display: table;
    margin-top: 400px;
}

.ctn04 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -70px;
    margin-bottom: -70px;
}

.ctn04-item {
    width: 40%;
    display: flex;
    min-width: 300px;
    margin: 15px;
    flex-grow: 1;
}

.ctn04-item.esquerda img {
    width: 100%;
}

.ctn04-item.direita {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/*-----------------------------------------*/

.ctn05-bg {
    background: #35181E;
    width: 100%;
    display: table;
}

.ctn05 {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 20px;
}

.ctn05-item {
    width: 40%;
    display: flex;
    min-width: 300px;
    margin: 15px;
    flex-grow: 1;
}

.ctn05-item.esquerda {
   flex-direction: column;
}

.ctn05-item.direita {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titulo-quarto {
    font-family: pp_m;
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}

.ctn06 {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;    
    padding: 15px 20px 80px 20px;
}

.ctn06-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.ctn06-div-item {
    width: 30%;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.ctn06-div-item img {
    width: auto;
}

.titulo-quinto {
    font-family: pp_m;
    font-size: 32px;
    color: #1c1c1c;
    text-align: center;
    margin-bottom: 30px;
}

.ctn07-bg {
    background: #002940;
    display: table;
    width: 100%;
}

.ctn07 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 80px 20px;
}

.ctn07-item {
    width: 20%;
    flex-grow: 1;
    min-width: 200px;
}

.ctn07-item-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}

.ctn07-item-info img {
    width: auto;
    margin-right: 10px;
}

.ctn07-item.instagram {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}