
/* ******************************************** */
/** HOME: GLOBE
/* ******************************************** */

/* GLOBE */

.c-globe{
    /* background: linear-gradient(#181059, #4069eb); */
    background: #0D0564;
    position: relative;
    z-index: 1;
}

/* Text */

.c-globe__text-holder{
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: -100%;
    top: 0;
    display: flex;
    align-items: center;
}
.c-globe__text{
    color: var(--color-lightest);
    text-align: center;
    font-size: clamp(4rem, 4.5vw, 8rem);
}

/* Globe */

.c-globe__holder{
    width: 100vw;
    height: 100vh;
    position: relative;
}
.c-globe__holder canvas{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    /* pointer-events: none; */
}

.c-globe__btns{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 20px 20px 0;
}

.c-globe__btn{
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    background-color: var(--color-cta);
    padding: 10px;
    margin-left: 1em;
}




/* ********************** TALL MOBILE PORTRAIT ********************** */

@media (max-width: 767px) and (min-height: 730px){
}

 



/* ********************** MOBILE LANDSCAPE ********************** */

@media (orientation: landscape) and (min-width: 500px) and (max-width: 767px) {
}




/* ********************** de Mobile a TABLET ********************** */

@media (min-width: 768px) {
}




/* ********************** de Tablet a DESKTOP ********************** */

@media (min-width: 980px) {
}




/* ********************** de Desktop a DESKTOP 2 ********************** */

@media (min-width: 1200px) {
}
@media (min-width: 1200px) and (min-height: 790px){
}




/* ********************** de Desktop 2 a HD ********************** */

@media (min-width: 1400px) {
}
@media (min-width: 1400px) and (min-height: 790px){
}




/* ********************** de Hd a FULL HD ********************** */

@media (min-width: 1600px) {
}
@media (min-width: 1600px) and (min-height: 790px){
}
@media (min-width: 1600px) and (min-height: 900px){
}

@media (min-width: 1800px) {
}




/* ********************** 4K ********************** */

@media (min-width: 2048px) {
}