:root{
    --cafe: #885551;
    --cafecito: #BA6958;
    --cafecitititito: #F7B9A2;
    --turquesita: #9FD8CB;
    --awuita: #879FD4;
    --azulito: #CFE1FF;
    --amarillito: #FFDF9B;
    --verdecito:#52B788;
    --azul:#879FD4;
}
/*Actualizacion para q jale*/
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 ;
}


.html::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    background: linear-gradient(to left, #ffffff, transparent);
    pointer-events: none;
}

*{
    padding: 0;
}
.no-scroll {
    overflow: hidden;
    height: 100%;
}

body{
    overflow-x: hidden;
    padding: 0;
    width: 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;
}

.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,.nav__item2{
    box-sizing: border-box;
    cursor: pointer;
}
.CastorMenu{
    height: auto;
    width: auto;
    padding-bottom: 5vh;
}
.texts {
    margin-left: 1rem;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.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;
}

.icon {
    height: 1.5rem;
    width: 1.5rem;
    color: black;
}
.nav__item2 img{
    height: 10vh;
    width: auto;

}
.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;
}


#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;
}
.cerrar{
    visibility: hidden;
    position: absolute;
}
.close {

    color: black;
    text-decoration: none;
    cursor: pointer;
}



.Contenedor {
    margin-top: 0;
    background: white;

    height: 100%;
    padding-top: 15vh;
}

.ContenedorPrincipal{
    grid-template-rows: 4fr 1fr;
    height: 75vh;
    justify-items: center;
    align-content: center;

}

.Principal {
    height: auto;
    display: grid;
    grid-template-columns: 64% 35%;
    font-family: "Dongle", sans-serif;
    font-weight: 700;
    line-height: 0.7;
    font-style: normal;
    gap:5vh;
    justify-content: center;
    width: 90%;

}
.PagPri{
    font-size: 18vh;
    display: inline-grid;
    justify-content: center;
}
.comienza{
    font-size: 8vh;
    display: flex;
    align-content: center;
    align-items: center;
}

.habito {
    color:var(--verdecito);
}

.futuro {
    color: var(--awuita);
}

.img {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.img img{
    width: 100%;
    height: 100%;

}

.Texto_1 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.way {
    color:var(--cafecito);
    margin-left: 5px;
}


.pag_2{
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 2vh;
    box-sizing: border-box;
    margin:2vh;

}
.Castorcito{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.Castorcito img{
    width: 60vh;
    height: auto;
}
.CasText{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Dongle", sans-serif;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    font-size: 7vh;
}
.Detalles{
    display:flex;
    justify-content: center;
    align-items: center;
    padding-top: 8vw;
    padding-bottom: 1.5vw;
}
.CartelDiv{
    padding-top: 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-bottom: 0.8vw;

}
.Cartel{
    height: 80vh;
}

.container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 90%;
    background: white;
    border-radius: 20px;
    padding:1.5vw;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    background-color: var(--azulito);
}

.item_1, .item_2, .item_3, .item_4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    gap: 2vh;
}

.image_1 img, .image_2 img, .image_3 img, .image_4 img {
    height: 25vh;
    width: auto;

    object-fit: cover;
}

.titulo_1, .titulo_2, .titulo_3, .titulo_4 {
    font-family: "Dongle", sans-serif;
    font-weight: 700;
    line-height: 0.8;
    font-style: normal;
    font-size: 6vh;
    padding-bottom: 1.5vh;
}

.texto_1 ,.texto_2,.texto_3,.texto_4{
    font-family: "Gayathri", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    font-size: 3.4vh;

}
.texto-contenido {
    flex: 1;
    padding:1vh;
}
@media (max-width: 1075px) {

    .container {
        margin-top: 0;
        width: 90%;
        height: auto;
        grid-template-columns: 1fr;
    }

    .item_1, .item_2, .item_3, .item_4 {
        flex-direction: column;
        text-align: center;
        margin-bottom: 0;
    }

    .image_1 img, .image_2 img, .image_3 img, .image_4 img {
        width: auto;
        height: 35vh;
    }
    .titulo_1, .titulo_2, .titulo_3, .titulo_4 {
        font-family: "Dongle", sans-serif;
        font-weight: 700;
        line-height: 1.2;
        font-style: normal;
        font-size: 10vh;

    }

    .texto_1 ,.texto_2,.texto_3,.texto_4{
        font-family: "Gayathri", sans-serif;
        font-weight: 700;
        font-style: normal;
        line-height: 1.5;
        font-size: 4vh;

    }
    html{
        overflow-y: auto;
    }
}
.Unete_Container{
    display: flex;
    margin: auto;
}
.container_2 {
    margin:auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    gap: 2vh;
    box-sizing: border-box;
    margin-top: 5vh;
    padding-bottom:2.5vh;
    justify-content: center;
}

