/*********************************************************************
 *         Estilos, Animación del formulario de contactos            *
 ********************************************************************/  

	#map {
        width: 100%;
        height: 209%;
        background-color: grey;
		right: 2%;
    }

    #titulo_empresa {
    	font-size: 290%;
    }
    #direccion
    {
    	font-size: 280%;
    }
    #titulo_contacto
    {
    	font-size: 260%;
    }

 /* Contact */

	#contact {
		overflow: hidden;
		padding-bottom: 6vh;
	}

	.box {
    	background: #ffffff;
    	color: #39454b;
    	padding: 2em;
	}

		#contact .box {
			-moz-transition: -moz-transform 1s ease;
			-webkit-transition: -webkit-transform 1s ease;
			-ms-transition: -ms-transform 1s ease;
			transition: transform 1s ease;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			position: relative;
		}

		#contact.inactive .box {
			-moz-transform: translateY(100%);
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
		}

		@media screen and (max-width: 736px) {

			#contact .box {
				padding-bottom: 2em;
			}

		}
 
/* Type */

	body, input, textarea, select {
		font-family: "Font-Content", "sans-serif";
		font-weight: 300;
		font-size: 18pt;
		line-height: 1.75em;
		color: #39454b;
		letter-spacing: 0.025em;
	}

		@media screen and (max-width: 1920px) {

			body, input, textarea, select {
				font-size: 17pt;
			}
			footer h4 {
				font-size: 28px;
			}
		}

		@media screen and (max-width: 1680px) {

			body, input, textarea, select {
				font-size: 15pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, textarea, select {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1000px) {

			body, input, textarea, select {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 736px) {

			body, input, textarea, select {
				font-size: 12pt;
				line-height: 1.5em;
			}

		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 900;
		color: inherit;
		letter-spacing: -0.0325em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 2.25em;
		line-height: 1.25em;
		letter-spacing: -0.05em;
	}

	@media screen and (max-width: 736px) {

		h2 {
			font-size: 1.5em;
		}

	}

	strong, b {
		font-weight: 900;
		color: inherit;
	}

	em, i {
		font-style: italic;
	}

	a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		color: rgb(242, 0, 1);
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #e5e6e7;
	}

	blockquote {
		border-left: solid 0.5em #e5e6e7;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background-color: #F20001;
		border: 0;
		border-radius: 3.5em;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		height: 3.5em;
		line-height: 3.5em;
		outline: 0;
		padding: 0 2em 0 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
		font-size: 12pt;
	}

		input[type="button"].down,
		input[type="submit"].down,
		input[type="reset"].down,
		.button.down,
		button.down {
			width: 5em;
			height: 5em;
			line-height: 4.5em;
			padding: 0;
			background-image: url("../images/dark-arrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			text-indent: -10em;
			overflow: hidden;
		}

			input[type="button"].down.anchored,
			input[type="submit"].down.anchored,
			input[type="reset"].down.anchored,
			.button.down.anchored,
			button.down.anchored {
				bottom: 0;
				border-bottom: 0;
				border-radius: 3em 3em 0 0;
				height: 4.5em;
				margin-left: -2.5em;
			}

		input[type="button"].anchored,
		input[type="submit"].anchored,
		input[type="reset"].anchored,
		.button.anchored,
		button.anchored {
			position: absolute;
			left: 50%;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover,
		button:hover {
			background-color: #acacac;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		.button:active,
		button:active {
			background-color: #acacac;
		}

		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		.button.style2,
		button.style2 {
			background-color: transparent;
			border: solid 2px #e5e6e7;
			color: inherit;
		}

			input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			.button.style2:hover,
			button.style2:hover {
				background-color: rgba(229, 230, 231, 0.25);
			}

			input[type="button"].style2:active,
			input[type="submit"].style2:active,
			input[type="reset"].style2:active,
			.button.style2:active,
			button.style2:active {
				background-color: rgba(229, 230, 231, 0.375);
			}

			input[type="button"].style2.down,
			input[type="submit"].style2.down,
			input[type="reset"].style2.down,
			.button.style2.down,
			button.style2.down {
				background-image: url("../images/arrow.svg");
			}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form .field {
			margin: 0 0 1.5em 0;
		}

			form .field.half {
				width: 50%;
				float: left;
				padding: 0 0 0 0.75em;
			}

				form .field.half.first {
					padding: 0 0.75em 0 0;
				}

		form > .actions {
			margin: 1.5em 0 0 0 !important;
		}

		@media screen and (max-width: 736px) {

			form .field {
				margin: 0 0 1em 0;
			}

				form .field.half {
					padding: 0 0 0 0.5em;
				}

					form .field.half.first {
						padding: 0 0.5em 0 0;
					}

			form > .actions {
				margin: 1em 0 0 0 !important;
			}

		}

		@media screen and (max-width: 480px) {

			form .field.half {
				width: 100%;
				float: none;
				padding: 0;
			}

				form .field.half.first {
					padding: 0;
				}

		}

	label {
		display: block;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		color: #39454b;
		display: block;
		width: 100%;
		padding: 0.65em 0.75em;
		background: none;
		border: solid 2px #e5e6e7;
		color: inherit;
		border-radius: 0.5em;
		outline: none;
		font-size: 13pt;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #9ac8e9;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		line-height: 1.35em;
	}

	textarea {
		min-height: 8em;
	}

	::-moz-focus-inner {
		border: 0;
	}

	::-webkit-input-placeholder {
		opacity: 0.375;
	}

	:-moz-placeholder {
		opacity: 0.375;
	}

	::-moz-placeholder {
		opacity: 0.375;
	}

	:-ms-input-placeholder {
		opacity: 0.375;
	}

	.formerize-placeholder {
		opacity: 0.375;
	}

/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
		}

		ul.icons a {
			display: inline-block;
			width: 2em;
			height: 2em;
			line-height: 2em;
			text-align: center;
			border: 0;
		}

	ul.menu {
		cursor: default;
	}

		ul.menu li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px #e5e6e7;
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

	ul.actions {
		cursor: default;
	}

		ul.actions li {
			display: inline-block;
			margin: 0 0 0 0.5em;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}


/*************************************************************************
 *                         Estilos del footer							 *
 *************************************************************************/
footer {
	padding:100px 0;
	background:url(../images/screen_wallpaper/footer.png); 
	background-repeat:repeat;
    background-attachment: fixed;
    background-position: center;
}
footer h3 {
	color:#fff;
	text-align:center;
	font-size: 28px;
  padding: 20px 0 40px;
	font-family: 'Font-Second', cursive;
	font-weight:bold;
	letter-spacing: 2px;
}

footer h4 {
	padding: 20px 0 40px;
	letter-spacing: 2px;
	/*! text-align: center; */
}
footer .footer-contact .contact-info i{
	font-size:20px;
	color:#fff;
	text-align: center;
    vertical-align: middle;
} 
footer .footer-contact .contact-info p , footer .footer-contact .contact-info p a{
	font-size:16px;
	color:#fff;
	font-weight:200;
}
footer .footer-contact .contact-info p {
    margin: -18px 0px 0 30px;
	padding-bottom: 17px;
}
footer .footer-contact .contact-info p a{
	text-decoration:none;
}
footer .footer-contact .contact-info p a:hover {
	color:red;
}
.subscribe {
    padding: 40px 0;
}
footer .footer-contact .subscribe .form-group {
    float: left;
}
footer .footer-contact .subscribe .form-group input#email {
	width: 150px;
    height: 46px;
    padding: 0px 8px;
    font-size: 19px;
	border-radius:0px;
}
footer .footer-contact .subscribe .form-group button {
    margin: -114px 0 0 150px;
    border-radius: 0px;
	padding: 9px 10px;
    background-color: brown;
    border: 1px solid #fff;
	transition: all .3s ease-in-out;
}

/*-- agileits-w3layouts --*/
footer .footer-contact .subscribe .form-group button:hover,
footer .footer-contact .subscribe .form-group button:focus,
footer .footer-contact .subscribe .form-group button:active {
    border: solid 1px #fff;
    color: #18bc9c;
    background: #fff;
}
footer .footer-gallery img.example-image {
    width: 84px;
	padding-bottom: 1px;
	opacity:0.7;
}
footer .footer-gallery img.example-image:hover {
	opacity:1;
}
.news-info {
	padding: 0 85px 0 0;
}
footer .footer-news h4{
	color:#fff;
	font-size: 20px;
    font-weight: normal;
	font-family: 'Quicksand_Light', cursive;
}
footer .footer-news p{
	color:#fff;
	font-size:15px;
	font-weight:100;
	padding: 7px 0 0;
    line-height: 25px;
}
footer .footer-news img.example-image {
	width:80px;
	margin:-80px 0 18px 180px;
}
.footer-about {
    text-align: center;
}
footer .footer-about p {
	color:#fff;
	font-size:16px;
	font-weight:100;
	padding: 0px 0 30px;
	line-height: 25px;
}
footer .footer-about a {
	color:#CBD674;
	text-decoration:none;
	/*-- agile --*/
	font-size:16px;
	font-weight:300;
	padding:10px 0 20px;
}
footer .footer-about a:hover {
	color:#E4FF00;
}
footer .footer-links ul {
	padding: 50px 0px;    text-align: inherit;
}
footer .footer-links ul li{
	display:inline-block;
}
footer .footer-links ul li a {
	text-decoration:none;
}
footer .footer-links ul li a i {
	vertical-align: middle;
    text-align: center;
	color:#fff;
    background-color: #000;
    border: 1px solid #fff;	
	line-height:22px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
} 
footer .footer-links ul li a i.fa.fa-facebook {
	font-size: 21px;
    padding: 10px 17px 13px;
}
footer .footer-links ul li a i.fa.fa-instagram {
	font-size: 19px;
    padding: 11px 14px 12px;
}
footer .footer-links ul li a i.fa.fa-youtube {
	font-size: 17px;
    padding: 11px 15px 12px;
}

footer .footer-about p.bottom {
  	padding: 0px 0 0px;

}
.font-footer{
font-family: "Font-Content-2", "sans-serif";
}


