/*!
  * 2021-04-11 v1.0
  * Copyright 2021 Happy Algorithm Lda.
  */

.bg_red		{ background-color: #f3333e; }
.bg_pink	{ background-color: #eebcc9; }
.bg_orange	{ background-color: #ff7f41; }
.bg_yellow	{ background-color: #f4d54f; }
.bg_green	{ background-color: #92d5ad; }
.bg_darkgreen{ background-color: #017960; }
.bg_blue	{ background-color: #2d7de0; }

.c_red		{ color: #f3333e; }
.c_pink		{ color: #eebcc9; }
.c_orange	{ color: #ff7f41; }
.c_yellow	{ color: #f4d54f; }
.c_green	{ color: #92d5ad; }
.c_darkgreen{ color: #017960; }
.c_blue		{ color: #2d7de0; }


.c_porto_santo		{ background-color: #f6d44e; }
.c_sao_vicente		{ background-color: #ff7f40; /* transition: all 2s;*/ }
.c_ponta_do_sol		{ background-color: #f5333e; }
.c_calheta			{ background-color: #b22a2e; }
.c_funchal			{ background-color: #915dcc; }
.c_machico			{ background-color: #0b7ae0; }
.c_ribeira_brava	{ background-color: #001f60; }
.c_santa_cruz		{ background-color: #ecbec9; }
.c_camara_de_lobos	{ background-color: #1ecad4; }
.c_porto_moniz		{ background-color: #91d5ac; }
.c_santana			{ background-color: #017960; }

@keyframes fadein {
    from { filter: brightness(0); }
    to { filter: brightness(1); }
}
@-moz-keyframes fadein { /* Firefox */
    from { filter: brightness(0); }
    to { filter: brightness(1); }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from { filter: brightness(0); }
    to { filter: brightness(1); }
}
@-o-keyframes fadein { /* Opera */
    from { filter: brightness(0); }
    to { filter: brightness(1); }
}

@keyframes greyAndWhite {
    0%   { filter: saturate(1) contrast(1); }
    50%  { filter: saturate(0) contrast(0.1); }
	100% { filter: saturate(1) contrast(1); }
}
@-moz-keyframes greyAndWhite { /* Firefox */
    0%   { filter: saturate(1) contrast(1); }
    50%  { filter: saturate(0) contrast(0.1); }
	100% { filter: saturate(1) contrast(1); }
}
@-webkit-keyframes greyAndWhite { /* Safari and Chrome */
    0%   { filter: saturate(1) contrast(1); }
    50%  { filter: saturate(0) contrast(0.1); }
	100% { filter: saturate(1) contrast(1); }
}
@-o-keyframes greyAndWhite { /* Opera */
    0%   { filter: saturate(1) contrast(1); }
    50%  { filter: saturate(0) contrast(0.1); }
	100% { filter: saturate(1) contrast(1); }
}



@keyframes blackAndWhite {
    0%   { filter: saturate(1) contrast(1) brightness(1.0); }
    25%  { filter: saturate(0) contrast(0) brightness(1.91); }
	75%  { filter: saturate(0) contrast(0) brightness(1.91); }
	100% { filter: saturate(1) contrast(1) brightness(1.0); }
}
@-moz-keyframes blackAndWhite { /* Firefox */
    0%   { filter: saturate(1) contrast(1) brightness(1.0); }
    25%  { filter: saturate(0) contrast(0) brightness(1.91); }
	75%  { filter: saturate(0) contrast(0) brightness(1.91); }
	100% { filter: saturate(1) contrast(1) brightness(1.0); }
}
@-webkit-keyframes blackAndWhite { /* Safari and Chrome */
    0%   { filter: saturate(1) contrast(1) brightness(1.0); }
    25%  { filter: saturate(0) contrast(0) brightness(1.91); }
	75%  { filter: saturate(0) contrast(0) brightness(1.91); }
	100% { filter: saturate(1) contrast(1) brightness(1.0); }
}
@-o-keyframes blackAndWhite { /* Opera */
    0%   { filter: saturate(1) contrast(1) brightness(1.0); }
    25%  { filter: saturate(0) contrast(0) brightness(1.91); }
	75%  { filter: saturate(0) contrast(0) brightness(1.91); }
	100% { filter: saturate(1) contrast(1) brightness(1.0); }
}

html{
	scroll-behavior: smooth;
}

body{
	font-family: "Poppins", "Arial";
}


/* used for lang change */
.fade-in-1{
	animation:  fadeIn 1.5s ease-in !important;
	-moz-animation: fadein 1.5s ease-in !important; /* Firefox */
	-webkit-animation: fadein 1.5s ease-in !important; /* Safari and Chrome */
	-o-animation: fadein 1.5s ease-in !important; /* Opera */
	animation-direction: alternate;
}

/* used for page load */
.fade-in-2 {
	animation: fadein 4s ease-in;
	-moz-animation: fadein 4s ease-in; /* Firefox */
	-webkit-animation: fadein 4s ease-in; /* Safari and Chrome */
	-o-animation: fadein 4s ease-in; /* Opera */
}

.animated-saturation-grey {
	animation: greyAndWhite 0.4s linear;
	-moz-animation: greyAndWhite 0.4s linear; /* Firefox */
	-webkit-animation: greyAndWhite 0.4s linear; /* Safari and Chrome */
	-o-animation: greyAndWhite 0.4s linear; /* Opera */
}

.animated-saturation-black {
	animation: blackAndWhite 0.4s linear;
	-moz-animation: blackAndWhite 0.4s linear; /* Firefox */
	-webkit-animation: blackAndWhite 0.4s linear; /* Safari and Chrome */
	-o-animation: blackAndWhite 0.4s linear; /* Opera */
}

span{
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-ms-transition: all 0.7s;
}


.navbar-collapse .custom-border-top{
	border-top: none;
}

div.nav-item.lang:before {
	content: ' ';
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 26px;
    border-left: 1px solid #c1c1c1;
}

/*div.nav-item.lang{
	padding-left: 0px;
}*/

.nav-item.lang{
	cursor: pointer;
}

.navbar{
	border-bottom: 1px solid #d8d8d8;
}

.navbar-logo{
	height: 50px;
	margin-left: 20px;
	margin-right: -70px;
}

.navbar-handle{
	z-index: 999;
    position: fixed;
    top: 0px;
    left: calc(50% - 35px);
    width: 70px;
	transition: top 0.4s ease-out, left 0.4s ease-out;
	cursor: pointer;
}
.navbar-handle.hide{
    top: -40px;
}

.navbar-toggler{
	border: none;
	font-size: 77px;
	padding-top: 0px;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-nav .nav-link {
	color: #252628;
}

#lang_selector ul{
	padding: 10px;
    position: absolute;
    background-color: white;
    transition: top 0.3s ease-in;
    top: -170px;
    font-size: 1rem;
}

#lang_selector:hover ul{
    display: block;
    top: 48px;
    border: none;
    transition: top 0.3s ease-in;
}

.navbar #lang_selector li{
	color: #909090 !important;
}

.navbar #lang_selector li:hover {
	color: #252628 !important;
}

.navbar #lang_selector li.active {
	color: #252628 !important;
}

.nav-fill .nav-item {
	font-weight: 500;
}

#div_cover_lang{
	position: absolute;
    top: 20px;
    right: 30px;
	cursor: pointer;
}

p{
	font-size: 20px;
	color: #bbbbbb;
	padding-right: 20px;
	font-weight: medium;
}

.sec_title, .sec_subtitle{
    font-size: 55px;
    margin-top: 110px;
	font-family: "Poppins";
	font-weight: 600;
}

.sec_subtitle{
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: "Poppins";
	font-weight: bold;
}

.bullet{
	font-size: 36px;
	font-weight: bold;
}

.bullet .title{
	font-family: "Poppins";
	font-weight: bold;
	font-size: 30px;
}

.bullet img{
	width: 32px;
	margin-bottom: 20px;
}

.bullet p{
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 40px;
	padding-left: 0px;
}

.bullet .text{
	font-family: "Poppins";
	font-weight: 500;
}

#txt_dark_version{
	margin-right: 6px;
}

.modal-content, .modal-content button{
	border-radius: 0px;
    outline: none;
    border: none;
}

.modal-open .modal{
	z-index: 99999;
}

/*############################################*/
/*############# SECTION 1 - Capa #############*/
/*############################################*/
#sec1{
	/*background: url(../img/sec_1_bg_1.jpg);*/
	/*padding-top: 159px;*/
	padding-top: 265px;
	min-height: 1080px;
	background-size: cover;
	background-color: #91d5ac;
}

#sec1 img.cover{
 	position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    height: 1080px;
    width: 100%; object-fit: cover;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
}

#sec1 img.mainLogo{
	width: 45%;
	min-width: 290px;
	max-width: 950px;
}

#sec1 img.header-circle{
	position: absolute;
    bottom: 30px;
    left: 30px;
    width: 45px;
}

.down-arrow{
	position: absolute;
	bottom: 20px;
	right: 40px;
	font-size: 30px;
	-webkit-transform:scale(1.7,1); /* Safari and Chrome */
    -moz-transform:scale(1.7,1); /* Firefox */
    -ms-transform:scale(1.7,1); /* IE 9 */
    -o-transform:scale(1.7,1); /* Opera */
    transform:scale(1.7,1); /* W3C */
}





/*############################################*/
/*########## SECTION 2 - Propósito ###########*/
/*############################################*/
#sec2{
	background-color: #91d5ac;
	padding-bottom: 70px;
}

#sec2 .wide-padd{
	padding-left: 75px;
	padding-right: 90px;
}

#sec2 .bullet{
	color: #017960;
}

#sec2 p{
	color: white;
}

#sec2 h3{
	padding-left: 20px;
	padding-right: 20px;
}

.video_container{
	width: 100%;
	height: auto;
	/*max-width: 1280px;*/
	/*margin-top: -110px;*/
	margin-top: -94px;
	margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    cursor: pointer;
}
#sec2 .video_container:hover > #btnPlay{
	/* opacity: 1 !important; */
}

#sec2 .video{
	display: none;
	width: 100%;
	height: auto;
	box-shadow: 13px 22px 22px 2px #0000003b;
	transform: scale(1.53) translateY(2px);
	transform-origin: center;
}

#sec2 .video.black_bars{
	transform: scale(1.09) translateY(2px);
}

#sec2 .btnPlay{
	z-index: 999;
    position: absolute;
    top: calc(50% - 110px);
    left: calc(50% - 45px);
	border-radius: 45px;
    height: 90px;
    width: 90px;
    border: transparent;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -ms-transition: opacity 1s;
    outline: none;
  	box-shadow: none;
  	background-color: #efefef;
}

#sec2 img.left-clipping{
	height: 100%;
    width: 100%;
    object-fit: cover;
    margin-left: -70px;
}

#proposito_text_2{
	text-decoration: underline;
}

#sec2 .moon{
	position: absolute;
    top: 222px;
    right: 0px;
    width: 265px;
}


/*############################################*/
/*########### SECTION 3 - Valores ############*/
/*############################################*/
#sec3{
	z-index: 10;
	background-color: white;
}

#sec3 .moon{
	position: absolute;
    top: 150px;
    right: 102px;
    width: 265px;
}

#sec3 img.right-clipping{
	height: 100%;
    width: 80%;
    object-fit: contain;
}

