body {
	background: rgba(243,243,243,0.5) url(/images/logobg.png) top left no-repeat;
    font-family: Open Sans, sans-serif;
	color: #333333;
	font-size: 14px;
    text-rendering: optimizelegibility;
    background-attachment: fixed;
}

*:focus{
	outline: none!important;
	box-shadow: none!important;
}

a{
    color: #e32026;
}

a:hover{
    text-decoration:none;
    color: #f7c200;
}

.wsmenu{
    width: 100%;
    border-left: 0;
}

.logo{
    padding: 9px 0;
}

.logocont{
    width: 25%;
}

.wsmenu>.wsmenu-list>li.wssearchbar {
    width: 20%;
    float: right;
    padding-left: 15px;
    padding-top: 6px;
}

.wsmenu>.wsmenu-list>li:hover>a.logo {
    background-color: #ffffff;
    color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
    min-height: 320px;
}

.wsmenu>.wsmenu-list>li .wstheading a {
    color: #888888;
}

.wsmenu>.wsmenu-list>li .wstheading a:hover {
    color: #e32026;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
    width: 100%;
    display: block;
    position: relative;
    background-color: #ffffff;
}

.headerfull{
    border-top: 4px solid #f7c200;
    height:auto;
}

.carousel-indicators li{
	background-color: #e32026;
}

.carousel-item{
    background-size: cover !important;
    height: 75vh;
}

.fp-slides{
    box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #e32026;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    border: 2px solid #fff;
}

.txt {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 70px;
    line-height: 0.866;
    color: #fff;
    text-shadow: 5px 7px 9px rgba(0, 0, 0, 0.35);
    letter-spacing: -4px;
}

.txtindex .txt1 {
    z-index: 5;
}

.txtindex .txt2 {
    z-index: 4;
    margin-top: -12px;
}

.txtindex .txt3 {
    z-index: 3;
    margin-top: -12px;
}

.txtindex {
    position: absolute;
    top: 50%;
}

.txtindex.right {
    right: 60px;
}

.txtindex.left {
    left: 60px;
}
.fp-slides {
	height:auto;
}

.bdotted{
	border-bottom: 1px dashed #dddddd;
}

.txt-red{
	color: #e32026 !important;
}

.txt-white{
	color: #ffffff !important;
}

.txt-grey{
    color: #666666 !important;
}
.txt-lgrey{
    color: #999999 !important;
}

