/* 
 Theme Name:     Divi_vix_Child
 Author:         http://neweb.vix.cl
 Author URI:     Ariveros
 Template:       Divi
 Version:        V.01
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #142e6a !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #eee; 
border-color:#eee; 
padding: 6px 20px !important; 
}
/* Página de despachos, devoluciones y garantías. */
.vix-policy-page {
	max-width: 1080px;
	margin: 0 auto;
	padding: 52px 24px 64px;
}

.vix-policy-intro {
	max-width: 760px;
	margin: 0 0 32px;
	font-size: 18px;
	line-height: 1.7;
}

.vix-policy-card {
	margin: 0 0 24px;
	padding: 28px 30px;
	border-left: 4px solid #7dbf00;
	background: #f7f9fc;
	box-shadow: 0 8px 24px rgba( 12, 47, 108, 0.08 );
}

.vix-policy-card h2 {
	margin-top: 0;
	color: #0c2f6c;
}

.vix-policy-card p:last-child {
	margin-bottom: 0;
}

.vix-policy-note {
	margin-top: 30px;
	font-weight: 600;
	color: #0c2f6c;
}

@media ( max-width: 767px ) {
	.vix-policy-page {
		padding: 36px 18px 48px;
	}

	.vix-policy-card {
		padding: 22px 20px;
	}
}