/*#sec3 .bullet{
	color: #262626;
}*/

#sec3 .bullet p{
	font-weight: normal;
	margin-top: 25px;
}

#sec3 .bullet .moon{
	position: unset;
	width: 40px;
	transform: rotate(290deg); 
	filter: contrast(0) brightness(0);
}


#sec3 .offset1{
	margin-top: 145px;
}

#sec3 .offset2{
	margin-top: -170px;
}





/*############################################*/
/*########## SECTION 4 - Assinatura ##########*/
/*############################################*/
#sec4{
	background-color: #ff7f40;
	overflow: hidden;
}

#sec4 .moon{
	position: absolute;
    top: -40px;
    right: 0px;
    width: 265px;
    z-index: 1;
}

#sec4 img.left-clipping{
	/*height: 100%;*/
    width: 100%;
    object-fit: contain;
    margin-left: -70px;
}

#sec4 p{
	font-size: 21px;
	color:white;
}

#sec4 .embed_image{
    position: absolute;
    top: 60%;
    left: calc(50% - 203px);
    font-size: 37px;
    width: 100%;
}


/*############################################*/
/*######## SECTION 5 - Personalidade #########*/
/*############################################*/
#sec5{
	background-color: #f6d44e;
	overflow: hidden;
	transition: background-color 0.5s linear;
	-webkit-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
}

