@charset "utf-8";

@font-face {
    font-family: 'sedgwick_ave_displayregular';
    src: url('../fonts/sedgwickavedisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/sedgwickavedisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0px;
	background-image: url(../img/body-background.jpg);
	background-size:cover;
	background-attachment: fixed;
	background-position: center;
	font-family: 'Open Sans', sans-serif;
}

.container {
	width: 960px;
	margin: auto;
}


header img {
	width: 368px;
	margin: auto;
	display:block;
}

#cabecera {
	height:100px;
	padding: 20px;
}

h1 {
	margin: 0px;
	font-family: 'sedgwick_ave_displayregular';
	font-weight: 100;
	font-size: 35px;
	color: #2c4b8b;
	text-align: left;
}

.centrar {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    height: 300px;
    margin-top: -150px;
    /* border: 1px solid #808080; */
    padding: 20px;
}

.cta {
	min-height: 1080px;
	color: white;
	text-shadow: 1px 2px 2px #000;
	text-align: center;
}

.slogan {
	color: white;
	font-family: 'sedgwick_ave_displayregular';
	font-size: 80px;
    font-weight: 100;
	text-align: center;
}

.boton-cta {
	margin-top: 20px;
	border: 2px solid white;
	font-size: 1.5em;
	color: white;
	text-decoration: none;
	padding: 5px 30px 5px 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.boton-cta:hover {
	font-size: 1.7em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.principal {
	width: 960px;
	margin: auto;
	padding: 20px;
}

.caja {
	width: 450px;
	margin-top: 30px;
	float: left;
}

main {
	background-color: white;
}

footer {
	color: white;
	background-color: black;
}

.promocion {
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	float: left;
}

.rss {
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	text-align: right;
	font-size: 12px;
}

.limpiar {
	clear:both;
}

.margin {
	margin: 20px;
}

.cta-formulario {
    font-family: 'Permanent Marker', cursive !important;
	text-align: center;
	font-weight: 100;
	margin:0px;
	color: #2c4b8b;
    font-size: 30px;
}

article {
	margin-top: 20px;
}

form {
	width: 250px;
	height: 300px;
	background-color: #80b5e1;
	padding: 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
}

form a {
	color: white;
	text-decoration: none;
    font-size: 15px;
    text-shadow: 1px 1px 1px #000;
}

form a:hover {
	color:#dbefff;
}

.campo1 {
	outline: 0px;
	font-family: 'Open Sans', sans-serif;
	margin-top:40px;
	border-style: none;
	width: 200px;
	resize: none;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #dbefff;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
}

.campos {
	outline: 0px;
	font-family: 'Open Sans', sans-serif;
	border-style: none;
	width: 200px;
	resize: none;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #dbefff;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
}

input:focus { 
    background-color: white;
}

.boton-enviar {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	border-style: none;
	margin-top: 20px;
	width: 200px;
	padding: 10px 20px 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background-color: #2c72b7;
    color: white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
}

.boton-enviar:hover {
	background-color: #4991d8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
}

.iconos-rss {
	margin-top: 10px;
}

.iconos-rss a {
	padding-left: 5px;
}