
body {
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
    font-family: 'DINPro', sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 14px !important;
}

h1,h2,h3,h4,h5,h6,p,a,span{
    font-family: 'DINPro', sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 14px !important;
}
/* ABOUT */
textarea{
    resize: none !important;
}

header.container{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

@media (min-width: 992px) {
    header.container{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

#about-main-image img{
    width: 100%;
    margin-bottom: 24px;
}

#about-content{
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

#about-team-list{
    padding: 0;
    margin: 0;
}

#about-team-list li{
    list-style: none;
}

@media (min-width: 992px) {
    #about-team-list{
        max-width: 50%;
        column-count: 2;
    }

    #about-team-list p{
        display: inline-block;
        margin-bottom: 8px;
    }
}

/* IMAGEM */

img {
    max-width: 100%;
    height: auto;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* TEXTO */
p{
    font-weight: 300;
    line-height: inherit;
    color: #6c6d6f;
}
a {
    color: #6c6d6f;
    transition: all ease-in-out .4s;
}
a:hover,
a:focus{
    color: #eb1c23;
    outline: none;
}
strong{
    font-weight: 700;
}
a.link-politica {
    font-size: 12px;
    color: #fff;
}
a.link-politica:hover,
a.link-politica:focus {
    color: #eb1c23;
}

/* HEADER */

.header-logo{
    width: 66px;
}

.navbar-nav {
    flex-direction: row;
    width: auto;
    padding: 0;
}
.navbar-nav .nav-link {
    padding: 0 0 0 28px;
    font-family: 'DINPro', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #5c5e5e;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease-in-out .4s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active{
    color: #040707;
    outline: none;
    text-decoration: underline;
}
a.s-instagram.social-link {
    width: auto;
    padding: 0 0 0 34px;
    margin-top: -3px;
    font-family: 'DINPro', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 14px;
    color: #5c5e5e;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease-in-out .4s;
}
a.s-instagram.social-link:hover,
a.s-instagram.social-link:focus{
    color: #040707;
    outline: none;
}
ul.menu-idiomas {
    flex-direction: row;
    width: auto;
    padding: 0;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul.menu-idiomas li{
    display: flex;
}
ul.menu-idiomas li a {
    padding: 0 0 0 28px;
    font-family: 'DINPro', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #5c5e5e;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease-in-out .4s;
}
ul.menu-idiomas li a:hover,
ul.menu-idiomas li a:focus{
    color: #040707;
    outline: none;
    text-decoration: underline;
}

/* MAIN CONTEUDO */
main#conteudo {
    min-height: calc(100vh - 137px);
}

/* @media (min-width: 1200px) {
    main#conteudo .container {
        max-width: 960px;
    }
}

@media (min-width: 1400px) {
    main#conteudo .container {
        max-width: 1140px;
    }
} */

/* HOME */
.copyright-container{
    position: absolute;
    left: 0;
    bottom: 0;
}

main#conteudo.conteudo-home {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    min-height: calc(100vh - 53px);
}
.container-home {
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-home .letra {
    position: relative;
    float: left;
    max-width: 24%;
}
.container-home-link a {
    padding: 0 0 0 28px;
    font-family: 'DINPro', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.7px;
    line-height: 20px;
    color: #5c5e5e;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease-in-out .4s;
}
.container-home-link a:hover,
.container-home-link a:focus{
    color: #040707;
    outline: none;
    text-decoration: underline;
}

/* PROJETOS */

p.pos-categoria{
    font-family: 'DINPro', sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    display: inline;
}
.row-lista-projetos {
    margin-left: -28px;
    margin-right: -28px;
}
.projeto-item-container {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 28px;
}
.projeto-item {
    position: relative;
}
.projeto-item img {
    width: 100%;
    height: auto;
    filter: grayscale(1);
    opacity: 1;
    transition: all linear .3s;
}
.projeto-item.nohover img {
    filter: grayscale(1);
    opacity: .5;
}
.projeto-item.focus img {
    filter: grayscale(0);
    opacity: 1;
}
.projeto-item h2{
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
    margin-bottom: 0;
}
.projeto-item h2 a{
    text-decoration: none;
    font-family: 'DINPro', sans-serif;
    font-weight: 300;
    color: #5c5e5e !important;
    opacity: 0;
    transition: all linear .3s;
    text-transform: uppercase;
}
.projeto-item.focus h2 a{
    opacity: 1;
}
.projeto-item h2 a .categoria{
    text-decoration: none;
    font-family: 'DINPro', sans-serif;
    font-weight: 700;
    margin-right: 12px;
}

.projeto-item h2 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 992px) {
    #filter-area{
        text-align: center;
    }
}

