.encabezado {
    width: 100%;
    height: max-content;
    position: relative;
    background: #26C4C3;
    display: flex;
    margin: -2em 0 0 0;
}

.item-login-desktop {
    display: none;
}

.navbar-toggler-icon {
    place-content: center;
    place-items: center;
}

.navbar-toggler-bar {
    background-color: #26C4C3 !important;
}

.navbar,
.shadow {
    box-shadow: none !important;
}

.navbar-collapse {
    background: transparent;
    flex-grow: 0;
}

.header__container {
    display: flex;
    padding-left: .5em;
    margin: 0 auto;
    width: min(100%, 1440px);
    justify-content: space-between;
    align-items: center;
}

.navbar .nav-link {
    color: #fff;
    font-weight: 800;
}

.navbar .nav-link,
a {
    font-size: clamp(14px, 3vw, 16px) !important;

}

.contacto {
    display: flex;
    gap: 2rem;
    width: 100%;
    justify-content: center;
    align-items: center
}


.redes__list {
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1em .5em;
}

.redes__list,
.location__list {
    display: flex;
    width: 100%;
    align-items: center;
    height: auto;
    gap: 1em;
    margin: 0;
}

.location__list {
    flex-wrap: wrap;
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.location__link {
    display: flex;
    gap: .5em;
    font-size: clamp(8px, 1vw, 16px) !important;
    align-items: center;
    font-weight: bold;
    color: #ffffff;
}

.location__link:hover {
    color: #fff;
}



.redes__item a>img {
    width: 2.5rem;
}


.div-icon_user {
    display: none;
}


.content-button {
    display: flex;
    align-items: center;
    margin-top: 2em;
    flex-direction: column;
    gap: 2em;
    text-align: center;
}

.skewed2 {
    width: min(100%, 360px) !important;
}

.content-button__btn {
    width: min(100%, 360px) !important;
    background-color: #26C4C3;
    border-radius: .2em;
    padding: 1em 2em;
    display: block;
}

.content-button>a,
.skewed2>a {
    color: #fff;
}



.div-icon_user button {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    transition: box-shadow 0.15s ease-in-out !important;
}

#collapse-Auth {
    position: absolute;
    top: 60px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    height: 40vh;
    display: grid;
    place-items: center;
}

#collapse-Auth::after {
    content: "";
    position: absolute;
    bottom: -60vh;
    width: 100%;
    height: 60vh;
    background-color: rgba(38, 196, 195, .9);
}

#collapse-Auth:not(.show) {
    display: none;
}

.span_icon_flecha::before {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}


.contenedor_navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem !important;
}

.navbar-nav {
    padding: 0 2em !important;
}

.navbar-brand {
    padding-left: 1em;
}

.navbar-toggle {
    margin-right: 1em !important;
}

.text-phone,
.text-location {
    color: #fff;
}

.skewed {
    width: 100%;
    background: #3C84A8;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%);
    font-weight: 400;
    flex: .1;
    gap: 1rem;
    display: none;
}

.container-content {
    width: min(100%, 1660px) !important;
    margin: 0 auto !important;
}

.icon-phone {
    width: 1.1rem;
}

.icon-maps {
    width: 0.8rem;
}

.redes img {
    width: 1.5rem;
}


.logoEnRegistrar {
    width: 143.105px;
    height: 20.865px;
}

#tipo_usuario {
    display: block;
    /* para que el enlace responda al tamaño */
    transition: transform 0.3s ease-out;
    /* para suavizar la transición */
    color: #ffffff;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none
}

.nav-item--login {
    place-content: center;
    place-items: center;
    padding: 0 1em 0 0;
}

#tipo_usuario+div a {
    color: #fff;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.logo {
    content: url(assets/img/icons/logo-sm.svg);
    width: 143.105px;
    height: 20.865px;
}

.dropdown:not(.nav-item):not(.dropdown-hover) .dropdown-menu {
    margin-top: 0 !important;
}

.user-login {
    display: block;
    place-content: center;
}

@media (min-width: 320px) and (max-width: 1000px) {
    #navigation {
        position: absolute;
        height: 100vh;
        margin: 0;
        top: 3em;
        background: #2B647F;
    }

    #navigation ul li {
        width: 100%;
        border-bottom: 1px #3C84A8 solid;
        list-style-type: none;
    }
}

@media (min-width: 571px) and (max-width: 999px) {
    .redes {
        margin-right: 3vw;
    }

    .redes img {
        width: 1.3rem;
    }
}

@media (max-width: 570px) {
    .redes {
        margin-right: 2vw;
        gap: 4.5vw;
    }

    .redes img {
        width: 1.2rem;
    }
}

@media (max-width: 768px) {
    .text-location {
        display: none;
    }

    .text-phone {
        color: #fff;
    }
}

@media (min-width: 1048px) {
    .skewed {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .redes__list {
        flex: .5;
        gap: 1em;
    }

    .container-fluid {
        padding: 1rem 2rem;
        margin: 0 auto;
        display: flex;
        position: relative;
        background-color: none;
    }

    .log-sign .btnIni {
        margin-left: -50px;
    }

    .justify-content {
        /*column-gap: 40px;*/
        column-gap: 90px;
        justify-content: center;
    }
}

.container__header {
    flex-direction: column !important;
}

@media (min-width: 1001px) {
    .item-login-mobile {
        display: none;
    }

    .item-login-desktop {
        display: block;
    }

    #tipo_usuario {
        color: #2B647F;
    }

    #tipo_usuario:hover {
        transform: scale(1.15);
        /* aplica el efecto de zoom al pasar el cursor */
    }

    .navbar .nav-link {
        color: #2B647F;
    }

    .dropdown-menu {
        position: absolute !important;
    }

    .container__header {
        display: flex;
        display: column;
    }

    .content-button {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 0;
        margin: 0 1em 0 0;
        text-align: center;
    }

    .content-button__btn {
        width: auto !important;
        background-color: none;
        border-radius: none;
        display: block;
        padding: .5em 2em !important;
    }

    #skewed--registrar {
        display: flex;
        justify-content: space-between !important;
    }

    .btn-registrate {
        background: #3C84A8 !important;
    }

    .skewed2 {
        width: 55% !important;
        background: #3C84A8 !important;
        clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%) !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: -.5em;
    }

    .location__list {
        display: flex;
        justify-content: space-around;
    }

}

.navbar .nav-link {
    padding: 0 !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5.1rem
}