body{
	font-family: 'Barlow Condensed', sans-serif;
}
html{
	scroll-behavior: smooth;
}
/*HEAD*/
header {
	display: inline-flex;
	width: 100%;
	position: fixed;
	background-image: url(../img/nav.png);
	background-repeat: no-repeat;
	background-size: 100%;
	align-items: center;
	justify-content: center;
	z-index: 1;
	transition: 0.6s;
	opacity: 0;
	margin-top: -10%;
}
header.navAparece {
	display: inline-flex;
	width: 100%;
	position: fixed;
	background-image: url(../img/nav.png);
	background-repeat: no-repeat;
	background-size: 100%;
	align-items: center;
	justify-content: center;
	z-index: 1;
	transition: 0.6s;
	opacity: 100%;
	margin-top: 0%;
}
.nav a{
	text-decoration: none;
	color: #3e4750;
}
.nav a:hover{
	color: #ab9154;
	text-decoration: none;
}
.nav ul{
	padding: 0.2vw 0vw 3.2vw 1vw;
	align-items: center;
	justify-content: center;
}
.nav li{
    display: inline-flex;
    margin: 0.2vw 4vw;
    list-style-type: none;
    font-size: 2vw;
    font-weight: lighter;
    align-items: center;
	justify-content: center;
}

/*HOME*/
#inicio{
	width: 100%;
	height: auto;
	background-image: url(../img/bg_home.png);
	background-size: 100vw;
	background-repeat: no-repeat;
	text-align: center;
}
.logo{
	float: left;
	width: 15vw;
	margin-top: 3%;
	margin-left: 5%;
	font-family: times new roman;
	text-align: center;
	animation-duration: 1s;
	animation-name: LogoAparece;
}
@keyframes LogoAparece {
  from {
	margin-left: -5%;
  }
  to {
	margin-left: 5%;
  }
}
.logo h1{
	margin-bottom: 0.2em;
	font-size: 1.8vw;
	font-weight: bold;
	color: #3e4750;
}
.logo h2{
	font-size: 1.8vw;
	font-weight: normal;
	color: #ab9154;
}
.navhome{
	float: right;
}
.navhome a{
	text-decoration: none;
	color: #3e4750;
}
.navhome a:hover{
	color: #ab9154;
	text-decoration: none;
}
.navhome ul{
	padding: 0.2vw 0vw 0.2vw 1vw;
	border-bottom: solid 0.5px #ab9154;
}
.navhome li{
    display: inline-block;
    margin: 0.2vw 4vw;
    list-style-type: none;
    font-size: 3vw;
    font-weight: lighter;
}
.formulario{
	display: inline-block;
	width: 30vw;
	margin-bottom: 4vw;
	color: #3e4750;
	text-align: center;
}