.item_2_1, .item_3_1, .item_4_1{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    width: 100%;

}
.item_1_1{
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: white;
    width: 100%;
    max-width: none;
}

.ayuda{
    font-family: "Dongle", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12vh;
    line-height: 0.8;
}
.Cas{
    font-family: "Dongle", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 12vh;
    line-height: 0.8;
}
.Way_1{
    font-family: "Dongle", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 12vh;
    color: var(--awuita);
    line-height: 0.8;
}
.item_2_1{
    font-family: "Gayathri", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5vh;

}
.item_2_1 p{
    margin: 0;
}

.item_3_1 button{

    cursor: pointer;
    font-family: "Dongle", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5.5vh;
    display: flex;
    align-items: center;
    height: 8vh;
    width: auto;
    color: white;
    background-color: var(--cafecito);
    padding: 2vh;
    transition: all 0.5s ease-in-out;
    border-radius: 3em;
    border:0px;
}
.Comienza:hover {
    background-color: var(--cafecitititito);
    color:black;
}

a.comienza:hover{
    color: var(--cafecito);
}

a.comienza{
    color: var(--cafecitititito);
}

.Contactanos{
    cursor: pointer;
    font-family: "Dongle", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5.5vh;

    width: auto;
    height: 8vh;

    color: black;
    background-color: white;
    padding: 2vh;
    transition: all 0.5s ease-in-out;
    border-radius: 3em;
    border-color: var(--azul);
    display: flex;
    align-items: center;
}
.Contactanos:hover {
    background-color: var(--azul);
}
.item_4_1 img{
    height: 34vh;
    width: auto;

}

.item_5_1 {
    display: grid;
    grid-template-columns: 1fr  1fr;
    align-items: center;
    justify-content: space-between;

    width: 100%;

}

.izq_1 img {
    width:auto;
    height: 8vh;
    box-sizing: border-box;
    padding: 1vh;
    object-fit: cover;
}
.der_1 img {
    width: auto;
    height: 8vh;
    object-fit: cover;
}
.izq_1{
    box-sizing: border-box;
    display: flex;
    height: 8vh;
    justify-content: flex-start;
    align-items: center;
}

.der_1{
    box-sizing: border-box;
    display: flex;
    height: 8vh;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.8s ease-in-out 0.5s;
}
.der_1 img:hover {
    content: url('../img/UnderHover_Contactanos.svg');
}

.container-3 {
    display: grid;
    align-items: stretch;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    gap: 8vh;

}


.container-left {
    background-color: var(--gris);
    border-radius: 3%;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-left: 2vw;
    padding-top: 2vw;
    margin: 0;
}

.cont-left-img{
    display: flex;
    width: auto;
    height: auto;
    margin: 0;
    align-items: flex-start;
}
.cont-left-img2 {
    display: flex;
    width: auto;
    margin: 0;
    justify-content: left;
    padding: 0;
}

.img_99 {
    width: auto;
    height: 7vh;
    display: block;
    justify-content: left;

}
.img22{
    width: 65vh;
    height: auto;
}
.page_3 {

    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-content: center;
    margin: 2vw auto;
    width:95%;
    background-color: var(--azulito);
    padding: 2.5vh;
    border-radius: 1.5rem;


}
.Conform{
    display: flex;
    justify-content:center;
    width: max-content;
}
.lo_Q{
    font-family: "Dongle", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 9vh;
    line-height: 0.8;
    margin: 0;
}

.cont-left-txt {
    background-color: var(--gris);
    font-family: "Dongle", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 5.5vh;
    text-align: left;
    line-height: 0.8;
}
.parrafo{
    display: block;
    margin: 0;
}
.grid {
    display: flex;
}

.container-derecha {
    background-color: var(--azulito);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 4vh;
    width: 100%;
    text-align: center;
    justify-content: stretch;
}

