
*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: rgba(51,51,51,1);
}

hr{
	display: none;
}

/**/

.all{}

.row{
	width: 100%;
	clear: both;
}

.centered{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

/**/

.row_1{
	min-height: 50px;
	line-height: 50px;
	background-color: rgba(0,0,0,0.8);
	color: rgba(255,255,255,1);
}

.row_1 a{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

/**/

.row_2{}

.row_2 .centered{
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

.row_2 .logo{}

.row_2 .left{
	float: left;
}

.row_2 .right{
	float: right;
}

/**/

.row_3{}

.row_3 .centered{
	padding-left: 40px;
	padding-right: 40px;
}

/**/

.row_4{}

.row_4 .centered{}

.row_4 .centered .col-1{
	float: left;
	width: 45%;
}

.row_4 .centered .col-1 h2{
	font-size: 30px;
	color: rgba(12,38,130,1);
}

.row_4 .centered .col-1 form{}

.row_4 .centered .col-1 form .multibox{
	padding: 10px;
}

.row_4 .centered .col-1 form .multibox .extra{}

.row_4 .centered .col-1 form .multibox .extra a{
	color: rgba(12,38,130,1);
}

.row_4 .centered .col-1 form .multibox .extra .fa-times{
	color: rgba(12,38,130,1);
}

.row_4 .centered .col-1 form .col-50{
	float: left;
	width: 40%;
}

.row_4 .centered .col-1 form .col-50 input{
	width: 100%;
	max-width: 180px;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid rgba(170,170,170,1);
}

.row_4 .centered .col-1 form .col-50{
	float: left;
	width: 40%;
}

.row_4 .centered .col-1 form .col-50 input{
	width: 100%;
	max-width: 180px;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid rgba(170,170,170,1);
}

.row_4 .centered .col-1 form .col-50 input.cotizar{
	background-color: rgba(241,192,69,1);
	border-radius: 3px;
	border: 0px;
	color: rgba(12,38,130,1);
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
}

.row_4 .centered .col-1 .more{
	float: left;
	clear: both;
	padding-top: 0px;
	padding-bottom: 20px;
	width: 100%;
}

.row_4 .centered .col-1 .more span{
	float: left;
	width: 30%;
	text-align: center;
	color: rgba(12,38,130,1);
	font-size: 25px;
}

.row_4 .centered .col-1 .more a{
	float: left;
	width: 50%;
	text-align: center;
	color: rgba(12,38,130,1);
	font-size: 20px;
}

.row_4 .centered .col-2{
	float: left;
	width: 55%;
	background-image: url(../images/world_map.png);
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 400px;
	margin-bottom: 20px;
	margin-top: 20px;
	/**/
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /**/
}

.row_4 .centered .col-2 h3{
	width: 300px;
	line-height: 55px;
	text-align: center;
	margin: auto;
	color: rgba(12,38,130,1);
	font-size: 25px;
	border-radius: 3px;
	background-color: rgba(255,255,255,1);
	margin-bottom: 20px;
	border: 1px solid rgba(12,38,130,1);
	font-weight: normal;
}

.row_4 .centered .col-2 h3.selected{
	background-color: rgba(12,38,130,1);
	font-size: 20px;
	color: rgba(255,255,255,1);
}

.row_4 .centered .col-2 a, #part2link{
	width: 300px;
	line-height: 55px;
	text-align: center;
	display: block;
	margin: auto;
	background-color: rgba(241,192,69,1);
	border-radius: 3px;
	border: 0px;
	color: rgba(12,38,130,1);
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

/**/

.row_5{}

.row_5 .centered{}

.row_5 .centered .alert{
	font-size: 15px;
}

.row_5 .centered .red_alert{
	display: block;
	position: relative;
	padding: 20px;
	border-radius: 4px;
	background-color: rgba(240, 210, 210, 1);
	border: 1px solid rgba(240, 150, 150, 1);
}

.row_5 .centered .red_alert .fa-times{
	position: absolute;
	top: 5px;
	right: 10px;
}

.row_5 .centered .legal{}

/**/

.row_6{}

.row_6 .centered{
	overflow: hidden;
}

.row_6 .centered .col-1{
	float: left;
	width: 45%;
}

.row_6 .centered .col-1 h2{
	font-size: 30px;
	color: rgba(12,38,130,1);
}

.row_6 .centered .col-1 form{
	/*width: 85%;*/
}

.row_6 .centered .col-1 form input.col-100{
	width: 100%;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid rgba(170,170,170,1);
}

#autocomplete{
	width: 100%;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid rgba(170,170,170,1);
}

.row_6 .centered .col-1 form input.col-50{
	width: 47%;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid rgba(170,170,170,1);
}

.row_6 .centered .col-1 form input.col-50.impar{}

.row_6 .centered .col-1 form input.col-50.par{ float: right; }

.row_6 .centered .col-1 .legal{
	font-size: 15px;
}

.row_6 .centered .col-2{
	float: right;
	width: 45%;
}

.row_6 .centered .col-2 h2{
	font-size: 30px;
	color: rgba(12,38,130,1);
	/*width: 85%;
	float: right;*/
}

.row_6 .centered .col-2 form{
	/*width: 85%;
	float: right;*/
}

.row_6 .centered .col-2 form input.col-100{
	width: 100%;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid rgba(170,170,170,1);
}

.row_6 .centered .col-2 form input.col-50{
	width: 47%;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid rgba(170,170,170,1);
}

.row_6 .centered .col-2 form input.col-50.impar{}

.row_6 .centered .col-2 form input.col-50.par{ float: right; }

.row_6 .centered .col-2 .final{
	display: block;
	clear: both;
	border-top: 2px solid rgba(12,38,130,1);
	padding-top: 20px;
	/*float: right;
	width: 85%;*/
	margin-bottom: 20px;
}

.row_6 .centered .col-2 .final .size{
	font-size: 25px;
	color: rgba(12,38,130,1);
	border-bottom: 1px solid rgba(170,170,170,1);
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.row_6 .centered .col-2 .final .prize{
	font-size: 25px;
	color: rgba(12,38,130,1);
}

.row_6 .centered .col-2 .final a{
	width: 100%;
	line-height: 55px;
	text-align: center;
	display: block;
	margin: auto;
	margin-top: 20px;
	background-color: rgba(241,192,69,1);
	border-radius: 3px;
	border: 0px;
	color: rgba(12,38,130,1);
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

.row_6 .centered .col-2 .ayuda{
	text-align: center;
}

.row_6 .centered .col-2 .ayuda h3{
	font-size: 30px;
	color: rgba(12,38,130,1);
}

.row_6 .centered .col-2 .ayuda h3 span{
	font-size: 24px;
}

.row_6 .centered .col-2 .ayuda .horario{
	font-size: 15px;
}

.row_7{
	min-height: 50px;
	line-height: 50px;
	background-color: rgba(0,0,0,0.8);
	color: rgba(255,255,255,1);
	margin-top: 20px;
	text-align: center;
}

.row_7 a{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

@media (max-width: 414px) {

	.row_2 .logo{
		width: 45%;
	}

	.row_3 .centered{
		padding-left: 20px;
		padding-right: 20px;
	}

	.row_4 .centered .col-1{
		float: left;
		width: 100%;
	}

	.row_4 .centered .col-1 form .col-50{
		width: 50%;
	}

	.row_4 .centered .col-1 .more span{
		width: 50%;
	}

	.row_4 .centered .col-2{
		float: left;
		width: 100%;
	}

	.row_6 .centered .col-1{
		float: left;
		width: 100%;
	}

	.row_6 .centered .col-1 form{
		width: 100%;
	}

	.row_6 .centered .col-2{
		float: left;
		width: 100%;
	}

	.row_6 .centered .col-2 h2 {
	    width: 100%;
	}

	.row_6 .centered .col-2 form{
		width: 100%;
	}

	.row_6 .centered .col-2 .final .size{
		font-size: 22px;
	}

	.row_6 .centered .col-2 .final .prize{
		font-size: 22px;
	}
}

@media (max-width: 375px) {
	.row_4 .centered .col-1 form .col-50{
		width: 100%;
		padding-bottom: 10px;
	}

	.row_4 .centered .col-1 form .col-50 input{
		padding: 10px;
		width: 46%;
		margin-right: 4%;
		margin-bottom: 10px;
	}

	.row_4 .centered .col-1 form .col-50 input.par{
		float: right;
		margin-right: 0%;
	}
	
	.row_6 .centered .col-1 h2 {
	    font-size: 25px;
	}

	.row_6 .centered .col-2 h2 {
	    font-size: 25px;
	}

}

@media (max-width: 320px) {

	.row_4 .centered .col-1 h2{
		font-size: 22px;
	}

	.row_4 .centered .col-1 form .col-50 input {
	    padding: 8px;
	    font-size: 13px;
	}

	.row_4 .centered .col-1 form .col-50 input.cotizar{
		font-size: 12px;
	}

	.row_6 .centered .col-1 h2{
		font-size: 22px;
	}

	.row_6 .centered .col-2 h2{
		font-size: 22px;
	}

	.row_6 .centered .col-1 form input.col-100 {
	    font-size: 14px;
	    padding: 10px;
	}

	.row_6 .centered .col-1 form input.col-50 {
	    font-size: 14px;
	    padding: 10px;
	}

	.row_6 .centered .col-2 form input.col-100 {
	    font-size: 14px;
	    padding: 10px;
	}

	.row_6 .centered .col-2 form input.col-50 {
	    font-size: 14px;
	    padding: 10px;
	}

	.row_6 .centered .col-2 .final .size{
		font-size: 20px;
	}

	.row_6 .centered .col-2 .final .prize{
		font-size: 20px;
	}
}

