
body,a,select,input{
	font-family: 'Montserrat', sans-serif !important;
}
.oswald{
	font-family: 'Oswald', sans-serif !important;
}
header{
	height: 100px;
	max-height: 100px !important;
}
nav{
  z-index:998;
}
.portada{
  position: fixed;
  top: 0;
  width: 100%;
  height: 55vh;
  background: url(../img/portada.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portada .transparente{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(56, 69, 122,.3);
	color: #ffffff;
}
.portada .transparente .contenedor-transparente{
	position: relative;
	padding-top: 130px;
	height: 100%
}
.portada .transparente span,.portada .transparente h1{
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 20px;
}
.portada .transparente .redes_compartir{
	position:absolute;
	bottom: 10px;
	right: 10px;
}
.portada .transparente ul{
	margin: 0;
}
.portada .transparente i{
	color: #ffffff;
	font-size: 20px;
}
.info{
	position: relative;
	margin-top: calc(55vh - 100px);
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	background-color: #38457a;
	color: #ffffff;
}
.info p{
	margin: 0;
	font-size: 0.6em;
}
/******************************************form************************************/
.formulario{
	position: relative;
	padding-top: 50px;
	margin-bottom: 150px;
	background-color: #ffffff;
	z-index: 3;
}
button:focus,input:focus,textarea:focus{
  outline: none;
  outline-width: 1px !important;
}
#formu label{
	margin:0;
	color: #38457a;
	font-size: 0.8em;
	font-weight: bold;
}
#formu input[type=text],#formu select{
	width: 100%;
	border: 1px solid #000000;
	height: 24px;
	font-size: 16px;
	border-radius: 1px;
}
#formu button{
	cursor: pointer;
    border: 2px solid #38457a;
    border-radius: 3px;
    font-weight: bold;
    color: #ffffff;
        padding: 2px 20px;
    background-color: #38457a;
    transition: .7s ease-out;
}
#formu button:hover{
	background-color: #ffffff;
	color:#38457a;
}
#formu div.error{
	background-color: #ff6666;
    height: 15px;
    display: flex;
    align-items: center;
}

#formu input.error,#formu select.error{
	border-color: #ff6666;
}
#formu .formu_error{
	font-size: 0.6em;
	color:#ffffff;
	width: 100%;
	padding: 2px;
}
#loader {
    display: none;
}
.g-recaptcha>div{
	margin:20px auto;
}
.resultado_fallo {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-size: 0.6em;
  font-weight: bold;
  color: #ff6666;
}
.resultado_exito{
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  color:#38457a;
  font-weight: bold;
  font-size: 0.8em;
  display: flex; 
  align-items: center;
}
.resultado_exito .caja-pdf{
  padding: 5% 10%;
  text-align: center;
}
.resultado_exito img{
  width: 100%;
  box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
}
.resultado_fallo span,.resultado_exito{
	display: none;
}
/********************************************medias******************************************/
@media (min-width: 768px){
	header{
		height: 126px;
		max-height: 126px !important;
	}
	.info{
	margin-top: calc(55vh - 126px);
    }
   .portada .transparente span, .portada .transparente h1 {
	    font-size: 2em;
	    padding-top: 30px;
    }
    .info p {
	    font-size: 1em;
	}
}
@media (min-width: 1024px){
   .portada .transparente span, .portada .transparente h1 {
	    font-size: 2.5em;
    }
    .info p {
	    font-size: 1.2em;
	}
	#formu label {
	    font-size: 1.2em;
	}
	#formu input[type=text], #formu select {
	    height: 35px;
	}
}