@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "myfont";
    src: url("../includes/lausanne-regular.woff") format("woff");
}
body {
    overflow-x: hidden;
    background-color: #FFF;
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "myfont", sans-serif;
    font-weight: 100;
    color: #000;
    -webkit-font-smoothing: antialiased;
}
#header-site {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    position: absolute;
    display: flex;
}
.cookieConsentContainer {
    z-index: 99999;
    width: 450px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #232323!important;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none
}
.cookieConsentContainer .cookieTitle a {
    color: #fff;
    line-height: 20px;
    display: block
}
.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 20px;
    display: block;
    margin-top: 10px
}
.cookieConsentContainer .cookieDesc a {
    color: #fff;
    text-decoration: underline
}
.cookieConsentContainer .cookieButton a {
    display: inline-block;
    color: #fff;
    margin-top: 14px;
    background: #000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s
}
.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #3e9b67
}
#touch {
    display: block;
    position: absolute;
    z-index: 999999;
    right: 18px;
    top: 10px;
}
#menu {
    display: none;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    opacity: 0.95;
}
#menu ul {
    list-style: none;
    padding: 45px 200px;
    background-color: transparent;
}
#menu ul li {
    font-size: 30px;
    padding: 10px 10px 10px 10px;
}
#menu ul li a {
    display: block;
    padding: 0 20px;
    text-decoration: none;
    color: #000;
}
#menu ul li a:link {
    color: #000;
}
#menu ul li a:visited {
    text-decoration: none;
    color: #000;
}
#redes {
    padding: 0 230px;
}
#redes img {
    width: 50px;
    cursor: pointer;
    padding-right: 10px;
}
#logo-berender {
    background-image: url(../images/logo2022.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 273px;
    height: 50px;
    margin-left: 100px;
    top: 0;
    z-index: 9999;
    position: relative;
}
.logo-top {
    width: 100%;
    padding-top: 15px;
}
.logo-top img {
    width: 181px;
    margin-left: 128px;
}
#bg {
    width: 100%;
    position: absolute;
    margin: 0;
    top: 0;
    height: 53px;
    background-color: #3D3D3D;
}
.banners-header {
    width: 100%;
    height: 900px;
    overflow: hidden;
    margin: auto;
    display: block;
    position: relative;
}
.banners-projetos {
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: auto;
    display: block;
    position: relative;
}
.banners-projetos img {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    object-fit: cover;
}
.banners-header img {
    width: 100%;
    height: 100%;
    opacity: 0;
    animation-name: fade;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    margin: auto;
    position: absolute;
    object-fit: cover;
}
.banners-header div video {
    width: 100%;
    height: 100%;
    opacity: 0;
    animation-name: fade;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    margin: auto;
    position: absolute;
    object-fit: cover;
}
.banners-360 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    display: block;
    position: relative;
    text-align: center;
}
.banners-360 img {
    width: 100%;
}
.banners-360 iframe {
    width: 100%;
    height: 600px;
}
.big-logo {
    width: 100%;
    height: 900px;
    background-image: url(../images/logo2022.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    position: absolute;
    z-index: 9999;
}
.ultimos-projetos {
    width: 100%;
    font-size: 20px;
    margin: auto;
}
.projetos-home {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.img-projeto {
    width: 33.33333%;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: inline-flex;
}
.img-projeto img {
    width: 100%;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.img-projeto:hover img {
    transform: scale(1.2);
}
.texto-projetos {
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-left: 16%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    pointer-events: none;
    z-index: 50;
    transition: .4s ease-in-out;
    background-color: #FFF;
    padding: 10px;
}
.img-projeto:hover .texto-projetos {
    opacity: .7;
}
.video-interno {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.video-interno video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#background-video {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
    margin: auto;
    overflow: hidden;
    top: 0;
}
#background-video video {
    object-position: 50% 50%;
    object-fit: cover;
    width: 100%;
    height: auto;
}
#lens {
    width: 100%;
    height: 650px;
    background-color: #000;
    opacity: .8;
    position: absolute;
    top: 250px;
}
#slogan {
    margin: auto;
    width: 440px;
    text-align: center;
    color: #FFF;
    font-size: 35px;
    font-weight: 300;
    z-index: 9999;
    position: relative;
    padding-top: 20px;
}
#imgs-temps {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    margin-top: -30px;
}
#img-text {
    width: 100%;
    max-width: 1300px;
    background-image: url(../images/img-text-home.jpg);
    margin: auto;
    display: block;
    position: relative;
    height: 177px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
}
.titulo-banner {
    width: 100%;
    height: 190px;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 422px;
    z-index: 9998;
}
.titulo-banner p {
    color: #FFF;
    font-size: 40px;
    font-weight: 300;
    width: 65%;
    margin: auto;
    margin-top: 47px;
}
.textos {
    font-size: 19px;
    margin: auto;
    width: 50%;
    padding: 1px;
    margin-top: 0;
}
.textos-projeto {
    font-size: 19px;
    margin: auto;
    width: 80%;
    padding: 1px;
    margin-top: 0;
    text-align: center;
}
.textos-projeto a {
    color: #565656;
    text-decoration: none;
}
.textos-projeto a:visited {
    color: #565656;
}
.title-projeto {
    font-size: 22px;
}
.img-temp {
    width: 400px;
    height: 300px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 5px;
    font-weight: 400;
    font-size: 17px;
}
.img-temp a:link {
    text-decoration: none;
}
.img-temp a:hover {
    text-decoration: underline;
}
.img-temp a:visited {
    text-decoration: none;
}
.titulo-solucoes {
    color: #ef9300;
}
#contato {
    color: #d99201;
    font-weight: 300;
    font-size: 34px;
    width: 500px;
    margin: auto;
    position: relative;
    z-index: 9999;
    text-align: center;
    line-height: 20px;
}
#contato a:link {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
}
#footer {
    width: 100%;
    margin: auto;
    height: auto;
    position: absolute;
    padding-top: 15px;
    text-align: center;
    line-height: 7px;
    font-size: 15px;
}
#footer img {
    width: 150px;
}
.content {
    width: 100%;
    max-width: 1100px;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.content-projeto {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.content p {
    width: 100%;
}
.titulos p {
    text-align: center;
    font-weight: 300;
    font-size: 35px;
    padding-top: 22px;
    text-transform: uppercase;
}
.map-class {
    width: 600px;
    height: 470px;
}
#mapa {
    padding: 0px 0px 0px 30px;
    width: 47%;
    overflow: hidden;
    float: left;
}
#forms {
    max-width: 440px;
    overflow: hidden;
    padding-left: 25px;
}
input {
    font-family: 'Quicksand', sans-serif;
}
input[type=text], select {
    width: 100%;
    padding: 7px 7px;
    margin: 8px 0;
    display: inline-block;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    background-color: #dfdfdf;
}
input[name=email] {
    width: 250px;
    display: inline-block;
    margin-top: 30px;
}
input[name=telefone] {
    width: 174px;
    margin-left: 12px;
}
input[name=celular] {
    width: 174px;
    margin-top: 30px;
}
label[for=fTelefone] {
    margin-left: 12px;
    position: absolute;
}
label[for=fAssunto] {
    margin-left: 12px;
    position: absolute;
}
label[for=email] {
    position: absolute;
}
label[for=fCelular] {
    position: absolute;
}
input[type=submit] {
    width: 127px;
    background-color: #9a9a9a;
    color: #FFF;
    padding: 13px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
}
input[type=submit]:hover {
    background-color: #727272;
}
select {
    width: 250px;
    margin-left: 12px;
    padding: 6px 5px;
}
label {
    font-weight: 300;
    font-size: 20px;
}
textarea {
    width: 100%;
    padding: 7px 7px;
    margin: 8px 0;
    display: inline-block;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    background-color: #dfdfdf;
}
.img-conteudo {
    width: 474px;
    height: 474px;
    background-repeat: no-repeat;
    overflow: hidden;
    float: left;
    margin-left: 30px;
}
.conteudo-pages {
    /*max-width: 600px;*/
    overflow: hidden;
    padding-left: 10px;/*padding-bottom: 280px;*/
}
#img-concreto {
    background-image: url(../images/img-concreto-conteudo.jpg);
}
#img-premoldado-conteudo {
    background-image: url(../images/img-premoldado-conteudo.jpg);
}
#img-artefatos-conteudo {
    background-image: url(../images/img-artefatos-conteudo.jpg);
}
/* slide */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-row {
    display: flex;
}
.img-projeto-interno {
    flex: 33.33%;
}
.img-projeto-interno img {
    width: 100%;
}
.video-interno {
    height: auto;
}
.video-interno img {
    width: 100%;
}
p iframe {
    width: 521px;
    height: 348px;
}
/*******************************************************************************/
@media only screen and (min-width: 279px) and (max-width: 1365px) {
    p iframe {
    width: 100%;
    height: 100%;
}
    .banners-360 iframe {
    height: 100%;
}
    .cookieConsentContainer {
    bottom: 0!important;
    left: 0!important;
    right: auto!important;
    width: 100%!important
}
.dropdown-content {
    left: 0;
    margin-top: 0;
    top: 180px;
}
.banners-header {
    height: 250px;
}
.big-logo {
    width: 100%;
    height: 250px;
    background-image: url(../images/logo2022.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:40%;
}
.logo-top {
    padding-top: 5px;
}
.logo-top img {
    width: 150px;
    margin-left: 16px;
    margin-top: 14px;
}
#redes {
    padding: 0 29px;
}
#redes img {
    width: 34px;
    padding-right: 5px;
}
.content {
    display: block;
}
.content-projeto {
    display: block;
}
.content .textos {
    width: 90%;
    font-size: 18px;
}
.ultimos-projetos {
    width: 90%;
}
.projetos-home {
    display: block;
}
.img-projeto {
    width: 100%;
    display: block;
}
.texto-projetos {
    opacity: 1;
    display: block;
    position: relative;
    margin-left: unset;
    transform: none;
    font-size: 20px;
    pointer-events: none;
}
.banners-projetos {
    height: auto;
}
.banners-projetos img {
    height: auto;
    position: relative;
}
#background-video video {
    width: auto;
}
#footer img {
    width: 110px;
}
#touch {
    top: 7px;
}
#menu ul {
    padding: 40px 0;
}
#menu ul li {
    font-size: 35px;
}
#contato {
    width: 100%;
    line-height: normal;
}
.map-class {
    width: 100%;
}
#mapa {
    padding: 0px 0px 0px 0px;
    float: none;
    width: 100%;
}
#forms {
    padding-left: 10px;
    max-width: 95%;
}
input[type=text] {
    width: 100%;
}
label[for=fTelefone] {
    margin-left: 0;
    position: relative;
}
input[name=email] {
    margin-left: 0;
}
input[name=telefone] {
    margin-left: 0;
}
select {
    margin-left: 0;
    width: 100%;
}
label[for=fAssunto] {
    margin-left: 0;
    position: relative;
}
}
