body {
   font-family: Corals;
   color: #202020;
}
h1 {
	font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 0;
}
h2 {
	font-weight: 600;
}
#contactos {
	font-weight: 600;
}
.dropmenu-lang a {
	color:#000;
	text-transform: uppercase;
}
.navbar-nav span {
	margin-right: 10px;
}
#produtos .title p, #empresa .title p, #portfolio .title p {
    font-weight: 400;
    font-size: 30px;
}

#contactos #map-canvas{
	margin-right: -45px;
	height: 400px;
}
.buttonLink {
	float: left;
    border: solid 2px black;
    margin: 10px 0 0 10px;
    padding: 10px;

}
.buttonLink a {
    color: #000;
    font-weight: 600;
	line-height: 20px;
text-transform: capitalize;
}
.row{
	margin: 0 !important;
}
h3.title {
	font-weight: 600;
	font-size: 40px;
}
.flex {
	display: flex;
    align-items: center;
}

hr.bar {
	border: 1px solid;
    width: 60px;
    display: inline-block;
    margin: 30px;
}
#modManual span{
	font-weight: 600;
}
#modManual p{
	margin-bottom: 0px;
}
.descriptionSlider {
	position: absolute !important;
    bottom: 0;
    padding: 10px;
    color: #fff;
	font-size: 20px;
}

.line-form input{
    width: 100%;
    text-transform: none;
}
.line-form textarea{
    width: 100%;
    text-transform: none;
}
.line-form label{
    margin: 20px 0 5px 0;
    font-size: 15px;
    text-transform: none;
    color: #929292;
}

/*FAQ'S*/

.icon-action {
    margin-top: 10px;
    font-size: 100%;
    color: rgba(0,0,0,.7);
    transform: rotate(0deg);
    transition: transform 300ms ease-in;
}

.open .icon-action{
    transform: rotate(180deg);
}

.title-faq {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Corals', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: rgba(0,0,0,.7);
}

.card-body{
    font-size: 16px;
}

@media screen and (max-width: 425px){
    .title-faq {
        font-size: 13px;
        padding: 0;
    }
    .card-header{
        padding: 5px 10px 0 5px;
    }
    .card-group-item .col-1, .card-group-item .col-11{
        padding: 5px !important;
    }
}


@media screen and (max-width: 1199px){
    .menu .nav-item {
    margin-left: 37px !important;
}
}

@media screen and (max-width: 425px){
    .line-form label{
        font-size: 12px;
    }
}

.descriptionSlider a {
	color: #ffa6a6;
}
.descriptionSlider span.small {
	background: #be0811;
    padding: 5px;
    font-weight: 600;
    margin-left: 10px;
}

/* MENU NAV*/
header{
	position: fixed;
	height: 60px;
	background: white;
	z-index: 9999;
	width: 100vw;
	top: 0;
}

.logo {
	width: 130px;
	margin-top: 30px;
    z-index: 1;
    position: absolute;
}

.menu {
	height: 60px;
	background: inherit !important;
}

.menu .nav-item{
	margin-left: 63px;
	position: static;
}
.menu .nav-item:last-child{
	position: relative;
}

.menu .nav-item a.nav-link{
	text-transform: uppercase;
	font-family: 'Corals', sans-serif;
	font-weight: 600;
    font-size: 14px;
}

.h1_obras{
    text-transform: none;
}

.dropdown-menu{
	border-radius: unset;
	border: none;
	margin-top: 6px;
    padding: 20px;
}

.menu li{
	list-style: none;
}

.submenu-title{
	/* align-items: center; */
	flex-direction: column;
}

.submenu-title p{
	color: #bf0811;
	font-family: 'Corals', sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin: 10px 0;
}

.submenu-title p a{
	color: black;
	font-family: 'Corals', sans-serif;
	font-weight: 600;
	font-size: 15px;
}

.submenu-title p a:hover{
	color: #bf0811;
}

.subsub a{
	font-family: 'Corals', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: none;
}

.subsub a:hover{
	background: none;
	color: #bf0811;
}

.dropdown-menu{
	width: 70%;
    left: 25%;
}




/*buttun orçamento*/

button.orcamento {
	position: absolute;
	height: 110px;
	width: 75px;
	background: white;
	right: 75px;
	top: 400px;
	z-index: 999;
	color: #999999;
	flex-direction: column;
	border: none !important;
	outline: none !important;
	cursor: pointer;
}

button.orcamento:active:hover:checked:focus:focus-within{
	outline: none !important;
	border: none;
}

.orcamento img{
	width: 50px;
}

.orcamento p {
	width: 55px;
    font-weight: 600;
	font-size: 12px;
    margin-bottom: 6px;
}

/*POP UP*/
.pop-up{
	top: calc(50% - 285px);
	border-radius: 0;
}

.modal-content{
	border: none;
	border-radius: 0;
}

.pop-up .title{
	background-color: #1a1a1a;
	color: white;
	position: relative;
}

.pop-up .title h2{
	font-family: 'Corals', sans-serif;
	font-weight: 600;
	font-size: 45px;
}

.popup-img{
	background: white;
	position: absolute;
	top: -35px;
	width: 50px;
    height: 75px;
}

.pop-up .container-fluid{
	height: 630px;
}

