/*https://fonts.google.com/specimen/Mulish?preview.text_type=custom*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

:root {
    --primary: #4A4A4A; /*#191970*/
    --secondary: #0088CC;
    --tertiary: #FFFFFF;
    --quaternary: #25D366; /*#00FFFF*/
    --quintary: #E5E5E5;

}

:root {
    --font-primary: sans-serif;

    --font-texto: Nunito, sans-serif;
    --font-titulo: Asap, sans-serif;
    --font-destaque: Yellowtail, serif;
} 

* {
    font-size: 100%;
    margin: 0;
    font-family: var(--font-primary);
    /*color: var(--tertiary);*/
}


div.complemento {
    width: 100%;
    height: 4.3rem;
}
main#container nav.nav_1 {
    position: fixed;
    width: 100%;
    height: 4.3rem;
    z-index: 10;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    background-color: var(--primary);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

main#container nav.nav_1:hover {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    
}

main#container nav div.img-wrapper{
    height: 65%;
}
main#container nav div.img-wrapper img {
    height: 100%;
    object-fit: cover;
}


main#container nav.nav_1 ul.lista {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--tertiary);
    margin-left: 4%;
    width: 40%;
}

main nav.nav_1 div {
    margin-left: 5%;
    width: 42%;
}

main#container nav.nav_1 ul li a {
    display: inline-block;
    padding: 1rem 0rem;
    text-decoration: none;

    font-weight: regular;
    font-size: 1rem;

    color: var(--tertiary);
}





/*Side Bar*/

.sidebar {
    display: none;
}










/* Header */

header {
    background-color: #000;
    height: 72vh;
}

header .img-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;

}
header .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

header .banner{
    position: absolute;
    top: 25%;
    left: 5%;
    z-index: 2;
    max-width: 100%;
}

header .banner h1 {
    font-size: 2.5rem;
    color: var(--tertiary);
    margin-bottom: 1.5rem;
    max-width: 43%;
}

header div a .btn {
    padding: 0rem .7rem 0rem 0.7rem;
    border-radius: 2rem;
    font-size: 1rem;
    height: 2.4rem;
    border: none;

}
header div a .btn-whatsapp {
    background-color: var(--quaternary);
    color: var(--tertiary);
    cursor: pointer;
}



header div a .btn-telegram {
    background-color: var(--secondary);
    color: var(--tertiary);
    position: relative;
    left: 1.5rem;
    padding: 0rem 1.1rem 0rem 1.1rem;

    cursor: pointer;
}

header div a i{
    font-size: 1.3rem;
    padding: 0rem 0.2rem 0rem 0rem;
    margin: 0;
}




.popup-wrapper-milink {
    display: none;
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.wrapper-popup-conteudo {
    width: 50%;
    height: 95%;
    margin: 0px auto;
    z-index: 11;
    background-color: var(--primary);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wrapper-conteudo {
    width: 80%;
    max-width: 555px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    
}

.conteudo {
    width: 45%;
    max-width: 250px;
    height: 95%;
    margin: 10px;
    
    position: relative;
}

.conteudo .img1{
    width: 100%;
    max-width: 248px;
    min-height: 371px;
}
.conteudo .img2{
    width: 100%;
    max-width: 223px;
    min-height: 326px;

    position: relative;
    bottom: -40px;
}
.conteudo .img3{
    width: 100%;
    max-width: 248px;
    min-height: 207px;
}
.conteudo .img4{
    width: 100%;
    max-width: 223px;
    min-height: 349px;
}

.content input {
    display: none;
}