.btn {
    width: auto;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #5c5e5e;
    text-decoration: underline;
    transition: all ease-in-out .4s;
}
.btn:hover,
.btn:focus{
    outline: none;
    color: #fff;
    background: #5c5c5e;
    text-decoration: none;
}

button.categoria-projetos {
    color: #5c5c5e;
    background-color: #fff;
    border: none;
    text-transform: uppercase;
    transition: all linear .4s;
    font-family: 'DINPro', sans-serif;
    font-size: 11px;
}

button.categoria-projetos:hover,
button.categoria-projetos:focus,
button.categoria-projetos.active{
    color: #5c5c5e;
    font-weight: 700;
}

button.categoria-projetos:hover,
button.categoria-projetos:focus{
    text-decoration: underline;
}
span.separador-cat {
    color: #5c5c5c;
    font-weight: 400;
    font-family: 'DINPro', sans-serif;
    font-size: 11px;
    padding: 0 4px;
}
span.separador-cat:last-child {
    display: none;
}
/* PROJETO INTERNA */


@media (max-width: 768px){
    main#conteudo{
        min-height: calc(100vh - 220px);
    }

    .single-projeto .container{
        padding-left: 0;
        padding-right: 0;
    }

    .single-projeto .col-12{
        padding-left: 0;
        padding-right: 0;
    }

    .carousel-container{
        height: calc(100vh - 300px);
        display: flex;
        align-items: center;
    }

    .legenda{
        padding: 0 20px;
    }
}

.owl-carousel, .owl-carousel li{
    height: 400px;
    padding: 0;
    list-style: none;
}

.owl-carousel img{
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 768px){
    .owl-carousel, .owl-carousel li{
        height: calc(100vh - 200px);
    }
    .owl-carousel img{
        height: calc(100% - 40px);
    }
}

.owl-nav{
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.owl-prev, .owl-next{
    width: 35px;
    color: #5e5e5e;
    text-align: right;
    font-size: 18px;
    transition: all linear .3s;
}

.owl-prev{
    text-align: left;
}

.owl-prev:hover, .owl-next:hover{
    color: black;
}

.titulo, .legenda{
    text-decoration: none;
    font-family: 'DINPro', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #5c5e5e !important;
    margin-bottom: 12px;
    padding-top: 1.2%;
}

.titulo .categoria, .legenda .categoria{
    text-decoration: none;
    font-family: 'DINPro', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    margin-right: 12px;
}

.legenda{
    padding-top: 0;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}

@media (min-width: 992px){
    .legenda{
        margin: -48px 0 0 0;
    }
}

@media (max-width: 768px){
    .legenda{
        margin: -32px 0 0 0;
    }
    .owl-carousel, .owl-carousel li{
        height: 280px;
    }
}


/* CONTATO */

.text-center{
    padding-top: 100px;
}

.container-contato{
    padding-top: 4.5rem !important;
}

.form-group.btn-container {
    margin-bottom: 0;
}
textarea#contato-mensagem {
    height: 80px;
}
a.link-contato {
    font-family: 'DINPro', sans-serif;
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #5c5e5e;
    text-decoration: none;
    transition: all ease-in-out .4s;
    text-transform: uppercase;
}
a.link-contato:hover,
a.link-contato:focus{
    color: #040707;
    outline: none;
    text-decoration: underline;
}
.endereco {
    font-family: 'DINPro', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #5c5e5e;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease-in-out .4s;
    margin-bottom: 0;
}
.mapa iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    width: 100%;
}

