*{
    box-sizing: border-box;
}
body {
	font-family: 'Raleway', Arial;
	font-size: 1em;
	color: #000;
	font-weight: 400;/*	background-color: #9b1f45;*/
}
p { font-size: 1em; }
img{
  max-width: 100%;
}
.break{
    background: #ac2d69;
    border-radius: 4px;
    width: 100px;
    height: 5px;
    margin: 0px auto;
}
.fufu {
	background-color: #FC0;
	padding: 40px 0px;
	color: #FFF;
}
/* Clearfix */

.clearfix:before, .clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
    clear: both;
}

.clearfix {
  *zoom:1;
}
header {
    width: 100%;
    height: 120px;
    background: #fff;  
}
#wrapAll {
	position: relative;
	overflow:hidden;
}
.content {
	max-width: 98%;
	margin: 0px auto;
	position: relative;
}
.logo{
	float: left;
	margin-top: 15px;    
}
.telefono {
	top: 35px;
	right: 0px;
	color: #FFF;
	font-size: 1.375em;
	background-color: #9acd53;
	padding: 6px 16px 0px 16px;
	font-family: Arial;
	font-weight: bold;
	position: absolute;
}
.telefono a{ color: #000; }
.telefono span{
	color: #000000;
	font-size: 1.5em;
	vertical-align: text-top;
}

#slider {
	width: 100%;
	overflow: hidden;
}
#wrapSlider {
	z-index: 1;
	width: 1200px;
	margin: 0px auto;
	position: relative;
}
.txth1 {
	background-color: #005BA7;
	padding: 25px 0px;
	text-align: center;
	color: #FFF;
	font-size: 1.75em;
}
h1 {
	color: #FFF;
	text-align: center;
	font-size: 1.125em;
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: 500;
}
h3 {
	color: #005BA7;
	text-align: center;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	font-weight: 700;
}
I {
	font-size: 1em;
	font-weight: 500;
}
/*formulario*/
#formulario {
	width: 30%;
	position: absolute;
	z-index: 999;
	top: 130px;
	right: 0px;
	padding: 0px;
}
#formSend{
	width: 40%;
	background-color:#9acd53;
	color: #fff;
	font-size: 2em;
	text-align:center;
	overflow: hidden;
	padding: 1em .5em;
	position: absolute;
	z-index: 999;
	right: 0px;
}
#formSend span{
	font-size: .625em;
}
form {
	display: block;
	margin-top: 0;
	text-align: left;
	text-transform: none;
	height: auto;
	font-size: 1em;
	font-weight: 500;
}
fieldset {
	display: block;
	width: 80%;
	border: none;
	padding: 0;
	margin: 0px auto;
	height: auto;
}
form div { margin-bottom: .5em; }
input ,select{
	color: #333;
	border-radius: 0;
	box-shadow: none;
}
input, textarea  , select{
	border: solid 1px #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	line-height: 1em;
	padding: 0.5em;
	width: 100%;
	font-size: 0.875em;
	margin-top: 5px;
}
textarea { min-height: 6em; }

select.selmenu {
	border: solid 1px #fff;
	width: 100%;
	font-family: Arial;
	color: #333;
	line-height: 1em;
	font-size: 0.875em;
	padding:.4em !important;
	background-color:#fff;
	height: 32px;
	border-radius: 0px;		
}

