html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea { overflow: auto; }


/* Global */

body {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #7a7a7a;
	background-color: #ffffff;
	line-height: 24px;
	
	-webkit-font-smoothing: antialiased;
}

.h1 {
	font-family: 'Bitter', sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
	padding-top: 45px;
	text-transform: uppercase;
	color: #323232;
	letter-spacing: 5px;
}

p {
	margin-bottom: 20px;
}

a, a:visited {
	background: none;
	color: #0bace2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.button {
	background: #d7d703 !important;
	display: inline-block;
	padding: 10px 30px;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	text-decoration: none;
	
}

.button:hover {
	background: #d7d703 !important;
	cursor: pointer;
	text-decoration: none;
}

/* Navigation */

.nav_wrapper {
	position: fixed;
	top: 0px;
	width: 100%; 
	min-height: 105px;  
	background-color: rgba(255, 255, 255, 1);
	z-index: 200;
	border: solid #dcdcdc;
	border-width: 0 0 1px;
}

nav {
	text-align: right;
}

#logo {
	background: url(../img/logoweb.png) no-repeat center center;
	height: 105px;
	width: 430px;
	display: block;
	text-indent: -9999px;
	float: left;
}

.navigation {
	float: right;
	list-style: none;
	margin: 0;
	height: 105px;
}

.navigation li {
	float: left;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	line-height: 105px;
}

.navigation li a {
	color: #7a7a7a;
}
.navigation li a:hover {
	cursor: pointer;
	color: #0bace2;
	text-decoration: none;
}

.navigation .active {
	color: #0bace2;
}

/* General Slides */ 

.slide {
	width: 100%;
	height: auto;
	position: relative;
	/*padding: 100px 0;*/
}

.container {
	width: 95%;
	max-width: 1020px;
	margin: 0 auto;
	text-align: center;
}

.slide_header {
	max-width: 1000px;
	margin: 0 auto;
}


/* Slide 1 */
#slide1 {
	padding-top: 0 !important;
	/*background: #0bace2;*/
	background: url(../img/Fondo.jpg) no-repeat top center;
}

#slide1 header {
	background-size: cover;
	max-height: 600px;
	text-align: center;
	color: #fff;
	
	position: relative;
	
	-moz-box-shadow:    inset 0 -8px 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 -8px 10px rgba(0, 0, 0, .1);
	box-shadow:         inset 0 -8px 10px rgba(0, 0, 0, .1);
	box-sizing: border-box;
}

header .container {
	padding: 40px 0 40px;
}

header h1 {
	font-family: 'Bitter', sans-serif;
	font-size: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 36px;
}

header h1 span {
	color: #d7d703;
}

header p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

header p span {
	color: #0bace2;
	/*font-weight: bold;*/
}

#slide1 .tagline {
	max-width: 800px;
	margin: 0 auto;
}

.service_wrapper {
	position: relative;
	overflow: hidden; 
	/*height: 150px;*/
	padding-top: 225px;
	padding-bottom: 75px;
}

.view, .standard {
	position: absolute;
	opacity: 0;
	
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
}

.view.active, .standard.active {
	opacity: 1 !important;
	z-index: 100;
}

/* Slide 2 */
#slide2 {
	background: #f3f3f3;
}

.productos_wrapper {
	margin-top: 100px;
}

.izquierda {
	border-top: 1px solid #dadada;
	margin-top: 100px;
	padding-top: 100px;
}

.derecha {
	border-top: 1px solid #dadada;
	margin-top: 100px;
	padding-top: 100px;
}

.productos_image {
	width: 25%;
}

.marlin .productos_image, .izquierda .productos_image {
	float: left;
	margin-right: 5%;
}

.derecha .productos_image {
	float: right;
	margin-left: 5%;
}

.productos_image img {
	width: 100%;
	height: auto;
}

.productos {
	width: 70%;
	float: left;
	text-align: left;
}

.productos h2 { 
	font-family: 'Bitter', sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #323232;
}

.productos h3 {
	font-family: 'Bitter', sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #0bace2;
}

#slide4 {
	background: #0bace2;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact_info {
	width: 50%;
	max-width: 370px;
	float: left;
	text-align: left;
}

.contact_info .h1 {
	font-size: 30px;
	color: #fff;
	border-bottom: 1px solid #0bace2;
	padding-bottom: 10px;
}

