@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* BASIC */
* {
    margin: 0;
    padding: 0;
}
::selection {
    background-color: #afafaf;
}
::-moz-selection {
    text-shadow: none;
    background: #afafaf;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
a {
	color: #ffb808;
	font-weight: 400;
}
a:hover {
	color: #4ef98d;
	text-decoration: none;
	outline: 0;
	font-weight: 400;
	/* border-bottom: 1px solid #4ef98d; */
}
html {
    height: 100%;
	background: url("../../img/image-back.png") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	background-color: #ffffff;
}
body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    background: transparent;
	overflow-x: hidden;
}
/* BASIC */

/* CUSTOM SCROLL */
* {
	scrollbar-width: thin;
	scroll-color: black white;
}
.cdScroll {
	-ms-overflow-style: none;
}
.cdScroll::-webkit-scrollbar-track {
	background-color: #ffb808;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inherit;
}
.cdScroll::-webkit-scrollbar-track-piece {
	width: 1px;
	display: inherit;
}
.cdScroll::-webkit-scrollbar {
	width: 10px;
	height: auto;
	display: inherit;
}
.cdScroll::-webkit-scrollbar-thumb {
	background: #ffb808;
	background: -webkit-linear-gradient(to top, #000000, #ffb808);
	background: linear-gradient(to top, #000000, #ffb808);
	border: 4px solid #ffb808;
	display: inherit;
}
/* CUSTOM SCROLL */

/* SECTION HEADER */
.section-header {
	background-color: #ffb808;
	border-bottom: 1px solid rgba(0,0,0,0.50);
	padding-top: 20px;
}
.icon-header {
	width: 80px;
	height: auto;
}
.section-header h1 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px
}
/* SECTION HEADER */

/* SECTION 1 */
.section-1 {
	background-color: #ffffff;
	border-bottom: 1px solid rgba(0,0,0,0.50);
	padding-top: 80px;
	padding-bottom: 70px;
}
.line-1 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 20px;
}
.line-2 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 20px;
}
/* SECTION 1 */

/* SECTION IMAGE 1 */
.section-image-1 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.image-1 {
	width: 100%;
	height: auto;
}
/* SECTION IMAGE 1 */

/* SECTION CONTENT */
.section-content {
	background-color: #ffb808;
	border-top: 1px solid rgba(0,0,0,0.50);
	border-bottom: 1px solid rgba(0,0,0,0.50);
	padding-top: 40px;
	padding-bottom: 10px;
}
.section-button {
	border: none;
	background-color: transparent;
}
.section-box {
	background-color: #ffffff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #000000;
	margin-bottom: 30px;
}
.section-box-title h4 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 4px;
	margin-right: 4px;
}
.section-box-subtitle h5 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.section-box-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}
/* SECTION CONTENT */

/* SECTION IMAGE 2 */
.section-image-2 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.image-2 {
	width: 100%;
	height: auto;
}
/* SECTION IMAGE 2 */

/* SECTION CONTACT */
.section-contact {
	background-color: #ffffff;
	border-top: 1px solid rgba(0,0,0,0.50);
	border-bottom: 1px solid rgba(0,0,0,0.50);
	padding-top: 80px;
	padding-bottom: 40px;
}
.contact-line-1 h6 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.contact-line-2 h6 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #000000;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
/* SECTION CONTACT */

/* SECTION FOOTER */
.section-footer {
	background-color: #000000;
	padding-top: 14px;
	padding-bottom: 0px;
}
.section-footer p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
/* SECTION FOOTER */

/* FIELDS */
.form-icon-ttp {
	width: 18px;
	height: auto;
}
.form-group {
	margin-bottom: 0px;
}
.form-group textarea {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding: 20px;
    letter-spacing: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	border: none;
	border-bottom: 1px solid #000000;
	background-color: #ffb808;
	resize: none;
	
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.form-group input {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding: 20px 0px 20px 24px;
    letter-spacing: 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	border: none;
    border-bottom: 1px solid #000000;
    background-color: #ffb808;
	
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.form-control:focus {
	color: #000000 !important;
	border: none;
	border-bottom: 1px solid #000000;
    box-shadow: none;
}
.form-group textarea:focus {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	background-color: #ffffff;
	color: #000000 !important;
	border: none;
	border-bottom: 1px solid #000000;
}
/* Chrome, Firefox, Opera, Safari 10.1+ */
.form-control::placeholder {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	/* Firefox */
	opacity: 1;
}
/* Internet Explorer 10-11 */
.form-control:-ms-input-placeholder {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
/* Microsoft Edge */
.form-control::-ms-input-placeholder {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
 }
.form-control::-webkit-input-placeholder {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.text-muted {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
	padding-top: 10px;
    padding-bottom: 0px;
    color: #000000 !important;
	letter-spacing: 0px;
}
.dss-label {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
	padding-top: 20px;
    padding-bottom: 0px;
	color: #000000;
	letter-spacing: 0px;
}
.with-errors {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
	padding-top: 10px;
    padding-bottom: 0px;
	color: #000000;
	letter-spacing: 0px;
}
.has-error .form-control {
    border-color: #000000;
}
.d-none {
	display: none !important;
}
/* FIELDS */

.messages {
	margin-top: 20px;
}
.reCPTCH {
	width: 100%;
	height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* SUBMIT BTN */
.btn-grad {
	background-image: linear-gradient(to right, #ffb347 0%, #ffcc33  51%, #ffb347  100%);
}
.btn-grad {
	width: 300px;
	height: 48px;
	margin-top: 70px;
	margin-left: 4px;
	margin-right: 4px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: #000000;
	box-shadow: 0 0 20px #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000000;
	display: block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.btn-grad:hover {
	background-position: right center;
	color: #747474;
	text-decoration: none;
	border: 1px solid #ffb808;
}
/* SUBMIT BTN */

/* PRIVACY */
.pp-background {
	background-color: #ffffff;
}
.dss-modal-title {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}
.dss-modal-gdpr-subtitle {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
}
.dss-modal-gdpr-content {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
/* PRIVACY */

/* ERRORS */
.errors-on-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.four-o-four-title {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}
.four-o-four-subtitle {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding-top: 10px;
}
.four-o-four-content {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
.four-o-four-image {
	width: 120px;
	height: 120px;
	margin-bottom: 20px;
}
/* ERRORS */

/* FLAGS */
.ttp-flags {
	width: 30px;
	height: auto;
	margin: 20px 10px 0px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(120,120,120,0.7);
}
/* FLAGS */

