@import "menu.css";
@import "footer.css";
@import "produtos.css";
@import "areaCliente.css";
@import "conceito.css";
@import "faqs.css";
/* styling here */

.termos:hover, .termos:focus {
    color: #c1d129;
}
.termos{
    color: #666;
    font-weight: 700;
    cursor:pointer;
}

.loader {
  border: 8px solid transparent;
  border-radius: 50%;
  border-top: 8px solid #c1d129;
  border-bottom: 8px solid #c1d129;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.about-images{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#sobre strong{
    font-family: 'roboto';
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (min-width: 992px){
	#slideshow .blockItem{
	    height: 95px;
	}
	#slideshow .blockItem .greenTitle{
	    position: relative;top: -22px;
	}
	#sobre #slideshow .blockItem .greenTitle{
	    position: relative;top: 0px;
		font-size: 30px;
	}

	#slideshow .blockItem .text{
	    position: relative;top: -29px;
	}
	#sobre #slideshow .blockItem .text{
	    position: relative;top: 0px;
	}
}
#home .carousel-indicators{
	bottom:0;
}
#agueda li, #albufeira li{
    color: black;
}
#agueda li strong, #albufeira li strong{
    font-weight: bold;
}



.listaDetails p{
    font-size: 1.25rem;
}

#contactos .tab-content ul{
    text-align: center;
}
#contactos .tab-content h4{
    text-align: center;
}

.drop2.dropdown-menu.show{
    display: flex;
    flex-direction: column;
}

.text-cont a{
	width: 100%;
	height: 100%
}
.text-cont .colpos{
	height: 60px;
	display: flex;
}
.text-cont .colpos a{
	color: #c1d129;
	text-align: center;
	padding-top: 11px;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.text-cont .colpos a:hover{
	color: #c1d129;
	cursor: pointer;
}
.text-cont .colpos .active{
	background: #c1d129;
	color: white;
}
.text-cont .colpos .active:hover{
	color: white;
}

a.btnDefault {
	color: #000;
	font-weight: 700;
	padding: 12px 55px;
	border: 1px solid #000;
	font-size: 18px;
	display: inline-block;
    font-family: 'Noto Sans', sans-serif;
}
a:hover.btnDefault {
	color: #fff;
	background: #c1d129;
	border: 1px solid #c1d129;
}

a.btnDefaultGreen {
	font-weight: 700;
	padding: 12px 55px;
	font-size: 18px;
	color: #fff;
	background: #c1d129;
	border: 1px solid #c1d129;
	display: inline-block;
}

#destaques .imgCover {
    height:235px;
    object-fit: cover;
    width:100%;
}
.blockbg {
	margin-top: -100px;
	background: #e9e9e9;
	z-index: 200;
	position: relative;
	padding:25px;
}
.greenTitle {
	color: #c1d129;
    font-size: 55px;
    font-family: 'Roboto', sans-serif;
}
.greenTitle img{
	max-height: 35px;
width: 30px;
}
.blockItem {
	padding: 0 100px 0 20px;
    border-left: 1px solid #cacaca;
}
#sobre .blockItem {
	padding: 0 20px 0 20px;
    border-left: 1px solid #cacaca;
}
.carousel-indicators li {
	height: 10px;
    border-radius: 100%;
    width: 10px;
}
.carousel-indicators .active {
	background: rgba(0,0,0,0);
	border: 1px solid #c1d129;
}
.carousel-indicators li.active{
	width: 20px;
	height: 20px;
	margin-top: -5px;
}
#home div#slideshowProd img {
	height:550px;
	object-fit: cover;
}
h2 p {
	margin-bottom: 0;
}
h3{
    color: #c1d129;
    font-size: 30px;
}
body {
	font-size:14px;
}

.blockItem div.text p{
    margin-bottom: 0;
    text-transform: uppercase;
    color: #999;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
}

#slideshow img.animate {
    position: absolute;
    bottom: 0;
    height: 75%;
	z-index:900;
	left:0px;
	-webkit-animation-name: slideAnimate;
    -webkit-animation-duration: 3s;
	animation-name: slideAnimate;
    animation-duration: 3s;
}
@keyframes slideAnimate {
	0%   {left:-1000px;}
	100% {left:0px;}
}
#slideshow div.slideContent {
	position: absolute;
    right: 0;
    top: 30%;
    width: 50%;

}
a {
    color: #959e3f;
}
a:hover {
    color: #b2c301;
}
div.slideContent h5, .main-title {
	width: fit-content;
	width: -moz-fit-content;
	color: #fff;
	padding: 5px 10px;
	background: #c1d129;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
}
#slideshow div.slideContent p {
    color: #FFF;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 53px;
    font-family: 'Roboto', sans-serif;
}
#modDestaque, #modContact, #modFormCredit {
	background: #e9e9e9;
	background-image: url("../images/kitur-text.svg");
	background-size: contain;
    background-repeat: no-repeat;
	background-position: bottom center;
}

