* {
	box-sizing: border-box;
}

/* 

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

*/

.desktop {
	display: none;
}

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

body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}

main header {
	align-content: center;
	align-items: center;
	background-color: #ec1c24;
	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: white;
	color: black;
}

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: white;
	color: black
}

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: white;
	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: 25%;
}

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: black
}

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: transparent;
	color: #ec1c24;
}



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 h1 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 20px 20px;
	color: #a71c21;
	font-size: 36px;
	line-height: 36px;
}

main article section h2 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 20px 20px;
	color: #666666;
	font-size: 24px;
	line-height: 24px;
}

main article section h3 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px 40px;
	color: #ec1c24;
	font-size: 36px;
	font-weight: 300;
}

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-size: 14px;
	line-height: 18px;
}

main article section .calculadora {
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	max-width: 960px;
	margin: 0 auto 20px;
	padding: 20px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

main article section .calculadora .ic {
	width: 100%;
	padding: 0 20px;
}

main article section .calculadora .ic label {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}

main article section .calculadora .ic input {
	background-color: #FFFFFF;
	border: none;
	padding: 10px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 18px;
	width: 100%;
}

main article section .calculadora .ic button {
	background-color: #a71c21;
	color: #FFFFFF;
	border: none;
	padding: 10px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	width: 100%;
}

main article section ul.columnas {
	list-style: none;
	width: 100%;
	max-width: 960px;
	margin: 40px auto;
	padding: 0 10px;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

main article section ul.columnas li {
	list-style: none;
	width: 100%;
	max-width: 220px;
	box-sizing: border-box;
	padding: 0 10px 20px;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}

main article section ul.columnas li img {
	width: 100%;
	height: auto;
}

main article section ul.listaiconos {
	list-style: none;
	width: 100%;
	max-width: 960px;
	margin: 40px auto;
	padding: 0 10px;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

main article section ul.listaiconos li {
	box-sizing: border-box;
	list-style: none;
	width: 100%;
	max-width: 160px;
	box-sizing: border-box;
	padding: 0 10px 40px;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}

main article section ul.listaiconos li figure {
	width: 100%;
	height: 80px;
	display: block;
	text-align: center;
}

main article section ul.listaiconos li strong {
	width: 100%;
	display: block;
	padding-top: 10px;
	text-align: center;
}


main article section ul.listaiconos li figure img {
	width: 80px;
	height: auto;
	
}

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 .titulocontacto {
	text-align: left;
	margin: 0;
	padding: 20px 0;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: white;
	width: 100%;
}

main article section .textocontacto {
	text-align: left;
	margin: 0;
	padding: 0 0 20px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: white;
	width: 100%;
}


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

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

main article section form .control input,
main article section form .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 form a {
	color: white;
}

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

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

main article section form .btn button,
main article section form .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 form .btn .btn-send {
	background-color: #666666;
	color: #FFFFFF;
	padding: 20px 5px;
}

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

main article section form .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 form .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;
}

@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: 70px;
		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: white;
		border-radius: 5px 0 5px 5px;
		height: auto;
		right: 0;
		margin: 0;
		padding: 5px;
		position: absolute;
		top: 38px;
		width: 180px;
	}
	
	main article section .calculadora .ic {
		width: 24%;
	}	
	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;
	}

	
}