@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');


p, h1, h2, h3, h4, label{
	margin: 0;
}

button, input{
	outline: none !important;
}

button, a{
	cursor: pointer;
}

section{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}


.section-hero{
	padding: 20pt 0;
	background: url('../img/background.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 150pt;
}


.section-features-one{
	background: #fff;
	padding: 20pt 0;
}

.section-features-two{
	background: #8fd7fd;
	padding: 20pt 0;
}

.section-end{
	background: #fff;
	padding: 30pt 0;
}


.section-footer{
	background: #313337;
	padding: 10pt 0;
}


.text-title-features-one{
	text-align: center;
	color: #4d4d4d;
	font-size: 30pt;
	font-weight: 400;
}

.text-feature2{
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-size: 11pt;
}

.text-title-features-one strong{
	font-weight: 500;
}


.text-subtitle-features-one{
	color: #4d4d4d;
	font-size: 20pt;
	font-weight: 400;
	text-align: center;
}


.text-subtitle-features-one strong{
	font-weight: 500;
	color: #8fd7fd;
}


.img-feature1{
	display: block;
	text-align: center;
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
}

.cta-end{
	background: #3ea2d8;
	color: #fff;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	max-width: 350px;
	padding: 10pt 0;
	font-size: 22pt;
	border: 2px solid #3ea2d8;
	transition: 0.2s;
	border-radius: 100px;
}

.cta-end:hover{
	color: #3ea2d8;
	background: #fff;
}

.container-cta-end{
	text-align: center;
}

.img-feature2{
	display: block;
	text-align: center;
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
}


.container-img-feature{
	margin: 20pt 0;
}

.container-img-feature2{
	margin: 20pt 0;
}

.container-title-feature{
	margin-bottom: 20pt;
	text-align: center;
	color: #1a1d1d;
	font-weight: 500;
	line-height: 1.1;
	font-weight: 500;
	font-size: 13pt;
}


.text-feature{
	color: #8b8b8b;
	text-align: center;
	font-weight: 400;
	font-size: 11pt;
}


.title-features-two{
	text-align: center;
	color: #fff;
	font-size: 30pt;
	font-weight: 600;
}


.text-subtitle-features-two{
	color: #fff;
	font-size: 20pt;
	font-weight: 400;
	text-align: center;
}


.img-logo2{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 200px;	
}


.img-logo{
	display: block;
    text-align: left;
    margin-right: auto !important;
    width: 100%;
    max-width: 300px;
}

.text-claim{
	text-align: center;
	color: #fff;
	font-size: 22pt;
	font-weight: bold;
}

.text-subclaim{
	text-align: center;
	color: #fff;
	font-size: 15pt;
}


.text-title{
	color: #fff;
	text-align: left;
	font-size: 20pt;
}

.container-title{
	margin: 5pt 0;
}

.container-subtitle{
	margin: 5pt 0;
	margin-bottom: 25pt;
}

.text-subtitle{
	color: #fff;
	text-align: left;
	font-size: 15pt;
	width: 100%;
	max-width: 350px;
	margin-right: auto !important;
}

.container-form{
	background: #94d0ef;
	border-radius: 10px;
	width: 100%;
	max-width: 400px;
	text-align: center;
	margin: 10pt auto;
	padding: 20pt;
	margin-top: 30pt;
}

input[type="text"], input[type="tel"], input[type="email"]{
	background: #fff;
	border-radius: 5px;
	padding: 5pt;
	width: 100%;
	margin: 10pt auto;
	max-width: 300px;
	border: 1px solid #fff;
	font-size: 14pt;
}


.container-radio-form{
	width: 100%;
	max-width: 300px;
	text-align: left;
	margin-left: 20pt;
}

.container-check-form{
	margin: 10pt auto;
	width: 100%;
	max-width: 300px;
}

.label-check{
	color: #fff;
	font-size: 11pt;
}


.label-radio{
	color: #656666;
	font-size: 12pt;
}

.link-legal{
	color: #fff !important;
}


.cta-form{
	background: #fff;
	color: #656666;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
	padding: 10pt 0;
	font-size: 19pt;
	border: 2px solid #fff;
	transition: 0.2s;
	border-radius: 100px;
	margin-bottom: 10pt;
}

.cta-form:hover{
	color: #fff;
	background: #656666;
}


.container-title-2{
	margin-top: 80pt;
}

.container-text-thanks{
	padding: 30pt 5pt;
	color: #fff;
}

.text-thanks{
	font-size: 20pt;		
}