#sec5 .swiper-container h1{
	margin-top: 10px;
	margin-bottom: 40px;
	color:grey;
}

#sec5 .swiper-container .swiper-slide{
	margin-left: 40px;
}

#sec5 .swiper-thumbs .swiper-slide{
	margin-left: 0px;
}

#sec5 .swiper-slide-active h1{
	color:white;
}

.swiper-button-prev{ 
	margin-left: -10px;
}

/* .swiper-button-next{ 
	margin-right: -20px;
} */

.swiper-button-prev, .swiper-button-next{
	color: black;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    /* font-size: 20px; */
    padding-left: 9px;
}

.swiper-button-prev:after, .swiper-button-next:after{
	font-size: 19px;
    margin-top: -1px;
} 
.swiper-button-prev:after{
	margin-left: -9px;
}

.swiper-button-next:after{
	margin-left: -4px;
}

.swiper-thumbs .swiper-slide{
	width: 30%;
	height: 10px;
	background-color: #23272a42;
}

.swiper-thumbs .swiper-slide-thumb-active{
	background-color: #23272a;
}

/*############################################*/
/*############# SECTION 6 - Marca ############*/
/*############################################*/
#sec6{
	background-color: #f3f3f5;
	transition: background-color 0.4s linear;
	-webkit-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
}
#sec6.dark-version{
	background-color: #23272a;
}
#sec6.dark-version h1, #sec6.dark-version #txt_dark_version {
	color: white !important;
}