.container-derecha .cuadro {

    display: flex;
    flex-direction: column;

    box-sizing: border-box;
    font-family: "Dongle", sans-serif;
    font-style: normal;
    font-weight: 400;
    border-radius: 1.5rem;
    justify-content: center;
    gap: 1vw;
    transition: all 0.3s ease;
    width: auto;
    height: auto;
    perspective: 1000px;

}



.textito {
    margin: 0;
    line-height: 0.6;
        display: inline-flex;
    align-items: flex-end;
}

.container-derecha img {
    display: flex;
    justify-content: center;
    margin: auto;
}

.Imagencita {
    width: 100%;
    height: 100%;
}

.cont-right-txt {
    font-size: 6vh;
}

.card {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
}

.cuadro:hover .card {
    transform: rotateY(180deg);
}

.front, .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 1.5rem;
    padding: 2vh;

    box-sizing: border-box;
}

.front {
    background-color: white;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 70% 30%;
    width: 100%;
    box-sizing: border-box;
}

.back {
    background-color: white;
    transform: rotateY(180deg); /* Oculta la parte trasera inicialmente */
    gap:0;

    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 85% 15%;
    width: 100%;
    box-sizing: border-box;
}

.textito-back{
    color: black;
    text-align: left;
    font-family: "Gayathri", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2.3vh;
    margin: 0;
    line-height: 1.2;
}
.redirecc{
    color: var(--cafecito);
    font-family: "Dongle", system-ui;
    font-weight: 700;
    font-style: normal;
    font-size: 4vh;
    margin: 0;
    line-height: 0.7;
    text-align: right;
    cursor: pointer;
}
.cent{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
}
a.comienza{
    text-decoration: none;
}
.cont-right-img{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;

}


@media (max-width: 1075px) {
    .Contenedor {

        padding-top: 14vh;
    }
    .ContenedorPrincipal{
                height: auto;
    }
    
    .img img {
        height: 40vh;
    }
    .PagPri {
        font-size: 12vh;
    }
    .Unete_Container {
        width: 90%;
    }
    .ayuda, .Cas, .Way_1 {
        font-size: 7.5vh;
    }
    .Conform {
        margin: auto;
        width: 90%;
        text-align: center;
    }
    .Cartel {
        height: 38vh;
    }
    .item_4_1 img {
        height: 25vh;
    }
    .item_2_1 {
        font-size: 2.5vh;
    }
    .Principal {
        display: flex;
        flex-direction: column;
        gap: 5vh;
    }
    .cont-right-txt {
        font-size: 4vh;
    }
    .izq_1 img {
        height: auto;
        width: 20vh;
    }
    .item_3_1 button, .Contactanos {
        font-size: 4.5vh;
    }
    .container-derecha .cuadro {
        width: 90%;
        height: 90%;
        justify-self: center;
    }
    .comienza {
        flex-direction: row;
        font-size: 5vh;
        align-items: center;
        justify-content: center;
    }
    .Castorcito img {
        width: 40vh;
    }
    .CasText {
        font-size: 6vh;
    }
    .center-container {
        display: flex;
        justify-content: center;
    }
    .center1 {
        text-align: left;
    }
    .container-3 {
        width: 90%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 2fr;
        margin: auto;
    }
    .card{
        width: 60%;
        margin: auto;
    }

    .cont-left-img2 {
        justify-content: center;
    }
    .container-left {
        padding-left: 0;
    }
    .page_3 {
        width: 88%;
        border-radius: 1.5rem;
    }
    .img22 {
        width: 90%;
    }
    .img_99 {
        height: 9vh;
    }
    .grid {
        justify-content: center;
        width: 100%;
        height: 100%;
        margin: auto;
    }
    .cont-left-txt {
        font-size: 7.5vh;
    }
    .parrafo, .cont-left-img {
        width: 90%;
        margin: auto;
    }
    .container-derecha {
        width: 100%;
        gap: 0;
    }
    .lo_Q {
        font-size: 9.5vh;
    }
    .image_1 img, .image_2 img, .image_3 img, .image_4 img {
        width: auto;
        height: 30vh;
    }
    .titulo_1, .titulo_2, .titulo_3, .titulo_4 {
        font-size: 8vh;
    }
    .texto_1, .texto_2, .texto_3, .texto_4 {
        font-size: 3vh;
    }
 
    .textito-back{
        font-size: 2vh;
    }
    .redirecc{
        font-size: 3vh;
    }
    .nav__logo {
        height: 9vh;
        width: auto;
    }
    .bx-menu img {
        height: 5.5vh;
        width: auto;
    }
    .container-derecha{
        display: flex;
        flex-direction: column;
        gap: 4vh;
        align-items: center;
    }
}
@media(max-width:950px){
 
    .cont-right-txt {
        font-size: 5.5vh;
    }
    .textito-back{
        font-size: 2.5vh;
    }
    .redirecc{
        font-size: 4vh;
    }
    .card {
        width: 100%;
        margin: auto;
    }
    .container-3 {

        grid-template-rows: 1fr 3fr;

    }

}
@media(max-width:740px){
  
    .cont-right-txt {
        font-size: 5vh;
    }
    .grid{
        height: 100%;
        width: 100%;
    }
    .textito-back{
        font-size: 2.3vh;
    }
    .redirecc{

        font-size: 3.3vh;
    }

}