/* FOOTER */
footer p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    color:#7f7f7f;
}


/* FORMULARIO */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: none !important; /* Yellow */
}
.wpcf7 form .wpcf7-response-output{
    padding: 0 !important;
    margin-left: 0 !important;
}

.wpcf7 .form-group br{
    display: none;
}
.wpcf7 .form-group {
    margin-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 textarea,
.wpcf7 select {
    font-family: 'DINPro', sans-serif;
    width: 100%;
    min-height: 35px;
    border-radius: 0px;
    padding: 8px 10px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #5c5e5e;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 1rem;
    text-align: left;
    color: #040707;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-bottom: 1px solid #040707;
    -webkit-box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.3); 
    box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.3);
}
.wpcf7 select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='16' viewBox='0 0 28 16'%3E%3Cg id='União_1' data-name='União 1' transform='translate(27 1) rotate(90)' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14,13,0,26ZM0,0,14,13Z' stroke='none'/%3E%3Cpath d='M 0 3.814697265625e-06 L 14 13.00007438659668 L 0 3.814697265625e-06 M 14 13.00007438659668 L 0 26.00044441223145 L 14 13.00007438659668 M 0.0002317428588867188 -1 C 0.2437820434570313 -1 0.4879016876220703 -0.9115848541259766 0.680450439453125 -0.7327861785888672 L 14.6725959777832 12.25999164581299 C 14.68439483642578 12.27073764801025 14.69600486755371 12.28183078765869 14.70738983154297 12.29323768615723 C 14.7902250289917 12.37602138519287 14.85557079315186 12.46999263763428 14.90333557128906 12.57052230834961 C 14.9677267074585 12.70584106445313 14.99981498718262 12.85228061676025 15.00000190734863 12.99853706359863 C 15.0002555847168 13.14575862884521 14.96818256378174 13.29331302642822 14.90338039398193 13.42953395843506 C 14.85561370849609 13.53009700775146 14.79019832611084 13.62415313720703 14.7073392868042 13.70696067810059 C 14.69600200653076 13.71832084655762 14.6844539642334 13.72935009002686 14.67270565032959 13.7400541305542 L 0.6804599761962891 26.73322486877441 C 0.487940788269043 26.91200065612793 0.2437458038330078 27.00044822692871 0.0002260208129882813 27.00044822692871 C -0.2681646347045898 27.00044822692871 -0.5357513427734375 26.89309120178223 -0.7327804565429688 26.68090438842773 C -1.108590126037598 26.27620315551758 -1.085169792175293 25.64346504211426 -0.6804599761962891 25.26766395568848 L 12.53040504455566 13.00008296966553 L -0.680450439453125 0.7327938079833984 C -1.085160255432129 0.35699462890625 -1.108599662780762 -0.2757358551025391 -0.7327899932861328 -0.6804466247558594 C -0.5357837677001953 -0.8926067352294922 -0.2681264877319336 -1 0.0002317428588867188 -1 Z' stroke='none' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
    background-position: right 18px top 50%;
    cursor: pointer;
}
.wpcf7 button,
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"] {
    font-family: 'DINPro', sans-serif;
    width: auto;
    background: #fff;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0;
    text-align: center;
    color: #5c5e5e;
    text-decoration: none;
    transition: all ease-in-out .4s;
}
.wpcf7 button:hover,
.wpcf7 input[type="button"]:hover,
.wpcf7 input[type="reset"]:hover,
.wpcf7 input[type="submit"]:hover,
.wpcf7 button:focus,
.wpcf7 input[type="button"]:focus,
.wpcf7 input[type="reset"]:focus,
.wpcf7 input[type="submit"]:focus {
    outline: none;
    color: #040707;
    transform: scale(1.1);
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    background-color: #fff;
}
.wpcf7 form label {
    font-family: 'DINPro', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #5c5e5e;
    text-decoration: none;
    transition: all ease-in-out .4s;
    text-transform: uppercase;
}
::-webkit-input-placeholder {color: #606060; opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder {color: #606060; opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder {color: #606060; opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder {color: #606060; opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder {color: #606060; opacity: 1; transition: opacity .5s; } /* Modern Browsers */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */

/* SPLIDE */
.splide--fade .splide__track .splide__list .splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}
.splide--fade .splide__track .splide__list .splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.splide__arrow {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    z-index: 1;
}
button.splide__arrow {
    width: 14px;
    height: 12px;
    object-fit: fill;
    text-align: right;

}
.splide__arrow--next {
    right: 0em;
}
.splide__arrow--prev {
    right: 40px;
    left: auto;
}
.splide__arrow svg {
    width: auto;
    height: 100%;
    fill: #7d7f7f !important;
    transition: fill .2s linear;
    -webkit-filter: drop-shadow( 0px 0px 0px rgba(0, 0, 0, .7));
    filter: drop-shadow( 0px 0px 0px rgba(0, 0, 0, .7));
}
.splide__arrow:hover svg {
    fill: #040707 !important;
}
.splide__pagination__page {
    width: 16px;
    height: 16px;
    background: #fff;
    margin: 6px;
}
.splide__pagination__page:hover {
    cursor: pointer;
    background: #040707;
}
.splide__pagination__page.is-active {
    transform: scale(1.2);
    background: #040707;
}
.splide__pagination {
    bottom: 1.5em;
}
.splide__progress {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.splide__progress__bar{
    height: 6px;
    background-color: #040707;
}
/* FANCYBOX */
.fancybox-caption .fancybox-caption__body {
    text-transform: uppercase;
    font-size: 18px;
}

/* AJUSTES CLASS WIDTH BOOTSTRAP */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.w-sm-100 {
		width:100%!important;
	}
	.w-sm-75 {
		width:75%!important;
	}
	.w-sm-50 {
		width:50%!important;
	}
	.w-sm-25 {
		width:25%!important;
	}
	.h-sm-100 {
		height:100%;
	}
	.h-sm-75 {
		height:75%;
	}
	.h-sm-50 {
		height:50%;
	}
	.h-sm-25 {
		height:25%;
	}
}
	
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.w-md-100 {
		width:100%!important;
	}
	.w-md-75 {
		width:75%!important;
	}
	.w-md-50 {
		width:50%!important;
	}
	.w-md-25 {
		width:25%!important;
	}
	.h-md-100 {
		height:100%;
	}
	.h-md-75 {
		height:75%;
	}
	.h-md-50 {
		height:50%;
	}
	.h-md-25 {
		height:25%;
	}
}
	
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.w-lg-100 {
		width:100%!important;
	}
	.w-lg-75 {
		width:75%!important;
	}
	.w-lg-50 {
		width:50%!important;
	}
	.w-lg-25 {
		width:25%!important;
	}
	.h-lg-100 {
		height:100%;
	}
	.h-lg-75 {
		height:75%;
	}
	.h-lg-50 {
		height:50%;
	}
	.h-lg-25 {
		height:25%;
	}
}
	
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.w-xl-100 {
		width:100%!important;
	}
	.w-xl-75 {
		width:75%!important;
	}
	.w-xl-50 {
		width:50%!important;
	}
	.w-xl-25 {
		width:25%!important;
	}
	.h-xl-100 {
		height:100%;
	}
	.h-xl-75 {
		height:75%;
	}
	.h-xl-50 {
		height:50%;
	}
	.h-xl-25 {
		height:25%;
	}
}

