@font-face {
    font-family: 'Raleway-Regular';
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: 'Raleway-Thin';
    src: url(../fonts/Raleway-Thin.ttf);
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url(../fonts/Raleway-Bold.ttf);
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Raleway-Regular';
}

.title2{
	font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Raleway-Thin';
}

.title2 > h4{
	width: 80%;
    margin: 0 auto;
    margin-block-start: 1.33em;
	margin-block-end: 1.33em;
}

#show-menu{
	display: none;
}

#second-menu{
	font-size: 20px;
    color: white;
    padding: 15px 0px;
    background-color: rgb(27 40 36 / 950%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
	transition: all 0.3s;
    /*opacity: 0;*/
}

.menu{
	padding-inline-start: 0;
    text-align: center;
    margin: 0;
}

.menu > li{
	display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    padding: 0px 20px;
	transition: all .3s;
}

.menu > li:hover{
	/*background-color: rgba(27,40,36,0.7);*/
	color: #f8b602;
}

#menu-whatsapp img, #menu-mail img, #menu-phone img{
	height: 30px;
	position: relative;
    top: 7px;
}

#menu-whatsapp, #menu-mail, #menu-phone{
	padding: 0px 10px;
}

#menu-whatsapp:hover img, #menu-mail:hover img, #menu-phone:hover img{
	filter: brightness(0) saturate(100%) invert(73%) sepia(36%) saturate(1203%) hue-rotate(358deg) brightness(97%) contrast(100%);
}

#schedule{
	width: 100%;
    height: 100vh;
    background-color: #f8b602;
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

#background-schedule{
	width: 80%;
	height: 90%;
	background-image: url(../img/schedule/Backyard-6.jpg);
	background-size: cover;
	background-position: center;
	background-position: no-repeat;
	margin: 0 auto;
}

#background-wizard{
	width: 85%;
	height: 100%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);
	overflow-y: scroll;
}

#background-wizard > .title2{
	padding: 30px 0px;
}

#background-wizard > .title2 > h4{
	margin-block-start: 0;
	margin-block-end: 0;
	color: white;
}

#body{
	color: white;
    margin: 0px 50px;
}

.phase{
	margin-bottom: 20px;
}

.phase-title{
	display: flex;
    align-items: center;
}

.phase-title > img{
	width: 45px;
    margin-right: 20px;
}

.phase-title > h3{
	font-family: 'Raleway-Thin';
    text-transform: uppercase;
    letter-spacing: 3px;
	font-size: 20px;
}

.phase-content{
	width: 100%;
    margin: 0 auto;
    font-size: 17px;
	margin-bottom: 40px;
}

.phase-content b{
	color: #f8b602;
}

#back{
	text-align: center;
}

#back > label{
	background-color: #a14a0a;
    padding: 10px 30px;
	cursor: pointer;
}


#notice-of-privacy{
	font-size: 14px;
    text-align: justify;
}

#notice-of-privacy .title{
	color: #f8b602;
}

footer{
	background-color: #a14a0a;
    height: 75px;
    display: flex;
    align-items: center;
    color: white;
}

footer > div{
	margin: 0 auto;
    display: flex;
    align-items: center;
	font-size: 16px;
	font-style: normal;
}

footer img{
	height: 40px;
    position: relative;
    top: 2px;
}

footer > div > span{
	margin: 0px 20px;
    font-size: 20px;
	font-weight: normal;
}

footer > div > label > a{
	text-decoration: none;
	color: inherit;
}

@media only screen and (max-width: 599px) {
	#show-menu{
		display: block;
		margin-top: 15px;
		text-align: center;
		cursor: pointer;
	}
	
	#second-menu{
	    position: fixed;
		top: 20px;
		left: 20px;
		height: 50px;
		width: 50px;
		border-radius: 50px;
		padding: 0px;
		opacity: 1 !important;
	}
	
	#second-menu .menu{
	    position: fixed;
		width: 80%;
		background: #1b2824;
		left: -80%;
		top: 0;
		overflow-y: auto;
		z-index: 100;
		height: 100vh;
		padding-top: 20px;
		border-bottom: 10px solid #0099a8;
	}
	
	#second-menu .menu > li{
		display: block;
		text-align: left;
		height: auto;
		width: 100%;
		margin: 10px 30px;
		padding: 0;
	}
	
	#schedule{
		height: auto;
	}
	
	#background-schedule{
		width: 90%;
		background-size: contain;
	}
	
	#background-wizard > .title2{
		font-size: 25px;
	}
	
	#body{
		margin: 0px 10px;
	}
	
	#notice-of-privacy {
		font-size: 13px;
		padding: 0px 10px;
	}
	
	footer{
		width: 100%;
	}
	
	footer > div > span{
		margin: 0px 10px;
	}
	
	footer > div > label > a{
		font-size: 13px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px){
	#show-menu{
		display: block;
		margin-top: 15px;
		text-align: center;
		cursor: pointer;
	}
	
	#second-menu{
	    position: fixed;
		top: 20px;
		left: 20px;
		height: 50px;
		width: 50px;
		border-radius: 50px;
		padding: 0px;
		opacity: 1 !important;
	}
	
	#second-menu .menu{
	    position: fixed;
		width: 80%;
		background: #1b2824;
		left: -80%;
		top: 0;
		overflow-y: auto;
		z-index: 100;
		height: 100vh;
		padding-top: 20px;
		border-bottom: 10px solid #0099a8;
	}
	
	#second-menu .menu > li{
		display: block;
		text-align: left;
		height: auto;
		width: 100%;
		margin: 10px 30px;
		padding: 0;
	}
	
	#schedule{
		height: auto;
	}	
	
	#background-schedule{
		background-size: contain;
	}
	
	#body{
		margin: 0px 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#second-menu{
		font-size: 18px;
	}
	
	.menu > li{
		padding: 0px 10px;
	}
	
	#schedule{
		height: auto;
	}
	
	#background-schedule{
		background-size: contain;
	}
}