@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');
p, h1, h2, h3, h4, h4, label{
	margin: 0;
}

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

.section-header{
	background: #cfc1fc;
	padding: 10pt 0;
}

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

.section-one{
	padding: 10pt 0;
	background: #9388b7;
}

.title{
	color: #f6e2e4;
	text-align: center;
	font-weight: bold;
	font-size: 30pt;
}

.section-two{
	background: #21192f;
	padding: 20pt 0;
}

.subtitle{
	color: #f6e2e4;
	text-align: center;
	font-weight: normal;
	font-size: 22pt;
	
}

.container-text-stwo{
	padding: 10pt 0;
}

.text-stwo{
	color: #cfc1fc;
	text-align: left;
	font-weight: bold;
	font-size: 16pt;
}


.container-box-stwo{
	background: #110f19;
	border-radius: 10px;
	padding: 10pt;
}

.spacer{
	height: 40pt;
}

.img-icon{
	display: inline;
	width: 100%;
	max-width: 50px;
	position: relative;
	top: -5pt;
	margin: 0 10pt;
}


.title-box-stwo{
	text-align: left;
	font-weight: bold;
	color: #00b9e3;
	font-size: 20pt;
}

.list-box-stwo{
	color: #d9b0db;
	font-size: 12pt;
	line-height: 1.5;
}

.container-icon-round{
	border-radius: 100%;
    position: absolute;
    height: 80px;
    width: 80px;
    top: -10px;
    left: 500px;
}

.img-icon2{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 65px;
	margin-top: 6pt;
}

.icon3{
	margin-top: 9pt;
}


.container-title-box-stwo{
	margin-bottom: 5pt;
}


.container-form{
	background: #cfc1fc;
	padding: 5pt 0;
	margin: 10pt 0;
	margin-left: auto !important;
	width: 100%;
	max-width: 400px;
	margin-top: 20pt;
}

.legend-form{
	font-weight: bold;
	text-transform: uppercase;
	color: #21192f;
	text-shadow: 0px 7px 3px #BCB0E4;
	text-align: center;
	font-size: 20pt;
}

.container-input-form, .container-check-form, .container-cta-form{
	width: 100%;
	max-width: 400px;
	margin: 5px auto;
	text-align: center;
}

.container-check-form{
	text-align: left;
	max-width: 320px;
	margin: 10px auto;
}

input::placeholder{
	color: #21192f;
	font-style: italic;
	font-weight: 400;
}

input[type=text], input[type=tel], input[type=email]{
	border: 1px solid #c2b5eb;
	background: #c2b5eb;
	width: 100%;
	max-width: 320px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	outline: none !important;
	font-size: 16px;
}


input[type=checkbox]{
	border: 1px solid #21192f;
	width: 20px;
	height: 20px;
}

.label-form{
	font-style: italic;
	color: #21192f !important;
	font-size: 16px;
	position: relative;
	top: -3px;
	left: 2px;
}

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


.cta-form{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	width: 100%;
	max-width: 320px;
	padding: 10px 0;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #cfc1fc;
	background: #21192f;
	transition: 0.2s;
	border: 1px solid #21192f;
}


.cta-form:hover{
	background: #9085b3;
	color: #21192f;
}

.container-legend-form{
	margin-bottom: 10pt;
	margin-top: 10pt;
}


.container-cta-form{
	margin-bottom: 15pt;
}

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

.title-sthree{
	color: #cfc1fc;
	text-transform: uppercase;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
}


.container-box-sthree{
	border-radius: 10px;
	background: rgba(0,0,0,0.3);
	margin-top: 10pt;
	padding: 5pt;
}

.title-box-sthree{
	text-align: center;
	font-size: 20pt;
	color: #fdfdfd;
	font-weight: bold;
}

.title-box-sthree strong{
	color: #cfc1fc;
}

.img-1-box-sthree{
	display: block;
	text-align: center;
	margin: 0 auto;
	max-height: 60px;
}

.img-2-box-sthree{
	display: block;
	text-align: center;
	margin: 0 auto;
	max-height: 60px;
}


.simbol-plus{
	font-weight: bold;
	color: #fff;
	font-size: 40pt;
	line-height: 1;
	text-align: center;
}

.img-yt{
	width: 100%;
	max-width: 50px;
	text-align: center;
	margin: 10px auto;
	display: block;
}


.container-text-down-sthree{
	padding: 5pt 0;
}

.text-down-sthree{
	color: #d9b0db;
	text-align: center;
	font-size: 15px;
}

.section-five{
	background: #9287b6;
}

.section-four{
	background: #21192f;
	padding: 20pt 0;
}

.text-asteric{
	color: #d9b0db;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 2;
	font-size: 16px;
}


.container-title-sfour{
	margin-top: 5pt;
	padding-bottom: 120pt;
}

.title-sfour{
	font-size: 22pt;
	color: #cfc1fc;
	font-weight: bold;
	text-align: center;
}


