@font-face {
  font-family: "Protest";
  src: url(fonts/Protest.ttf) format('truetype');
}

#banner-us1{
	display: block;
}

#banner-us2{
	display: none;
}

body{
	font-family: Protest;
	text-decoration: none;
}

.container-banner img{
	width: 100%;
}

.container-contact{
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.section-form{
	width: 50%;
}

.section-form::before{
	max-width: 0px;
}
.formulario{
	width: 100%!important;
}

iframe{
	width: 45%;
	margin: auto;
	height: auto;

}

.instagram{
	width: 70%;
	height: 800px;	
}

.container-all-info{
	font-family: Protest;
	margin-top: 50px;
	text-align: center;
	height: auto;
}

.container-all-info h1{
	font-size: 50px;
	margin-bottom: 30px;
}

.container-all-info a{
	font-size: 40px;
	background: #fba919;
	color: #000;
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 50px;
}

.container-all-info a:hover{
	background: #000;
	color: #fba919;
	cursor: pointer;
}

.container-all-info i{
	margin-right: 20px;
}


@media(max-width:1000px) {
#banner-us1{
	display: none;
}

#banner-us2{
	display: block;
}

body.sticky-header .menu__item a{
color: black;
}

.container-contact{
	flex-direction: column;
	justify-content: center;
	margin-bottom: 700px;
}

.section-form{
	width: 90%;
	margin: auto;
	margin-top: 50px;
}

.section-form .input1{
	margin-left: -18px;
}

iframe{
	width: 100%;
	height: 500px;
	position: relative;
	top: 650px;

}

.redes{
	margin-top: -620px;
	margin-bottom: 300px;
}

.redes iframe{
	width: 90%;
	margin: auto;
}

.container-all-info h1{
	font-size: 30px;
}

.container-all-info a{
	font-size: 20px;
}


	
}