* {
	box-sizing: border-box;
}

/* 

Arial, Helvetica, "sans-serif";
Arial Black, Helvetica, , "sans-serif";

*/

.desktop {
	display: none;
}

.banner.ban-desktop {
	display: none;
}

body {
	font-family: Arial, Helvetica, "sans-serif";
	margin: 0;
	padding: 0;
}

main header {
	align-content: center;
	align-items: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a0f91+0,09005e+100 */
	background: #1a0f91; /* Old browsers */
	background: -moz-linear-gradient(top, #1a0f91 0%, #09005e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1a0f91 0%,#09005e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1a0f91 0%,#09005e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0f91', endColorstr='#09005e',GradientType=0 ); /* IE6-9 */
	display: flex;
	height: 70px;
	justify-content: space-between;
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

main header section {
	display: flex;
}

main header section figure {
	padding: 0 20px 0 0;
	margin: 0;
}

main header section figure img {
	height: 40px;
	width: auto;
}

main header section h1,
main header section h2 {
	display: none;
}

main header section nav {
	position: relative;
}

main header section nav button {
	background-color: transparent;
	border: none;
	border-radius: 5px;
	display: block;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0;
	width: 38px;
	color: white;
}

main header section nav button:hover,
main header section nav button:focus,
main header section nav button:hover {
	background-color: #dae3fe;
	color: #09005e;
}

main header section nav button i.viewinactive {
	display: inline-block;
}

main header section nav button i.viewactive {
	display: none;
}

main header section nav ul {
	display: none;
}

main header section nav.active button,
main header section nav.active button:hover,
main header section nav.active button:focus {
	border: none;
	border-radius: 5px 5px 0 0 ;
	background-color: #dae3fe;
	color: #09005e;
}

main header section nav.active button i.viewinactive {
	display: none;
}

main header section nav.active button i.viewactive {
	display: inline-block;
}

main header section nav.active ul {
	background-color: #dae3fe;
	display: flex;
	flex-wrap: wrap;
	border-radius: 0;
	height: auto;
	right: -10px;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: 38px;
	width: 100vw;
}

main header section nav ul li {
	list-style: none;
	width: 100%;
}

main header section nav ul li.icon {
	width: 33%;
}

main header section nav ul li a {
	border-radius: 5px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	padding: 10px;
	text-decoration: none;
	color: #09005e;
}

main header section nav ul li.icon a {
	text-align: center;
}

main header section nav ul li a:hover,
main header section nav ul li a:active,
main header section nav ul li a:focus {
	background-color: white;
	color: #09005e;
	text-decoration: none;
}



main article section {
	height: auto;
	min-height: 100vh;
	width: 100%;
	padding: 70px 0;
}

main article section.no-padding {
	padding: 0;
}

main article section .banner {
	height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: space-around;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

main article section .banner figure {
	padding: 20px;
	margin: 0px;
}

main article section .banner img {
	width: 100%;
	height: auto;
}

main article section.quienessomos,
main article section.servicios,
main article section.empresas {
	background-color: #dae3fe;
}

main article section h2 {
	margin: 0 auto;
	padding: 40px 20px;
	color: #09005e;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 36px;
	line-height: 36px;
}

main article section h3 {
	margin: 0 auto;
	padding: 0 20px 20px;
	color: #1a0f91;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 24px;
	line-height: 24px;
}

main article section figure {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

main article section figure img {
	width: 100%;
	height: auto;
}

main article section p {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px 20px;
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 14px;
	line-height: 18px;
}

main article section p.icono {
	padding: 0 20px 0 58px;
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 52px;
	height: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

main article section.contacto {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #333333;
}

main article section form {
	margin: 0;
	padding: 0 20px;
}

main article section.contacto h3 {
	text-align: left;
	margin: 0;
	padding: 20px 0;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: white;
	width: 100%;
}

main article section.contacto p {
	text-align: left;
	margin: 0;
	padding: 0 0 20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: white;
	width: 100%;
}


main article section.contacto .control {
	padding: 0 5px 10px;
}

main article section.contacto .control label {
	display: block;
	color: #666666;
	font-size: 11px;
	font-weight: 700;
	line-height: 12px;
	padding: 10px 0 3px;	 
}

main article section.contacto .control input,
main article section.contacto .control textarea {
	background-color: #FFFFFF;
	border-radius: 5px;
	border: none;
	display: block;
	color: #666666;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	padding: 5px;
	width: 100%;
}

main article section.contacto a {
	color: white;
}

main article section.contacto .control textarea {
	height: 80px;
}

main article section.contacto .btn {
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

main article section.contacto .btn button,
main article section.contacto .btn a {
	display: block;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	padding: 10px 5px;
	margin: 0 5px 10px;
	text-decoration: none;
	text-align: center;
	width: 100%;
}

main article section.contacto .btn .btn-send {
	background-color: #666666;
	color: #FFFFFF;
	padding: 20px 5px;
}

main article section.contacto .btn .btn-email {
	background-color: #CC0000;
	color: #FFFFFF;
}

main article section.contacto .btn .btn-messenger {
	background: rgb(0,178,255);
	background: linear-gradient(180deg, rgba(0,178,255,1) 0%, rgba(0,106,255,1) 100%);
	color: #FFFFFF;
}

main article section.contacto .btn .btn-whatsapp {
	background-color: #25D366;
	color: #FFFFFF;
}

main article section .errormsg {
	padding: 10px !important;
    background-color: #FF0000 !important;
    border-radius: 5px !important;
    color: #FFFFFF !important;
    margin: 10px 0 !important;
}

footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: black;
	color: white;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 20px;
}

footer div.tleft,
footer div.tright {
	text-align: center !important;
	padding-bottom: 10px;
}

#mercadopago {
	background-color: #09005D;
}

#mercadopago h2 { 
	color: #FFFFFF;

}

.mpform {
	padding: 20px;
	border-radius: 10px;
	background-color: #FFFFFF;
}

.mppago {
	background-image: url("../img/bg-inner.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media (min-width: 992px) {
	
	.mobile {
		display: none;
	}
	
	.desktop { 
		display: block;
	}

	.banner.ban-mobile {
		display: none;
	}
	
	.banner.ban-desktop { 
		display: flex;
	}

	main header section figure img {
		height: 40px;
		width: auto;
	}

	main header section h1,
	main header section h2 {
		display: block;
	}
	
	main header section h1 {
		font-size: 30px;
		line-height: 30px;
		font-weight: normal;
		color: black;
		margin: 0;
		padding: 10px 20px 10px 0;
	}

	main header section h1 strong {
		color: #999999;
		font-weight: bolder;
	}

	main header section h2 {
		font-size: 12px;
		line-height: 15px;
		font-weight: bold;
		color: black;
		margin: 0;
		padding: 10px 0;
	}	

	main header section nav.active ul {
		background-color: #dae3fe;
		border-radius: 5px 0 5px 5px;
		height: auto;
		right: 0;
		margin: 0;
		padding: 5px;
		position: absolute;
		top: 38px;
		width: 240px;
	}
	
	main article section form {
		width: 600px;
	}
	
	footer div.tleft {
		text-align: left !important;
		padding-bottom: 0;
	}

	footer div.tright {
		text-align: right !important;
		padding-bottom: 0;
	}

	
}