#sec6 h1{
	margin-bottom: 25px;
}

#sec6 .moon{
	position: absolute;
    top: 0px;
    right: -9px;
    width: 265px;
}

/*#sec6 .subtitle{
	font-size: 46px;
}*/

#sec6 img{
	width: 70%;
}

#sec6 h1.subtitle{
	color: #383533;
	font-family: "Rockford Sans", "Poppins";
}

.color-changer{
	width: 16px;
    height: 16px;
    border-radius: 8px;
    padding: 0px;
    line-height: 0px;
}
.color-changer.active{
	box-shadow: 0px 0px 0px 4px white;
}
.color-changer:hover{
	cursor: pointer;
	box-shadow: 0px 0px 0px 4px rgb(204, 204, 204);
}
.color-changer.active{
	box-shadow: 0px 0px 0px 4px white;
}

#txt_sec_marca_madeira{
	word-spacing: -3px;
	font-weight: 300;
	letter-spacing: -2px;
}

#txt_sec_marca_tao_tua{
	font-weight: 500;
	letter-spacing: -1px;
}


/*############################################*/
/*########### SECTION 7 - Monograma ##########*/
/*############################################*/
#sec7{
	background-color: white;
}

#sec7{
	transition: background-color 0.4s linear;
	-webkit-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
}

