/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Sora:wght@100..800&display=swap');
/* Animate css */
@import url(../vendor/animate.css);
/* Flaticon css */
@import url(../fonts/flaticon/flaticon.css);
/* Fontawesome css */
@import url(../fonts/fontawesome/css/all.min.css);
/* Bootstrap css */
@import url(../vendor/bootstrap/css/bootstrap.min.css);

/* Root CSS */
:root {
	--texto1: rgba(34,34,34,1);
    --texto2: rgba(212,188,130,1);
    --textobranco: rgb(255, 250, 238);
    --textodegrade: linear-gradient(90deg, rgba(212,188,130,1) 0%, rgba(242,242,242,1) 100%);
    --degrade: linear-gradient(270deg, rgb(212, 188, 130) 0%, rgba(0,0,0,1) 100%);
    --fonthead: 'Cinzel', serif;
    --fontsub: 'Sora', sans-serif;
}

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html{
    font-size: 100%;
    scroll-behavior: smooth;
}

h1 {
    font-family: var(--fonthead);
}

h2 {
    font-family: var(--fontsub);
    font-weight: 600;
}

span, li, ul, p {
    font-family: var(--fontsub);
    font-weight: 200;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover,a:focus { 
    color: inherit;
    text-decoration: none;
}

body {
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 32px;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Sora', sans-serif;
}


/* Universais */


.headline {
    font-size: 80px;
    background: var(--textodegrade);
        -webkit-background-clip: text; /* Para navegadores baseados em WebKit */
        -moz-background-clip: text; /* Para navegadores baseados em Gecko */
    color: transparent;
    font-weight: 300;
}

.headline2 {
    font-size: 80px;
    background: var(--degrade);
        -webkit-background-clip: text; /* Para navegadores baseados em WebKit */
        -moz-background-clip: text; /* Para navegadores baseados em Gecko */
    color: transparent;
    font-weight: 300;
}

.subtitulo {
    color: var(--textobranco);
    font-size: 19px;
    font-weight: 100;
}

.btn1 a:hover {
    color: var(--textobranco);
    background: linear-gradient(90deg, rgba(212,188,130,0.5) 0%, rgba(33,33,33,0.8) 100%);
    transform: scale(1.05);
    box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -webkit-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -moz-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
}

.btn1 a {
    border-radius: 8px;
    padding: 20px 70px 20px 70px;
    background: linear-gradient(90deg, rgba(212,188,130,1) 0%, rgb(255, 254, 238) 100%);
    border: 1px solid rgba(212, 188, 130,0.3);
    font-weight: 300;
    transition: transform 300ms linear, box-shadow 500ms linear, background 1000ms linear;
    color: var(--texto1);
}

.btn2:hover {
    color: var(--textobranco);
    background: linear-gradient(90deg, rgba(212,188,130,0.5) 0%, rgba(33,33,33,0.8) 100%);
    transform: scale(1.05);
    box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -webkit-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -moz-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
}

.btn2 {
    border-radius: 8px;
    padding: 20px 50px 20px 50px;
    background: linear-gradient(90deg, rgba(212,188,130,1) 0%, rgb(255, 254, 238) 100%);
    border: 1px solid rgba(212, 188, 130,0.3);
    font-weight: 300;
    transition: transform 300ms linear, box-shadow 500ms linear, background 1000ms linear;
    color: var(--texto1);
}


i   {
    padding-left: 10px;
}

a:hover {
    color: var(--texto2);
}

.border-topp {
    border-top: 1px solid rgba(150, 146, 135, 0.1);
    padding: 30px;
}















/* Navegação */
.navs {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid;
    border-image: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    border-image-slice: 1;
}

.navs ul li > a {
    font-family: var(--fontsub);
    display: block;
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    padding: 35px;
    line-height: 1;
}

.navs a:hover {
    color: var(--texto2);
}

.header-navigation .primary-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-navigation .main-menu ul li {
    display: inline-block;
    position: relative;
}

.site-branding {
    padding: 30px 100px 30px 100px;
}

.brand-logo {
    max-width: 400px;
}


/* Header 01 */
.cdsh1 {
    background-image: url(../images/banner/h1.webp);
    background-size: cover;
    background-position: center;
    padding: 200px 0px 200px 0px;
    color: var(--textobranco);
}

.cdsh1 img {
    padding: 0px 0px 40px 0px;
}

.h1-img img{
    max-width: 100%;
}

.colchao1 img {
    width: 600px;
}



.forma1 {
    position: absolute;
    top: 80%; /* Posiciona o elemento verticalmente */
    right: 0; /* Ajusta a posição horizontal sem causar overflow */
    width: 300px;
    z-index: 9999;
    pointer-events: none;
}

.forma2 {
    position: absolute;
    top: 10%; /* Posiciona o elemento verticalmente */
    left: 0; /* Ajusta a posição horizontal sem causar overflow */
    width: 300px;
    z-index: 9999;
    rotate: 180deg;
    overflow-x: hidden;
    pointer-events: none;
}

.forma3 {
    position: absolute;
    top: 370%; /* Posiciona o elemento verticalmente */
    right: 0; /* Ajusta a posição horizontal sem causar overflow */
    width: 300px;
    z-index: 9999;
    pointer-events: none;
}

.forma4 {
    position: absolute;
    top: 280%; /* Posiciona o elemento verticalmente */
    left: 0; /* Ajusta a posição horizontal sem causar overflow */
    width: 300px;
    z-index: 9999;
    rotate: 180deg;
    overflow-x: hidden;
    pointer-events: none;
}

.forma5 {
    position: absolute;
    top: 570%; /* Posiciona o elemento verticalmente */
    right: 0; /* Ajusta a posição horizontal sem causar overflow */
    width: 300px;
    z-index: 9999;
    pointer-events: none;
}

.forma6 {
    position: absolute;
    top: 680%; /* Posiciona o elemento verticalmente */
    left: 0; /* Ajusta a posição horizontal sem causar overflow */
    width: 300px;
    z-index: 9999;
    rotate: 180deg;
    overflow-x: hidden;
    pointer-events: none;
}


/* Bem-vindo 02 */
.cdsh2 {
    background-image: url(../images/banner/h2.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 0px 0px 0px;
    color: var(--textobranco);
    border-top: 1px solid;
    border-image: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    border-image-slice: 1;
}

.cdsh2 .boxtext {
    background: linear-gradient(90deg, rgba(212,188,130,0.3) 0%, rgba(33,33,33,0.3) 100%);
    border: 1px solid rgba(212, 188, 130,0.3);
    border-radius: 10px;
    margin: 30px 100px;
    padding: 30px 40px;
}

/* Quem Somos 03 */

.cdsh3 {
    padding: 50px 0px;
    background: linear-gradient(0deg, rgb(255, 253, 247) 0%, rgba(255, 252, 226, 0.8) 100%);
}

.cdsh3 h1 {
    border-bottom: 1px solid rgba(233, 233, 233, 0.3);
    padding-bottom: 10px;
}

.cdsh3 p {
    background: rgba(255, 232, 158, 0.08);
    border-radius: 10px;
    padding: 30px 80px;
    margin: 20px 250px;
    border: 1px solid rgba(212, 188, 130,0.1);
    box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -webkit-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -moz-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
}

.cdsh3 span {
    background: rgba(255, 232, 158, 0.08);
    border-radius: 10px;
    padding: 30px 80px;
    margin: 20px 250px;
    border: 1px solid rgba(212, 188, 130,0.1);
    box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -webkit-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -moz-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
}

a:hover {
    color: inherit;
}

.cdsh3 img {
    width: 200px;
}

.elemento {
    position: absolute;
    opacity: 0.01;
    border: 1px solid red;
    pointer-events: none;
    right: 28%;
    top: 15%;
}


/* Qualidade 04 */

.cdsh4 {
    background-image: url(../images/banner/h4.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 0px 100px 0px;
    color: var(--textobranco);
    border-top: 1px solid;
    border-image: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    border-image-slice: 1;
}

.cdsh4 .box {
    border-radius: 10px;
    align-content: center;
    align-items: center;
    padding: 30px;
    background: linear-gradient(0deg, rgba(255, 253, 247, 0.2) 0%, rgba(255, 252, 226, 0.2) 100%);
    border: 1px solid rgba(190, 190, 190, 0.3);
    box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -webkit-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -moz-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
}

.cdsh4 .checkl {
    display: flex;
    text-align: center;
    align-content: center;
}

.cdsh4 .checkl p {
    padding: 8px 0px 0px 0px;
    margin: 0;
}

.cdsh4 .checkl i{
    font-weight: 100 !important;
    background: linear-gradient(0deg, rgba(255, 253, 247, 0.3) 0%, rgba(255, 252, 226, 0.3) 100%);
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid rgba(190, 190, 190, 0.3);
}

.box button{
    margin-top: 20px;
}

/* Galeria 05 */
.cdsh5 {
    background-image: url(../images/banner/h4.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 0px 100px 0px;
    color: var(--textobranco);
    border-top: 1px solid;
    border-image: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    border-image-slice: 1;
}

.image-row img {
    margin-top: 30px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.image-row .col {
    padding: 0 10px;
}

.hold:hover img{
    border-radius: 8px;
    transform: scale(1.05);
    box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -webkit-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -moz-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    transition: transform 300ms linear, box-shadow 500ms linear;
}

.hold img {
    transition: transform 300ms linear, box-shadow 500ms linear;
}

/* Feedback 06 */

.cdsh6 {
    padding: 50px 0px;
    background: linear-gradient(0deg, rgb(255, 253, 247) 0%, rgba(255, 252, 226, 0.8) 100%);
}

.cdsh6 .box {
    border-radius: 10px;
    align-content: center;
    align-items: center;
    padding: 30px;
    background: linear-gradient(0deg, rgba(255, 253, 247, 0.2) 0%, rgba(255, 252, 226, 0.2) 100%);
    border: 1px solid rgba(190, 190, 190, 0.3);
    box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -webkit-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -moz-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
}

.box img {
    max-width: 10%;
    padding: 0px 0px 20px 0px;
}

#estrelas {
    max-width: 25%;
}

.cdsh6 .box {
    border: 1px solid rgba(201, 185, 113, 0.3);
}

.fb img, h4 {
    display:inline-block;
    margin: 0px 5px 0px 10px;
}

.fb p {
    border-top: 1px solid rgba(173, 159, 113, 0.3);
    padding-top: 10px;
}


/* Local 07 */

.cdsh7 {
    background-image: url(../images/banner/h1.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 0px 100px 0px;
    color: var(--textobranco);
    border-top: 1px solid;
    border-image: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    border-image-slice: 1;
}

.maps iframe {
    border-radius: 10px;
    height: 300px;
    width: 300px;
}


.map iframe:hover {
    border-radius: 10px;
    box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -webkit-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    -moz-box-shadow: 0px 0px 295px 9px rgba(212,188,130,0.4);
    transition: box-shadow 500ms linear;
}

.maps h5 {
    pointer-events: none;
    border-radius: 5px;
    padding: 10px;
    background: linear-gradient(0deg, rgba(255, 253, 247, 0.2) 0%, rgba(255, 252, 226, 0.2) 100%);
    border: 1px solid rgba(190, 190, 190, 0.3);
}


/* Rodape 08 */
.rodape {
    background-image: url(../images/banner/h4.webp);
    background-size: cover;
    background-position: top;
    padding: 130px 0px 10px 0px;
    color: var(--textobranco);
    border-top: 1px solid;
    border-image: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    border-image-slice: 1;
}

.rodape h1 {
    font-size: 40px;
    padding-bottom: 20px;
    text-align: right;
    padding-right: 50px;
}

.cpy {
    margin: 50px;
}









/* Variações de Animação */
.animate__animated.animate__fadeIn {
    --animate-duration: 4s;
}

.animate__animated.animate__fadeInDown {
    --animate-duration: 2s;
}

.animate__animated.animate__fadeInRight {
    --animate-duration: 3s;
}

.animate__animated.animate__fadeInUp {
    --animate-duration: 9s;
}

.animate__animated.animate__pulse {
    --animate-duration: 3s;
}