@charset "utf-8";
/* CSS Document */

/* Fuentes de Google */
@import url('https://fonts.googleapis.com/css?family=Barrio');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,900');


body{ 
margin: auto;
padding:0;
width:100%;
}

container {
width: 80%
}
hr { 
    display: block;
    margin-left: 40%;
    margin-right: 40%;
	color: #DDDDDD;
	border-color: #DDDDDD;
    border-width: 1px;
	opacity: 0.5;
	margin-top: 0;
	margin-bottom: 20px;
} 

.carac {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 0;
	margin-bottom: 0;
display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.box {
		font-family: 'Roboto', sans-serif; 
font-weight:300;
	margin-bottom: 5%;
	font-size: 14px;
 text-decoration: none;
    display: block;
	color: #222;
	text-align: center;
	
}


header {
width: 100%;
height: 80px;
background-color: transparent;
padding-left: 0%;
}

ul.social li{
	float: left;
	margin-right: 20px;
	display: inline-block;
	margin-left: 0;
	margin-top: 0px;
}

ul.social li a{
	color: #ffffff;
	font-size: 20px;
}

ul.links {
	float: right;
	margin-top: 0px; 
}

	
ul.links li{
	
	float: left;
	margin-right: 20px;
	display: inline-block;
	margin-left: 0;
	margin-top: 0px;
}

ul.links li a{
	font-family: 'Roboto', sans-serif; 
font-weight: normal;
	font-size: 14px;
 text-decoration: none;
    display: block;
	color: #fff;
}


.menu {
	width: 100%;
    margin-right: 10%;
	margin-top: 2%;
	float: left;
    padding: 0;
}

figure{
	color: #1D3365;
	margin-bottom: 15px;
}


.logo {
	max-width: 100%;
    height: auto;
	list-style: none;
	margin-top: 50px;
	margin-left: auto;
	
}

/* Centrado de pagina */
.pagina{ 
background: #fff;
 max-width: 900%;
 margin:auto;


 }
h2{
text-align: left;
margin: 0;
padding-top: 5%; 
font-size: 35px; 
font-family: 'Roboto', sans-serif; 
font-weight: 300;
background: linear-gradient(330deg, #742eff, #ef1166);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
}
h1{
	margin: 0;
	font-size: 50px; 
	color: #fff;
padding-top: 3%; 
padding-bottom: 1%;	
font-family: 'Dosis', sans-serif;
font-weight: 400; 
text-align: center;
	}
h3{
text-align: left;
margin: 0;
padding-top: 5%; 
font-size: 25px; 
font-family: 'Dosis', sans-serif; 
font-weight: 400;
color: #fff;
padding-left: 5%
}
p {
	text-align: center;
	font-family: 'Dosis', sans-serif;
	color: #fff;
	font-size: 14px;
	margin-top: 0;
	
	}
.p2 {
	text-align: center;
	font-family: 'Dosis', sans-serif;
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	}
.p3 {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	color: #222;
	font-weight: 300;
	line-height: 1.4;
	font-size: 14px;
	
	}
.descarga{
text-align: center;
 height: 100vh;
margin-top: 0px;
margin-bottom: 5rem;
background-image: url(img/fondodescarga.jpg);
 background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;

}

.botondescarga{font-size: 40px;    padding: 0.25rem;    background: #27f6ca;    color: #222;   border-radius: 4px;   text-decoration: none;    text-align: center;    display: inline-block;width: 100px; height: 40px; -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;}
	
.botondescarga:hover{
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}



/* Columnas */
.colum3{ display: flex; justify-content: space-between;}
.colum3 article{ background: #fff; width: 50%; color: #222;  text-align:
center;padding-top: 0;padding-left: 5%;padding-right: 5%;margin-bottom: 100px;}

.mockup {
max-width: 100%;
	height: auto;
	
	}
label {
	font-family: 'Dosis', sans-serif;
font-weight: 400; 
    color: #fff;
    display:block;
    margin-top:20px;
    letter-spacing:0px;
	text-align: left;
}
.contacto {
background-image: url(img/susc2.jpg);
 background-attachment: fixed;
	background-position: 50% 50%; 
    background-size: cover;
	 background-repeat: no-repeat;
	height: 300px;
	
}	
form {
    margin:0 auto;
    width:459px;
	text-align: center;
}



input, textarea {
	width:439px;
	height:27px;
	background:#fff;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:333; -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.botonsus{font-size: 30px;    padding: 0.25rem;    background: #fff;    color: #222;   border-radius: 4px;   text-decoration: none;    text-align: center;    display: inline-block;width: 70px; height: 33px; -webkit-transition-duration: 0.4s;
	margin-top: 10px;
    transition-duration: 0.4s;}
	
.botonsus:hover{
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}

footer {
	background-color: #333;
	height: 100px;
	color: #fff;
}
footer p {
	padding-top: 30px;
	vertical-align: middle;
	padding-left: 15%;
	padding-right: 15%;
	margin: auto;
}