#sec7 img{
	width: 50%;
}

#sec7.dark-version{
	background-color: #23272a;
}
#sec7.dark-version h1, #sec7.dark-version #txt_dark_version {
	color: white;
}
#sec7.dark-version .sec_subtitle{
	color: #d9d8d6;
}

/*############################################*/
/*########### SECTION 8 - Cores ##########*/
/*############################################*/
#sec8{
	background-color: white;
}

#sec8 .row.colors{
	pointer-events: none;
}

#sec8 .row.colors:hover{
	margin-left: -200px;
}

#sec8 .colors .col-lg-3{
	height: 168px;
	width: 350px;
	text-align: left;
    padding-top: 83px;
    padding-left: 20px;
    background-size:cover;
    z-index: 1;
    pointer-events: auto;
}

/* #sec8 .colors .col-6 span{
	position: absolute;
	z-index: 100;
} */

/* #sec8 .colors .col-6:before{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
}
#sec8 .colors .col-6:hover:before {
	opacity: 1;
} */

#sec8 .colors .col-6, #sec8 .colors .col-6:hover{
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
}


#sec8 .colors .c_title {
	font-size: 21px;
	font-weight: bold;
}

#sec8 .colors .c_text {
	font-size: 17px;
}

.container-scroll{
	overflow: hidden;	
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.container-scroll ::-webkit-scrollbar {
    display: none;
}

.container-scroll > .row {
	width: 133.33333333%; /* = 100% * 4/3 */
	transition: margin-left 3s;
	-webkit-transition: margin-left 3s;
	-ms-transition: margin-left 3s;
}

.container-scroll > .row.right:hover {
	margin-left: -300px !important;
}

.container-scroll > .row.left{
	margin-left:-220px !important;
}

.container-scroll > .row.left:hover {
	margin-left: 0px !important;
}

.container-scroll .dot{
	position: relative;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    top: -81%;
    right: -96%;
    background: white;
}


/*############################################*/
/*########### SECTION 9 - Padroes ##########*/
/*############################################*/
#sec9{
	background-color: white;
}

#pattern1, #sec9 #pattern2{
	background-repeat: repeat;
	height: 500px;
}

#sec9 #pattern1{
	background: url("../img/patterns/pattern_green_yellow.png");
	/*margin-left: -182px;*/
}

#sec9 #pattern2{
	background: url("../img/patterns/pattern_blue.png");
	/*margin-right: -200px;*/
}

.color-changer{
	width: 16px;
    height: 16px;
    border-radius: 8px;
    padding: 0px;
    line-height: 0px;
}
.color-changer.active{
	box-shadow: 0px 0px 0px 4px #ebebeb;
}
.color-changer:hover{
	cursor: pointer;
	box-shadow: 0px 0px 0px 4px rgb(200, 200, 200);
}




/*############################################*/
/*########### SECTION 10 - footer ############*/
/*############################################*/
#sec10{
	background-color: #f3f3f5;
}

#sec10 h2{
	font-weight: bold;
}

#sec10 button{
	padding: 21px 35px 21px 35px;
    border-radius: 100px;
    height: 20px;
    line-height: 0px;
    background-color: #23272a;
    border: none;
    color: white;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.3s linear;
    margin-top: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

#sec10 button:hover{
    background-color: #767a7d;
}

#sec10 button:focus{
    border: none;
    outline: none;
}


/*############################################*/
/*########### SECTION 11 - footer ############*/
/*############################################*/
#sec11{
	background-color: white;
}

#sec11 img{
	width: 35%;
	min-width: 250px;
	max-width: 330px;
}

#sec11 .fab{
	height: 44px;
    width: 44px;
    border-radius: 22px;
    padding: 14px;
	padding-left: 13px;
	color: white;
	transition: all 0.2s linear;
}
#sec11 .fab.fa-facebook-f, #sec11 .fab.fa-instagram, #sec11 .fab.fa-flickr{
	padding-left: 15px;
}