.formulario h2{
	margin: 5% 1% 2% 1%;
	padding-top: 1vw;
	font-size: 2.5vw;
}
.formulario h3{
	padding: 0.5vw;
	font-size: 1.5vw;
	text-align: left;
}
.formulario input{
	width: 100%;
	height: 2vw;
	opacity: 75%;
	border-radius: 0.5vw;
	border: none;
	padding: 0 1vw;
	outline: none;
	font-size: 1.5vw;
}
.formulario textarea{
	width: 100%;
	height: 15vw;
	opacity: 75%;
	border-radius: 0.5vw;
	border: none;
	resize: none;
	padding: 0.5vw;
	outline: none;
	font-size: 1.1vw;
}
.formulario .enviar{
	width: 25%;
	height: 2.5vw;
	background-color: #3e4750;
	border: none;
	opacity: 75%;
	border-radius: 0.5vw;
	margin: 1vw 0 0 50%;
	font-size: 1.8vw;
	outline: none;
	color: white;
}
.texto{
	float: right;
	width: 35vw;
	background-color: #3e4750;
    border-radius: 0.5vw;
	margin: 3% 5% 3vw 0;
    padding: 1.5vw;
    font-size: 1.5vw;
	color: white;
}
.texto h3{
    font-style: bold;
}
.conpadding {
	padding-top: 1vw;
}
.texto p{
	padding: 0.8vw 0 1.2vw 0;
	text-align: justify;
	text-indent: 1vw;
}
.conborde{
	border-bottom: 0.2vw white solid;
}
/*SERVICIOS*/
#servicios{
	width: 100%;
	height: auto;
	background-color: #3e4750;
	padding: 1vw;
	box-shadow: inset 0 1vw 1.5vw -1vw black, inset 0 -1vw 1.5vw -1vw black;
	font-weight: normal;
	color: white;
}
#servicios h3{
	font-size: 3vw;
}
#servicios ul{
	padding: 2vw 1vw;
}
#servicios ul li{
	padding: 0.5vw 0;
	font-size: 1.5vw;
	list-style-type: disc;
	list-style-position: inside;
}
.contenedores{
	display: inline-block;
	margin: 1vw 1vw;
	padding: 1vw 1vw;
	width: 47%;
	vertical-align: text-top;
}
.contenedores img{
	width: 7vw;
	margin-right: 1vw;
}
.contenedores div{
	display: inline-block;
	vertical-align: middle;
}
.contenedores li span{
	position: relative;
	left: -moz-0;
	left: -0.4vw;
}
.contenedor1{
	padding-top: 3vw;
	padding-left: 2vw;
}
.contenedor2{
	padding: 2vw 0 0 2vw;
	border-top: 0.5px solid #ab9154;
}
/*NOTICIAS*/
#noticias{
	background-image: url(../img/bg_noticias.png);
	background-repeat: no-repeat;	
	background-size: 100vw;
	padding: 5vw;

}
.divnoticiasizq{
	display: inline-block;
	width: auto;
	height: auto;
	background-color: #3e4750;
	border-radius: 0.3vw;
	font-size: 1.5vw;
	text-align: center;
	color: white;
}
.divnoticiasizq:hover{
	filter: brightness(115%);
	box-shadow: 0 0 1em ;
}
.divnoticiasizq img{
	width: 40vw;
	border-top-left-radius: 0.3vw;
	border-top-right-radius: 0.3vw;
}
.divnoticiasizq h3{
	padding-top: 1vw;
	font-size: 3vw;
	font-weight: bold;
}
.divnoticiasizq h4{
	padding-bottom: 2vw;
	font-size: 2vw;
	font-weight: normal;
}
.divnoticiasder{
	display: inline-block;
	float: right;
	width: auto;
	height: auto;
	background-color: #3e4750;
	border-radius: 0.3vw;
	font-size: 1.5vw;
	text-align: center;
	color: white;
}
.divnoticiasder:hover{
	filter: brightness(115%);
	box-shadow: 0 0 1em ;
}
.divnoticiasder img{
	width: 40vw;
	border-top-left-radius: 0.3vw;
	border-top-right-radius: 0.3vw;
}
.divnoticiasder h3{
	padding-top: 1vw;
	font-size: 3vw;
	font-weight: bold;
}
.divnoticiasder h4{
	padding-bottom: 2vw;
	font-size: 2vw;
	font-weight: normal;
}
/*CONTACTO*/
#contacto{
	display: inline-flex;
	background-color: #3e4750;
	width: 100%;
	height: 8vw;
	box-shadow: 0 0 1.5vw;
	justify-content: center;
}
.redes{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22vw;
	height: 100%;
	padding-top: 1vw;
	color: white;
}
.redes:hover{
	box-shadow: 0 0 1em black;
}
.redes img{
	height: 5vw;
	margin-right: 1vw;
}
.redes h3{
	font-size: 1.5vw;
	font-weight: bold;
}
#contacto a{
	font-size: 1.5vw;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: white;
}

/*CONTACTOFIX
#contactofix{
	display: inline-flex;
	position: fixed;
	background-color: #3e4750;
	width: 100%;
	height: 8vw;
	box-shadow: 0 0 1.5vw;
	justify-content: center;
}
.redesfix{
	display: inline-flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	width: 22vw;
	height: 100%;
	padding-top: 1vw;
	color: white;
}
.redesfix:hover{
	box-shadow: 0 0 1em black;
}
.redesfix img{
	height: 5vw;
	margin-right: 1vw;
}
.redesfix h3{
	font-size: 1.5vw;
	font-weight: bold;
}
#contactofix a{
	font-size: 1.5vw;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: white;
}*/

