/*
Theme Name: Tema HDR Projetos
Theme URI: https://Claquim.com.br
Author: Agência Claquim
Description: Tema feito para HDR Projetos pensando em ser um site simples mas objetivo.
Author URI: https://Claquim.com.br
Version: 1.0
*/
:focus,
:active,
:hover,
:visited,
:focus-visible,
:target{
	text-decoration: none;
	outline: none;
}
::selection {
    background-color: var(--vermelho);
    color: #ffffff;
}
@keyframes showMenu {
    to {
        opacity: 1;
    } from {
        opacity: 0;
    }
}
.showMenu{
	display: block!important;
	animation: showMenu 1s;
}
img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	max-width: 100%;
}
h1,
h2,
h3{
}
body,
html{
	overflow-x: hidden!important;;
}
html{
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: 150px;
}

:root {
	--vermelho: #dd3924;
}
.clear{
    clear: both;
}
span{
	font-weight: 800;
}
@font-face {
    font-family: FonteRegular;
    src: url('./fonts/HelveticaNowDisplay-Regular.ttf');
}
@font-face {
    font-family: FonteBold;
    src: url('./fonts/HelveticaNowDisplay-Bold.ttf');
}
body{
    font-family: FonteRegular;
}
.juntos-divs{
    display: flex;
    align-items: center;
}
/* MENU */

.menu{
    background-color: #ffffffe6;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.menu-branco{
    background-color: white;
}


#menu-principal li a{
    color: #121212;
    font-size: 16px;
    text-transform: uppercase;
}
.menu nav{
    float: right;
}
#menu-principal li a:hover{
    background: transparent;
}
#menu-principal li a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: var(--vermelho);
    transition: width .3s;
}
#menu-principal li a:hover::after {
    width: 100%;
}


/* CONTATO */

.banner-padrao{
    padding: 100px 0 50px;
}
.banner-padrao h1{
    font-family: FonteRegular;
    font-size: 30px;
    margin-left: 31px;
    text-transform: uppercase;
}

.contatos-fale{
	padding: 40px 0;

}
.contatos-fale a{
	color:#333
}
.border-right{
	border-right: 3px solid #f8f7f4;

}
.icones-fale{
    font-size: 17px;
    text-align: center;
    font-family: FonteRegular;
}
.icones-fale span{
	font-family: FonteBold;
}
.icones-fale img{
	padding-bottom: 10px;
}

.contatos-fale .wpcf7{
    width: 100%;
    text-align: -webkit-center;
    margin: 100px 0 0 0;
}
.contatos-fale ::placeholder{
    font-family: FonteRegular!important;
    font-size: 17px;
}
.contatos-fale textarea,
.contatos-fale input{
    margin: 2px;
    border: 1px solid #f1efe8;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    font-weight: 100;
}
.contatos-fale textarea::placeholder,
.contatos-fale input::placeholder{
    font-weight: 100;
}

.contatos-fale input[type=submit]{
    background-color: black;
    color: white;
    /* font-weight: 900; */
    font-family: FonteBold;
}
.contatos-fale input[type=submit]:hover{
    background-color: white;
    border: 1px solid black;
    color: black;
}
.wpcf7-not-valid-tip{
    width: 500px;
    text-align: left;
    margin-top: 13px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
    width: 500px;
    padding: 20px;
}

.video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.section-slide img{
    filter: brightness(.4);
}
.section-slide img:hover{
    filter: brightness(1);
    transition: filter 0.5s ease-in-out;
}
/* SOBRE */

.sobre{
    margin-top: 100px;
}
.sobre-texto{
    padding-left: 100px;
}
.sobre img{
    width: 100%;
}
.sobre p{
    font-size: 18px;
}
.equipe{
    margin: 100px 0;
}
.equipe-cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 40px;
}
.equipe-cards img{
    width: 100%;
    /* filter: brightness(.4); */
    height: 300px;
    object-fit: cover;
}
.equipe-cards img:hover{
    filter: brightness(1);
    transition: filter 0.5s ease-in-out;
}
.nome-card{
    background-color: black;
    padding: 10px;
    margin-top: 10px;
}
.nome-card p{
    color: white;
    margin: 0;
}

