/*Estilo geral e corpo*/

*{	
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body{
	height: 100vh;
	max-width: 1600px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	background: #fff;
	margin: 0 auto;
	padding: 0;
}

a, p, li{
	color: #401B14;
	text-decoration: none;
	list-style: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: Montserrat-bold, sans-serif;
	font-weight: 700;
	color: #401B14;
	text-decoration: none;
	list-style: none;
}

button{
	all: unset;
	cursor: pointer;
}

/*Cabeçalho*/

#header{
	width: 100%;
	max-width: 1600px;
	background: #fff;
	padding: 16px 5%;
	position: fixed;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#menu-icon{
	display: none;
}


.topnav .menu li{
	display: inline-block;
	margin-right: 25px;
}

#menu a{
	color: #a69992;
}

#menu a:hover{
	color: #401B14;
	transition: all 0.3s ease-in-out;
}

#minilogo img{
	height: 20px;
}

/* Menu mobile */

    #menu-mobile{
    	width: 100%;
    	max-height: 0px;
    	padding-left: 4%;
    	background-color: #fff;
    	position: fixed;
    	top: 57px;
    	left: 0;
    	overflow: hidden;
    	transition: height 0.3s ease-in-out;
    }

    .menu-mobile.open{
    	max-height: 350px;
    	overflow: visible;
    }

    .menu-icon.open {
            transform: rotate(180deg);
            transition: transform 0.3s ease;
        }

    .menu-mobile li{
    	margin-bottom: 30px !important;
    }	


/* Pagina inicial */

.bemvindo{
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

#slideshow1{
}

.sejabemvindo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sejabemvindo h1{
	font-family: "Great Vibes", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 250%;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.sejabemvindo img{
	width: 500px;
}


.sobre{
	width: 100%;
	height: 700px;
	padding-left: 7%;
	display: flex;
	gap: 7%;
	overflow: hidden;
}

.container{
	padding-top: 80px;
}

.container p{
	font-size: 14px;
	margin: 10px 0 20px 0px;
	text-align: justify;
}

#assinatura{
	width: 200px;
}

.containersmall{
	display: none;
}

.imgsobre{
	width: 40%;
}

.imgsobre img{
	height: 710px;
}

.serviços{
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.columns{
	position: absolute;
	display: flex;
}

.serviços ul{
	margin: 10px;
}

.serviços li{
	margin: 20px;
	color: #fff;
}

.serviços h6{
	color: #a69992;
}

.leftcolumn{
	text-align: left;
}

.rightcolumn{
	text-align: right;
}

.contato{
	width: 100%;
	height: 700px;
	background-color: #f1f1f1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.contato ul:first-child{
	display: flex;
}

.contato ul li{
	margin: 40px;
}

.contato ul i{
	margin-right: 10px;
}


.contato a{
	color: #401B14;
}

.contato .funcionamento{
	text-align: center;
	margin: 100px 0;
	opacity: 70%;
}

.contato .funcionamento li{
	margin: 20px;
}

.localização{
	width: 100%;
	height: 700px;
	background-color: #f1f1f1;
}

.footer{
	text-align: center;
	width: 100%;
	height: 40px;
	background-color: #401B14;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer p{
	font-size: 70%;
	color: #fff;
}

.botão{
	background-color: white;
	border-radius: 10px;
	scale: 90%;
	position: fixed;
	right: 3%;
	bottom: 30px;
}





.slideshow-container {
            position: relative;
            width: 100%;
            max-width: 1600px;
            height: 700px;
            margin: auto;
            align-items: center;
        }

        .slideshow-container img{
        	width: 100%;
        }

        .slides{
            display: none;
            
        }
        .active {
            display: block;
        }
        .prev, .next {
            cursor: pointer;
            width: auto;
            padding: 10px;
            color: rgba(64,27,20,0.5);
            background-color: rgba(255,255,255,0.0);
            border: none;
            font-size: 18px;
            margin-top: 100px;
        }
        .prev{
        	height: 50px;
        	margin-right: 20px;
        }
        .next{
        	height: 50px;
        	margin-left: 20px;
        }
        .prev:hover, .next:hover{
        		color: rgba(64, 27, 20, 1.0);
        		transition: all 0.3s ease-in-out;
        }

/*Tela pequena*/
@media screen and (max-width: 1390px) {

	#slideshow1 img{
		scale: 120%;
	}


	.containerlarge{
		display: none;
	}

    .containersmall {
        display: block;
    }

    .containersmall .slideshow-container{
    	height: 400px;
    	align-items: top;
    }

    #slided{
    	display: flex;
    	align-items: normal;
    }

    .assinatura{
    	margin-left: 40px;
    }


}

/*Tela menor*/
@media screen and (max-width: 953px) {

	.slideshow-container img{
			width: auto;
			height: 100%;
			top: 50%;
			left: 50%;
			transform: translate(-10%, 0%);
	}

}

/*Mobile*/
@media screen and (max-width: 768px) {
    /* Cabeçalho */
    #header {
        flex-direction: row;
        justify-content: space-between;
        padding: 12px 4%;
    }


    /* Menu Mobile */

    .topnav ul li {
        margin: 15px 0;
    }

    #menu{
    	display: none;
    }



    #menu-icon{
    	display: flex;
 		font-size: 25px;
 		cursor: pointer;
 		transition: transform 0.3s;
    }

    /* Ajuste de fontes e espaçamentos */
    .sejabemvindo h1 {
        font-size: 180%;
    }

    #logo {
        width: 280px;
    }

    .sobre {
    	height: auto;
        padding: 0 0;
        flex-direction: column;
        height: auto;
    }

    .container{
    	padding-top: 40px;
    }

    .containersmall .slideshow-container{
    	width: 100%;
    	height: 350px;
    }

    .prev{
    	margin-left: 5%;
    }
    .next{
    	margin-right: 5%;
    }

    .imgsobre{
    	width: 100%;
    	height: 400px;
    	overflow: hidden;
    }

    .imgsobre img {
        width: 100%;
    }

    /* Ajustando os serviços */

	.serviços ul{
		
		font-size: 8px;
	}

	.serviços li{
		margin: 10px 0;
	}

    .contato ul {
        display: table-row;
    }

    .contato ul:first-child{
    	display: block;
    }

    .contato ul li {
        margin: 20px 0;
    }

    .botão{
	scale: 70%;
	right: -3%;
	bottom: 10px;
	}
}