/*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.produtos {
    background-color: var(--primary);
    color: var(--tertiary);

    display: flex;
    align-items: center;
    flex-direction: column;

}

div.produtos div.prod-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    max-width: 80%;
    position: relative;
    /*right: 10.3%;*/

    z-index: 2;
}

div.produtos div.prod-2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8rem;
    position: relative;
    /*left: 10.3%;*/

    z-index: 1;
}


div.produtos h2 {
    font-size: 1.5rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

div.produtos div.bloco {

    width: 17.50%;
    width: 20rem;
    height: 23rem;
    margin: 2rem;
    /*box-shadow: 0.1rem 0.1rem white;*/

    border-radius: 30px 0px 20px 0px;
    box-shadow: 1px 15px 6px rgba(0, 0, 0, 0.4);
}


div.produtos div.bloco div.card div.card-titulo {
    width: 100%;
    height: 3rem;

    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--secondary);
    background-color: var(--tertiary);

    border-radius: 30px 0px 0px 0px;
} 
div.produtos div.bloco div.card div.card-titulo h3{
    font-size: 0.9rem;
    font-weight: 500;
}


div.produtos div.bloco div.card div.img-wrapper {
    height: 12.5rem;
    width: 100%;

    background-color: var(--primary);
}
div.produtos div.bloco div.card div.img-wrapper img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

div.produtos div.bloco div.card div.card-informs {
    width: 100%;
    height: 6rem;

    display: flex;
    justify-content: center;
    align-items: center;
}
div.produtos div.bloco div.card div.card-informs h3 {
    font: 1.2rem;
    font-weight: 500;
    text-align: center;
    padding: 0.8rem;

}

div.produtos div.bloco div.card div.card-btn {
    width: 100%;
    height: 2.3rem;
    background-color: var(--secondary);

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;

    border-radius: 0px 0px 30px 0px;

    position: relative;
    
} 

div.produtos div.bloco div.card div.card-btn h3 {
    font: 1.2rem;
    font-weight: 500;
    text-align: center;
}


button.card-btn {
    width: 100%;
    height: 2.3rem;
    background-color: var(--secondary);

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;

    border-radius: 0px 0px 30px 0px;
    font: 1.2rem;
    font-weight: 500;
    text-align: center;
    color: (var(--tertiary));    

    border: 0;
}



.popup-wrapper {
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.popup {
    
    font-family: arial;
    width: 33rem;
    max-width: 50%;
    margin: 20% auto;
    padding: 20px;
    background-color: var(--primary);
    position: relative;
    
    box-shadow: 1px 1px 3px #000;
}

.popup h5{ 
    margin-bottom: 2rem;
    font-size: 1rem;
    text-align: left;
}
.popup p{
    margin-bottom: 2rem;
    font-size: 1rem;
    text-align: left;
}
.popup a {
    color: var(--tertiary);
    text-decoration: underline;
    cursor: pointer;
    font-size: 1rem;
    
}




/*
.popup-wrapper-2 {
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}









.popup-wrapper-3 {
    display: none;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.popup-3 {
    font-family: arial;
    text-align: center;
    width: 33rem;
    max-width: 50%;
    margin: 20% auto;
    padding: 20px;
    background-color: var(--primary);
    position: relative;
}

.popup-3 h5.aplicacao{ 
    margin-bottom: 2rem;
    z-index: 10000;
}
.popup-3 p.texto-enconder-saiba-1{
    margin-bottom: 2rem;
}
.popup p.texto-enconder-saiba-2 {
    margin-bottom: 2rem;
}
.popup-3 a {
    color: var(--tertiary);
    text-decoration: underline;
    cursor: pointer;
}










.popup-wrapper-4 {
    display: none;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.popup-4 {
    font-family: arial;
    text-align: center;
    width: 33rem;
    max-width: 50%;
    margin: 20% auto;
    padding: 20px;
    background-color: var(--primary);
    position: relative;
}

.popup-4 h5.aplicacao{ 
    margin-bottom: 2rem;
    z-index: 10000;
}
.popup-4 p.texto-indicador-saiba{
    margin-bottom: 2rem;
}











.popup-wrapper-5 {
    display: none;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.popup-5 {
    font-family: arial;
    text-align: center;
    width: 33rem;
    max-width: 50%;
    margin: 20% auto;
    padding: 20px;
    background-color: var(--primary);
    position: relative;
}

.popup-5 h5.aplicacao{ 
    margin-bottom: 2rem;
    z-index: 10000;
}
.popup-5 p.texto-indicador-saiba{
    margin-bottom: 2rem;
}











.popup-wrapper-6 {
    display: none;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.popup-6 {
    font-family: arial;
    text-align: center;
    width: 33rem;
    max-width: 50%;
    margin: 20% auto;
    padding: 20px;
    background-color: var(--primary);
    position: relative;
}

.popup-6 h5.aplicacao{ 
    margin-bottom: 2rem;
    z-index: 10000;
}
.popup-6 p.texto-indicador-saiba{
    margin-bottom: 2rem;
}


*/


.popup-wrapper-clientes {
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.popup-clientes {
    font-family: arial;
    text-align: center;
    width: 50%;
    height: 100%;
    max-width: 50%;
    margin: 0 auto;
    padding: 20px;
    background-color: var(--primary);
    position: relative;
    box-shadow: 1px 1px 3px #000;
    overflow-y: scroll
}
.popup-clientes::-webkit-scrollbar {
    width: 3px;
} 

.popup-clientes::-webkit-scrollbar-thumb {   
    background-color: var(--secondary);   
}

.popup-clientes h5{ 
    margin: 1rem 0rem 0rem 2rem;
    z-index: 100;
    color: var(--tertiary);
    text-align: left;
    font-size: 1.4rem;
}

.popup-clientes div {
    display: flex;
    flex-direction: row;
    
}
.popup-clientes div div{
    max-width: 50%;
    margin-top: 2rem;
}
.popup-clientes div p{
    margin: 0rem 2rem 0.5rem 2rem;
    color: var(--tertiary);
    font-size: 0.95rem;
    text-align: left;
    
}



.show-pupups {
    display: block;
    width: 146%;
    
    background-color: var(--primary);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
    width: 146%;

    top: 0px;
    margin-top: -1rem;
    margin-left: 50%;
    transform: translate(-50%, 0);

    text-align: left;
    padding: 1.25rem 2.25rem;

    transition: all 1s;
    z-index: 1000;
} 