/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */

*{ box-sizing: border-box !important; }

html{
    font-size: 16px;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,.75);
    background: #121519;
}
img{
    display: block;
    width: 100%;
    height: auto;
}
h1{
    font-size: 2.1rem;
    margin: 0 0 .32em;
}
p{
    margin: 0;
    font-size: 1.32rem;
}
a{
    color: #fff;
}
.wrapper{    
    margin: 0 auto;    
    width: 42vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;    
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.content{
    width: 100%;
    padding: 1.6rem;
}

/*-- OMA --*/
.oma-logo{
    max-width: 260px;
    display: block;
    overflow: hidden;
    border-radius: 100%;    
}
.theme-oma{
    position: relative;
    text-align: center;
    /* overflow: hidden; */
}
.theme-oma .wrapper{
    width: 640px;    
}
.theme-oma .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    padding: 1.6rem;    
}
.theme-oma h1{
    margin: 2rem 0;
}
.caption{
    line-height: 1.5em;
}
ul.list-service{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.list-service li{
    margin: .6em 0;
}
.btn-display{
    font-size: 1.2rem;
    padding: 1em 1.2em;
    background: rgba(255,255,255,.15);
    border-radius: 3rem;
    margin: 2rem 0;
    text-decoration: none;
    transition: box-shadow .3s ease;
}
.btn-display:hover{
    box-shadow: 0 0 0 2px rgba(255,255,255,.5);
}
ol.links{
    display: flex;
    gap: 1rem;   
    padding: 0;
    margin: 0; 
}
ol.links li{
    list-style: none;    
}
ol.links li::before{
    content: "//";
    margin-right: 1rem;
}
ol.links li:last-child::after{
    content: "//";
    margin-left: 1rem;
}
ol.links li a:hover{
    opacity: .45;
}
@media (max-width: 768px){
    /* .theme-oma{
        overflow: initial;
    }     */
    .theme-oma h1{
        font-size: 1.8rem;
    }
    .oma-logo{
        width: 220px;        
        max-width: 100%;        
    }
    ol.links{
        flex-direction: column;
    }
    ol.links li::after{
        content: "//";
        margin-left: 1rem;
    }
}

.wrap-wave{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#cs{
    position: absolute;
    top: 0;
    left: 0;
}

/*-- A Virgo --*/
.theme-album{
    background: radial-gradient(circle at 60% 40%, rgba(40, 45, 55, 0.9), rgba(60, 70, 85, 0.85), rgba(100, 110, 125, 0.5)),
            linear-gradient(to bottom, rgb(40, 45, 55), rgb(60, 70, 85), rgb(130, 120, 105));

}
.theme-virgo .wrapper{
    padding: 0;
}
.cover{
    display: block;
    margin: 0 0 1.6rem;
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    border-radius: 8px;
    overflow: hidden;
}
.pic-cover{
    display: block;
    position: relative;    
    padding-top: 100%;
    background: rgba(255,255,255,.1);
    overflow: hidden;
}
.cover img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
    height: 100.1%;
    object-fit: cover;
    transition: transform .6s ease;
}
.cover:hover img{
    transform: scale(1.03);
}
.control{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 1.6rem;
    margin-top: 1.6rem;
}
.control .item{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
    border-radius: 6px;
    transition: all .3s ease;
}
.control .item:hover{
    background: rgba(0,0,0,.1);    
}
.logo{
    display: block;
    width: 130px;
    max-width: 100%;
    flex: none;
}
.btn{
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
    background: rgba(255,255,255,.15);
    border-radius: 4px;
    padding: .32em 1.4em;
    color: #fff;
    transition: all .3s ease;

    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.btn:hover{
    box-shadow: 0 0 0 1px rgba(255,255,255,.75);
}
.play-icon {
    width: 42px;         /* Largura do ícone */
    height: 42px;        /* Altura do ícone */
    position: relative;    
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-icon::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-100%); /* Ajuste para centralizar o triângulo */
    width: 0;
    height: 0;
    border-left: 15px solid #fff; /* Define a cor do triângulo */
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
@media (max-width: 768px){
    .theme-virgo .wrapper{
        min-height: initial;
        width: 100%;
    }
    .control{
        gap: 1rem;
    }
}