html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

html,
body {
    --nav-height: 52px;
    scroll-behavior: smooth;
	margin:0;
	padding:0;
	height:100%;
}

/* .loading {
    transition: 2s;
}

.conteudo {
    transition: 2s;
} */

.Btn {
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .4s;
    cursor: pointer;
    position: relative;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    overflow: hidden;
  }

  .Btn-face {
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .4s;
    cursor: pointer;
    position: relative;
    background: #3356f0;
    background: -moz-linear-gradient(45deg, #3385f0 0%, #3c47e6 25%, #2a27dc 50%, #4223cc 75%, #1828bc 100%);
    background: -webkit-linear-gradient(45deg, #3385f0 0%,3c47e6 25%,#2a27dc 50%,#4223cc 75%,#1828bc 100%);
    background: linear-gradient(45deg, #3385f0 0%,#3c47e6 25%,#2a27dc 50%,#4223cc 75%,#1828bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3385f0', endColorstr='#1828bc',GradientType=1 );
    overflow: hidden;
  }
  
  .svgIcon {
    transition-duration: .3s;
  }
  
  .svgIcon path {
    fill: white;
  }
  
  .text {
    position: absolute;
    color: rgb(255, 255, 255);
    width: 120px;
    font-weight: 600;
    opacity: 0;
    transition-duration: .4s;
  }
  
  .Btn:hover, .Btn-face:hover {
    width: 110px;
    transition-duration: .4s;
    border-radius: 30px;
  }
  
  .Btn:hover .text, .Btn-face:hover .text {
    opacity: 1;
    transition-duration: .4s;
  }
  
  .Btn:hover .svgIcon, .Btn-face:hover .svgIcon {
    opacity: 0;
    transition-duration: .3s;
  }

.navbar {
    display: flex;
    overflow: hidden;
    background-color: #362E26;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    padding: 10px 0 10px 0;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    z-index: 10;
    transition: transform 0.2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

.navbar a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: 300;
    border-radius: 10px;
    transition: 0.2s;
}
  
.navbar a:hover {
    background: #ddd;
    color: black;
    transition: 0.5s;

}
.nav--hidden {
    transform: translateY(calc(-1 * var(--nav-height)));
    box-shadow: none;
}

.background-image-head {
    z-index: 0;
    background: url(./images/doceria-header-melhorada.jpg);
    background-repeat: initial;
    background-size:auto 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-position: center;
    

    filter: brightness(0.75) blur(0.7px);

    /* Full height */
    height: 100%;
    width: 100%;
}

.text-head {
    position: absolute;
    text-align: center;
    color: white;
    flex-direction: column;
    z-index: 1;
}

.head-section {
    display: flex;
    width: 100%;
    height: 1080px;
    align-items: center;
    justify-content: center;
}

.divider-section {

    height: 600px !important;
    align-items: center;
    justify-content: center;

}

.divider-center-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #EF6575;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    flex-direction: row;
    gap: 150px;

}

.background-image-divider {
    display: flex;
    position: absolute;
    z-index: 0;
    background: url(./images/baking-cakes-desserts-seamless-pattern-illustration-packaging-menu-recipe-design_506604-727.png);
    background-repeat: repeat;
    background-size: 15%;
    height: 600px;
    width: 100%;

}

.background-image-marcas {
    display: flex;
    position: absolute;
    z-index: 0;
    background: url(./images/Frame\ 13.png);
    background-repeat: repeat;
    background-size: 20%;
    height: 1010px;
    width: 100%;

}

.Carousel-slider {
    height: 560px;
    position: relative;
    width: 100%;
}

.Carousel-slider .fullwidth {
    height: 500px;
}

.Carousel-slider .fullwidth .slider-item {
    height: 480px;
    line-height: 480px;
    width: 100%;
}

.slider-wrapper {
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 0 50%;
    perspective: 800px !important;
}

.slider-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12);
    display: none;
    height: 320px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 320px;
    cursor: pointer;
    /* border: 5px solid #ffc107; */

}

.indicators {
    top: 0;
    left: 50%;
    padding: 0;
    list-style-type: none;
    margin: 40px 0 0 -77px;
    position: absolute;
}

.images-parceiros {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 180px;
    grid-row-gap: 100px;
    z-index: 3;
}

.images-parceiros img {
    width: 170px;
}

.form-container {
    display: flex; 
    flex-direction: column; 
    direction: ltr;
    width: 100%; 
    gap: 10px;
}

.form-container .input-form input, .form-container .input-form textarea{
    background-color: #51402F;
    color: white;
    outline: none;
    transition: 0.2s;
    border-radius: 10px;
    padding: 15px 0 15px 15px;
    font-size: 16px;
}

.form-container .input-form input:focus, .form-container .input-form textarea:focus{
    background-color: #775e45;
    transition: 0.5s;
}

.form-container .input-form input::-webkit-input-placeholder, .form-container .input-form textarea::-webkit-input-placeholder {
    color: #AFAFAF;
 }
 
 .form-container .input-form input:-moz-placeholder, .form-container .input-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #AFAFAF;  
 }
 
 .form-container .input-form input::-moz-placeholder, .form-container .input-form textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #AFAFAF;  
 }
 
 .form-container .input-form input:-ms-input-placeholder, .form-container .input-form textarea:-ms-input-placeholder {  
    color: #AFAFAF;  
 }

.form-container .input-form input{
    display: block;
    width: 100%;
    border: none;
}

.form-container .input-form textarea{
    display: flex;
    border: none;
    width: 100% !important;
    height: 150px;
    resize: none;
}

.botao-form {
    background-color: #7B6146;
    font-size: 16px;
    font-weight: 500;
    color: white;
    border: none;
    width: 200px;
    height: 50px;
    border-radius: 10px;
}

.spinner {
    animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
    0% {
        transform: rotate(0deg);
   }
    100% {
        transform: rotate(270deg);
   }
}
.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@keyframes colors {
    0% {
        stroke: #4285f4;
   }
    25% {
        stroke: #de3e35;
   }
    50% {
        stroke: #f7c223;
   }
    75% {
        stroke: #1b9a59;
   }
    100% {
        stroke: #4285f4;
   }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 187;
   }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
   }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
   }
}

.photo1 { background-image: url(./images/5220b738-53ae-468c-915b-c2d8432740d5.jfif) !important; border-radius: 50px !important; background-size: cover !important; }
.photo2 { background-image: url(./images/56303bee-cd4f-4438-8dd1-e45095e324d3.jfif) !important; border-radius: 50px !important; background-size: cover !important;}
.photo3 { background-image: url(./images/91f0310d-2b83-4952-8cc1-83603d3af968.jfif) !important; border-radius: 50px !important; background-size: cover !important;}
.photo4 { background-image: url(./images/9378c968-fbb6-4057-b5b5-315b6cafea6f.jfif) !important; border-radius: 50px !important; background-size: cover !important;}
.photo5 { background-image: url(./images/a2c229af-4203-497f-842c-a626a95c6b0a.jfif) !important; border-radius: 50px !important; background-size: cover !important;}
.photo6 { background-image: url(./images/e3c895cc-3ca9-46db-a508-61ccdae2e113.jfif) !important; border-radius: 50px !important; background-size: cover !important;}
.photo7 { background-image: url(./images/ecbb8cef-3918-45ad-b48b-7caed87541bc.jfif) !important; border-radius: 50px !important; background-size: cover !important;}

  