@media(max-width:600px){

    .ayuda,.Cas,.Way_1{
        font-size: 7vh;
    }
    .image_1 img, .image_2 img, .image_3 img, .image_4 img {
        width: auto;
        height: 20vh;
    }
    .card{
        width: 100%;
        margin: auto;
    }
    .cent{
        justify-content: flex-start;
    }
    .textito-back{
        font-size: 2.2vh;
    }
    .redirecc{
        text-align: left;
        font-size: 3.5vh;
        line-height: 0.8;
    }

    .titulo_1, .titulo_2, .titulo_3, .titulo_4 {

        font-size: 6.5vh;

    }

    .texto_1 ,.texto_2,.texto_3,.texto_4{

        font-size: 2.8vh;

    }
    .container-derecha .cuadro {
        width: 100%;
        height: 100%;

    }
    .img_99{
        height: 7vh;
    }

    .parrafo,.cont-left-img,.img22{
        width: 100%;
        margin: auto;
    }
    .cont-left-txt{
        font-size: 5.5vh;
    }

    .nav__logo{
        height: 8vh;
        width: auto;
    }
    .bx-menu img{
        height: 5vh;
    }
    .Cartel{
        width: 32vh;
        height: auto;
    }
    .img img{
        height: 40vh;
    }
    .PagPri{
        font-size: 11vh;
        display: inline-grid;
        justify-content: center;
    }
    .comienza{
        font-size: 4.2vh;
        justify-content: center;
    }

    .Castorcito img{
        width: 32vh;
    }

    .CasText{
        font-size: 5vh;
    }
    .center1{
        text-align: left;
    }
    .lo_Q{
        font-size: 7.5vh
    }
    .container-3{
        gap:5vh;
        grid-template-rows: 1fr 4.5fr;
    }
  
    .cont-right-txt{
        font-size:5vh;
    }
    .page_3{
        width: 82%;
    }
    .item_2_1{
        font-size: 2.5vh;
    }
    .izq_1 img{
        height: auto;
        width: 24vh;
    }
    .item_3_1 button, .Contactanos,.der_1  {
        font-size: 4vh;
        height: 5vh;
    }

    .item_4_1 img{
        height: 20vh;
    }
    .item_5_1{

        display: flex;
        flex-direction: column;
        gap:2vh;
    }
    .der_1{
        order:1;
    }
    .izq_1{
        order:2;
    }
    .CastorMenu{
        height: 5vh;

    }
}
@media(max-width:485px){
    .container-3{
        grid-template-rows: 1fr 6fr;
    }
    .card{
        width: 100%;
        margin: auto;
    }
    .textito-back{
        font-size: 2.1vh;
    }
    .redirecc{

        font-size: 2.5vh;
    }
    .CastorMenu{
        height: 4vh;

    }
    
    .izq_1 img{
        height: auto;
        width: 24vh;
    }
    .nav__logo{
        height: 6vh;
        width: auto;
    }
    .bx-menu img {
        height: 4.2vh;
    }
    .ayuda,.Cas,.Way_1{
        font-size: 5vh;
    }
    .item_2_1{
        font-size: 2.5vh;
    }
    .cont-left-txt{
        font-size: 5vh;
    }
    .item_4_1 img{
        height: 22vh;
    }


    .image_1 img, .image_2 img, .image_3 img, .image_4 img {
        width: auto;
        height: 16vh;
    }
    .titulo_1, .titulo_2, .titulo_3, .titulo_4 {

        font-size: 5vh;

    }

    .texto_1 ,.texto_2,.texto_3,.texto_4{

        font-size: 2.5vh;

    }
    .Cartel{
        width:24vh;
    }
    .page_3{
        width: 80%;

    }

    .parrafo,.cont-left-img{
        width: 90%;
        margin: 0;
    }
    .container-left{
        height: fit-content;
        width: 90%;
    }

    .container-3{
        gap:5vh;
        justify-items: center;
    }
   
    .cont-right-txt{
        font-size: 5vh;
    }
    .lo_Q{
        font-size: 5.5vh
    }
    .img img{
        height: 36vh;
    }
    .PagPri{
        font-size: 9vh;
        justify-content: center;
    }
    .comienza{
        flex-direction: row;
        text-align: center;
        justify-content: center;
        font-size: 3.5vh;
        align-items:flex-start;
    }
    .Castorcito img{
        width: 22vh;
    }

    .CasText{
        font-size: 3.8vh;
    }
    .img_99{
        height: 6vh;
    }
    a.Que_es, .Castor{

        font-size: 2.8vh;

    }

}
@media (max-width: 400px) {
    .textito-back {
        font-size: 1.8vh;
    }
    .PagPri{
        font-size: 8.2vh;
    }
    .comienza{
       
        font-size: 3vh;
       
    }
}
@media(max-width:350px){

    .card{
        width: 100%;
        margin: auto;
    }
    .textito-back{
        font-size: 1.6vh;
    }
    .redirecc{
        line-height: 0.8;
        font-size: 2.8vh;
    }
    .nav__logo{
        height: 5vh;
        width: auto;
    }
    .bx-menu img{
        height: 3.8vh;
    }
    .CastorMenu{
        height: 4vh;

    }
    .item_2_1{
        font-size: 2.3vh;
    }
    .ayuda,.Cas,.Way_1{
        font-size: 5.5vh;
    }
    .item_3_1 button, .Contactanos  {
        font-size: 3.5vh;
    }
    .item_4_1 img{
        height: 18vh;
    }
    .image_1 img, .image_2 img, .image_3 img, .image_4 img {
        width: auto;
        height: 18vh;
    }
    .titulo_1, .titulo_2, .titulo_3, .titulo_4 {

        font-size: 4.5vh;

    }
    .izq_1 img {
        height: auto;
        width: 20vh;
    }
    .texto_1 ,.texto_2,.texto_3,.texto_4{

        font-size: 2.5vh;

    }
    .page_3{
        width: 75%;

    }
    .Cartel{
        height:18vh;
    }

    .parrafo,.cont-left-img{
        width: 90%;
        margin: 0;
    }
    .container-left{
        height: fit-content;
    }
    .container-3{
        gap:5vh;
    }
   
    .cont-right-txt{
        font-size: 4.5vh;
    }
    .cont-left-txt{
        font-size: 5vh;
    }
    .lo_Q{
        font-size: 6vh
    }
    .img img{
        height: 24vh;
    }
    .PagPri{
        font-size: 7vh;
        justify-content: center;
    }
    .comienza{
        font-size: 4vh;
        flex-direction: column;
        justify-content: center;
    }
    .Castorcito img{
        width: 18vh;
    }

    .CasText{
        font-size: 3.8vh;
    }
    .img_99{
        height: 5vh;
    }
    .nav{
        padding-right: 10%;
    }
    a.Que_es, .Castor{

        font-size: 2.8vh;

    }

}
@media(max-width:300px){
  .img img{
        height: 20vh;
    }
    .PagPri{
        font-size: 6vh;
        justify-content: center;
    }
    .comienza{
        font-size: 3.5vh;
        flex-direction: column;
        justify-content: center;
    }  
}
@media(max-width:250px){

    .card{
        width: 100%;
        margin: auto;
    }
    .textito-back{
        font-size: 1.6vh;
    }
    .redirecc{
        line-height: 0.8;
        font-size: 2.2vh;
    }
   
    .cont-right-txt{
        font-size: 3.5vh;
    }
}
@media(max-width:200px){
    .CastorMenu{
        height: 3.5vh;

    }
}

