/* Seleccionar Foto Perfil */
input#fotoInput {
    display: none;
}

#banner-whatsapp {
    display: flex;
    flex-grow: 1;
    align-items: center;
    color: white;
    background-color: #2d6631;
    padding: 5px 85px 10px 10px;
}

#btn-logout {
    border: 2px solid var(--verde);
    border-radius: 8px;
    font-weight: bolder;
}

#desktop-logo {
    width: 13rem;
    height: 100%;
}

#perfil-header__mobile {
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efca2e;
}

#sender-chat {
    width: 75%;
}

.badge-state {
    justify-content: center;
    align-items: center;
    background-color: #b5f349;
    border: 1px solid #b8f74b;
    color: #000;
    padding: 4.8px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}

.bubble .txt .message {
    font-size: 29px;
    margin: 0;
    color: #2b2b2b;
    text-align: center;
}

.carousel .carousel-indicators button {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: white;
    border-style: solid; 
    box-shadow: 0px 1px 2px 0px #8B8B8B;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-width: 1px;
    border-color: #8B8B8B;
    opacity: 1;
} 

.carousel .carousel-indicators circle-white {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: white;
}

.carousel .carousel-indicators {
    bottom: 1.2rem;
}

.carousel-indicators .active{
    background-color: #DDDDDD !important;
}

.container-sesion a {
    font-size: var(--f-12);
}

.container-icono-perfil-movil {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-icono-perfil-movil .nombre-usuario {
    color: var(--rojo);
    font-weight: bold;
    font-size: x-small
}

.container-interno-icono-perfil-movil {
    width: 20%;
}

.desktop-menu a, .desktop-menu p{
    text-decoration: none;
    color: var(--verde);
    font-size: calc(11px + 0.4vw);
    font-weight: bold;
    display: inline;
}

.desktop-menu span {
    text-decoration: none;
    color: white;
    font-size: calc(11px + 0.4vw);
    font-weight: bold;
    display: inline;
    white-space: nowrap;
}

.desktop-menu a:hover {
    text-decoration: underline;
}

.menu-perfil {
    cursor: pointer;
}

.menu-stars-img{
    width: 16%;
    position: relative;
    top: -3px;
}

.menu-close-session{
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-style: solid;
    border-color: #367A3D;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 15px;
}

.menu-close-session-a{
    font-size: smaller !important;
    white-space: nowrap;
}
.menu-stars-span{
    font-size: x-large !important;
}

.mobile-logo {
    max-width: 80%;
}

.mobile-menu {
    height: 10vh;
}

.mobile-menu a, .mobile-menu p {
    color: var(--verde);
    text-decoration: none;
    font-size: 13px;
    font-weight: bolder;
    margin: 0;
    display: inline;
}
.mobile-menu span {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: bolder;
    margin: 0;
    display: inline;
}
.mobile-icon {
    max-width: 18%;
}

.mobile-links {
    width: 80%;
    position: absolute;
    top: 10vh;
    right: 0;
    background: white;
    z-index: 100;
    box-shadow: 0 1px 3px 1px #bbb;
    padding: 20px;
}

.mobile-links a:hover, .mobile-links a:active, .mobile-links a:focus {
    background: var(--verde);
    color: white !important;
}

/************************************************/
/****************** NAVIGATION ******************/
/************************************************/
nav.mobile {
    left: 0;
    width: 100%;
    position: relative;
    background: #fff;
    color: #1d1f20;
    top: 0;
    padding: .5em 1em .5em .5em;
    height: 4rem;
}

/*** INPUT ***/
nav.mobile input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

/*** LABEL ***/
nav.mobile label {
    cursor: pointer;
    display: block;
    font: 2em/1 'Oswald', sans-serif;
    padding: 0.3em;
}

/* Hamburguer menu */
nav.mobile label.hamburger {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: transparent;
    width: 40px; /* less width = square hamburger */
    height: 33px;
    padding: 0;
}

/* End Hamburguer menu */
   

.hamburguer img {
    width: 90%;
}

.perfil-header {
    margin: auto 20% auto 0;
    width: 40%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efca2e;
}

.perfil-header #foto-usuario {
    width: 20%;
    border-radius: 50%;
}

