:root{
    --cafe: #885551;
    --cafecito: #BA6958;
    --cafecitititito: #F7B9A2;
    --turquesita: #9FD8CB;
    --awuita: #879FD4;
    --azulito: #CFE1FF;
    --amarillito: #FFDF9B;
    --verdecito:#52B788;
    --azul:#879FD4;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html::-webkit-scrollbar {
    width: 2vh;
}


html::-webkit-scrollbar-track {
    background: #F3F3F3;
    border-radius: 2rem;
}

html::-webkit-scrollbar-thumb {
    background-color: #BA6958;
    border-radius: 2rem;
    border: 2px solid #F3F3F3;
}

html::-webkit-scrollbar-thumb:hover {
    background-color:#DB8978 ;
}



/*Estilos del nav*/
*{
    padding: 0;
}
.no-scroll {
    overflow: hidden;
    height: 100%;
}
body{
    overflow-x: hidden;
    padding: 0;
    height: 98%;
}

html{
    height: 100%;
}



.nav {
    height: 12vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 1000;
    padding-left: 5%;
    padding-right: 5%;
    background-color: white;
    box-sizing: border-box;
    margin: 0;
    margin-top: 0px;
    position:fixed;
    top:0;
}
.playstore-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--cafecitititito);
    border-radius: 9999px;
    background-color: var(--cafecitititito);
    padding: 1.5vh 1.5vh;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    outline: 0;
    transition: all 0.2s ease;
    text-decoration: none;
    text-align: center;
}

.playstore-button:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
#text1PlayStore{
    white-space: nowrap;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: left;
    font-family: "Gayathri", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3vh;
    text-align: center;
    align-content: center;
    margin: 0 auto;
    align-self: center;
    color: black;
}
.nav__logo {
    height: 10vh;
    width: auto;

}

.nav__menu {
    width: fit-content;
    height: fit-content;
    cursor: pointer;
}

.nav__list {
    height: 12vh;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%; 
    left: 0;
    background-color: var(--azul);
    padding: 10vh 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5vh;
    list-style: none;
    transform: translate(-100%);
    transition: transform .3s;
    margin: 0;
}

.nav__list--show {
    transform: translateX(0);
      right: 0;
}
.nav__item1{
    box-sizing: border-box;
    visibility: hidden;
    position: absolute;
}
.nav__item,.nav__item1{
    box-sizing: border-box;
    cursor: pointer;
}
.CastorMenu{
    height: 12vh;
    width: auto;
      padding-bottom: 5vh;
}
.texts {
    margin-left: 1rem;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
   
}


.icon {
    height: 1.5rem;
    width: 1.5rem;
    color: black;
}

.bx-menu img{
    height: 6.5vh;
    width: auto; 
}
a.Que_es, .Castor{
    color:black;
    font-family: "Gayathri", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 3vh;
    text-align: center;
    padding: 1vh;
    box-sizing: border-box;
}



.cerrar{
     visibility: hidden;
    position: absolute;
}
.close {
  
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media(max-width:1030px){
    .nav__logo {
        height: 9vh;
        width: auto;
    }
    .bx-menu img {
        height: 5.5vh;
        width: auto;
    }
}

@media(max-width:600px){

    
      .nav__logo{
        height: 8vh;
        width: auto;
    }
    .bx-menu img{
        height: 5vh;
    }
      .CastorMenu{
    height: 10vh;
    
}
}
@media(max-width:485px){

.bx-menu img {
        height: 4.2vh;
    }
      .nav__logo{
        height: 6vh;
        width: auto;
    }
}
@media(max-width:400px){
        .CastorMenu{
    height: 9vh;
    
}


      .nav__logo{
        height: 5vh;
        width: auto;
    }
  

    .CasText{
        font-size: 3.8vh;
    }
    
    a.Que_es, .Castor{

    font-size: 2.5vh;
  
}
@media (max-width: 370px) and (max-height: 900px) {
    .nav__logo{
        height: 7vh;
        width: auto;
    }   
    .bx-menu img {
        height: 5vh;
    }
}
}
@media(max-width:350px){
    
      .nav__logo{
        height: 5vh;
        width: auto;
      }
      .bx-menu img{
        height: 3.8vh;
    }
}
@media(max-width:300px){
      .nav__logo{
        height: 4.5vh;
        width: auto;
    }
    
    .CastorMenu{
    height: 8vh;
    
}

    .CasText{
        font-size: 3.8vh;
    }
   
    .nav{
        padding-right: 10%;
    }
a.Que_es, .Castor{

    font-size: 2.2vh;
  
}

}



@media (max-width: 1999px) and (min-height: 900px) {
    a.Que_es, .Castor {
        padding: 0;
    }
    .nav__item2 {
        visibility: hidden;
        position: absolute;
    }
    li {
        box-sizing: border-box;
    }

    .nav__list {
        height: auto;
        gap: 5vh;
        padding: 7% 0;
    }
    .nav__item1, .cerrar {
        visibility: visible;
        position: static;
        line-height: 1;
    }
    .nav__item {
        padding: 0;
    }
    #Con {
        padding-bottom: 6vh;
    }

    .cerrar {
        align-self: flex-end;
        padding-right: 6vh;
        font-size: 7vh;
    }

}