#sec11 .fab:hover{
	filter: brightness(1.2);
}

#sec11 .fab.fa-500px:hover, #sec11 .fab.fa-flickr:hover{
	filter: brightness(1.1) !important;
}

#sec11 .fa-facebook-f { background-color: #2d7de0 }
#sec11 .fa-instagram  { background-color: #ff7f41 }
#sec11 .fa-flickr 	  { background-color: #eebcc9 }
#sec11 .fa-youtube 	  { background-color: #f3333e }
#sec11 .fa-500px      { background-color: #f4d54f }

#sec11 a, #txt_termos_condicoes, #txt_politica_privacidade{
	color: #212529;
	font-weight: 500;
}

#sec11 #txt_termos_condicoes:hover, #sec11 #txt_politica_privacidade:hover{
	text-decoration: underline;
	cursor: pointer;
}


















.r90 { transform: rotate(90deg ) }
.r180{ transform: rotate(180deg) }
.r270{ transform: rotate(270deg) }


/* ####  TOGGLES ON / OFF  ####*/
.toggle-group{
	background-color: white;
	width: 115px;
}

.toggle{
	height: 37px !important;
	margin-top: 3px;
	margin-bottom: 3px;
}

.toggle-on, .toggle-off, .toggle, .toggle-handle{
	border-radius: 20px;
}

.toggle-handle{
	background-color: #23272a;
	width: 27px;
	height: 27px;
	margin-top: 4px;
    border-radius: 40px;
}

.toggle .toggle-handle{
	transition: margin 0.4s;
	-webkit-transition: margin 0.4s;
	-ms-transition: margin 0.4s;
	margin-left: -40px;
}
.toggle.off .toggle-handle{
	margin-left: 38px;
}

.toggle-group .btn-light{
	background-color: #f3f3f5 !important;
}
/* END TOGGLES */




/*  COOKIES  */
#cookie-law-info-bar{
	display: none;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family: inherit;
	bottom: 0px;
	position: fixed;
	/*display: block;*/

	background-color: rgba(255, 255, 255, 0.9) !important;
    border-top: rgba(255, 255, 255, 0.9) !important;
    font-size: 11pt !important;
    text-transform: none !important;
	width: 100%;
    text-align: center;
    padding: 15px 10px 15px 10px;
    z-index: 9999;
}

#cookie_action_close_header{
	display: inline-block;
	color: rgb(255, 255, 255);
	background-color: rgb(241, 96, 35);
	padding: 4px 9px;
	cursor: pointer;
}
#cookie_action_close_header a{
	color: white;
}
#txt_cookie_read{
	cursor: pointer;
	text-decoration: underline;
}

#url_politica_privacidade{
	font-weight: normal !important;
}

@media (min-width: 1550px) {
    .container{
        max-width: 1440px;
    }

    p{
    	font-size: 29px;
    }

    #sec4 p{
		font-size: 29px;
	}
	.bullet p {
	    font-size: 27px;
	}
}


@media only screen and (max-width: 1366px) {
	#sec1{
		min-height: 720px;
		padding-top: 150px;
	}

	#sec1 img.cover{
		height: 720px;
	}

	.navbar-logo{
		margin-right: 0px;
	}

	.sec_title, .sec_subtitle{
	    font-size: 50px;
	    margin-top: 48px;
	}

	#sec4 p {
    	font-size: 21px;
    }
}

@media only screen and (max-width: 1200px) {
	#sec4 p {
    	margin-top: -60px
    }
}