/* PORFOLIO */
.banner-port{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.categorias{
    margin-bottom: 50px;
}
.card-portfolio{
    height: 384px;
}
.portfolio-card{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.card-portfolio a{
    text-decoration: none;
}
.card-portfolio h2{
    position: relative;
    top: -139px;
    left: 24px;
    text-transform: uppercase;
    color: white; 
    display: none;
    font-family: FonteRegular;
}
.card-portfolio img{
    height: 384px;
    width: 100%;
    object-fit: cover;

}
.card-portfolio:hover img{
    filter: brightness(.4);

    transition: filter 0.1s ease-in-out;
}
.card-portfolio:hover h2{
    display: block;
}
/* FOOTER */

.logo-banner{
    background-color: black;
    padding: 40px 0;
    text-align: center;
}
.logo-banner img{
    width: 200px;   
}
.contatos-p{
    text-align: center;
    font-size: 18px;
    padding: 40px 0;
}

#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px;
    right: 20px; 
    z-index: 99; 
    border: none;
    outline: none; 
    color: white; 
    background-color: transparent;
    cursor: pointer; 
    border-radius: 10px;
    font-size: 18px; 
}
#myBtn i{
    color: var(--vermelho);
    font-size: 30px;
}
.flutuante-voltar{
    position: relative;
    top: -60px;
    text-align: right;
}
.flutuante-voltar button{
    background-color: white;
    border: 0;
    padding: 20px 10px;
    color: black;
}
  
/* SINGLE */

.single-port {
    margin-top: -40px;
}
.single-port h2{
    margin-bottom: 30px;
    text-transform: uppercase;
}
.single-port p{
    font-size: 18px;
    line-height: 1.5;
}
.galeria-port{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 40px 0;
}
.galeria-port img{
    height: 384px;
    object-fit: cover;
    width: 100%;
}
.video-portfolio{
    height: 100vh;
    object-fit: cover;
}

/* NEWS */

.news-sigle{
    margin-bottom: 10px;
    background-color: #f8f7f4;

}

.news-sigle .sobre-texto{
    padding: 20px 100px;
}


/* MOBILE */
.mobile{
    display: none;
}

@media screen and (max-width:900px) {
    .equipe-cards,
    .portfolio-card,
    .galeria-port{
        grid-template-columns: 1fr;
    }
    .juntos-divs{
        display: block;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .video{
        height: 300px;
        margin-top: 100px;
    }
    .menu-mobile{
        margin-top: 10px;
    }
    .menu-mobile i{
        float: right;
        color: var(--azul);
        font-size: 29px;
    }
    .menu-flutuante{
        display: none;
        position: absolute;
        background-color: var(--vermelho);
        width: 100%;
        text-align: center;
        top: 95px;
        z-index: 1000000;
        right: 0px;
        left: 0;
        /* display: block; */
        padding: 14px 20px;
        margin: 0 auto;
    }
    .menu-flutuante-add{
        border-radius: 40px 40px 0 0;
    }
    #fecharEsconder{
        display: none;
    }
    .menu-flutuante a:focus{
        background-color: transparent!important;
        outline: none;
    }
    .menu-flutuante a{
        font-family: FonteRegular;
        font-size: 20px;
        text-transform: uppercase;
        margin: 14px 0px;
        color: white;
    }
    .menu-flutuante nav{
        width: 100%;
    }
    .sobre-texto{
        padding: 40px;
    }
    .portfolio-card{
        height: auto;
    }
    .card-portfolio{
        height: 384px;
    }
    .border-right{
        border: none;
        margin: 50px 0;
    }.contatos-fale textarea, .contatos-fale input{
        width: 100%;
    }
    .news-sigle img{
        object-fit: cover;
        height: 400px;
    }
}