body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
  /*  background-image: url(../lagranplaza.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    touch-action: pan-x pan-y;
    cursor: wait;
}

body::before {
    content: "";
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(30px);
    z-index: -1;
}

.contenedor_cabecera {
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    /* border: 5px solid red; */
}

.cabecera_logo_centrado {
    width: 100vw;
    text-align: center;
}

.cabecera_logo_centrado img {
    width: 70%;
    height: auto;
    background-color: white;
    padding: 3%;
    border-radius: 20px;
}

.contenedor_contenido {
    height: 70vh;
    max-height: 70vh;
    min-height: 70vh;
    width: 100%;
    display: flex;
    align-items: center;
    /* border: 5px solid red; */
    overflow: auto;
}

.contenedor_contenido_2 {
    height: 70vh;
    max-height: 70vh;
    min-height: 70vh;
    width: 100%;
    display: grid;
    align-items: initial;
    /* border: 5px solid red; */
    overflow: auto;
}





.zona_clima_padre {
    position: relative;
    text-align: center;
}

.zona_clima {
    position: static;
    bottom: 0;
}

.contenedor_seccion {
    background-color: gray;
    border-radius: 20px;
    opacity: 0.5;
    align-items: center;
}

.contenedor_seccion img {
    margin-top: 2vh;
    margin-bottom: 2vh;
    width: 80%;
    object-fit: cover;
}

.contenedor_pie_pagina {
    height: 20vh;
    width: 100%;
    display: flex;
    align-items: center;
    /* border: 5px solid red; */
    overflow: hidden;
}

#ads {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    background: rgba(0, 0, 0, 1);
    display: none;
}

.publicidad_100perc {
    object-fit: fill;
    min-height: 100vh;
    min-width: 100vw;
}

.btn_regresar{
    background-color: gray;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(30px);
    z-index: -1;
    color:white;
    height:80px;
}

.btn-alfabeto{
    background-color: gray;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(30px);
    z-index: -1;
    color:white;
    width:100%;
}


/* width */

::-webkit-scrollbar {
    width: 0px;
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: transparent !important;
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: transparent !important;
}


/* no hace nada */

.box {
    width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
}

.box img {
    object-fit: cover;
    object-position: center center;
}

.box-footer img {
    object-fit: cover;
    object-position: center;
}


/* no hace nada */


 .ui-keyboard {
  width: 60%;
  background-color: lightgray;
}

.titulo_opaco {
    background-color: gray;
    border-radius: 20px;
    opacity: 0.7;
    align-items: center;
    color: white;
    padding: 1% 1% 1% 1%;
}

.swal-wide{
    width:70%;
}


#watermark {
    position: absolute;
        top: 10px;
        right: 10px;
        width: 20%;
        z-index: 1000;
        opacity: 0.5;
}