.modal-content .row:first-child{
	height: 100%;
}

.contact-form .row{
    height: unset !important;
}

.pop-up form{
	display: flex;
	flex-flow: column;
	padding-left: 116px;
	padding-right: 50px;
	margin-top: 20px;
}
#contactos .pop-up form{
	display: flex;
	flex-flow: column;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
}

.pop-up form input, .pop-up form textarea{
	border: none;
	border-bottom: solid 2px black;
	margin: 20px 0 5px 0;
	outline: none;
}

.pop-up form textarea{
	overflow-y: auto;
	resize: none;
}

.pop-up form input:focus, .pop-up form textarea:focus{
	outline: none;
}

.pop-up form input::placeholder, .pop-up form textarea::placeholder{
	color: black;
	font-weight: 600;
}

.pop-up button[type="submit"]{
	background: #e40e18;
	border: none;
	color: white;
	width: fit-content;
	padding: 10px 25px;
	outline: none;
	margin-top: 20px;
	align-self: flex-end;
}

.pop-up button[type="submit"] p{
	margin-bottom: 0px;
	text-transform: uppercase;
}

.pop-up .close{
	opacity: 1;
	outline: 0;
}

/* Slideshow  */
#slideshow {
    margin-bottom: 60px;
	position: relative;
}


#slideshow h1{
	color: white;
	font-size: 'Corals', sans-serif;
	font-weight: 200;
	text-align: center;
	width: fit-content;
	font-size: 120px;
	text-shadow: 0px 0px 1px #999;
	display: block;
}

.slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
    object-position: center center;
}

#slideshow .slider {
	margin: 30px 60px 60px 60px;
	height: calc(100vh - 120px);
}
.slider {
	overflow: hidden;
}
.slick-dots{
	z-index: 999;
	bottom: 0;
	background: white;
	width: auto;
	padding: 0 10px;
	right: 250px;
	min-width: 150px;
}

.slider div{
	position: inherit !important;
}

.slick-dots li button:before{
	font-size: 30px;
}

.slick-dots li[aria-hidden="false"] > button:before{
	color: #bf0811;
}

/*empresa*/
.cover{
    height: 450px;
    margin: 0 60px 60px;
}

.cover img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}

/* Footer */

footer{
	background: #1a1a1a;
}

footer img{
	width: 100%;
    height: unset;
}

footer img.log_qual{
	width: 200px;
}

.critec{
	font-family: 'Gilroy';
	color: white;
	font-size: 24px;
	margin: 0;
	font-weight: 800;
}

.copyright{
	color: white;
	text-align: center;
}

.bgGrey {
	background:#eee;
}

.bgDark {
	background:#1a1a1a;
	color:#FFF;
}

/*Mobile fix*/
.slick-list, .slick-track{
    height: 100%;
}

@media screen and (max-width: 1200px){
    #slideshow h1 {
        font-size: 80px;
    }
	.navbar-collapse {
		max-height: 85vh;
OVERFLOW-Y: scroll;
	}
}

@media screen and (max-width: 991px){
    button.orcamento {
        right: 60px;
    }
}

@media screen and (max-width: 670px){
    #slideshow .slider{
        margin: 0;
    }
    .slick-dots{
        right: 0;
    }
    #slideshow{
        margin: 0;
    }
    .cover{
        margin: 0 0px 60px;
    }
	.slider-mini {
		margin-top: 25px !important;
		margin-bottom: 80px !important;
	}
}

@media screen and (max-width: 425px){
    #slideshow h1 {
        font-size: 40px;
    }
    .buttonLink{
        width: 100%;
        margin: 15px 0 0 0;
    }
    #modManual span{
        white-space: nowrap;
    }
    h1{
        font-size: 50px;
    }
    .port-description{
        font-size: 20px;
    }
}

.buttonLink a:hover{
    color: black;
}

/* 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;}

	.dropmenu-lang {
		left: -20px;
	    min-width: 100px;
	    width: 100px;
	    position: absolute;
	}
}

/* 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;}

	#contactos #map-canvas{
		margin-right: 0px;
	}
}
@media (max-width: 1023px) {
	.navbar-nav {
		background: #fff;
		text-align: center;
		margin-top: 30px;
	}
	.nav-lang {
	    justify-content: center!important;
	}
	.dropdown-menu {
	    width: 100%;
	    margin: 0;
	    padding: 0px;
	    background: #efefef;
	    font-weight: 200;
	}
	.submenu-title p a {
		font-weight: 400;
		font-size: 14px;
	}
	.subsub a {
	    text-transform: uppercase;
	    font-weight: 400;
	}
	.submenu-title, .subsub {
	    flex-direction: row;
	}
	.menu .nav-item {
		margin-left: 0 !important;
	}
	.logo {
	    margin-top: 25px;
	}
}
a {color:#e40e18;}
a:hover {color:#8a0107;}
#submit {
	cursor: pointer;
}
img {
	max-width: 100%;
}

.vintevinte{
    margin-bottom: 10px;
    width: 80%;
}

@media screen and (max-width: 767px){
    .vintevinte{
        margin-bottom: 0px;
    }
}

.modal-dialog textarea::placeholder{
    font-size: 12px;
}