.container-box-sfive{
	background: #cfc1fc;
	margin-top: -100pt;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20pt;
	padding-bottom: 0pt;
}


.title-box-sfive{
	font-weight: bold;
	text-align: center;
	color: #00b9e3;
	font-size: 25pt;
}

.container-title-box-sfive{
	padding-bottom: 10pt;
}


.container-element-list-box-sfive{
	display: flex;
	margin-bottom: 10pt;
}

.element-list-box-sfive{
	color: #21192f;
	font-size: 17px;
	position: relative;
	
	text-align: left;
	margin-left: 10pt;
	margin-bottom: 10pt;
}

.img-list{
	display: block;
	width: 100%;
	max-width: 20px;
	max-height: 20px;
}


.box-1-sfive{
	padding-bottom: 5pt;
}


.element-list-box-sfive strong{
	font-weight: bold;
	color: #00b9e3;
}


.container-cta-sfive{
	padding: 20pt 0;
	margin: 0 auto;
	text-align: center;
}


.cta-sfive{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #6c476e;
	border: 1px solid #6c476e;
	color: #fdfdfd;
	max-width: 400px;
	padding: 20pt 0;
	font-weight: bold;
	font-size: 20pt;
}


.section-footer{
	background: url('../img/bgfooter.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 20pt;
}

.container-text-footer{
	text-align: center;
}


.text-footer{
	text-align: center;
	color: #020202;
	font-size: 20pt;
}


.text-footer strong{
	font-weight: bold;
	color: #00b9e3;
}


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

.container-img-footer{
	padding: 10pt;
}


.text-footer-2{
	text-align: left;
	color: #cfc1fc;
	font-weight: bold;
	font-size: 16px;
}

.text-footer-2 a{
	color: #cfc1fc;
}

.text-footer-3{
	text-align: right;
	color: #cfc1fc;
	font-size: 16px;
	font-weight: bold;
}

.text-footer-3 a{
	color: #cfc1fc;
	
}


@media (max-width: 767px){
	.img-logo{
		max-width: 90px;
	}

	.section-header {
		padding: 0;
	}

	.title{
		font-size: 20pt;
	}

	.subtitle {
		font-size: 15pt;
	}

	.text-stwo{
		font-size: 11pt;
	}

	.title-box-stwo{
		font-size: 22pt;
		text-align: center;
	}

	.container-icon-round{
		display: none;
	}

	.list-box-stwo{
		font-size: 14pt;
	    line-height: 2;
	    padding-inline-start: 20px;
	}

	.img-1-box-sthree{
		max-width: 260px;
	}

	.img-2-box-sthree{
		max-width: 170px;
	}

	.title-box-sthree{
		font-size: 14pt;
    	color: #ffffff;
	}

	.text-asteric{
		font-size: 14px;
		line-height: 1.2;
	}


	.section-four{
		padding: 10pt 0;
	}

	.title-sfour{
		font-size: 19pt;
	}

	.container-title-sfour {
		padding-bottom: 100pt;
	}

	.box-1-sfive {
	    padding-bottom: 5pt;
	    margin-bottom: 130pt;
	}

	.container-box-sfive{
		padding: 10pt;
	}


	.cta-sfive{
		padding: 10pt 0;
		font-size: 15pt;
	}

	.section-footer{
		padding-top: 10pt;
	}

	.text-footer{
		color: #ffffff;
    	font-size: 15pt;
	}

	.container-form{
		margin-top: 0;
		    margin: 0 auto;
	}

	input[type=text], input[type=tel], input[type=email]{
		max-width: 270px;
	}

	.container-check-form{
		max-width: 270px;
	}

	.label-form {
		font-size: 14px;
	}

	.cta-form{
		max-width: 270px;
	}

	.section-two{
		padding: 10pt 0;
	}

	.spacer {
	    height: 20pt;
	}

	#form-contact{
		margin: 0 auto;
	}

}


@media (min-width: 576px) and (max-width: 767px){
	.title-box-sthree{
		font-size: 12pt;
	}

	.img-1-box-sthree {
	    max-width: 225px;
	}
}


@media (min-width: 768px) and (max-width: 991px){
	.container-icon-round{
		top: -52px;
		left: 290px;
	}

	.box-1-sfive {
	    padding-bottom: 43pt;
	}

	.title-box-sthree {
		font-size: 16pt;
	}

	.img-1-box-sthree{
		max-width: 290px;
	}

	.img-2-box-sthree {
		max-height: 36px;
	}
}


@media (min-width: 992px) and (max-width: 1199px){
	.subtitle{
		font-size: 18pt;
	}

	.title-box-stwo {
		font-size: 18pt;
	}

	.container-icon-round {
		top: -40px;
    	left: 450px;
    }

    .title-box-sthree{
    	color: #fff;
    }

    .img-2-box-sthree {
    	max-height: 50px;
    }
}


.container-text-thanks{
	padding: 5pt;
	text-align: center;
}

.text-thanks{
	font-size: 16px;
	color: #21192f;
}