@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 COLORS

#FEF7DC;
rgb(254,247,220,1.0);

#E6DDC6;
rgb(230,221,198,1.0);

#C2B8A3;
rgb(194,184,163,1.0);

#A19882;
rgb(161,152,130,1.0);

BASIC COLORS */

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;

  background-color: #F1F6F4;
}

.cookie-consent-banner__inner {     
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0;
}

.cookie-consent-banner__copy { 
  margin-bottom: 16px;
}

.cookie-consent-banner__actions {    
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  
  font-family: "CeraPRO-Bold", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  color: #838F93;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 164px;
  padding: 11px 13px;
    
  border-radius: 2px;
  
  background-color: #2CE080;
   
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.cookie-consent-banner__cta--secondary { 
  padding: 9px 13px;
  
  border: 2px solid #3A4649;
  
  background-color: transparent;
  
  color: #2CE080;
}

.cookie-consent-banner__cta:hover {
  background-color: #20BA68;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838F93;
    
  background-color: transparent;
  
  color: #22C870;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}

/* BASIC */
* {
    margin: 0px;
    padding: 0px;
}
::selection {
    background-color: #afafaf;
}
::-moz-selection {
    text-shadow: none;
    background: #afafaf;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
a {
	color: #E6DDC6;
	font-weight: normal;
}
a:hover {
	color: #A19882;
	text-decoration: none;
	outline: 0;
	font-weight: normal;
}
html {
	background-color: #A19882;
	padding: 0px 0px 0px 0px;
	margin: 0pc 0pc 0pc 0pc;
	overflow-x: hidden;
}
body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    background: #A19882;
	overflow-x: hidden;
}
/* BASIC */

/* CUSTOM SCROLL */
* {
	scrollbar-width: thin;
	scroll-color: black white;
}
.cdScroll {
	-ms-overflow-style: none;
}
.cdScroll::-webkit-scrollbar-track {
	background-color: #000000;
	-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: 14px;
	height: auto;
	display: inherit;
}
.cdScroll::-webkit-scrollbar-thumb {
	background: #000000;
	background: -webkit-linear-gradient(to top, #FEF7DC, #000000);
	background: linear-gradient(to top, #FEF7DC, #000000);
	border: 4px solid #000000;
	display: inherit;
	border-radius: 100px;
}
/* CUSTOM SCROLL */

.cover-image-1 {
	background: url("../../img/dm-img-1.jpg") no-repeat center center;
	background-size: cover;
}
.cover-image-2 {
	background: url("../../img/dm-img-2.jpg") no-repeat center center;
	background-size: cover;
}
.cover-image-3 {
	background: url("../../img/dm-img-3.jpg") no-repeat center center;
	background-size: cover;
}

/* SECTION HEADER */
.section-header {
	background-color: #A19882;
}
.title-header {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #323232;
	text-transform: uppercase;
}
.icon-header {
	width: 200px;
	height: auto;
	border-top: 2px solid rgb(254,247,220,0.6);
	border-bottom: 2px solid rgb(254,247,220,0.6);
	border-left: none;
	border-right: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
/* SECTION HEADER */

/* SECTION 1 */
.section-1 {
	background-color: #A19882;
}
.line-1 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #FEF7DC;
	line-height: 1.4em;
	border-left: 12px dotted rgb(254,247,220,1.0);
}
.line-2 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FEF7DC;
	line-height: 1.4em;
}
/* SECTION 1 */

/* SECTION IMAGE 1 */
.image-1 {
	width: 100%;
	height: auto;
}
/* SECTION IMAGE 1 */

/* SECTION CONTENT */
.section-content {
	background-color: #FEF7DC;
}
.section-content-line-1 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #A19882;
	border-left: 12px dotted #A19882;
}
.section-box-icon {
	width: 80px;
	height: 80px;
	border: 2px dotted #A19882;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.section-box-title h4 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #A19882;
	border-bottom: 1px solid #A19882;
}
.section-box-subtitle h5 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #A19882;
}
.section-content-image-2 {
	width: 100%;
	height: auto;
}

/* SECTION CONTENT */

/* SECTION IMAGE 2 */
.section-image-2 {
	padding: 0px 0px 0px 0px;
}
.image-2 {
	width: 100%;
	height: auto;
}
/* SECTION IMAGE 2 */

/* SECTION CONTACT */
.section-contact {
	background-color: #A19882;
}
.contact-line-1 h6 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #FEF7DC;
	border-left: 12px dotted rgb(254,247,220,1.0);
	padding: 0px 0px 0px 30px;
}
.contact-line-2 h6 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FEF7DC;
	border-bottom: 1px solid #FEF7DC;
	line-height: 1.4em;
	padding: 0px 0px 30px 0px;
}
/* SECTION CONTACT */

/* SECTION FOOTER */
.section-footer {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FEF7DC;
	text-transform: uppercase;
	border-top: 1px solid #FEF7DC;
	background-color: #A19882;
}
.section-footer a {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FEF7DC;
}
.section-footer a:hover {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E6DDC6;
}
/* SECTION FOOTER */

/* FIELDS */
.form-group {
	margin-bottom: 0px;
}
.form-group textarea {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    padding: 10px 0px 10px 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 #FEF7DC;
    background-color: #FEF7DC;
	-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: 14px;
    font-weight: normal;
    color: #000000;
    padding: 10px 0px 10px 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 #FEF7DC;
    background-color: #FEF7DC;
	-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 #FEF7DC;
    box-shadow: none;
}
.form-group textarea:focus {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	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: 12px;
	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: #FEF7DC !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: #FEF7DC;
	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: #FEF7DC;
	letter-spacing: 0px;
}
.has-error .form-control {
    border-color: #FEF7DC;
}
.d-none {
	display: none !important;
}
/* FIELDS */

.messages {
	margin-top: 20px;
}
.reCPTCH {
	width: 100%;
	height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* HEADER BTN */
.btn-header {
	width: 220px;
	height: 48px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #A19882;
	background-color: #FEF7DC;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #A19882;
}
.btn-header:hover {
	background-position: right center;
	color: #C2B8A3;
	text-decoration: none;
	border: 1px solid #C2B8A3;
}
.btn-header:focus {
	background-position: right center;
	color: #C2B8A3;
	text-decoration: none;
	border: 1px solid #C2B8A3;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* HEADER 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 */

/* PRIVACY */
.pp-background {
	background-color: #ffffff;
}
.ttp-flags {
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 32px;
	height: auto;
}
.dss-modal-title {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #323232;
}
.dss-modal-gdpr-content {
	color: #323232;
}
.above-footer {
	background-color: #ffffff;
	padding: 10px 0px 0px 0px;
}
/* PRIVACY */