@media (min-width: 1075px) and (min-height: 900px) {
    .img img{
        height: 44vh;
    }
    .PagPri{
        font-size: 14vh
    }
    .comienza{
        font-size: 6.5vh;
    }
    .Principal{

        grid-template-columns: 55% 40%;
    }
    .img22{
        width: 45vh;
    }
    .container-3{
        grid-template-columns: 1fr 1fr;
    }
    .cont-right-txt {
        font-size: 4.5vh;
    }
    .textito{
        line-height: 0.6;
    }
    
    #Pri{
        width: min-content;
    }
    .textito-back{
        font-size: 1.5vh
    }
    .redirecc{
        font-size: 2.2vh;
    }
    .container{
        width: auto;
    }

}
@media (min-width: 1450px) and (min-height: 900px) {
    #Pri{
        width: 100%;
    }
    .img22 {
        width: 100%;
    }

}
@media (min-width: 1700px) and (min-height: 900px) {
    #Pri{
        width: 100%;
    }
    .img22 {
        width: 100%;
    }
    .textito-back{
        font-size: 2vh
    }
    .redirecc{
        font-size: 2.8vh;
    }
}

@media (max-width: 1075px) and (max-height: 900px) {
    .front,.back{
        padding: 4vh;
    }

    .Imagencita {
        height: 100%;
    }
    .cont-right-txt {
        font-size: 6vh;
    }
    .grid{
        height: 100%;
        width: 100%;
    }
    .textito-back{
        font-size: 3.2vh;
    }
    .redirecc{

        font-size: 4.5vh;
    }
    .container-3 {
        gap: 5vh;
        grid-template-rows: 1fr 2fr;
    }
}
@media (max-width: 850px) and (max-height: 900px) {
    .textito-back {
        font-size: 3vh;
    }
}
@media (max-width: 800px) and (max-height: 900px) {
    .textito-back {
        font-size: 2.8vh;
    }
     .container-3 {
        gap: 5vh;
        grid-template-rows: 1fr 2.5fr;
    }
}
@media (max-width: 750px) and (max-height: 900px) {
    .textito-back {
        font-size: 2.9vh;
    }
    .container-3 {
        gap: 5vh;
        grid-template-rows: 1fr 2.5fr;
    }
}
@media (max-width: 600px) and (max-height: 900px) {

    .cont-right-txt {
        font-size: 5vh;
    }
 .textito-back{
        font-size: 2.5vh;
    }
    .redirecc{

        font-size: 4vh;
    }
}

