
/* ******************************************** */
/** HOME
/* ******************************************** */

/* HERO */

.c-hero{
    height: 400vh;
    background: linear-gradient(#4069eb, #181059);
}
.c-hero__wrapper{
    /* height: 100vh;
    display: flex;
    align-items: center; */
    padding:30vh 0;
    text-align: center;
}
.c-hero__col{
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    padding: 0 16px;
    text-align: left;
}
.c-hero__col:last-child{
    width: 40%;
}

.c-hero__heading{
    font-size: 6.2rem;
    color: #fff;
    font-weight: 300;
    line-height: 1;
}
.c-hero__heading + p{
    font-size: 1.8rem;
    color: #fff;
    margin-top: 1em;
    line-height: 1.6;
}
.c-hero__globe{
    width: 100%;
    aspect-ratio: 1;
    position: relative;
    margin: 0 auto;
    outline: 1px solid rgba(255, 255, 255, 0.2);
}
.c-hero__globe canvas{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* pointer-events: none; */
}

.c-hero__btn{
    position:fixed;
    right:0;
    bottom:0;
    font-size:20px;
    background:forestgreen;
    color:white;
    padding:15px;
    border-radius: 10px;
}

.c-hero__limit{
    height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255,255,255,0.2));
}

.fixed .c-hero__globe{
    width: 40vw;
    position: fixed;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}




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