/* ******************************************** */
/** COMPONENT: HEADER
/* ******************************************** */

/* HEADER */

.c-header{
    width: 100%;
    height: var(--header);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #272F72;
    background-color: rgba(37, 41, 94, 0.5);
    backdrop-filter: blur(6px);
    /* border-top: 24px solid #260844; */
    box-shadow:
        0 -2px 20px -2px rgba(0, 0, 0, 0.2);
}
.c-header__wrapper{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-header__logo{
    width: 106px;
    height: auto;
}



/* NAV */

.c-nav__list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-nav__item:not(:last-child){
    font-size: 1.4rem;
    margin-right: 3em;
}
.c-nav__link{
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-lightest);
}
.c-nav__btn{
    padding: 1em 2em;
    font-size: 1.2rem;
}







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