/* MODAL ANIMATION */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

/*Left*/
.modal.left.fade .modal-dialog{
    left: -100%;
    -webkit-transition: opacity 0.3s linear, left 0.4s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.4s ease-out;
         -o-transition: opacity 0.3s linear, left 0.4s ease-out;
            transition: opacity 0.3s linear, left 0.4s ease-out;
}

.modal.left.fade.show .modal-dialog{
    left: 0;
}
    
/*Right*/
.modal.right.fade .modal-dialog {
    right: -100%;
    -webkit-transition: opacity 0.3s linear, right 0.4s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.4s ease-out;
         -o-transition: opacity 0.3s linear, right 0.4s ease-out;
            transition: opacity 0.3s linear, right 0.4s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

@media (max-width: 1280px) {

}

@media (max-width: 992px) {
    #menuModal .modal-dialog {
        width: 100%;
        min-width: 100%;
        margin: 0;
    }
    #menuModal .modal-dialog .modal-content {
        border: none;
        border-radius: 0;
        min-height: 100vh;
        justify-content: center;
        align-items: center;
    }
    #menuModal .modal-body {
        padding: 0;
        width: 100%;
    }
    button.btn-menu {
        border: 0;
        background-color: #fff;
        font-size: 22px;
        color: #4f4c4d;
    }
    #menuModal .modal-dialog .modal-content button.btn-close {
        opacity: 1;
        border-radius: 0;
        position: absolute;
        top: 4vw;
        right: 4vw;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 0;
        font-size: 0;
        transition: all ease-in-out .4s;
        width: 40px;
        height: 40px;
        color: #4f4c4d
    }
    #menuModal .modal-dialog .modal-content button.btn-close i.fas.fa-times {
        font-size: 28px;
    }
    .container-menu {
        justify-content: center;
        min-height: 100vh;
    }
    .container-menu .row {
        justify-content: center;
    }
    .navbar-nav {
        flex-direction: column;
        width: auto;
        padding: 0 0 120px 0;
    }
    .navbar-nav .nav-link {
        padding: 0 0px 42px 0px;
        font-family: 'DINPro', sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        color: #5c5e5e;
        text-transform: uppercase;
        text-decoration: none;
        transition: all ease-in-out .4s;
        text-align: center;
    }
    a.s-instagram.social-link {
        width: auto;
        padding: 0 0 0 0px;
        margin-top: -3px;
        font-family: 'DINPro', sans-serif;
        font-weight: 700;
        font-size: 34px;
        line-height: 14px;
        color: #5c5e5e;
        text-transform: uppercase;
        text-decoration: none;
        transition: all ease-in-out .4s;
    }
    ul.menu-idiomas li a {
        padding: 0 0 0 28px;
        font-family: 'DINPro', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color: #5c5e5e;
        text-transform: uppercase;
        text-decoration: none;
        transition: all ease-in-out .4s;
    }
    .wpcf7 form label {
        width: 100%;
        text-align: center;
    }
    textarea#contato-mensagem {
        height: 44px;
    }
    .wpcf7 .form-group {
        margin-bottom: 5%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .container-fluid.container-mapa {
        padding: 0;
    }
    .mapa {
        padding: 0;
    }
    .projeto-item-container {
        padding-left: 18vw;
        padding-right: 18vw;
        padding-bottom: 32px;
    }
    .projeto-item img {
        opacity: 1;
    }
    .projeto-item h2 a {
        text-decoration: none;
        font-family: 'DINPro', sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 18px;
        color: #5c5e5e !important;
        opacity: 1;
        transition: all ease-in-out .4s;
    }
    .projeto-item h2 a .categoria {
        text-decoration: none;
        font-family: 'DINPro', sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        margin-right: 12px;
        width: 100%;
        display: block;
        padding-top: 12px;
    }
    .splide__arrow {
        background: transparent;
        border: 0;
        cursor: pointer;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(0%);
        z-index: 1;
    }
    .splide__arrow--prev {
        left: 1em;
    }
    #galeria-projeto img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
    div#galeria-projeto {
        min-height: 250px;
        height: calc(60vh - 244px);
    }

    .titulo .categoria {
        text-decoration: none;
        font-family: 'DINPro', sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
    .titulo {
        text-decoration: none;
        font-family: 'DINPro', sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 32px;
        color: #5c5e5e !important;
        margin-bottom: 12px;
        padding-top: 1.2%;
    }
 
}