@media only screen and (max-width: 990px) {
	p{
		font-size: 19px;
		padding-left: 20px;
		padding-right: 20px;
	}


	.navbar-collapse .custom-border-top{
		border-top: 1px solid #dee2e6;
	}

	.nav-fill .nav-item{
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	div.nav-item.lang:before {
		content: '';
		padding-left: 0px;
		padding-right: 0px;
		border: none;
	}

	#div_cover_lang{
		display: none;
	}



	.sec_title{
		font-size: 43px;
	}

	.sec_title, .sec_subtitle{
		padding-left: 20px;
		margin-bottom: 20px;
		margin-top: 40px;
	}

 	#sec1{
		min-height: 700px;
 	}
 	#sec1 img.cover{
	    height: 780px;
	}
 	#sec1 img.header-circle, #sec1 .down-arrow{
		display: none;
	}

 	#sec2 .video_container{
		width: 100%;
		margin-top: 0px;
	}
	#sec2 .btnPlay{
		top: calc(50% - 50px);
	}

	#sec2 img.left-clipping{
		height: 400px;
		margin-left: -2px;
	}

	#sec2 .moon{
	    display: none;
	}
	#sec2 p.wide-padd{
	    padding-left: 20px;
	    padding-right: 20px;
	}

	#sec3 .moon{
		display: none;
	}
	#sec3 .offset1{
		margin-top: unset;
	}

	#sec3 .offset2{
		margin-top: unset;
	}

	#sec4 .moon{
	    display: none;
	}

	#sec4 .embed_image{
		left: calc(50% - 136px);
    	font-size: 25px;
	}

	#sec4 img.left-clipping{
		margin-left: -2px;
	}

	#sec4 p {
	    margin-top: unset;
	}

	/* #sec5 .swiper-container{
		margin-bottom: 20px;
	} */

	#sec5 .swiper-container h1{
		font-size: 20px;
		margin-bottom: 64px;
	}

	#sec5 .swiper-container .swiper-slide{
		margin-left: 0px;
	}

	#sec5 .swiper-button-prev, #sec5 .swiper-button-next{ 
		margin-top: 58px;
		margin-left: 0px;
		margin-right: 0px;
		background: none;
		height: 20px;
	}

	#sec5 .swiper-button-next{ 
		left:70px;
	}

	.bullet{
		font-size: 29px;
	}

	/*#sec6 .subtitle{
		font-size: 25px;
	}*/

	#sec6 .moon{
		display: none;
	}

	
	#sec8 .colors .col-6, #sec8 .colors .col-12 {
		padding-top: 23px;
		height: 100px;
		padding-left: 17px;
	}

	#sec8 .col-12.col-lg-3.c_santana{
		height: 100px;
	    text-align: left;
	    padding-top: 20px;
	}
	#sec8 .col-12.col-lg-3.c_santana .dot{
		left: 97%;
	}

	#txt_dark_version{
		padding-left: 20px;
	}

	.container-scroll > .row {
		width: 100%;
	}
	.container-scroll > .row.right:hover {
		margin-left: 0px !important;
	}
	.container-scroll > .row.left{
		margin-left: 0px !important;
	}
	.container-scroll > .row.left:hover {
		margin-left: 0px !important;
	}
	.container-scroll .dot{
		top: -7%;
		left: 92%;
	}

	#sec8 .row.colors:hover{
		margin-left: 0px;
	}

	#sec9 #pattern1, #sec9 #pattern2{
		margin-left: 0px;
	}
	
}

@media only screen and (max-width: 693px) {
	/*#sec6 .subtitle{
		font-size: 17px;
	}*/

	.sec_title, .sec_subtitle{
		font-size: 37px;
	}

	.bullet p {
	    font-size: 17px;
	}

	#txt_sec_marca_madeira{
		letter-spacing: -1px;
	}

	#txt_sec_marca_tao_tua{
		letter-spacing: -1px;
	}
}




@media only screen and (max-width: 700px) {
	#lang_selector ul {
		opacity: 1;
		position: relative;
		display: inline-block;
		width: 100%;
    	text-align: center !important;
    	top: unset;
	}
	#lang_selector ul:hover {
		top: unset;
		border-top: 1px solid #dee2e6;
	}

	#sec7 img {
	    width: 70%;
	}
}