#submit  {
	border: solid #005ba7 2px;
	color: #fff;
	display: inline-block;
	padding: 0.625em;
	text-align: center;
	transition: all .5s;
	background: transparent;
	font-size: 1.125em;
	margin-top: 3px;
	background-color: #005ba7;
}
#submit:hover{
	background: #666;
	border: solid #666 2px;
	color: #FFFFFF
}
#servicios {
	width: 100%;
	overflow: hidden;
}
#wrapMainTxt {
	margin-bottom: 10px;
	overflow: hidden;
	color: #FFF;
	background-color: #666;
	margin: 0px auto;
	width: 1200px;
}	
.boxh1 {
	text-align: center;
	/*min-height: 390px;*/
	padding: 20px 40px;
	background-color: #000;
	color: #FFF;
}
.boxh1 p {
	font-size: 1.375em;
	margin: 0;
}
.h2vip {
	text-align: center;
	/*min-height: 390px;*/
	padding: 20px 40px;
	background-color: #FFFFFF;
	color: #000;
	border: solid #9acd53 2px;
	margin: 10px 0px;
}
.h2vip p {
	font-size: 2.0625em;
	margin: 0;
}
.serVip {
	text-align: left;
	/*min-height: 390px;*/
	padding: 20px 40px;
	background-color: #fff;
	border: dotted #9ACD53 5px;
	font-size: 1em;
	margin: 10px 0px;
}
.serVip span {
	font-size: 1.75em;
	font-weight:700;
	color: #9acd53;
}
.serVip p {
	font-size: 1.125em;
	margin-top: 10px;
}
.serVip li {
	font-size: 1.75em;
	margin-top: 10px;
}
.serVip img {
	width: 150px;
	float:left;
	margin-right: 70px;
	
}
#btncont{
	width: 300px;
	transition: all .3s;
	background: transparent;
	margin: 25px auto;
	background-color: #9ACD53;
	font-size: 1.5em;
	color: #fff;
}
#btncont p{
	padding: 20px;
	font-size: 1em;
}
#btncont:hover{
	background-color: #666;
	color: #fff;
}
#btncont a{
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
}
#btncont2{
	width: 300px;
	transition: all .3s;
	background: transparent;
	margin: 25px auto;
	background-color: #9ACD53;
	font-size: 1.25em;
	color: #fff;
}
#btncont2 p{
	font-size: 1em;
	padding: 30px;
}
#btncont2:hover{
	background-color: #666;
	color: #fff;
}
#btncont2 a{
    color: #fff;   
}
.h2why {
	text-align: center;
	/*min-height: 390px;*/
	padding: 30px 40px;
	background-color: #9acd53;
	color: #FFF;
	margin-bottom: 20px;
}
.h2why p {
	font-size: 2em;
	margin: 0;
}
.imgsWhy {
	width: 400px;
	float: left;
	margin-right: 50px;
}
.imgsWhy img{ width: 100%; }
.imgsWhy div {
	margin-bottom:15px;
}
.txtWhy {
	float: left;
	width: 740px;
	padding-top: 12px;
	text-align: justify;
}
.txtWhy span{ font-size: 1.125em; }

.sty-green { color: #9acd53; }
.sty-azul { color: #005BA7; }
.sty-fszGde {
	font-size: 1.437em;
	font-weight: 700;
}



/*SECTION SERVICIOS
******************************************/
.what{
	padding: 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.what article{
	max-width: 400px;
	border-bottom: solid #fff 2px;
	text-align: center;
	position: relative;
	background-color: #EDEDED;
	padding: 42px;
	min-width: 400px;
	border-right: solid #fff 2px;
}
.what article:nth-child(3), .what article:nth-child(6) { 
     border-right: none;
}
.what article:nth-child(4), .what article:nth-child(5), .what article:nth-child(6) { 
     border-bottom: none;
}
.what p{
	font-size: 1.125em;
	font-weight: 400;
}
.what div{
    position: absolute;
    bottom: 30px;
}

/*SECTION PASOS
******************************************/
.steps{
	padding: 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.steps article{
	max-width: 100%;
	border-bottom: solid #fff 2px;
	text-align: center;
	position: relative;
	background-color: #efefef;
	padding: 10px;
	min-width: 100%;
	border-right: solid #fff 2px;
}
.steps article img{
	margin:15px;
}
.steps p{
	font-size: 1.125em;
	font-weight: 400;
}
.steps div{
    position: absolute;
    bottom: 30px;
}

#razones {
	width: 100%;
	overflow: hidden;
}
/*SECTION FOOTER
******************************************/
footer {
	width: 100%;
	background: #0d62a9;

}

.foot{
	padding: 25px 0px;
	text-align: center;
	font-size: 1.125em;
	color: #fff;
}
.foot span{
	color: #9acd53;
	font-weight: 700;
	font-family: Arial;
	font-size: 1.25em;
}
.legal a{ color: #000; }
.legal {
	background: #fff;
	text-align: center;
	padding: 20px 0px;
	font-size: 0.8125em;
	font-weight: 500;
}

/******************************************
MEDIA QUERIES
******************************************/
@media screen and (min-width: 1200px){
    .content, #wrapAll {
        max-width: 1200px;
    }
	#wrapAll {
        max-width: 1200px;
		margin: 0px auto;
		overflow:hidden;
    }
}
@media screen and (max-width: 1199px) {  
   .content {
        max-width: 98%;
    }
	#wrapSlider {
	width: 98%;
}
.what article{
	max-width: 50%;
	min-width: 50%;
} 
.what article:nth-child(3), .what article:nth-child(6) { 
     border-right: solid #fff 2px;;
}
.what article:nth-child(4), .what article:nth-child(5), .what article:nth-child(6) { 
     border-bottom: solid #fff 2px;;
} 
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
/*#formulario {
	padding: 1em .5em;
}*/
.txtWhy {
	float: left;
	width: 62%;
	padding-top: 0px;
	font-size:.875em;
	text-align: justify;
}
.imgsWhy {
	width: 300px;
	margin-right: 30px;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.content {
        max-width: 98%;
    }
#wrapSlider {
	width: 98%;
}
.txth1 {
	padding: 25px 0px;
	font-size: 1.3125em;
}
#formulario {
	top: 90px;
	width: 40%;
	font-size: .937em;
	
}
/*form {
	font-size: 1em;
}*/

input, textarea  , select{
	margin-top: 2px;
}
textarea { min-height: 4.5em; }
#submit  {
	padding: 0.5em;
	font-size: 1.0625em;
	margin-top: 2px;
}
.txtWhy {
	float: none;
	margin:0px auto;
	width: 96%;
	padding-top: 0px;
	font-size:.875em;
	text-align: justify;
}
.imgsWhy {
	float:none;
	margin:0px auto;
	width: 100%;
	
}
.imgsWhy div {
	width: 49%;
	display: inline-block;
	margin-right: 3px;
}
.h2why p {
	font-size: 1.437em;}	
