/*
	Add styles and stuff
	Add changes to a scss when you can
*/
.ico {background:transparent url(images/gui.png) no-repeat 0 0}
.sf-menu a:after{
	content: attr(title);
	display: block;
}
.menu-item-1869 a:after{
	font-size: .6em !important;
}
.left{
	text-align: left !important;
}
.center{
	text-align: center !important;
}
.green{
	color: #8C0;
}
.in-break {
	margin-top: 30px;
}
.break {
	margin-top:70px;
}
.wrap-bg {
	background-color: #F8F8F8;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    margin: 50px auto;
    max-width: 960px;
    padding: 60px;
}
.plan.xl {
	background-color: #F8F8F8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	text-align: center;
}
.plan.xl.img {
	margin-top: -80px;
	padding-top: 80px;
}
.plan.xl .claim {
	margin: 20px 0;
}
/* tables comparativa ------- */
.comparative {
	width: 100%;
	margin-bottom: 50px;
}
.comparative th {
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: middle;
	background-color: #8C0;
	color: #FFF;
	text-align: left;
	padding: 10px;
}
.comparative th a {
	color: #FFF;
}
.comparative td {
	vertical-align: middle;
	font-size: 13px;
	padding: 10px;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.comparative td:first-child {
	border-left: 1px solid #EEE;
}
.comparative tr:nth-child(odd) td {
	background-color:#F6F6F6;
}
.comparative td.title {
	margin-bottom: 0;
	background-color: #FFF !important;
	padding: 15px 10px;
}
.comparative td h3 {
	margin-bottom: 0;
}
.comparative td h4 {
	margin-bottom: 0;
}
.comparative .ico {
	display: inline-block;
	width: 21px;
	height: 20px;
	text-indent: -9999px;
	margin: 0 auto
}
.comparative .check .ico{
	background-position: -375px -378px;
}
.comparative .not .ico{
	background-position: -375px -318px;
}
.comparative .price.best{
	background-color: #8C0;
	color: #FFF;
	position: relative;
	z-index: 9;
	box-shadow: 0 7px 12px 1px rgba(0,0,0,0.3);
	border: 5px solid #7FC318;
}
.comparative .price.best .details {
	color: #FFF;
}
.comparative .price {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.comparative .details {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	font-weight: 300;
}
.comparative .details.green {
	font-weight: 500;
}
.comparative .button {
	margin-bottom: 0;
	padding: 9px 12px !important;
}

.comparative .btns a:focus, .comparative .btns a:hover {
    background-color: #8c0 !important;
}

.page-id-2649 .wpcf7-form{
  max-width: 500px;
}

.page-id-2649 .wpcf7-form select{
    -webkit-appearance: inherit !important;
    min-height: 3em;
}

.page-id-2649 .wpcf7-form textarea{
    width: 100%;
}

.page-id-2649 .wpcf7-form *{
  box-sizing: border-box;
}

.wpcf7-select{
  -webkit-appearance: menulist !important;
	border: 1px solid #eaeaea;
  border-radius: 5px;
  max-width: 100%;
}

.wpcf7-list-item{
  display: block;
}