.contact_info span {
	font-weight: 700;
}

.contact_info a {
	color: #fff;
}

.contact_info a:hover {
	text-decoration: none;
}

.form {
	width: 50%;
	float: right;
	padding-top: 45px;
}

.wpcf7-text, .wpcf7-textarea {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	background: none;
	outline: none;
	border: 2px solid #fff;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	
	padding: 20px;
	box-sizing: border-box;
	
	width: 100%;
}

.wpcf7 .watermark {
    color: #fff !important;
}
::-webkit-input-placeholder {
    color: #fff !important;
}
::-moz-placeholder {
    color: #fff !important;
}

.wpcf7-submit {
	outline: none;
	border: 0;
	float: right;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	padding: 20px inherit;
	width: 150px;
}

footer {
	background: #323232;
	min-height: 100px;
	color: #969696;
	/*padding: 50px 0;*/
	box-sizing: border-box;
}

.footer_logo {
	/*background: url(/web/20220107173201im_/http://ecuamundocorp.com/ecuamundocorp/images/van_peursem_cpa_logo_white.svg) no-repeat top center;*/
	display: block;
	width: 250px;
	height: 45px;
	margin: 0 auto;
	
	text-indent: -9999px;
}

.lower_footer {
	/*border-top: 1px solid #6a6a6a;
	margin-top: 35px;*/
	padding-top: 15px;
	line-height: 40px;
}

.copyright {
	float: left;
}

.credentials {
	/*background: url(/web/20220107173201im_/http://ecuamundocorp.com/ecuamundocorp/images/eden_creative.svg) no-repeat center right;*/
	float: right;
	width: 230px;
	height: 40px;
	line-height: 40px;
}

.credentials a {
	color: #969696;
	text-decoration: none;
	display: block;
}

.credentials span {
	display: none;
}


/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/* Tablet */
@media screen and (max-width: 1024px) {

}

/* Tablet */
@media screen and (max-width: 768px) {

	header {
		max-height: none !important;
	}
	
	header .container {
		padding: 25% 0 15%;
	}
	
	.nav_wrapper {
		padding: 10px 0 10px 0;
		height: inherit;
		box-sizing: border-box;
	}
	
	nav {
		text-align: center;
	}
	
	#logo {
		/*background: url(/web/20220107173201im_/http://ecuamundocorp.com/ecuamundocorp/img/logowebMobil.png) no-repeat center center;*/
		float: none;
		margin: 0 auto;
		height: 55px;
	}
	
	.navigation {
		float: none;
		margin: 0 auto;
		height: auto;
	}
	
	.navigation li {
		display:inline-block;
        *display:inline; /*IE7*/
        *zoom:1; /*IE7*/
        float: none;
        line-height: 16px;
        margin-left: 6%;
	}
	.navigation li:first-child {
		margin-left: 0;
	}
	
	.service_wrapper {
		margin-top: 0px;
	}
    
    .contact_info, .form {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
    }
	
	.productos, .productos_image {
		width: 100%;
		margin-right: 0;
	}
	
	.productos_image {
		margin-bottom: 10px;
	}

}

/* Mobile */
@media screen and (max-width: 480px) {
	
	header h1 {
		font-family: 'Bitter', sans-serif;
		font-size: 24px;
		margin-bottom: 20px;
		text-transform: uppercase;
		letter-spacing: 3px;
		line-height: 31px;
	}
	
	#logo {
		background: url(../img/logoweb.png) no-repeat center center;
		background-size: 287px 70px;
		height: 70px;
		width: 287px;
		display: block;
		text-indent: -9999px;
		top: 50%;
		left: 50%;
	}
	
	header p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 35px;
	}
	
	header .container {
		padding: 50px 0 25px;
	}
	
	.contact_info .h1 {
		font-size: 23px;
		text-align: center;
	}
	
	.productos, .productos_image {
		width: 100%;
		margin-right: 0;
	}
	
	.productos_image {
		margin-bottom: 10px;
	}
	
	.contact_info {
		max-width: none;
	}
	/*
	.copyright, .credentials {
		float: right;
	}
	*/
	.service_wrapper {
		padding-top: 120px;
		padding-bottom: 20px;
	}
	
	.izquierda {
		padding-top: 10px;
	}
	
	.derecha {
		padding-top: 10px;
	}

}