.txt-shadow{
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.txt-bold{
	font-weight: 700;
}

.parallax {  
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.no-padding{
	padding:0;
}

.border-white{
    border: 1px solid #ffffff;
    min-width: 120px;
}

.form-control{
    height: auto;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e32026;
    background-color: transparent;
    padding: 1.29em 0.8em 0.4em 0.8em;
    font-size: 13px;
}

.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.newsletter{
    transition: all 0.3s ease 0s;
    height: 150px;
    overflow: hidden;
}

.newsletter .bt-slide-news{
    transition: all 0.3s ease 0s;
}

.newsletter.active{
    height: 280px;
}

.newsletter.active .bt-slide-news{
    transform: rotate(180deg);
}

.newsletter .form-control:focus{
    background-color:#ffffff;
}

.newsletter .form-control{
    border-bottom: 0;
    background-color: #ffffff;
}

.ffl-wrapper .ffl-label {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    top: 0.8em;
    left: 1.9em;
}

.ffl-wrapper.ffl-floated .form-control {
    padding: 1.29em 0.8em 0.4em 0.8em;
}

.ffl-wrapper.ffl-floated .ffl-label {
    top: .25rem;
    left: 1.9em;
    color: #e32026;
}

footer{
    background: #000000 none repeat scroll 0 0;
    padding: 30px 0;
    color: #ffffff;
}

footer a{
    color: #ffffff;
}

footer a:hover{
    color: #e32026;
}

footer i{
    min-width: 15px;
}

footer hr{
    margin:4px 0px;
    border-top: 1px dashed rgba(255,255,255,0.25);
}

#mapCont{
    min-height: 400px;
}

.input-group-text{
    border:0;
    border-radius:0;
    background-color: transparent;
    color: #e32026;
    border-bottom: 1px solid #e32026;
}

.legais h3, .legais h4{
    color: #e32026;
}

.titulo{
    font-weight: 500;
    color: #666666;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.titulow{
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.titulo i{
    color: #f7c200 !important;
}

h1{
    font-size: 30px;
}

h2{
    font-size: 24px;
}

h3{
    font-size: 18px;
}

h1,h2,h3,h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

hr.line{
    margin:4px 0px;
    border-top: 1px solid rgba(0,0,0,0.25);
}

.box {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: block;
    transition: all 0.3s ease 0s;
    position: relative;
}

.box-prod {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: block;
    transition: all 0.3s ease 0s;
    position: relative;
}

.box-prod:hover {
    box-shadow: 0px 25px 25px rgba(0,0,0,0.1);
    position: relative;
    z-index: 100;
    transform: translate(0, -10px);
}

.slick-track{
    padding-top: 30px;
}

.slick-list{
    margin-left: -15px;
    margin-right: -15px;
}

.prod-overlay {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    padding: 5px;
    opacity:0;
    transition: all 0.4s ease 0s;
}

.box-prod:hover .prod-overlay{
    opacity:1;
}

.rounded{
    border-radius: 5px;
}

.bgred{
    background-color: #e32026;
    color: #ffffff;
}

.bgred a{
    color: #ffffff;
}

.bgred a:hover{
    color: #f7c200;
}

.bggrey{
    background-color: #cfd3d6;
    color: #ffffff;
}

a.btn-chamilar {
    height: auto;
    padding: 10px;
    text-align: center;
    display: block;
    outline: none;
    border: none;
    background-color: #000000;
    color: #ffffff;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    border-radius: 5px;
}

a.btn-chamilar-red {
    height: auto;
    padding: 10px;
    text-align: center;
    display: block;
    outline: none;
    border: none;
    background-color: #e32026;
    color: #ffffff;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    border-radius: 5px;
    max-width: 200px;
}

a.btn-chamilar:hover, .btn-chamilar-red:hover {
    background: #f7c200;
    color: #000000;
    text-decoration: none;
}

.marca {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.marca:hover{
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}

.single-feature {
    background: #fff none repeat scroll 0 0;
    margin-left: -1px;
    padding: 50px 30px 30px;
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    height: 100%;
}

.single-feature:hover {
    box-shadow: 0px 60px 60px rgba(0,0,0,0.1);
    position: relative;
    z-index: 100;
    transform: translate(0, -10px);
}

.pb-30{
    padding-bottom: 30px;
}

.mb-30{
    margin-bottom: 30px;
}

main{
    padding-top: 115px;
}

.wsmenu>.wsmenu-list>li>.navtext {
    line-height: 16px;
    text-align: right;
    padding: 20px 20px;
    margin: 0px;
}

[aria-label="breadcrumb"]{
    background-color: #e9ecef;
}

.breadcrumb{
    margin-bottom: 0;
}

.breadcrumb-item a, .breadcrumb-item{
    color: #999999;
    text-transform: uppercase;
}

.breadcrumb-item.active {
    color: #e32026;
}

.img-zoom {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,0.5);
}

.img-link:hover .img-zoom {
    opacity: 1;
}

.zoom-icon {
    background-color: #e32026;
    color: white;
    font-size: 16px;
    padding: 16px 17px;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}

.zoom-icon i{
	width: 32px;
	height: 32px;
	text-align: center;
}

a.bt-slide-news{
    color: #ffffff;
    padding: 5px 10px 10px 10px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    display: block;
    width: 38px;
    height: 38px;
    margin:auto;
}

.accordion{
    width: 100%;
}

.card{
    border-left:0;
    border-right: 0;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 0!important;
}

.card-header a{
    padding: 10px 15px;
    display: block;
    transition: all 0.3s ease 0s;
    position:relative;
    background-color: #333333;
    color:#f7c200;
}

.card-header a.collapsed{
    color: #999999;
    background-color: #ffffff;
}

.card-header a:hover{
    background-color: #333333;
    color:#f7c200;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0,0,0,.125);
}

.card-header a i{
    position: absolute;
    right: 15px;
    top: 8px;
}

.card-header a.collapsed i{
    transform: rotate(180deg);
}

.accordion>.card{
    border-radius: 0!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #e32026;
    background-color: #fff;
	border-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15)!important;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
	border-radius: 0;
	border-color: #e9ecef #e9ecef #dee2e6;
	color: #666666;
	background-color: #f5f5f5;
}

.nav-tabs .nav-link:hover {
	color:#f7c200;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15)!important;
}

.prod-nav{
	width: 25%;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-link {
    display: block;
    padding: .5rem .5rem;
}

.dashed{
	border-bottom: 1px dashed #eeeeee;
	display: block;
	position: relative;
}

.file-size{
	position: absolute;
    right: .5rem;
    top: .5rem;
}

.tab-content{
    height: 88%;
    padding:0;
}

.tab-pane{
	height: 100%;
}

.separador{
	border-right: 1px solid #eeeeee;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tit-catalogo{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
    font-weight: 700;
}

.portfolio-link{
    overflow: hidden;
    height: 140px;
}

.portfolio-img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grid-item {
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
}

button.port-filter{
    display: inline-block;
    padding: 10px 20px;
    margin-right: 0px;
    background-color: #dbdfe3;
    color: #85909b;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 4px;
    border:0;
    text-transform: uppercase;
}

button.port-filter:hover, button.port-filter.actual {
    background-color: #e32026;
    color: #ffffff;
}

.top-port{
    overflow: hidden;
    position: relative;
}

.top-port img{
    object-fit: cover;
    width: 100%;
}

.port-square{
    color: #fff !important;
    background-color: rgba(48,63,81,.67);
    padding: 25px;
    position: absolute;
    top: 100px;
    left: 30%;
    width: 450px;
    height: 350px;
}

.port-square h1{
    font-weight: 700;
}

.tit-port-square{
    position: absolute;
    width: 400px;
    left: 25px;
    bottom: 25px;
    line-height: 30px;
    border-top: 2px solid #ffffff;
}

@media (max-width: 767px){
    .grid-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .port-square{
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
        width: auto;
        height: auto;
        padding: 20px;
    }
    .port-square h1{
        font-size: 20px;
    }
    .tit-port-square{
        left: 20px;
        bottom: 10px;
        width: calc(100% - 40px);
    }
}

@media (min-width: 768px){
}

@media (min-width: 992px){
	.space-lg{
		padding: 0 30px;
	}
	.smartphone{
		display: none;
	}
	.stickybox {
		position: sticky;
		position: -webkit-sticky;
		top: 110px;
		height: fit-content;
	}
	#filtros.collapse{
		display: block !important;
	}
}

@media only screen and (max-width: 991px){
    .wsmobileheader>.smllogo {
        display: block;
        width: 130px;
        margin: 7px auto 0px auto;
        float: none;
        padding-left: 0px;
    }
    .txt{
        font-size: 50px;
    }
    .txtindex.left, .txtindex.right {
        left: 30px;
        right: 30px;
        text-align: center;
    }
    .txtindex .txt2 {
        z-index: 4;
        margin-top: -5px;
    }
    .wsmenu>.wsmenu-list>li>.wsmenu-click {
        border-left: 1px solid rgba(0, 0, 0, 0.13);
        cursor: pointer;
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        z-index: 10;
    }
    .parallax {
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    main{
        padding-top:60px;
    }
    .newsletter.active{
        height: 400px;
	}
	.separador{
		border-right: 0;
	}
	nav[aria-label="breadcrumb"]{
		margin-top: 40px;
	}
}