#modStartHere div.item img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#modStartHere div.item:hover img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#modStartHere div.item{
border: 1px solid #dedede;
	height: 100%;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#modStartHere div.item:hover{
	transform: scale(1.05);
	box-shadow: 0px 0px 40px #888888;
}

#mod-sobre{
	position: relative;
	height: 900px;
}

#mod-sobre .car{
	left: 0;
	bottom: -5px;
	position:absolute;
}


.error + .checkmark {
    background: rgba(255, 0, 0, 0.36);
}

input[type="radio"] + label.error {
    position: absolute;
    color: red;
    white-space: nowrap;
    top: 30px;
    font-size: 12px;
    left: 0;
    margin-top: 0px;
}
label.error {
    color: red;
    white-space: nowrap;
    font-size: 12px;
    margin-top: -30px;
}
#needCredits41-error{
    align-self: start;
}
#termos-error{
    position: absolute;
    bottom: 0;
}


@media screen and (max-width: 1500px){
	#mod-sobre .car{
		left: -300px;
	}
}

@media screen and (max-width: 1300px){
	#mod-sobre .car{
		left: -500px;
	}
	.nav-link {
		font-size:11px;
	}
	.blockItem div.text p {
		font-size:10px;
	}
}

@media screen and (max-width: 1080px){
    #slideshow div.slideContent {
        top: 10%;
    }
}

@media screen and (max-width: 1000px){
	#mod-sobre{
		position: relative;
		height: 700px;
	}

}

@media screen and (max-width: 768px){
	#mod-sobre .car{
		left: 0;
		width: 100%;
		object-fit: contain;
		bottom: 0;
	}
	#mod-sobre .row:first-child{
		margin-top: 30px;
		align-items: flex-start !important;
	}
}
@media screen and (max-width: 425px){
	#mod-sobre{
		height: 600px;
	}
}

.car.in-view{
	-webkit-animation-name: slideAnimate;
	-webkit-animation-duration: 3s;
	animation-name: slideAnimate;
	animation-duration: 3s;
}

.main-text{
	font-size: 40px;
	line-height: 48px;
	font-weight: 500;
	color: black;
}

@media screen and (max-width: 414px){
	.main-text{
		font-size: 28px;
		line-height: 38px;
	}
}

.nl-bg{
	background-size: cover !important;
}

.nl-form input{
	border: none;
	background: white;
	color: black;
	height: 40px;
	padding: 0 10px;
	margin: 0;
}

.nl-form button{
	border: none;
	height: 40px;
	margin: 0;
	background: #c1d129;
	color: white;
	padding: 0 35px;
	font-weight: 500;
	margin-left: -5px;
	cursor:pointer;
}

@media screen and (min-width:1000px){
.prodmaedescleft{
    padding-left: 80px;
}
}

.nl-form input[type ="email"]{
	max-width: 400px;
	min-width: 300px;
	width: 100%;
}

.nl-form input::placeholder{
	color: black;
}

.nl-form input:hover, .nl-form input:active, .nl-form input:focus, .nl-form button:hover, .nl-form button:active, .nl-form button:focus{
	outline: none;
}
.carousel-indicators li {
	background: #333;
}

@media screen and (max-width: 573px){
	.nl-form button{
		margin-left: 0px;
		margin-top: 20px;
	}
	.nl-form input[type ="email"]{
    	max-width: 100%;
    	min-width: 100%;
    	width: 100%;
    }
}

/* TABLET */
@media (min-width: 768px) {
	.sm-spacer150 {height: 150px;}
	.sm-spacer120 {height: 120px;}
	.sm-spacer90 {height: 90px;}
	.sm-spacer60 {height: 60px;}
	.sm-spacer30 {height: 30px;}
	.sm-spacer15 {height: 15px;}

	.sm-block150 {display: inline-block; width: 150px;}
	.sm-block120 {display: inline-block; width: 120px;}
	.sm-block90 {display: inline-block; width: 90px;}
	.sm-block60 {display: inline-block; width: 60px;}
	.sm-block30 {display: inline-block; width: 30px;}
	.sm-block15 {display: inline-block; width: 15px;}

	.sm-taleft {text-align: left;}
	.sm-tacenter {text-align: center;}
	.sm-taright {text-align: right;}
	.sm-tajustify {text-align: justify;}
}

/* DESKTOP */
@media (min-width: 992px) {
	.md-spacer150 {height: 150px;}
	.md-spacer120 {height: 120px;}
	.md-spacer90 {height: 90px;}
	.md-spacer60 {height: 60px;}
	.md-spacer30 {height: 30px;}
	.md-spacer15 {height: 15px;}

	.md-block150 {display: inline-block; width: 150px;}
	.md-block120 {display: inline-block; width: 120px;}
	.md-block90 {display: inline-block; width: 90px;}
	.md-block60 {display: inline-block; width: 60px;}
	.md-block30 {display: inline-block; width: 30px;}
	.md-block15 {display: inline-block; width: 15px;}

	.md-taleft {text-align: left;}
	.md-tacenter {text-align: center;}
	.md-taright {text-align: right;}
	.md-tajustify {text-align: justify;}
}