@media (max-height: 899px) and (min-width: 1031px) {
    .nav {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .nav__menu {
        display: none;
    }

    .nav__list {

        position: static;
        background-color: transparent;
        padding: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        list-style: none;
        transform: unset;
        transition: none;
    }

    .nav__list--show {
        transform: unset;
    }
}


@media (min-height: 900px) and (min-width: 1999px) {
    .nav {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .nav__menu {
        display: none;
    }

    .nav__list {
        position: static;
        background-color: transparent;
        padding: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        list-style: none;
        transform: unset;
        transition: none;
    }

    .nav__list--show {
        transform: unset;
    }
    .textito-back{
        font-size: 2.4vh
    }
    .redirecc{
        font-size: 3.5vh;
    }
}
@media (max-width: 1030px) and (max-height: 899px) {
    a.Que_es, .Castor {
        padding: 0;
    }
    .nav__item2 {
        visibility: hidden;
        position: absolute;
    }
    li {
        box-sizing: border-box;
    }

    .nav__list {
        height: auto;
        gap: 5vh;
        padding: 7% 0;
    }
    .nav__item1, .cerrar {
        visibility: visible;
        position: static;
        line-height: 1;
    }
    .nav__item {
        padding: 0;
    }
    #Con {
        padding-bottom: 6vh;
    }

    .cerrar {
        align-self: flex-end;
        padding-right: 6vh;
        font-size: 7vh;
    }

}

/*Fin de estilos nav*/
/*Estilos Body*/


.ContenedorPrincipal{
    display:grid;
    grid-template-columns: 100%;
    grid-template-rows: min-content;
    gap:2vh;
    background: white;

    width: 90%;
    height: 100%;
    margin: auto;
    margin-top: 0;
    padding-top: 14vh;
}
.Principalito{
    display: grid;
    grid-template-columns: 25%  70%;
    grid-template-rows: 95%;
    gap:8vh;
}
.Titulo{
    font-family: "Dongle", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 8.5vh;
    width: 70%;
    margin: auto;
}
.Menucito{
    display: grid;
    grid-template-columns: 98% 2%;
    grid-template-rows: auto;
    gap:3vh;
    box-sizing: border-box
}

.enlaces{
    list-style: none;
    margin: 0;
    padding: 0;
}
.enlace{
    line-height: 0.8;
    font-family: "Dongle", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.5vh;
    grid-column: span 2;
    text-decoration: none;
    color: black;
    display: block;
    padding-top: 3.5vh;
    padding-bottom: 3.5vh;

    padding-left: 0;
    text-align: right;
}
.enlace.activo {
    color: var(--cafecito);
    font-weight: bold;
}
.Centrecito{
    width: 100%;
    height: 100%;
}
iframe{
    border: none;
}
.Linea{
    background-color:#DEDEDE;
    border-radius: 1.5rem;

}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
.modal-content {
    background-color: white;
    padding: 3vh;
    border-radius: 1.5rem;
    text-align: center;
    width: 70vh;
    font-family: "Gayathri", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size:4vh;
}
.modal button {
    color:white;
    background-color: #BA6958;
    border: none;
    margin-top: 2vh;
    padding-left:5vh;
    padding-right: 5vh;
    border-radius: 1.5rem;
    cursor:pointer;
    font-family: "Dongle", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.8vh;
}
.modal button:hover {
    color: #1B1717;
    background-color: #F7B9A2;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
@media (max-width:900px) and (max-height:900px){

    .Principalito {
        grid-template-columns: 1fr;
        grid-template-rows: min-content auto;
        gap:4vh;
    }

    .Menucito {
        grid-template-columns: 1fr;
        grid-template-rows: 77% 12%;
        gap:1vh;
    }

    .conten{
        height: min-content;
    }
    .Menucito {
        overflow-x: auto;
        display: flex;
        justify-content: flex-start;
    }

    .enlaces {
        display: flex;
        flex-wrap: nowrap;
        gap: 2vw;
        overflow: hidden;
        white-space: nowrap;
        width: max-content;
    }

    .enlace {
        flex: 0 0 auto;
        padding: 1vh 2vw;
        text-align: center;
    }
    .Menucito::-webkit-scrollbar {
        height: 1.5vh;
    }


    .Menucito::-webkit-scrollbar-track {
        background: #F3F3F3;
        border-radius: 2rem;
    }

    .Menucito::-webkit-scrollbar-thumb {
        background-color: #BA6958;
        border-radius: 2rem;
        border: 2px solid #F3F3F3;
    }

    .Menucito::-webkit-scrollbar-thumb:hover {
        background-color:#DB8978 ;
    }
    .Linea{
        display: none;
    }
    .Titulo{
        width: 100%;
        line-height: 0.8;
    }

}
@media(max-width:680px){
    .enlaces {
        overflow-x: auto;
    }

}
@media (max-width:1060px) and (min-height:900px){

    .Principalito {
        grid-template-columns: 1fr;
        grid-template-rows: min-content auto;
        gap:4vh;
    }

    .Menucito {
        grid-template-columns: 1fr;
        grid-template-rows: 77% 12%;
        gap:1vh;
    }

    .conten{
        height: min-content;
    }
    .Menucito {
        overflow-x: auto;
        display: flex;
        justify-content: flex-start;
    }

    .enlaces {
        display: flex;
        flex-wrap: nowrap;
        gap: 2vw;
        overflow-x: hidden;
        white-space: nowrap;
        width: max-content;
    }

    .enlace {
        flex: 0 0 auto;
        padding: 1vh 2vw;
        text-align: center;
    }
    .Menucito::-webkit-scrollbar {
        height: 1.5vh;
    }


    .Menucito::-webkit-scrollbar-track {
        background: #F3F3F3;
        border-radius: 2rem;
    }

    .Menucito::-webkit-scrollbar-thumb {
        background-color: #BA6958;
        border-radius: 2rem;
        border: 2px solid #F3F3F3;
    }

    .Menucito::-webkit-scrollbar-thumb:hover {
        background-color:#DB8978 ;
    }
    .Linea{
        display: none;
    }
    .Titulo{
        width: 100%;
        line-height: 0.8;
    }

}