@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'gotham bold';
    src: url("https://cdn2.hubspot.net/hubfs/3796603/Fonts/Gotham-Bold.ttf"),
         url("https://cdn2.hubspot.net/hubfs/3796603/Fonts/Gotham-Bold.woff"),
         url("https://cdn2.hubspot.net/hubfs/3796603/Fonts/Gotham-Bold.eot");
}

@font-face {
	font-family: 'gotham book';
    src: url("https://cdn2.hubspot.net/hubfs/3796603/Fonts/GothamBook.ttf"),
         url("https://cdn2.hubspot.net/hubfs/3796603/Fonts/GothamBook.woff"),
         url("https://cdn2.hubspot.net/hubfs/3796603/Fonts/GothamBook.eot");
}

@font-face {
	font-family: 'gotham medium';
	src: url('https://cdn2.hubspot.net/hubfs/3796603/Fonts/Gotham-Medium.eot');
	src: url('https://cdn2.hubspot.net/hubfs/3796603/Fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/3796603/Fonts/Gotham-Medium.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/3796603/Fonts/Gotham-Medium.ttf') format('truetype'), url('https://cdn2.hubspot.net/hubfs/3796603/Fonts/Gotham-Medium.svg#gothammedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham light';
	src: url('https://cdn2.hubspot.net/hubfs/3796603/Fonts/Gotham-Light.eot');
	src: url('https://cdn2.hubspot.net/hubfs/3796603/Fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/3796603/Fonts/Gotham-Light.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/3796603/Fonts/Gotham-Light.ttf') format('truetype'), url('https://cdn2.hubspot.net/hubfs/3796603/Fonts/Gotham-Light.svg#gothamlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

.test .header-container-wrapper {
	border-bottom: 1px solid #ccc;
}

.row-test {
	margin: 50px 0 0;
}

.test-slide .margen {
    max-width: 640px;
}

.txt-form h2 {
	margin: 0 0 30px;
	font-family: 'gotham book';
	font-size: 24px;
	color: #02adcb;
	line-height: 130%;
}

.txt-form h2 strong {
	font-family: 'gotham medium';
}

.txt-form p {
	padding: 0 0 30px;
	font-family: 'gotham book';
	font-size: 17px;
	line-height: 150%;
}

.txt-form .field label span {
    font-family: 'gotham book';
	font-size: 16px;
	color: #58595b;
}

.txt-form .hs-input {
	font-family: 'gotham book';
	font-size: 14px;
	border-radius: 8px;
	box-shadow: none;
	border: 1px solid #a7a9ac;
	background-color: #e6e7e8;
	line-height: 130%;
}

.txt-form .hs-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    display: inline-block;
    padding: 15px 20px!important;
    color: #fff;
    border: 1px solid #00accb!important;
    border-radius: 25px!important;
    font-family: 'gotham medium'!important;
    font-size: 17px!important;
    background-color: #00accb!important;
	background-image: none!important;
	text-shadow: none!important;
    cursor: pointer;
    outline: none;
    box-shadow: none!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    -moz-transition: all 0.3s ease-in-out!important;
    transition: all 0.3s ease-in-out!important;
}

.txt-form .hs-button:hover {
	color: #00accb!important;
	background-color: transparent!important;
}

.row-fluid .test-slide[class*="span"], 
.row-fluid .popup[class*="span"] {
    display: none;
}

.img-test {
	position: relative;
} 

.img-test:before {
    content: '';
    position: absolute;
    width: 470px;
    height: 470px;
	top: 50%; 
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #b6c930;
    z-index: -1;
}

.msg {
    display: none;
	padding: 0 0 20px;
	font-family: 'gotham medium';
    font-size: 17px;
	color: #fff; 
    text-align: center;
}

.test-slide {
    padding: 65px 0;
    background-color: rgba(0, 0, 0, 0.38);
}

.slide-test .slick-slide {
	padding: 10px;
}

.slide-test .slick-slide > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 8%;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.38);
}

.slide-test .slick-slide > div p {
	position: relative;
	margin: 0;
	padding: 0 0 20px;
	color: #58595b;
	font-family: 'gotham bold';
    font-size: 20px;
	font-weight: 400;
	line-height: 130%;
}

.slide-test .slick-slide > div p:after {
	content: ''; 
	position: absolute; 
	left: 0;
	right: 0;
	bottom: 0; 
	height: 2px; 
	background-color: #b6c930;
}

.slide-test .slick-slide > div p strong {
	color: #eb690d;
	font-weight: 900;
}

.slide-test .slick-slide > div ul {
	margin: 35px 0 0;
	list-style: none;
    padding-left: 0;
	text-align: justify;
}

.slide-test .slick-slide > div ul:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

.slide-test .slick-slide > div ul li {
	position: relative;
	text-align: left;
}

.slide-test .slick-slide > div ul li label {
	display: block; 
	position: relative;
	padding: 7px 10px 5px;
	margin: 0 0 5px;
	color: #58595b;
	font-family: 'gotham book';
    font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}

.slide-test .slick-slide > div ul li label input {
    -webkit-appearance: none;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0;
	border-radius: 0;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	z-index: 1000;
	outline: none;
	cursor: pointer;
}

.slide-test .slick-slide > div ul li label:hover,
.slide-test .slick-slide > div ul li label input:checked {
	border-radius: 8px;
	background-color: rgba(182,201,48,0.28); 
}

.botones {
	text-align: center;
}

.botones button {
	-webkit-appearance: none;
	margin: 20px 0 0;
	padding: 10px 20px;
    height: auto;
    color: #b6c930;
	font-size: 17px;
	font-family: 'gotham medium';
    border-radius: 20px;
	border: 0;
    background-color: #fff;
    line-height: normal;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
}

.botones button:hover {
	color: #fff;
	background-color: #b6c930;
}

#guardar {
	display: none;
}

.popup {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: block;
	position: relative;
	max-width: 540px; 
	width: 100%;
    padding: 40px 20px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.38);
	margin: auto;
	text-align: center;
	overflow: hidden;
}

.popup h2 {
	padding: 0 0 10px; 
	margin: 0 0 20px;
	border-bottom: 2px solid #b6c930;
	font-family: 'gotham medium';
    font-size: 20px;
	color: #b6c930;
	line-height: 130%;
}

.popup p {
	padding: 0 0 20px;
	font-family: 'gotham book';
    font-size: 17px;
	line-height: 150%;
}

.popup p a {
	text-decoration: underline;
	color: #b6c930;
}

.popupcta {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	box-sizing: content-box!important;
	margin: 0 -20px -40px;
	padding: 30px 20px;
	margin-left: -20px!important;
	color: #fff;
	background-color: #00accb;
}

.popupcta span {
	font-family: 'gotham medium';
    font-size: 17px;
	line-height: 130%;
}

.popupcta .cta_button {
	-webkit-appearance: none;
	display: inline-block;
	margin: 20px 0 0;
	padding: 10px 20px;
    height: auto;
    color: #00accb;
	font-size: 17px;
	font-family: 'gotham medium';
    border-radius: 20px;
    background-color: #fff;
    line-height: normal;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
}

.popupcta .cta_button:hover {
	color: #fff;
	background-color: #b6c930;
}