@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
blockquote {
    background-color: lightgray;
    border-left: 5px solid #666;
    margin: 1.5em 0;
    padding: 0.5em 1em;
  }

  blockquote p{
    color: #484848;
    font-style: italic;
  }

ul {
    list-style-type: disc; /* Tipo de marcador (disc, circle, square, etc.) */
    padding-left: 20px; /* Espaçamento à esquerda */
    color: #333333; /* Cor do texto */
}

ul li {
    margin-bottom: 10px; /* Espaçamento entre itens */
}

ol {
    list-style-type: decimal; /* Tipo de marcador (decimal, lower-alpha, etc.) */
    padding-left: 45px; /* Espaçamento à esquerda */
    color: #333333; /* Cor do texto */
}

ol li {
    margin-bottom: 10px; /* Espaçamento entre itens */
}

hr {
    border: none; /* Remove a borda padrão */
    border-top: 2px solid #CCCCCC; /* Define uma borda superior com cor cinza claro */
    height: 0px; /* Remove a altura padrão */
    margin: 20px 0; /* Adiciona espaçamento acima e abaixo da linha */
    width: 100%; /* Ocupa toda a largura disponível */
}

strong {
    color: #484848;
}

#resume {
    width: 60%;
    padding: 5px;
    margin-bottom: 8px;
    resize: none;
}
.trophyContent {
    background-color: white;
    min-height: 100%;
}

.hdTrophy {
    display: flex;
    padding: 20px;
    background-color: black;
    justify-content: space-between;
}


.nvlinks li{
    list-style: none;
    display: inline;
    border-left: 1px solid white;
    padding-left: 10px;
}

.nvlinks a {
    color: goldenrod;
    text-decoration: none;
    font-size: 0.90rem;
}

.logo-desc {
    width: 100%;
    height: 40vh;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.logotTropy {
    width: 300px;
    height: 150px;
    margin: 0 auto;
}

.logotTropy img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bloqs {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.bloqs a {
    color: gray;
    text-decoration: none;
}

.bloqs b{
    color: black;
    text-decoration: none;
}

.bloqs span{
    line-height: 0;
    color: goldenrod;
    text-decoration: none;
}

.groupTrp {
    width: 367px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.groupTrp b{
    font-size: 1.2rem;
}

.groupTrp p{
    font-size: 1rem;
}

.imgemTpy {
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

.imgemTpy img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.tropGuide, .the-guide, .trfYT {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.menuTMobile {
    display: none;
    cursor: pointer;
}

.hddn-trp {
    border: 1px solid lightgray;
    border-radius: 8px;
    position: absolute;
    padding: 10px;
    width: 20%;
    right: 3%;
    background-color: white;
    z-index: 1;
    display: none;
}

.hddn-trp a{
    text-decoration: none;
    color: goldenrod;
}

.hddn-trp li {
    list-style: none;
}

.msepard {
    border-bottom: 1px solid lightgray;
    padding: 3px;
    margin-bottom: 4px;
}

.menuTprop {
    display: block;
}

@media (max-width: 480px) {
    /* Estilos para smartphones em modo retrato */
    .groupTrp {
        width: 340px;
    }
    .nvlinks li{
        display: none;
    }
    .menuTMobile {
        width: 40px;
        height: 40px;
        display: block;
    }
    .hddn-trp {
        width: 45%;
    }
    .menuTMobile img {
        width: 100%;
        height: 100%;
    }
    .tropGuide, .the-guide, .trfYT {
        width: 95%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    /* Estilos para smartphones em modo paisagem */
    .nvlinks li{
        display: none;
    }
    .menuTMobile {
        width: 40px;
        height: 40px;
        display: block;
    }
    .hddn-trp {
        width: 45%;
    }
    .menuTMobile img {
        width: 100%;
        height: 100%;
    }
    .tropGuide, .the-guide, .trfYT {
        width: 95%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* Estilos para tablets em modo retrato */
    .logo-desc {
        margin-bottom: -50px;
    }
    .nvlinks li{
        display: none;
    }
    .menuTMobile {
        width: 40px;
        height: 40px;
        display: block;
    }
    .menuTMobile img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    /* Estilos para tablets em modo paisagem */
    .groupTrp {
        width: 336px;
    }
}

@media (min-width: 1281px) and (max-width: 1440px) {
    /* Estilos para laptops e desktops pequenos */
    .groupTrp {
        width: 336px;
    }
}

@media (min-width: 1441px) {
    /* Estilos para desktops médios e grandes */
}
