/* SECTION-1 */

#section-1 h1{
	font-size: 60px;
	color: #231f20;
}

#section-1 h1 .welcome-spn{
	font-size: 45px;
}

#section-1 h1 .location1-spn{
	font-size: 56px;
}

#section-1 h1 .location2-spn{
	font-size: 53px;
}

#section-1 .s2 img{
	width: 87%;
	border-radius: 40px;
}

#section-1 a{
	text-decoration: none;
	font-size: 18px;
	color: #231f20;
	margin-bottom: 10px;
}

#section-1 #get-date{
	width: fit-content;
	font-weight: bold;
	color: #231f20;
	border: solid 1px #231f20;
	border-radius: 15px;
	font-size: 24px;
	text-wrap-mode: nowrap;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
}

#section-1 #get-date:hover{
	background-color: #231f20;
	color: white;
}

#section-1 #get-date img{
	width: 40px;
}

#section-1 .logo{
	width: 500px;
}

#section-1 .link-instagram, #section-1 .location1-spn{
	color: #E9C664;
}

@media (max-width: 545px) {
	#section-1 h1 {
	    line-height: 45px;
	}

    #section-1 .logo{
		width: 360px;
	}

	#section-1 h1 .welcome-spn{
		font-size: 35px;
	}

	#section-1 h1 .location1-spn, #section-1 h1 .location2-spn{
		font-size: 43px;
	}

	#section-1 .s2{
		padding-left: 0;
		padding-right: 0;
	}

	#section-1 .s2 img{
		width: 100%;
	}
}

/* SECTION-2 */

#section-2{
	padding-top: 130px;
	padding-bottom: 130px;
	background-image: url("../../../assets/images/fondo-oscuro-con-gris-peluqueria-zaidin.webp");
	background-size: cover;
}

#section-2 h2{
	font-size: 70px;
	font-weight: bold;
	color: white;
}

#section-2 .spn-sub{
	color: #E9C664;
}

#section-2 p{
	color: white;
}

#section-2 .links .btn{
	width: fit-content;
	font-weight: bold;
	color: #231f20;
	border: solid 1px #231f20;
	border-radius: 15px;
	font-size: 24px;
	text-wrap-mode: nowrap;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
}

#section-2 .links .btn:hover{
	color: #E9C664;
	background-color: white;
}

#section-2 .links .date{
	background-color: white;
}

#section-2 .links .prize{
	background-color: #E9C664;
}

@media (max-width: 545px) {
	#section-2 h2{
		font-size: 43px;
	}
}

/* SECTION-3 */

#section-3{
	padding-top: 130px;
	padding-bottom: 130px;
}

#section-3 .box{
	border: solid 1px;
	border-radius: 43px;
	position: relative;
}

#section-3 h2{
	font-size: 70px;
	font-weight: bold;
}

#section-3 h3{
	font-size: 60px;
	font-weight: bold;
	color: #E9C664;
}

#section-3 .btn{
	width: fit-content;
	font-weight: bold;
	color: white;
	background-color: black;
	border: solid 1px #231f20;
	border-radius: 15px;
	font-size: 24px;
	text-wrap-mode: nowrap;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
}

#section-3 .btn:hover{
	color: black;
	background-color: white;
	border: solid 1px;
}

#section-3 .img-top{
	position: absolute;
    top: -129px;
    right: -38px;
    width: 500px;
}

@media (max-width: 1200px) {
	#section-3 .img-top{
	    width: 350px;
	}
}

@media (max-width: 992px) {
	#section-3 .img-top{
	    display: none;
	}
}

@media (max-width: 545px) {
	#section-3 h2{
		font-size: 43px;
	}

	#section-3 h3 {
    	font-size: 40px;
	}
}

/* SECTION-6 */

#section-6{
	position: relative;
	padding-top: 130px;
	padding-bottom: 130px;
}

#section-6 .bc{
	height: 60%;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #231f20;
	z-index: -1;
}

#section-6 h2{
	font-size: 70px;
	font-weight: bold;
}

#section-6 .img-job{
	transition: 0.5s;
	position: relative;
}

#section-6 .img-job img{
	border-radius: 43px;
}

#section-6 .img-job .bcjob{
	position: absolute;
	top: 0;
	border-radius: 43px;
	display: none;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: flex-end;
	padding: 20px;
	width: 100%;
}

#section-6 .img-job .bcjob figcaption{
	color: white;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
}

#section-6 .btn{
	font-weight: bold;
	background-color: #E9C664;
	color: #231f20;
	padding: 10px 15px;
	width: fit-content;
	font-size: 22px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
}

#section-6 .btn:hover{
	background-color: white;
	color: #231f20;
}

@media (max-width: 545px) {
	#section-6 h2{
		font-size: 43px;
	}
}

/* SECTION-7 */

#section-7{
	padding-top: 130px;
	padding-bottom: 130px;
}

#section-7 h2{
	font-size: 70px;
	font-weight: bold;
}

#section-7 form label:not(.check-form){
	display: none;
}

#section-7 form input, #section-7 form textarea{
	font-size: 18px;
}

#section-7 input[type=submit]{
	font-weight: bold;
	background-color: #E9C664;
	color: #231f20;
	padding: 10px 15px;
	width: fit-content;
	font-size: 18px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
}

#section-7 input[type=submit]:hover{
	background-color: #231f20;
	color: #E9C664;
}

@media (max-width: 545px) {
	#section-7 h2{
		font-size: 43px;
	}

	#section-7 h2 img{
		width: 70px;
	}
}