/* Extra small devices (phones, 600px and down)

Neuzeit Grotesk Regular

font-family: neuzeit-grotesk, sans-serif;

font-weight: 400;

font-style: normal;


Neuzeit Grotesk Bold

font-family: neuzeit-grotesk, sans-serif;

font-weight: 700;

font-style: normal;


Neuzeit Grotesk Cond Black

font-family: neuzeit-grotesk-condensed, sans-serif;

font-weight: 900;

font-style: normal;


Neuzeit Grotesk ExtCond Black

font-family: neuzeit-grotesk-extra-conden, sans-serif;

font-weight: 900;

font-style: normal;

 */

 *{
 	margin: 0px;
 	padding: 0px;
 	text-decoration: none;
 	list-style: none;
 	border: 0px;
 }
@media only screen and (max-width: 550px) {

	h1{
		letter-spacing: 2px;
		font-size: 25pt;
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
	}
	h2{letter-spacing: 2px;
		font-size: 15pt;
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
	}
		
		
	p,a,li,input,label,textarea{
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13pt;
	}
	button{
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15 pt;
	}
	.container {
		width: auto;
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 45px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}


.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  transform: rotate(-45deg) translate(-5px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

header{
	position: fixed;

	width: 100%;
	z-index: 9999;
	height: 10vh;
	background-color: #3d3d3d;
	background-image: url('../images/ornamento-menu.png');
	background-size: contain;
	background-position: left center;
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	align-items: center;
}
header main{
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	align-items: center;
	width: 90%;
	height: 90%;
	padding: 0% 5% 0%;
}
header main .logo{
	padding-left: 20%;
	width: 80%;
	height: 100%;
}
header main .logo img{
	height: 100%;
}

#navMovil{
	transition: all ease-in-out .5s;
	left: -150%;
	margin-top: 10vh;
	color: white;
	width: 100%;
	height: 90vh;
	position: fixed;
	z-index: 9999;
	background-color: rgba(15, 15, 14, 0.8);
	background-image: url('../images/SVG/ornamento.svg');
	background-size: 40vh;
	background-position: -90px center;
	background-repeat: no-repeat;

}
#navMovil main{
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 90%;
	height: 75vh;
	padding: 0% 5% 15vh;


}
#navMovil main ol li{
	padding: 1vh 0vh 1vh;

}
#navMovil main ol li a{
	font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
	color: white;
	font-size: 15pt;

}
.section1{
	width: 100%;
	padding-top: 12vh;
	height: auto;
	min-height: 88vh;
	background-image: url('../images/movil/fondo-nosotros.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section1 main{
	width: 90%;
	padding: 0% 5% 5%;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}
.section1 main .txt{
	width: 90%;
	padding: 5% 5% 5%;
	text-align: justify;
	background-color: rgba(30, 30, 30, .8);

}
.section1 main .txt p{
	width: 100%;
	color: white;

}
.section1 main h1{
	width: 100%;
	margin: 30px 0px 30px;
	text-align: center;
	color: white;
}


footer{
width: 100%;
height: 30vh;
background: url('../images/SVG/ornamento.svg') no-repeat 75vw center , linear-gradient(90deg, rgba(152,224,95,1) 0%, rgba(13,227,172,1) 41%);
background-repeat: no-repeat;

}
footer main{
	width: 100%;
	height: 30vh;
	background-image: url('../images/movil/elemento-footer.png');
	background-size: contain;
background-position: left center;
background-repeat: no-repeat;
display: flex;
	justify-content: flex-start;
	align-items: center;
}
footer main .contenidoFooter {
width: 100%;
padding: 0% 5% 0%;
}

footer main .contenidoFooter p{
font-size: 7pt;
color: white;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 550px) {

	h1{
		letter-spacing: 2px;
		font-size: 25pt;
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
	}
	h2{letter-spacing: 2px;
		font-size: 15pt;
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
	}
		
		
	p,a,li,input,label,textarea{
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13pt;
	}
	button{
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15 pt;
	}
	.container {
		width: auto;
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 45px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}


.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  transform: rotate(-45deg) translate(-5px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

header{
	position: fixed;

	width: 100%;
	z-index: 9999;
	height: 10vh;
	background-color: #3d3d3d;
	background-image: url('../images/ornamento-menu.png');
	background-size: contain;
	background-position: left center;
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	align-items: center;
}
header main{
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	align-items: center;
	width: 90%;
	height: 90%;
	padding: 0% 5% 0%;
}
header main .logo{
	padding-left: 20%;
	width: 80%;
	height: 100%;
}
header main .logo img{
	height: 100%;
}

#navMovil{
	transition: all ease-in-out .5s;
	left: -150%;
	margin-top: 10vh;
	color: white;
	width: 100%;
	height: 90vh;
	position: fixed;
	z-index: 9999;
	background-color: rgba(15, 15, 14, 0.8);
	background-image: url('../images/SVG/ornamento.svg');
	background-size: 40vh;
	background-position: -90px center;
	background-repeat: no-repeat;


}
#navMovil main{
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 90%;
	height: 75vh;
	padding: 0% 5% 0vh;


}
#navMovil main ol li{
	padding: .5vh 0vh .5vh;

}
#navMovil main ol li a{
	font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
	color: white;
	font-size: 11pt;

}
.section1{
	width: 100%;
	padding-top: 12vh;
	height: auto;
	min-height: 88vh;
	background-image: url('../images/movil/fondo-nosotros.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section1 main{
	width: 90%;
	padding: 0% 5% 5%;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}
.section1 main .txt{
	width: 90%;
	padding: 5% 5% 5%;
	text-align: justify;
	background-color: rgba(30, 30, 30, .8);

}
.section1 main .txt p{
	width: 100%;
	color: white;

}
.section1 main h1{
	width: 100%;
	margin: 30px 0px 30px;
	text-align: center;
	color: white;
}



footer{
width: 100%;
height: 50vh;
background: url('../images/SVG/ornamento.svg') no-repeat 75vw center , linear-gradient(90deg, rgba(152,224,95,1) 0%, rgba(13,227,172,1) 41%);
background-repeat: no-repeat;

}
footer main{
	width: 100%;
	height: 50vh;
	background-image: url('../images/movil/elemento-footer.png');
	background-size: contain;
background-position: left center;
background-repeat: no-repeat;
display: flex;
	justify-content: flex-start;
	align-items: center;
}
footer main .contenidoFooter {
width: 100%;
padding: 0% 5% 0%;
}

footer main .contenidoFooter p{
font-size: 7pt;
color: white;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	h1{
		letter-spacing: 2px;
		font-size: 25pt;
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
	}
	h2{letter-spacing: 2px;
		font-size: 15pt;
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
	}
		
		
	p,a,li,input,label,textarea{
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13pt;
	}
	button{
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15 pt;
	}
	.container {
		width: auto;
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 45px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}


.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  transform: rotate(-45deg) translate(-5px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

header{
	position: fixed;

	width: 100%;
	z-index: 9999;
	height: 10vh;
	background-color: #3d3d3d;
	background-image: url('../images/ornamento-menu.png');
	background-size: contain;
	background-position: left center;
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	align-items: center;
}
header main{
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	align-items: center;
	width: 90%;
	height: 90%;
	padding: 0% 5% 0%;
}
header main .logo{
	padding-left: 20%;
	width: 80%;
	height: 100%;
}
header main .logo img{
	height: 100%;
}

#navMovil{
	transition: all ease-in-out .5s;
	left: -150%;
	margin-top: 10vh;
	color: white;
	width: 100%;
	height: 90vh;
	position: fixed;
	z-index: 9999;
	background-color: rgba(15, 15, 14, 0.8);
	background-image: url('../images/SVG/ornamento.svg');
	background-size: 40vh;
	background-position: -90px center;
	background-repeat: no-repeat;


}
#navMovil main{
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 90%;
	height: 75vh;
	padding: 0% 5% 0vh;


}
#navMovil main ol li{
	padding: 1vh 0vh 1vh;

}
#navMovil main ol li a{
	font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
	color: white;
	font-size: 25pt;

}
.section1{
	width: 100%;
	padding-top: 12vh;
	height: auto;
	min-height: 88vh;
	background-image: url('../images/movil/fondo-nosotros.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section1 main{
	width: 90%;
	padding: 0% 5% 5%;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}
.section1 main .txt{
	width: 90%;
	padding: 5% 5% 5%;
	text-align: justify;
	background-color: rgba(30, 30, 30, .8);

}
.section1 main .txt p{
	width: 100%;
	color: white;

}
.section1 main h1{
	width: 100%;
	margin: 30px 0px 30px;
	text-align: center;
	color: white;
}



footer{
width: 100%;
height: 30vh;
background: url('../images/SVG/ornamento.svg') no-repeat 75vw center , linear-gradient(90deg, rgba(152,224,95,1) 0%, rgba(13,227,172,1) 41%);
background-repeat: no-repeat;

}
footer main{
	width: 100%;
	height: 30vh;
	background-image: url('../images/movil/elemento-footer.png');
	background-size: contain;
background-position: left center;
background-repeat: no-repeat;
display: flex;
	justify-content: flex-start;
	align-items: center;
}
footer main .contenidoFooter {
width: 100%;
padding: 0% 5% 0%;
}

footer main .contenidoFooter p{
font-size: 7pt;
color: white;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
		h1{
		letter-spacing: 2px;
		font-size: 45pt;
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
	}
	h2{letter-spacing: 2px;
		font-size: 25pt;
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
	}
		
		
	p,a,li,input,label,textarea{
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15pt;
	}
	button{
		font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15pt;
	}
	.container {
		width: auto;
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 45px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}


.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  transform: rotate(-45deg) translate(-5px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

header{
	position: fixed;

	width: 100%;
	z-index: 9999;
	height: 10vh;
	background-color: #3d3d3d;
	background-image: url('../images/ornamento-menu.png');
	background-size: contain;
	background-position: left center;
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	align-items: center;
}
header main{
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	align-items: center;
	width: 90%;
	height: 90%;
	padding: 0% 5% 0%;
}
header main .logo{
	padding-left: 50px;
	width: 100%;
	height: 100%;
}
header main .logo img{
	height: 100%;
}

#navMovil{
	transition: all ease-in-out .5s;
	left: -150%;
	margin-top: 10vh;
	color: white;
	width: 100%;
	height: 90vh;
	position: fixed;
	z-index: 9999;
	background-color: rgba(15, 15, 14, 0.8);
	background-image: url('../images/SVG/ornamento.svg');
	background-size: 40vh;
	background-position: -90px center;
	background-repeat: no-repeat;


}
#navMovil main{
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 90%;
	height: 75vh;
	padding: 0% 5% 0vh;


}
#navMovil main ol li{
	padding: 1vh 0vh 1vh;

}
#navMovil main ol li a{
	font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
	color: white;
	font-size: 25pt;

}
.section1{
	width: 100%;
	padding-top: 12vh;
	height: auto;
	min-height: 88vh;
	background-image: url('../images/movil/fondo-nosotros.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section1 main{
	width: 90%;
	padding: 0% 5% 5%;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}
.section1 main .txt{
	width: 90%;
	padding: 5% 5% 5%;
	text-align: justify;
	background-color: rgba(30, 30, 30, .8);

}
.section1 main .txt p{
	width: 100%;
	color: white;

}
.section1 main h1{
	width: 100%;
	margin: 30px 0px 30px;
	text-align: center;
	color: white;
}



footer{
width: 100%;
height: 30vh;
background: url('../images/SVG/ornamento.svg') no-repeat 90vw center , linear-gradient(90deg, rgba(152,224,95,1) 0%, rgba(13,227,172,1) 41%);
background-repeat: no-repeat;

}
footer main{
	width: 100%;
	height: 30vh;
	background-image: url('../images/movil/elemento-footer.png');
	background-size: contain;
background-position: left center;
background-repeat: no-repeat;
display: flex;
	justify-content: flex-start;
	align-items: center;
}
footer main .contenidoFooter {
width: 100%;
padding: 0% 5% 0%;
}

footer main .contenidoFooter p{
font-size: 10pt;
color: white;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}

.logo-social a
{
	color:white;
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13pt;
}