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

/* GLOBE */

.c-globe{
    background: linear-gradient(#4069eb, #181059);
    /* min-height: 200vh; */
    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;
    pointer-events: none;
}




/* ********************** 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) {
}