.labelFoto {
    cursor: pointer;
}

.icono-desplegar-header:hover {
    transform: scale(1.1);
}

.icono-desplegar-header {
    position: absolute;
    bottom: 0;
    right: 14%;
    width: 33%;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.contenedor-emojis {
    position: absolute;
    background: white;
    box-shadow: 3px 3px 8px -2px #999;
    min-width: 170px;
    border-radius: 5px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .desktop-menu a, .desktop-menu p, .desktop-menu span {
        font-size: calc(10px + 0.4vw);
    }
    .navigationLogo {
        max-width: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .contenedor-emojis {
        width: 70vw;
    }
    .menu-stars-span{
        font-size: larger !important;
    }
    .menu-stars-img{
        width: 16%;
        position: relative;
        top: 0px;
    }
}

.contenedor-emojis img {
    width: 23%;
    padding: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.contenedor-emojis>img:hover {
    transform: scale(1.1);
}

/* End Seleccionar Foto de Perfil */

.container-sesion {
    position: absolute;
    background: white;
    padding: 5px;
    z-index: 9;
    width: 150%;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.nav-link {
    margin-right: 2.8rem;
    font-size: 1.15rem;
}

.states-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    justify-content: center;
    justify-items: center;
}

/* 13' SCREEN */
@media screen and (max-width: 1440px) {

    #btn-logout {
        border: 2px solid var(--verde);
        border-radius: 8px;
        font-weight: bolder;
        font-size: .9rem;
    }
    
    #desktop-logo {
        width: 12rem;
        height: 100%;
    }

    #indicators {
        font-size: 1.4rem;
    }

    #no-estrellas {
        font-size: 1rem;
    }
    
    #sender-chat {
        width: 90%;
    }

    #stars-menu {
        width: 25px;
        height: 25px;
    }

    .badge-state {
        font-size: .9rem;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .nav-link {
        margin-right: 1.6rem;
        font-size: .9rem;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0.5rem;
    }

    .perfil-header {
        margin: auto 5% auto 0;
        width: 60%;
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #efca2e;
    }
}

@media screen and (max-width: 1198px) {
    #stars-menu {
        width: 25px;
        height: 25px;
    }

    .perfil-header {
        margin: auto 0 auto 0;
        width: 100%;
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #efca2e;
    }
    
}

@media screen and (min-width: 768px) {
    .container-sesion {
        width: 100%;
    }
}

@media screen and (max-width: 1018px) {

    #banner-whatsapp {
        display: flex;
        flex-grow: 1;
        align-items: center;
        color: white;
        background-color: #2d6631;
        padding: 10px 55px 10px 10px;
    }

    #indicators {
        font-size: 1.3rem;
    }

    #sender-chat {
        width: 70%;
    }

    .badge-state {
        font-size: .8rem;
        padding: 3px;
        width: 90%;
    }

    .bubble .txt .message {
        font-size: 25px;
    }
    
    .states-container {
        width: 90%;
        height: 20rem;
        margin: 0 auto;
        /* Add scroll in y axis */
        overflow-y: scroll;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 768px) {

    #banner-whatsapp {
        flex-direction: column;
        padding: 5px;
    }

    #sender-chat {
        width: 100%;
    }

    .bubble .txt .message {
        font-size: 20px;
    }

    .carousel .carousel-indicators {
        bottom: -22px;
    } 
    
    .states-container {
        width: 80%;
        height: 10.5rem;
        margin: 0 auto;
        /* Add scroll in y axis */
        overflow-y: scroll;
        padding-top: 1rem;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* IOS 375PX MAX WIDTH */
@media screen and (max-width: 428px) {
    .my-stars__mobile {
         display: inline-block;
         background-color: #efca2e;
         height: 100%;
         margin-left: 1.9%;
         padding: .4rem .7rem;
         font-size: 1.1rem !important;
         font-weight: bold;
    }
}

@media only screen and (max-width: 768px) {
    .carousel .carousel-indicators {
        bottom: .5rem;
     } 
}