@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}
html
{
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
    background: #002d66;
}

header
{
    padding: 1em;
    background: #000;
    align-items: center;
    display: flex;
    justify-content: center;
}
header img
{
    width: 200px;
}

/* MODAL */
.modal {
    display: none; 
    position: fixed; 
    z-index: 4; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    /* background-color: rgb(0,0,0); */
    background-color: rgba(0,0,0,0.7); 
}

.modal-content {
    background-color: transparent;
    margin: 15% auto; 
    /* padding: 20px; */
    /* border: 1px solid #888; */
    width: 350px; 
    height: 400px;
    max-width: 600px;
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
    animation: fadeInd 0.5s;
}
.modal-content iframe{
    width: 100%;
    height: 100%;
}

@keyframes fadeInd {
    from {opacity: 0;}
    to {opacity: 1;}
}

.close {
    color: #ff0;
    float: right;
    font-size: 14pt;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
}

.close:hover,
.close:focus {
    color: #cc0000;
    text-decoration: none;
    cursor: pointer;
}
/* FIM MODAL */


.conteudo{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    padding: 3em;
}
.conteudo .caixa{
    /* width: 340px; */
    width: 45%;
    border-radius: 30px;
    background: hsla(0, 0%, 100%, 0.1);
    border-bottom: 2px solid rgba(255,255,255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 15px #000;
    margin: 10px;
    padding: 2em 1em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.conteudo .caixa img{
    /* width: 200px; */
    height: 100px;
    margin-bottom: 1em;
}
.conteudo .caixa p{
    width: 90%;
    color: #fff;
}
.conteudo .caixa .inf{
    font-size: 18pt;
    font-weight: 600;
}
#copyButton{
    color: #fff;
    font-size: 12pt;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 10px 50px;
    background: transparent;
    padding: 10px 20px;
    margin-top: 1em;
    cursor: pointer;
    transition: all .5s;
}
#copyButton:hover{
    background: #fff;
    color: #000;
    transform: scale(1.05);
}

.cadass{
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 2em;
}
.cadass p{
    background: rgba(255, 255, 255, 0.1);
    padding: 1em;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border-radius: 1px solid #ddd;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 5px 10px #000;
}
.cadass p:hover{
    box-shadow: none;
}


footer{
    text-align: center;
    padding: 2em;
    background: #000;
}
footer a{
    color: #fff;
    text-decoration: none;
}

/* MENU MOBILE */
.fundo{
    /* PARA VISUALIZAÇÃO */
    /* height: 100vh; */
    /* background: linear-gradient(45deg, black, yellow,red, blue, green); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.fundo #sv2{
    height: auto;
    width: 97%;
    stroke: #ddd;
    /* fill-opacity: 0; */
    stroke-width: 6px;
    stroke-dasharray: 4500;
    animation: draw 8s ease infinite;
    fill: #00000096;
    backdrop-filter: blur(30px);
    position: absolute;
    bottom: 10px;
    position: fixed;
    z-index: 2;
}


.fundo .menu{
    /* padding: 5px 0 0 0; */
    /* width: 97%; */
    /* background-color: rgba(0, 0, 0, 0.25); */
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    /* bottom: 0; */
    /* border-radius: 25px 25px 35px 35px; */
    /* border: 1px solid #aaa; */
    /* margin: auto; */
    /* margin-bottom: 15px; */
}
.fundo .itens{
    /* background-color: rgb(82, 0, 158); */
    background: transparent;
    width: 90%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: -10px;
    z-index: 3;
}
.fundo .itens .btn{
    /* background: #ddd; */
    padding: 1px;
    text-decoration: none;
    margin: 2px 2px 0 2px ; 
    text-align: center;
}
.fundo .itens .btn .meio{
    /* background: #ddd; */
    font-size: 50pt;
    position: relative;
    bottom: 40px;
    margin: 15px -30px;
}
.fundo .itens .btn i{
    font-size: 18pt;
    color: #ddd;
    text-align: center;
    margin: 9px 0 0 0;
}
.fundo .itens .btn svg{
    width: 10px;
    color: #ddd;
    text-align: center;
    margin: 9px 0 0 0;
}
.fundo .itens .btn p{
    color: #ccc;
    font-size: 9.5pt;
    text-align: center;
    margin-top: 0px;
}
.fundo .itens .btn .pmeio{
    color: #ccc;
    font-size: 9.5pt;
    text-align: center;
    margin-top: 0px;
    position: absolute;
    bottom: 35px;
    left: 43.5%;
}

.fundo .itens .btn img{
    width: 55px;
    opacity: 0.9;
    left: 45%;
    animation: flout 12s ease infinite;
    box-shadow: 5px 5px 10px #000;
    border-radius: 50%;
}

.fundo .itens .btn #lupa{
    height: 20px;
    width: 20px;
    stroke: #ddd;
    fill-opacity: 0;
    stroke-width: 50px;
    stroke-dasharray: 4500;
    animation: draw 8s ease infinite;
}
.fundo .itens .btn #svg {
    height: 20px;
    width: 20px;
    stroke: #ddd;
    fill-opacity: 0;
    stroke-width: 60px;
    stroke-dasharray: 4500;
    animation: draw 8s ease infinite;
  }
  @keyframes flout{
    0%{
        transform: translateY(-20px) rotate(-10deg);
    }
    50%{
        transform: translateY(-25px) rotate(30deg);
    }
    100%{
        transform: translateY(-20px) rotate(-10deg);
    }
  }
  @keyframes draw {
    0% {
      stroke-dashoffset: 4500;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

/* FIM MENU MOBILE */

@media (min-width: 480px) {
    .fundo{
        display: none;
    }
  }

@media (max-width:480px) {
    footer{
        padding-bottom: 9em;
    }
    .conteudo .caixa{
        width: 95%;
    }
    .conteudo .caixa img{
        height: 70px;
    }
}