@media (max-width: 500px) and (max-height: 900px) {

.container-3 {
        gap: 5vh;
        grid-template-rows: 1fr 4.5fr;
    }
 .textito-back{
        font-size: 2.4vh;
    }
    .redirecc{

        font-size: 4vh;
    }
}
@media (max-width: 420px) and (max-height: 900px) {

.container-3 {
        gap: 5vh;
        grid-template-rows: 1fr 5fr;
    }
 .textito-back{
        font-size: 2.4vh;
    }
    .redirecc{

        font-size: 3.8vh;
    }
}
@media (max-width: 370px) and (max-height: 900px) {
.container-3 {
        gap: 5vh;
        grid-template-rows: 1fr 5.5fr;
    }
    .nav__logo{
        height: 7vh;
        width: auto;
    }
    
    .bx-menu img {
        height: 5vh;
    }
.textito-back {
        font-size: 2.5vh;
    }
}
@media (max-width: 350px) and (max-height: 900px) {

.textito-back {
        font-size: 2.5vh;
    }
}


@media (max-width: 325px) and (max-height: 900px) {

.container-3 {
        gap: 5vh;
        grid-template-rows: 1fr 6.5fr;
    }
 .textito-back{
        font-size: 2.2vh;
    }
    .redirecc{

        font-size: 3.5vh;
    }
}
@media (max-width: 290px) and (max-height: 900px) {

 .textito-back{
        font-size: 2.2vh;
    }
}
@media (max-width: 270px) and (max-height: 900px) {

 .textito-back{
        font-size: 2vh;
    }
}


@media (max-width: 250px) and (max-height: 900px) {
.container-3 {
        gap: 5vh;
        grid-template-rows: 1fr 7.5fr;
    }
    
 .textito-back{
        font-size: 1.9vh;
    }
    .redirecc{

        font-size: 2.5vh;
    }
    .Imagencita{
        width: 100%;
        height: 100%
    }
    .cont-right-txt {
        font-size: 4vh;
    }
}

@media (max-width: 225px) and (max-height: 900px) {
.container-3 {
        gap: 5vh;
        grid-template-rows: 1fr 7.5fr;
    }
    
 .textito-back{
        font-size: 1.7vh;
    }
 
}


@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: 1076px) {
    .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: 1075px) 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;
    }

}

