.cooktime_banner {
height: 92.5vh;
position: relative
}
@media(min-width: 576px) {
.cooktime_banner {
height: calc(100vh - 105px);
}
}
.cooktime_banner .item {
height: 92.5vh;
padding-top: 150px;
}
@media(min-width: 576px) {
.cooktime_banner .item {
height: calc(100vh - 105px);
padding: 0;
}
}
.cooktime_banner .item .container {
height: 100%;
}
@media(min-width: 576px) {
.cooktime_banner .item .container {
display: flex;
align-items: center;
}
}
.cooktime_banner .item .container .content {
max-width: 600px;
}
.cooktime_banner .item .container .content .title {
font-size: 38px;
line-height: 110%;
font-family: "Montserrat";
color: #fff;
font-weight: bold;
}
@media(min-width: 768px) {
.cooktime_banner .item .container .content .title {
font-size: 48px;
}
}
@media(min-width: 1400px) {
.cooktime_banner .item .container .content .title {
font-size: 64px;
}
}
.cooktime_banner .item .container .content .text {
font-family: "Montserrat";
font-style: normal;
line-height: 150%;
color: #fff;
margin: 30px 0px;
font-size: 16px;
}
.cooktime_banner .item .container .content .text strong {
font-size: 18px;
}
@media(min-width: 768px) {
.cooktime_banner .item .container .content .text {
font-size: 20px;
}
}
.cooktime_banner .item .container .content a {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 32px;
letter-spacing: .15em;
text-transform: uppercase;
color: #fff;
text-decoration: none;
}
.cooktime_banner .item .container .content a::after {
display: block;
content: " ";
width: 0;
height: 2px;
background: #dda004;
transition: width .3s;
}
.cooktime_banner .item .container .content a:hover::after {
width: 280px;
transition: width .3s;
}
.cooktime_banner .controlCarousel {
background: #000;
position: absolute;
right: 0px;
bottom: 0px;
width: 100%;
}
@media(min-width: 768px) {
.cooktime_banner .controlCarousel {
right: 100px;
width: 520px;
}
}
.cooktime_banner .controlCarousel .banner-arrows {
position: absolute;
top: 15px;
right: 25px;
}
@media(min-width: 576px) {
.cooktime_banner .controlCarousel .banner-arrows {
position: absolute;
bottom: 25px;
right: 25px;
}
}
.cooktime_banner .controlCarousel .banner-arrows .slick-prev {
font-size: 0px;
border-radius: 100px;
border: 1px solid #fff;
outline: none;
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/leftarrow.svg) no-repeat center;
width: 26px;
height: 26px;
margin-right: 15px;
cursor: pointer;
}
.cooktime_banner .controlCarousel .banner-arrows .slick-next {
font-size: 0px;
border-radius: 100px;
border: 1px solid #fff;
outline: none;
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/rightarrow.svg) no-repeat center;
width: 26px;
height: 26px;
cursor: pointer;
}
.cooktime_banner .controlCarousel .item-control {
display: flex;
}
.cooktime_banner .controlCarousel .item-control .img-div {
flex: 1;
max-width: 188px;
}
.cooktime_banner .controlCarousel .item-control .img-div img {
height: 100%;
}
.cooktime_banner .controlCarousel .item-control .name-div {
flex: 2;
display: flex;
flex-direction: column;
gap: 15px;
padding: 15px;
position: relative
}
@media(min-width: 992px) {
.cooktime_banner .controlCarousel .item-control .name-div {
padding: 20px;
}
}
.cooktime_banner .controlCarousel .item-control .name-div .prox {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
font-size: 16px;
color: #fff;
opacity: .4;
}
.cooktime_banner .controlCarousel .item-control .name-div .title-produto {
font-family: Montserrat;
font-style: normal;
font-weight: 700;
font-size: 24px;
color: #fff;
}
.cooktime_destaque {
position: relative
}
@media(max-width: 767.98px) {
.cooktime_destaque {
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/background-choc.jpg) no-repeat center;
background-size: cover;
}
}
.cooktime_destaque .container {
height: 520px;
padding: 22px;
}
@media(min-width: 768px) {
.cooktime_destaque .container {
height: unset;
padding: 0px;
}
}
.cooktime_destaque .content {
padding: 50px 0px;
background-size: cover;
position: relative;
z-index: 10;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
@media(min-width: 768px) {
.cooktime_destaque .content {
padding: 150px 0px;
max-width: 42%;
}
}
.cooktime_destaque .content .title {
font-size: 38px;
line-height: 110%;
font-family: "Montserrat";
color: #fff;
font-weight: bold;
max-width: 295px;
}
@media(min-width: 768px) {
.cooktime_destaque .content .title {
font-size: 44px;
max-width: unset
}
}
@media(min-width: 992px) {
.cooktime_destaque .content .title {
font-size: 49px;
}
}
@media(min-width: 1400px) {
.cooktime_destaque .content .title {
font-size: 64px;
}
}
.cooktime_destaque .content .text {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 40px;
color: #fff;
margin-bottom: 35px;
}
@media(min-width: 768px) {
.cooktime_destaque .content .text {
margin-bottom: 20px;
}
}
.cooktime_destaque .content a {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 32px;
letter-spacing: .15em;
text-transform: uppercase;
color: #fff;
text-decoration: none
}
.cooktime_destaque .content a::after {
display: block;
content: " ";
width: 0;
height: 2px;
background: #dda004;
transition: width .3s;
}
.cooktime_destaque .content a:hover::after {
width: 280px;
transition: width .3s;
}
.cooktime_destaque .cooktime_destaque-background {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
display: flex;
flex-direction: row
}
.cooktime_destaque .cooktime_destaque-background .background-1 {
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/background-choc.jpg) no-repeat center;
background-size: cover;
height: 100%;
left: 0px;
width: 50%;
flex: 1;
position: relative;
top: 0px;
right: 0px;
}
.cooktime_destaque .cooktime_destaque-background .background-2 {
display: none
}
@media(min-width: 768px) {
.cooktime_destaque .cooktime_destaque-background .background-2 {
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/fundo-red.png) no-repeat center;
background-size: cover;
height: 100%;
width: 50%;
flex: 1;
position: relative;
top: 0px;
right: 0px;
left: 0px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
}
.cooktime_destaque .cooktime_destaque-background .background-2 img {
max-height: 100%;
max-width: 100%;
}
@media(max-width: 767.98px) {
.cooktime_destaque .cooktime_destaque-background {
position: relative;
flex-direction: column
}
.cooktime_destaque .cooktime_destaque-background .background-1 {
width: 100%;
}
.cooktime_destaque .cooktime_destaque-background .background-2 {
width: 100%;
}
.cooktime_destaque .cooktime_destaque-background .background-2 img {
max-height: 300px;
}
}
.cooktime__nossa-historia {
padding: 150px 0px 50px;
position: relative;
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/background-historia.jpg) no-repeat center;
background-position: top;
background-size: cover;
min-height: 800px;
}
@media(min-width: 576px) {
.cooktime__nossa-historia {
background-size: cover;
}
}
@media(min-width: 768px) {
.cooktime__nossa-historia {
padding: 100px 0px;
height: 670px;
}
}
.cooktime__nossa-historia .content-1 {
max-width: 100%;
}
@media(min-width: 768px) {
.cooktime__nossa-historia .content-1 {
max-width: 40%;
}
}
.cooktime__nossa-historia .content-1 .title {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 40px;
letter-spacing: .15em;
text-transform: uppercase;
color: #e5e5e5
}
.cooktime__nossa-historia .content-1 .text-big {
font-family: Montserrat;
font-style: normal;
font-weight: 800;
margin-bottom: 25px;
font-size: 38px;
line-height: 50px;
letter-spacing: -0.05em;
color: #fff;
position: relative;
max-width: 240px;
text-shadow: 0px 4px 24px rgba(0, 0, 0, .25);
}
@media(min-width: 576px) {
.cooktime__nossa-historia .content-1 .text-big {
max-width: 450px;
}
}
@media(min-width: 768px) {
.cooktime__nossa-historia .content-1 .text-big {
line-height: 78px;
font-size: 48px;
}
}
@media(min-width: 1400px) {
.cooktime__nossa-historia .content-1 .text-big {
font-size: 68px;
}
}
.cooktime__nossa-historia .content-1 .text-big .scribble {
position: absolute;
top: -26px;
right: -15px;
}
@media(min-width: 1400px) {
.cooktime__nossa-historia .content-1 .text-big .scribble {
top: -29px;
right: 55px;
}
}
.cooktime__nossa-historia .content-1 a {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 32px;
letter-spacing: .15em;
text-transform: uppercase;
color: #fff;
text-transform: uppercase;
text-decoration: none
}
.cooktime__nossa-historia .content-1 a::after {
display: block;
content: " ";
width: 0;
height: 2px;
background: #dda004;
transition: width .3s;
}
.cooktime__nossa-historia .content-1 a:hover::after {
width: 280px;
transition: width .3s;
}
.cooktime__nossa-historia .content-2 {
display: none
}
@media(min-width: 768px) {
.cooktime__nossa-historia .content-2 {
position: relative;
padding: 30px 20px;
margin-top: 50px;
width: 100%;
max-width: 720px;
background: #fff;
padding: 50px;
width: 50%;
position: absolute;
bottom: 0px;
right: 0px;
display: block;
}
}
@media(min-width: 1200px) {
.cooktime__nossa-historia .content-2 {
padding: 50px 100px;
}
}
.cooktime__nossa-historia .content-2 p {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 28px;
color: #090909;
}
.cooktime__nossa-historia .content-2 .content {
margin: 0px auto;
}
.cooktime_nossa-linha {
align-items: center;
padding: 50px 0px;
position: relative;
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/background-textura.jpg) no-repeat center;
background-size: cover;
background-position: top
}
@media(min-width: 768px) {
.cooktime_nossa-linha {
padding: 100px 0px;
}
}
.cooktime_nossa-linha .content-2 {
position: relative;
padding: 30px 20px;
margin-top: -335px;
width: 100%;
background: #fff;
}
@media(min-width: 768px) {
.cooktime_nossa-linha .content-2 {
display: none
}
}
@media(min-width: 1200px) {
.cooktime_nossa-linha .content-2 {
padding: 50px 100px;
}
}
.cooktime_nossa-linha .content-2 p {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 28px;
color: #090909
}
.cooktime_nossa-linha .content-2 .content {
margin: 0px auto;
}
.cooktime_nossa-linha .bloco-carrossel .slick-list {
overflow: initial
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item {
padding: 0px 10px;
position: relative
}
@media(min-width: 768px) {
.cooktime_nossa-linha .bloco-carrossel .slick-list .item {
padding: 0px 20px;
}
}
@keyframes shake {
0% {
transform: translate(1px, 1px) rotate(0deg);
}
10% {
transform: translate(-1px, -2px) rotate(-1deg);
}
20% {
transform: translate(-3px, 0px) rotate(1deg);
}
30% {
transform: translate(3px, 2px) rotate(0deg);
}
40% {
transform: translate(1px, -1px) rotate(1deg);
}
50% {
transform: translate(-1px, 2px) rotate(-1deg);
}
60% {
transform: translate(-3px, 1px) rotate(0deg);
}
70% {
transform: translate(3px, 1px) rotate(-1deg);
}
80% {
transform: translate(-1px, -1px) rotate(1deg);
}
90% {
transform: translate(1px, 2px) rotate(0deg);
}
100% {
transform: translate(1px, -2px) rotate(-1deg);
}
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item:hover img {
transform: scale(1.1);
animation: shake 1s;
animation-iteration-count: infinite
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item:hover .choco1 {
left: 0%;
top: 10%;
z-index: 10;
transition: 2s all
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item:hover .choco2 {
right: 1%;
bottom: 10%;
z-index: 10;
transition: 2s all
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item:hover .choco3 {
left: 1%;
bottom: 5%;
z-index: 10;
transition: 2s all
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item:hover .choco4 {
right: 0%;
top: 10%;
z-index: 10;
transition: 2s all
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item:hover .choco5 {
right: 1%;
bottom: 10%;
z-index: 10;
transition: 2s all
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item:hover .choco6 {
left: 1%;
bottom: 50%;
z-index: 10;
transition: 2s all
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item .w-100 {
z-index: 1;
position: relative
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item .choco1 {
position: absolute;
left: 30%;
top: 30%;
transition: 2s all
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item .choco2 {
position: absolute;
right: 30%;
bottom: 30%;
transition: 2s all
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item .choco3 {
position: absolute;
left: 30%;
bottom: 30%;
transition: 2s all
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item .choco4 {
position: absolute;
right: 30%;
top: 30%;
transition: 2s all
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item .choco5 {
position: absolute;
right: 30%;
bottom: 30%;
transition: 2s all
}
.cooktime_nossa-linha .bloco-carrossel .slick-list .item .choco6 {
position: absolute;
left: 30%;
bottom: 30%;
transition: 2s all
}
.cooktime_nossa-linha .title {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 120%;
letter-spacing: .15em;
text-transform: uppercase;
color: #e18700;
text-align: center;
margin-top: 50px;
}
@media(min-width: 768px) {
.cooktime_nossa-linha .title {
margin-top: 0px;
}
}
.cooktime_nossa-linha .sub-title {
font-family: Montserrat;
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 100%;
text-align: center;
color: #090909;
margin: 30px auto 70px;
max-width: 800px;
}
@media(min-width: 768px) {
.cooktime_nossa-linha .sub-title {
font-size: 48px;
}
}
.cooktime_indicacoes {
padding: 50px 0px;
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/background-textura.jpg) no-repeat center;
background-size: cover;
background-position: top
}
@media(min-width: 992px) {
.cooktime_indicacoes {
padding: 100px 0px;
}
}
.cooktime_indicacoes h2,
.cooktime_indicacoes .h2 {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
line-height: 120%;
text-align: center;
font-size: 42px;
color: #000;
}
@media(min-width: 576px) {
.cooktime_indicacoes h2,
.cooktime_indicacoes .h2 {
font-size: 56px;
}
}
.cooktime_indicacoes h2 span,
.cooktime_indicacoes .h2 span {
color: #e18700;
}
.cooktime_indicacoes .row {
margin-top: 50px;
}
.cooktime_indicacoes .item-depoimento {
border: 1px solid rgba(0, 0, 0, .16);
padding: 40px;
background: #fff;
border-radius: 10px;
}
.cooktime_indicacoes .item-depoimento .content-item {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #212121;
margin-top: 20px;
}
.cooktime_indicacoes .item-depoimento .info_autor {
display: flex;
gap: 20px;
}
.cooktime_indicacoes .item-depoimento .info_autor .data_autor {
display: flex;
flex-direction: column;
justify-content: center;
}
.cooktime_indicacoes .item-depoimento .info_autor .data_autor span {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: .05em;
color: rgba(33, 33, 33, .64);
}
.cooktime_indicacoes .item-depoimento .info_autor .name {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
display: flex;
align-items: center;
letter-spacing: .05em;
color: #212121
}
.cooktime_indicacoes .item-depoimento .info_autor .stars img {
max-width: 16px;
}
.cooktime__bloco-contato {
padding: 50px 0px;
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/bg-contato.jpg) no-repeat center;
background-size: cover;
}
@media(min-width: 992px) {
.cooktime__bloco-contato {
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/background-faixa.jpg) no-repeat center;
height: 230px;
background-size: cover;
}
}
.cooktime__bloco-contato .container {
display: grid;
grid-template-columns: 1fr;
height: 100%;
gap: 25px;
}
@media(min-width: 992px) {
.cooktime__bloco-contato .container {
grid-template-columns: 1fr 1fr 1fr;
}
}
.cooktime__bloco-contato .container .item {
background: linear-gradient(244.96deg, rgba(1, 2, 12, 0.06) 1.36%, rgba(11, 11, 20, 0.36) 106.64%);
backdrop-filter: blur(48px);
display: flex;
gap: 20px;
padding: 25px;
color: #fff;
text-decoration: none;
border-radius: 7px;
align-items: center;
}
@media(min-width: 576px) {
.cooktime__bloco-contato .container .item {
justify-content: center;
}
}
.cooktime__bloco-contato .container .item:hover {
background: linear-gradient(244.96deg, rgba(225, 135, 0, 0.1) 1.36%, rgba(225, 135, 0, 0.5) 106.64%);
}
.cooktime__bloco-contato .container .item .icon {
height: 50px;
width: 50px;
border-radius: 4px;
background: rgba(255, 255, 255, .2);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
@media(min-width: 992px) {
.cooktime__bloco-contato .container .item .icon {
width: 64px;
height: 64px;
}
}
.cooktime__bloco-contato .container .item .icon img {
max-width: 50%;
max-height: 50%;
}
@media(min-width: 576px) {
.cooktime__bloco-contato .container .item .content {
width: 207px;
}
}
@media(min-width: 992px) {
.cooktime__bloco-contato .container .item .content {
width: unset;
}
}
@media(min-width: 1200px) {
.cooktime__bloco-contato .container .item .content {
width: 207px;
}
}
.cooktime__bloco-contato .container .item .content .title {
font-family: Montserrat;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 24px;
color: #e18700;
margin: 0px;
margin-bottom: 5px;
}
@media(min-width: 1200px) {
.cooktime__bloco-contato .container .item .content .title {
font-size: 18px;
}
}
.cooktime__bloco-contato .container .item .content .text {
font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 23px;
display: flex;
align-items: center;
letter-spacing: .01em;
color: #fff;
margin: 0px;
}
@media(min-width: 1200px) {
.cooktime__bloco-contato .container .item .content .text {
font-size: 16px;
}
}
.banner__sobre-nos {
display: flex;
align-items: center;
padding: 150px 0px;
height: 100vh;
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/sobre-nos/banner-sobre-nos-mobile.jpg) no-repeat center;
background-size: cover;
}
@media(min-width: 768px) {
.banner__sobre-nos {
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/sobre-nos/banne-sobre-nos.jpg) no-repeat center;
background-size: cover;
}
}
.banner__sobre-nos .title {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 40px;
letter-spacing: .15em;
text-transform: uppercase;
color: #e5e5e5;
margin: 0px;
}
.banner__sobre-nos .sub-title {
font-family: "Montserrat";
font-style: normal;
font-weight: 800;
font-size: 38px;
line-height: 110%;
letter-spacing: -0.05em;
color: #fff;
margin: 30px 0px;
}
@media(min-width: 768px) {
.banner__sobre-nos .sub-title {
font-size: 80px;
max-width: 850px;
}
}
.banner__sobre-nos .cta {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 32px;
letter-spacing: .15em;
text-transform: uppercase;
color: #fff;
text-decoration: none
}
.cooktime_sobre-historia {
padding: 50px 0px;
}
@media(min-width: 768px) {
.cooktime_sobre-historia {
padding: 100px 0px;
}
}
.cooktime_sobre-historia .container {
display: grid;
grid-template-columns: 1fr;
gap: 30px;
}
@media(min-width: 768px) {
.cooktime_sobre-historia .container {
grid-template-columns: 2fr 3fr;
gap: 50px;
}
}
.cooktime_sobre-historia .title {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 110%;
letter-spacing: -0.05em;
color: #05070b;
}
@media(min-width: 768px) {
.cooktime_sobre-historia .title {
font-size: 64px;
}
}
.cooktime_sobre-historia .text,
.cooktime_sobre-historia .text p {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 200%;
color: #05070b;
margin-bottom: 20px;
}
@media(min-width: 768px) {
.cooktime_sobre-historia .text,
.cooktime_sobre-historia .text p {
margin-bottom: 40px;
}
}
.cooktime_sobre-historia .text:last-child,
.cooktime_sobre-historia .text p:last-child {
margin-bottom: 0px;
}
.cooktime_valorizar-inspirar {
border-top: 1px solid #979797;
padding: 50px 0px;
}
@media(min-width: 768px) {
.cooktime_valorizar-inspirar {
padding: 100px 0px;
}
}
.cooktime_valorizar-inspirar .sub-title {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 140%;
text-align: center;
color: #05070b;
max-width: 670px;
margin: 0px auto 40px auto;
}
@media(min-width: 768px) {
.cooktime_valorizar-inspirar .sub-title {
font-size: 24px;
line-height: 140%;
}
}
.cooktime_valorizar-inspirar .title {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 110%;
text-align: center;
letter-spacing: -0.05em;
color: #05070b;
}
@media(min-width: 768px) {
.cooktime_valorizar-inspirar .title {
font-size: 56px;
}
}
@media(min-width: 1400px) {
.cooktime_valorizar-inspirar .title {
font-size: 72px;
}
}
.cooktime_valorizar-inspirar .block-acreditar {
display: grid;
grid-template-columns: 1fr;
gap: 30px;
align-items: center;
justify-content: center;
margin-top: 70px;
}
@media(min-width: 768px) {
.cooktime_valorizar-inspirar .block-acreditar {
grid-template-columns: 1fr 2fr;
gap: 100px;
}
}
.cooktime_valorizar-inspirar .block-acreditar img {
max-width: 100%;
max-height: auto;
margin: 0px auto;
display: block
}
.cooktime_valorizar-inspirar .block-acreditar p {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 32px;
color: #05070b;
}
.cooktime__valores-fundamentais {
padding: 50px 0px;
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/background-textura.jpg) no-repeat center;
background-size: cover;
}
@media(min-width: 768px) {
.cooktime__valores-fundamentais {
padding: 70px 0px;
}
}
.cooktime__valores-fundamentais .title-principal {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 140%;
text-align: center;
letter-spacing: -0.05em;
color: #05070b;
margin-bottom: 50px;
}
@media(min-width: 768px) {
.cooktime__valores-fundamentais .title-principal {
font-size: 40px;
}
}
.cooktime__valores-fundamentais .carrossel-valores {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
}
@media(min-width: 768px) {
.cooktime__valores-fundamentais .carrossel-valores {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media(min-width: 1200px) {
.cooktime__valores-fundamentais .carrossel-valores {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
.cooktime__valores-fundamentais .carrossel-valores .title {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: -0.05em;
color: #fff;
min-height: 90px;
}
.cooktime__valores-fundamentais .carrossel-valores .text {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #fff;
}
.cooktime__valores-fundamentais .carrossel-valores .icon img {
height: 40px;
width: auto;
}
.cooktime__valores-fundamentais .carrossel-valores .item {
background-repeat: no-repeat;
background-size: cover !important;
padding: 30px;
border-radius: 10px;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: space-between;
background-position: right !important;
min-height: 300px;
}
@media(min-width: 1200px) {
.cooktime__valores-fundamentais .carrossel-valores .item {
min-height: 450px;
}
}
.cooktime__valores-fundamentais .carrossel-valores .item:nth-child(1) {
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/sobre-nos/c-imagem01.png);
}
.cooktime__valores-fundamentais .carrossel-valores .item:nth-child(2) {
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/sobre-nos/c-imagem02.png);
}
.cooktime__valores-fundamentais .carrossel-valores .item:nth-child(3) {
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/sobre-nos/c-imagem03.png);
}
.cooktime__valores-fundamentais .carrossel-valores .item:nth-child(4) {
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/sobre-nos/c-imagem04.png);
}
.cooktime__diferenciais {
padding: 50px 0px;
}
@media(min-width: 992px) {
.cooktime__diferenciais {
padding: 100px 0px;
}
}
.cooktime__diferenciais .container {
display: grid;
grid-template-columns: 1fr;
gap: 50px;
}
@media(min-width: 768px) {
.cooktime__diferenciais .container {
grid-template-columns: 1fr 2fr;
}
}
.cooktime__diferenciais .item:nth-child(1) img {
position: sticky;
top: 40px;
}
.cooktime__diferenciais .item img {
max-width: 100%;
}
.cooktime__diferenciais .item .title {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 40px;
letter-spacing: .15em;
text-transform: uppercase;
color: #e18700;
margin-bottom: 50px;
}
.cooktime__diferenciais .item .text,
.cooktime__diferenciais .item .text p {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 32px;
color: #05070b;
}
.cooktime__diferenciais .block-depoimento .block-text {
border-left: 3px solid #e18700;
padding: 10px 0px 0px 30px;
margin: 50px 0px;
}
.cooktime__diferenciais .block-depoimento .block-text p {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 32px;
letter-spacing: -0.05em;
color: #05070b;
max-width: 600px;
}
.cooktime__diferenciais .block-depoimento .block-text p:last-child {
margin-bottom: 0px;
}
.cooktime__diferenciais .block-depoimento .block-autor {
display: flex;
align-items: center;
gap: 40px;
}
.cooktime__diferenciais .block-depoimento .block-autor img {
height: 93px;
width: 93px;
border-radius: 50%;
}
.cooktime__diferenciais .block-depoimento .block-autor .info {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
letter-spacing: -0.05em;
color: #05070b;
}
.cookcontato__banner {
padding: 120px 0px;
background: url(//cooktimebrasil.com/wp-content/themes/debaco/images/contato/banner.jpg) center no-repeat;
background-size: cover
}
@media(min-width: 768px) {
.cookcontato__banner {
padding: 150px 0px;
}
}
.cookcontato__banner .title {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 100%;
color: #fff
}
@media(min-width: 768px) {
.cookcontato__banner .title {
font-size: 72px;
}
}
.cookcontato__contact {
padding: 50px 0px;
}
@media(min-width: 768px) {
.cookcontato__contact {
padding: 100px 0px;
}
}
.cookcontato__contact .cookcontato__contact-block {
display: grid;
grid-template-columns: 1fr
}
@media(min-width: 768px) {
.cookcontato__contact .cookcontato__contact-block {
grid-template-columns: 1.5fr 2fr
}
}
.cookcontato__contact .cookcontato__contact-block .item-block:nth-child(2) {
padding-left: 0px;
}
@media(min-width: 768px) {
.cookcontato__contact .cookcontato__contact-block .item-block:nth-child(2) {
padding-left: 80px;
border-left: 1px solid #979797
}
}
.cookcontato__contact .cookcontato__contact-block .item-block .title {
display: flex;
align-items: center;
gap: 20px;
}
.cookcontato__contact .cookcontato__contact-block .item-block .title h2,
.cookcontato__contact .cookcontato__contact-block .item-block .title .h2 {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 130%;
color: #05070b
}
.cookcontato__contact .cookcontato__contact-block .item-block .apresentation {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
color: #05070b;
max-width: 456px;
}
@media(min-width: 768px) {
.cookcontato__contact .cookcontato__contact-block .item-block .apresentation {
padding-right: 70px;
}
}
.cookcontato__contact .cookcontato__contact-block .item-block .sub__block-contact {
display: flex;
flex-direction: column;
gap: 30px;
padding: 50px 0px;
}
@media(min-width: 768px) {
.cookcontato__contact .cookcontato__contact-block .item-block .sub__block-contact {
gap: 50px;
}
}
.cookcontato__contact .separador {
height: 1px;
background: #737373;
display: block
}
.cookcontato__contact .sub-item {
display: flex;
gap: 20px;
align-items: center
}
@media(min-width: 768px) {
.cookcontato__contact .sub-item {
padding-right: 70px;
}
}
.cookcontato__contact .sub-item p {
margin: 0px;
}
.cookcontato__contact .sub-item .icon {
width: 50px;
display: flex;
justify-content: center
}
.cookcontato__contact .sub-item .icon svg {
width: 33px;
height: auto;
max-height: 40px;
}
.cookcontato__contact .sub-item .info .title {
color: #e18700;
font-family: "Montserrat";
font-style: normal;
font-weight: 800;
font-size: 20px;
line-height: 24px;
}
.cookcontato__contact .sub-item .info p {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 32px;
letter-spacing: .01em;
color: #535353
}
.cookcontato__contact .sub-item .info p a {
color: #535353;
text-decoration: none
}
.cookcontato__contact .sub-item .info p a:hover {
color: #000;
text-decoration: none
}
.cookcontato__contact .form {
position: sticky;
top: 20px;
max-width: 600px;
}
.cookcontato__contact .form .title {
margin-bottom: 50px;
}
.cookcontato__contact .form .no-spaw {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 180%;
letter-spacing: -0.015em;
color: #737373
}
.cookcontato__contact .form .no-spaw span {
color: #e18700
}
.cookcontato__contact .form label {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
font-size: 12px;
color: #737373;
width: 100%;
margin-bottom: 20px;
}
.cookcontato__contact .form label .wpcf7-form-control-wrap {
border: none !important;
color: unset !important;
margin: 0 !important;
}
.cookcontato__contact .form label .wpcf7-form-control {
background: #fefefe;
border: none;
border-bottom: 1px solid #737373;
box-sizing: border-box;
width: 100%;
margin-top: 10px;
padding: 10px;
}
.cookcontato__contact .form textarea {
background: #fefefe;
border: none;
border-bottom: 1px solid #737373;
box-sizing: border-box;
border-radius: 5px;
width: 100%;
margin-top: 10px;
padding: 10px;
height: 100px;
overflow-y: auto;
}
.cookcontato__contact .form .btn-enviar {
background: #e18700;
border-radius: 5px;
height: 56px;
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 100%;
text-align: center;
text-transform: uppercase;
color: #fff;
border: none;
width: 100%;
}