body{
	color: #5B6063;
	font-family: 'Gotham-Book';
	font-size: 1em;
	
}
p{
	margin-bottom: 15px
}
img{
	width: 100%
}
b{
	font-family: 'Gotham-Ultra';
	font-size: 1.1em
}

.franja-decorativa{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/right-decoration.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 15px
}
.wrap{
	max-width: 800px;
	margin:auto;
	padding: 0 20px
}

#main-header{
	padding: 30px 0
}
#main-header .logo{
	max-width: 185px
}
.content{
	padding-top: 80px
}
.content > .title{
	display: block;
	width: 49%
}
.content .left,
.content .right{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}
.content h1{
	font-family: 'Gotham-Ultra';
	font-size: 1.7em;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.content h2{
	font-family: 'Gotham-Ultra';
	font-size: 1.4em;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.content form input.campos {
    display: block;
    width: calc(100% - 42px);
    font-size: 1.5em;
    padding: 10px 20px;
    margin: 17px 0px;
    border: 1px solid #5B6063;
}
.content form input[type="submit"]{
	text-transform: uppercase;
	color: white;
	border-radius: 999em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#df6ad3+0,da7a19+100 */
background: #df6ad3; /* Old browsers */
background: -moz-linear-gradient(left,  #df6ad3 0%, #da7a19 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #df6ad3 0%,#da7a19 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #df6ad3 0%,#da7a19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df6ad3', endColorstr='#da7a19',GradientType=1 ); /* IE6-9 */
    padding: 12px 25px;
    border: 0;
    font-size: 1.4em;
    margin-right: 0
}
.content .right .control{
	padding: 0 15px
}
.content .button-container{
	text-align: right;
}
.results{
	margin-top: 80px
}
.single-result{
	width: 100%;
	display: block;
	margin-bottom: 40px
}
.single-result a{
	text-decoration: none;
}
.single-result .title{
	display: block;
	color: white;
	background: #df6ad3; /* Old browsers */
	background: -moz-linear-gradient(left,  #df6ad3 0%, #da7a19 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #df6ad3 0%,#da7a19 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #df6ad3 0%,#da7a19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df6ad3', endColorstr='#da7a19',GradientType=1 ); /* IE6-9 */
	padding: 15px 25px;
	font-size: 1.1em;
	margin-bottom: 0;
	display: block;
	width: calc(100% - 50px);
}
.single-result .text{
	padding: 20px 25px;
	border-left:8px solid #df6ad3;
	font-size: 0.9em;
	color: #5B6063;
	background-color: #f5f5f5
}
.single-result .text p,
.single-result .text li{
	color: #5B6063;
	line-height: 1.2
}
.single-result .text li{
	list-style-type: disc;
	margin-left: 20px;
	line-height: 1.4
}

.encuesta{
	max-width: 500px;
	margin:auto;
}
.encuesta  input[type="text"]{
	display: block;
    width: calc(100% - 42px);
    font-size: 1.5em;
    padding: 10px 20px;
    margin: 17px 0px 30px;
    border: 1px solid #5B6063;
    text-align: center;
}

.encuesta .titulo-encuesta{
	font-size: 1.7em;
	display: block;
	border-radius: 999em;
	background: #df6ad3; /* Old browsers */
	background: -moz-linear-gradient(left,  #df6ad3 0%, #da7a19 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #df6ad3 0%,#da7a19 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #df6ad3 0%,#da7a19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df6ad3', endColorstr='#da7a19',GradientType=1 ); /* IE6-9 */
	color: white;
	text-align: center;
	padding: 15px 29%;
	margin:0;
}
.encuesta .control-option{
	display: none;
}
.encuesta .option{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	margin: 40px 0;
}
.encuesta .option label{
	display: block;
	border-radius: 999em;
	width: calc( 100% - 30px );
	text-align: center;
	color: white;
	font-size: 1.7em;
	padding: 15px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3ddbc7+0,d8d30b+100 */
background: #3ddbc7; /* Old browsers */
background: -moz-linear-gradient(left,  #3ddbc7 0%, #d8d30b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #3ddbc7 0%,#d8d30b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #3ddbc7 0%,#d8d30b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ddbc7', endColorstr='#d8d30b',GradientType=1 ); /* IE6-9 */
	transition:0.2s ease-in-out;
}
.encuesta .option label:hover{
	cursor: pointer;
	background: #df6ad3; /* Old browsers */
	background: -moz-linear-gradient(left,  #df6ad3 0%, #da7a19 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #df6ad3 0%,#da7a19 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #df6ad3 0%,#da7a19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df6ad3', endColorstr='#da7a19',GradientType=1 ); /* IE6-9 */
}
.encuesta .option .option-left{
	padding-right: 20px;
}
.encuesta .option .option-right{
	padding-left: 20px;
}
.cuantos{
	background: #3ddbc7; /* Old browsers */
	background: -moz-linear-gradient(left,  #3ddbc7 0%, #d8d30b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #3ddbc7 0%,#d8d30b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #3ddbc7 0%,#d8d30b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ddbc7', endColorstr='#d8d30b',GradientType=1 ); /* IE6-9 */
	font-size: 1.7em;	
	padding:15px 30px;
	border-radius: 999em;
	margin-bottom: 30px;
}
.cuantos p,
.cuantos input{
	display: inline-block;
	vertical-align: middle;
	width: 47%;
	margin:0;
}
.cuantos p{
	color: white
}
.cuantos input{
	font-size: 1.1em;
	padding: 2px 5px;
	background-color: transparent;
	border:0;
	border-bottom:1px solid white;
	text-align: right;

}
.encuesta .control-cuantos{
	max-height: 0;
	overflow: hidden;
	transition:0.2s ease-in-out;
}
input[type="radio"]#si:checked ~ .control-cuantos{
	max-height: 300px;
}
input[type="radio"]#si:checked ~ .option .option-left label{
	background: #df6ad3; /* Old browsers */
	background: -moz-linear-gradient(left,  #df6ad3 0%, #da7a19 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #df6ad3 0%,#da7a19 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #df6ad3 0%,#da7a19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df6ad3', endColorstr='#da7a19',GradientType=1 ); /* IE6-9 */
}
input[type="radio"]#no:checked ~ .option .option-right label{
	background: #df6ad3; /* Old browsers */
	background: -moz-linear-gradient(left,  #df6ad3 0%, #da7a19 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #df6ad3 0%,#da7a19 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #df6ad3 0%,#da7a19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df6ad3', endColorstr='#da7a19',GradientType=1 ); /* IE6-9 */
}
	
.encuesta .button-enviar{
	text-align: right;
}
.encuesta input[type="submit"]{
	font-size: 1.6em;
	color: #231F20;
	border:0;
	background-color: transparent;
	box-shadow: 0 0 0;
	background-image: url(../images/submit-bg.png);
	background-repeat: no-repeat;
	background-size: 48px;
	background-position: center right;
	padding-right: 60px;
}
.encuesta input[type="submit"]:hover{
	cursor: pointer;
}


@media screen and (max-width: 850px) {
	.content .right{
		display: none;
	}
	.content .left,
	.content > .title{
		display: block;
		width: 100%
	}
	.wrap{
		padding-right: 35px
	}
}

@media screen and (max-width: 600px) {
	.content {
	    padding-top: 20px;
	}
	.content form input.campos{
		font-size: 1.1em
	}
	.content h1{
		font-size: 1.5em
	}
	.content h2{
		font-size: 1.3em
	}
	.content form input[type="submit"]{
		font-size: 1.1em
	}
	.encuesta .titulo-encuesta{
	    padding: 15px 19%;
	}
	.encuesta .option .option-left {
    	padding-right: 0;
	}
	.encuesta .option .option-right {
	    padding-left: 0px;
	}
	.encuesta .option {
	    margin: 26px 0;
	}
	.cuantos{
		font-size: 1.3em
	}
}



/** Generated by FG **/
@font-face {
	font-family: 'Gotham-Ultra';
	src: url('../fonts/Gotham-Ultra.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/Gotham-Book.otf');
	font-weight: normal;
	font-style: normal;
}