.serVip li {
	font-size: 1.5em;
	margin-top: 10px;
}
}

/*Styles for screen 480px and lower*/
@media only screen and (max-width : 768px) {
header {
    width: 100%;
    height: 120px;
    background: #fff;  
}
.logo{
	float: left;
	margin-top: 15px;    
}
.telefono {
	top: 35px;
	font-size: 1.125em;
	position: absolute;
}
.txth1 {
	padding: 25px 0px;
	font-size: 1.25em;
}
.h2why p {
	font-size: 1.25em;}	
.imgsWhy {
	float:none;
	margin:0px auto;
	width: 100%;
	
}
.imgsWhy div {
	width: 48%;
	display: inline-block;
	margin-right: 3px;
}
.txtWhy {
	float: none;
	margin:0px auto;
	width: 96%;
	padding-top: 0px;
	font-size:.875em;
	text-align: justify;
}
#formulario {
	width: 100%;
	background-color:#e1e1e1;
	position: relative;
	top: inherit;
	bottom: 0px;
	left: 0px;
	padding: 30px 0px;
}
.steps p{
	font-size: .937em;
}
.steps img{
	width: 80px;
}
.serVip li {
	font-size: 1.125em;
	margin-top: 10px;
}
.serVip img {
	margin-right: 10px;
}
.serVip p {
	font-size: 1em;
}
#formSend{
	font-size: 1.25em;
	width: 100%;
}
#formSend span{
	font-size: .875em;
}
}
@media only screen and (max-width : 480px) {
header {
    height: 90px; 
}
.logo{
	  width:38%;   
}
.telefono {
	top: 20px;
	font-size: 1em;
	position: absolute;
	padding: 6px 8px 0px 8px;
} 
.boxh1 {
	padding: 20px 20px;
}
.boxh1 p {
	font-size: 1.125em;
	margin: 0;
}
.txth1 {
	padding: 25px 0px;
	font-size: 1em;
}
.what article{
	max-width: 100%;
	min-width: 100%;
	padding: 20px;
} 
.serVip img {
	float:none;
	
}
.serVip {
	text-align: center; 
}
.serVip  p, .serVip  li{
	text-align: justify; 
	font-size: 1em;
}
.serVip span{
	font-size: 1.375em;
	display:block;
}
}

	
