/* ******************************************
ASESOR
******************************************** */
.asesor {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
}
.asesor-module {
	min-height: 550px;
	padding:20px 20px;
}
@media(min-width: 992px) {
	.asesor-module {
		min-height: 550px;
	}
}

@media(max-width: 772px){
	.asesor .block-question .question-number {
    	font-size: 50px !important;
	}
	.asesor .block-question .question-text {
    	font-size: 30px !important;
	}   
}
@media (max-width:380px){
	.q-options .radio-inline + .radio-inline{
		margin-left:0px !important;		
	}
	.radio-inline{
		margin-right:10px;
	}
}

.asesor-module h2{
	font-size:60px;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.asesor-module h2{
		font-size: 30px;
		text-align: center;
		margin: 20px 0px;
	}
}
.asesor-module .white-sep{
	height:1px;
	width:220px;
	background: #fff;
	display: block;
}
.asesor-module .blue-sep{
	height:1px;
	width:220px;
	background: #211914;
	display: block;
	margin:30px 0 20px;
}

.asesor-start-description p{
	font-size: 18px;
	font-weight: 300;
}

.asesor .correos-button {
	font-size: 15px;
	font-weight: normal;
	padding: 10px 40px;
	background: #fff;
	border: 1px solid #211914;
	color: #211914;
}
.asesor .correos-button:hover {
	font-size: 15px;
	font-weight: normal;
	padding: 10px 40px;
	background: #211914;
	border: 1px solid #211914;
	color: #fff;
}
.asesor .block-question {
	background-color: #fff;
	margin-top: 30px;
	padding:20px;
}
.asesor .block-question .col-xs-10 {
	padding-left: 20px
}
.asesor .block-question .question-number {
	font-size:100px;
	color: #211914;
	font-weight: bold;
	line-height: 0.9em;
}
.asesor .block-question .question-text {
	font-size:36px;
	color: #211914;
	font-weight: bold;
	line-height: 1.25em;
}
.q-options input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 2px;
  background-clip: content-box;
  border: 1px solid #211914;
  background-color: #e7e6e7;
  border-radius: 50%;
  margin-top: 7px;
  vertical-align: middle;
  margin-left: -23px;
}


.q-options input[type="radio"]:checked {
  background-color: #211914;
}
.q-options label{
	font-size: 21px;
	font-weight: 300;
	color:#211914;
}
.q-options .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 30px;
}
.block-question .controls-aft-nxt {
	display: flow-root;
}
.block-question .controls-aft-nxt a{
	font-size: 14px;
	font-weight: 300;
	color: #211914;
}
.asesor .your-solution h4{
	font-size: 38px;
	font-weight: bold;
}
.asesor .your-solution h2{
	font-size: 68px;
	font-weight: bold;
	margin-top: 80px;
}
.asesor .your-solution p{
	font-size: 27px;
	font-weight: 300;
	margin-top: 30px;
}
.asesor .your-solution .correos-button{
	padding:15px 30px;
	font-size: 21px;
	font-weight: bold;
	text-transform:uppercase;
	margin-top:60px;
	display:inline-block;
}

/* ************ START *************** */
.asesor .asesor-module {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.asesor .asesor-start {
	background-image: url('../../images/asesor/asesor-start.jpg');
}
/* ************ QUESTION 1 *************** */
.asesor .asesor-q-1{
	background-image: url('../../images/asesor/asesor-q-1.jpg');
}
/* ************ QUESTION 2 *************** */
.asesor .asesor-q-2{
	background-image: url('../../images/asesor/asesor-q-2.jpg');
}
/* ************ QUESTION 3 *************** */
.asesor .asesor-q-3{
	background-image: url('../../images/asesor/asesor-q-3.jpg');
}
/* ************ QUESTION 4 *************** */
.asesor .asesor-q-4{
	background-image: url('../../images/asesor/asesor-q-4.jpg');
}
/* ************ QUESTION 5 *************** */
.asesor .asesor-q-5{
	background-image: url('../../images/asesor/asesor-q-5.jpg');
}
/* ************ SOLUTIONS BACKGROUNDS *************** */

.asesor .your-solution{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.asesor .marketplace-solution{
	background-image: url('../../images/asesor/marketplace-solution.jpg');
}
.asesor .shop-solution{
	background-image: url('../../images/asesor/shop-solution.jpg');
}
.asesor .web-solution{
	background-image: url('../../images/asesor/web-solution.jpg');
}
.asesor .app-solution{
	background-image: url('../../images/asesor/app-solution.jpg');
}