
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
:root {
    --primary-color: #da2030;
    --secundary-color: #6396e9;
}
body {
    font-family: "Montserrat", sans-serif !important;
    max-width: 100vw;
    overflow-y: scroll;
    overflow-x: hidden;
}
.bentinho {
    width: 83px;
}
.banner1 {
    padding: 0 !important; 
}
.banner {
    width: 100%;
}
#color {
    background-color: #6396e9;
}
header {
    position: fixed;
    z-index: 999;
    width: 100%;
}
.header {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.after-logo {
    background: radial-gradient(circle at center right, transparent 35px, #fff 0);
    height: 40px;
    width: 60px;
}

.before-logo {
    background: radial-gradient(circle at center left, transparent 35px, #fff 0);
    height: 40px;
    width: 60px;
}


.esp-header {
    background-color: white;
    width: 200px;
    height: 40px;
    z-index: 666;
}

nav {
    background-color: white;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav a{
    color: #074470;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 1.2rem;
    transition: all .3s;
}
nav a:hover {
    transform: scale(1.1);
}
.aifud {
    background-color: var(--primary-color);
    border: 3px solid #fff;
    border-radius: 20px;
    color: white !important;
    padding: 15px 25px ;
    transition: .6s ease;
}

.aifud:hover{
    background-color: #820000;
    /* padding: 20px 30px; */
    transform: scale(1.1);
    
}
.back2 {
    background: #6396e9;
    background-color: linear-gradient(130deg, #6396e9, #5796e5 49%, #86b0f7);
    display: flex;
    justify-content: center;
    padding: 10%;
    height: 110vh;
    width: 100%;
    background-image: url(imgs/aspiral\ azul.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 25;
}

h3 {
    color: var(--primary-color);
    font-size: 3rem;
}


.milk {
    height: 105vh;
    margin-top: 0;
    margin-bottom: 20rem;
    margin-left: 3rem;
    z-index: 25;
    transition: all .3s;
}
.milk:hover{
    transform: scale(1.1);
}

.back3 {
    background-color: #edb14c ;
    background-image: url(imgs/faixada.png);
    height: 110vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asp-amarelo{
    margin-top: 28rem;
}

.ctfranq {
    /* background-image: url(imgs/faixada.png); 
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    width: 100%; */
    width: 340px;
    margin-left: -250px;

}
.m-bottom {
    height: 50%;
    width: 100%;
}
.onde-tem {
    background: #6396e9;
    background-image: url(imgs/aspiral\ azul.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95vh;
}
.select{
    display: block;
    background-color: #6396e98d;
    font-size: 1.2rem;
    padding: .5rem 0;
    border-radius: 50px;
    border: 1px solid #000;
    margin-bottom: 1rem;
    min-width: 250px;
}
.img-franque {
    margin-top: -60px;
    width: 450px;
    margin-bottom: 9rem;
}

.txt-franq {
    font-size: 1.5rem !important;
    color: #64270b;
    font-weight: 800;
    margin-bottom: 10rem;
}


.p-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.div-franq {
    width: 33%;
    
}
.façapt {
    border: 4px solid #e02441 !important;
    border-radius: 10px;
    margin-bottom: 6rem;
    transition: 1s;
    width: 400px;
}

.façapt:hover {
    transform: scale(1.05);
}

.p-button {
    color: #e02441 !important;
    cursor: pointer;
    font-size: 3rem;
    line-height: 3rem;
    padding: 0 .5rem .2rem;
    text-align: left;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    width: 100%;
    display: block;
    font-weight: 700;
}

.sobre-marca {
    background-image: url(imgs/sorriso.png),  linear-gradient(130deg, #ecabae, #f19398);
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100%;
}
.vevete {
    align-items: center;
    display: flex;

}
.cascadbala {
    height: 500px;
    margin-left: auto;
    z-index: 666;
}
.logopb {
    margin-left: -260px;
    margin-top: 100px;
    width: 200px;
    z-index: 777;
}
.logocor {
    cursor: default !important;
    margin-left: -40px;
    margin-top: 100px;
    width: 220px;
    z-index: 778;
}
.sobremarca1 {
    color: #a82d33;
    font-size: 3rem;
    margin: 0 0 2rem;
}
.sobremarca2 {
    color: #a82d33;
    display: block;
    font-size: 1.2rem;

}
.sobremarca3 {
    color: #a82d33;
    display: block;
    font-size: 1.5rem;
    margin-top: 1rem;
    text-decoration: none;
}
.sobre {
    width: 500px;
    margin-top: 9rem;
    margin-left: 13rem;

}
.d-flex {
    display: flex;
    align-items: center;
}
footer {
    background-color: #e7f0f6;
    display: flex;
    justify-content: center;
    padding: 2rem 10rem;
    
    

}
footer h1 {
    color: #0072bc;
    margin: 0 0 .5rem;
    font-size: 1.4rem;
}
.futinho {
    width: 25px !important;
}
footer img{
    margin-left: .5rem;
}
footer a {
    color: #788790;
    margin-left: .5rem;
    text-decoration: none;
    font-size: .8rem;
}
.anima {
    transition: all .3s;
}

.anima:hover {
    transform: scale(1.06);
}
.regua {
    margin-right: 2rem;
}