/* LARGE DISPLAY'S */
@media (min-width: 1200px) {
	.lg-spacer150 {height: 150px;}
	.lg-spacer120 {height: 120px;}
	.lg-spacer90 {height: 90px;}
	.lg-spacer60 {height: 60px;}
	.lg-spacer30 {height: 30px;}
	.lg-spacer15 {height: 15px;}

	.lg-block150 {display: inline-block; width: 150px;}
	.lg-block120 {display: inline-block; width: 120px;}
	.lg-block90 {display: inline-block; width: 90px;}
	.lg-block60 {display: inline-block; width: 60px;}
	.lg-block30 {display: inline-block; width: 30px;}
	.lg-block15 {display: inline-block; width: 15px;}

	.lg-taleft {text-align: left;}
	.lg-tacenter {text-align: center;}
	.lg-taright {text-align: right;}
	.lg-tajustify {text-align: justify;}
}

/* MOBILE */
@media (max-width: 767px) {
	.xs-spacer150 {height: 150px;}
	.xs-spacer120 {height: 120px;}
	.xs-spacer90 {height: 90px;}
	.xs-spacer60 {height: 60px;}
	.xs-spacer30 {height: 30px;}
	.xs-spacer15 {height: 15px;}

	.xs-block150 {display: inline-block; width: 150px;}
	.xs-block120 {display: inline-block; width: 120px;}
	.xs-block90 {display: inline-block; width: 90px;}
	.xs-block60 {display: inline-block; width: 60px;}
	.xs-block30 {display: inline-block; width: 30px;}
	.xs-block15 {display: inline-block; width: 15px;}

	.xs-taleft {text-align: left;}
	.xs-tacenter {text-align: center;}
	.xs-taright {text-align: right;}
	.xs-tajustify {text-align: justify;}
}

@media screen and (max-width: 1300px){
    #slideshow div.slideContent p {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 1024px) {
	/*#slideshow div.slideContent {
		top:20%;
	}
	.blockItem {
	    padding: 0 50px 0 20px;
	}
	#slideshow div.slideContent p {
		font-size:30px;
	}*/
	a.btnDefault {
    	padding: 6px 30px;
	}
}
@media (max-width: 768px) {
	#slideshow div.carousel-item{
		height: calc(100vh - 75px);
	}

	#slideshow div.carousel-item img:first-child{
		height: 100%;
		object-fit: cover;
	}

	#slideshow div.carousel-item img.animate{
		bottom: 100px;
		object-fit: contain;
		object-position: bottom;
		height: 50%;
	}

	#slideshow div.slideContent{
		z-index: 999;
	    width: 100%;
	    padding: 3%;
	    top: 40px;
	}

	#slideshow div.slideContent h5{
	}

	#slideshow div.slideContent p {
	    font-weight: 600;
		text-shadow: 0px 0px 2px #333;
	}

	#slideshow div.blockbg {
		position: absolute;
		z-index: 100;
		bottom: 0;
		height: 100px;
		padding: 0 3%;
		width: 100%;
		margin: 0;
	}

	#slideshow div.block-container{
		height: 100%;
		align-items: center;
		justify-content: center;
	}

	#slideshow div.blockItem {
	    padding: 0 10px 0 10px;
	    height: fit-content;
	}

	#slideshow .greenTitle {
	    color: #c1d129;
	    font-size: 20px;
	}

	#slideshow .text {
	    font-size: 14px;
	}

	#modStartHere div.item img {
		-webkit-filter: grayscale(0%);
	    filter: grayscale(0%);
	}
	#home div#slideshowProd img {
		height:450px;
	}
}
@media (max-width: 768px) {

	#slideshow div.slideContent{
		top: 20px;
	}

	#slideshow div.slideContent h5{
		text-align: center;
        margin: auto;
        margin-bottom: 20px;
	}

	#slideshow div.slideContent p {
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}

	#slideshow div.blockbg {
		padding: 0;
	}

	#slideshow .text {
		font-size: 12px;
	}

	#home div#slideshowProd img {
		height:400px;
	}
	.destaque-text{
		text-align: center;
	}
	.greenTitle img{
		max-height: 28px;
	width: 20px;
	}
}

@media (max-width: 425px) {
	.lang{
		margin: 20px 0;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	.greenTitle img{
		max-height: 25px;
	width: 18px;
	}

    #sobre .blockItem:nth-child(4){
        display: none;
    }
}

@media (max-width: 375px) {

	#slideshow div.slideContent{
		top: 20px;
	}

	#slideshow div.slideContent p {
		font-size: 18px;
		line-height: 22px;
	}

	#slideshow div.blockbg {
		padding: 0;
	}

	#slideshow .text {
		font-size: 11px;
	}

	#home div#slideshowProd img {
		height:220px;
	}
}

img {
	max-width: 100%;
}
