﻿

body {
    margin: 0;
    padding: 0;
}

.oculta {
    display: none!important;
}
.my-button {
    width: 3em;
    height: 3em;
    background: url("https://api.iconify.design/ic-baseline-face.svg?height=24") center no-repeat;
}

.titok {
    color: #5e1527;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 30px;
    font-size: 18px;
    text-shadow: 1px 1px 1px black;
    background-image: url('../../imagenes/img1.wallspic.com-madera-tinte_para_madera-parque-6000x4000.jpg');
}

.titok1 {
    color: #203286;
    font-size: 16px;
}

.titok2 {
    color: #849708;
    text-shadow: .5px .5px .5px black;
}

.encabezado {
    background: #0094ff;
}

    .encabezado nav {
        display: flex;
        justify-content: space-around;
    }

        .encabezado nav ul {
            list-style: none;
            display: flex;
            justify-content: space-between;
        }

a {
    text-decoration: none;
    font-size: 20px;
    color: white;
    padding: 12px 20px;
    display: block;
}

    a:hover {
        background: rgb(44,44,44);
    }

.encabezado nav ul li ul {
    display: flex;
    flex-direction: column;
}


.ModalPopupFondo {
    background-color: gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: gray;
    padding: 3px;
}

}

.titulo_i {
    color: brown;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 34px;
    text-shadow: 3px 1px 3px black;
}

.titulo_e {
    color: brown;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 24px;
    text-shadow: 3px 1px 3px black;
}

.titulo_2 {
    color: white;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    height: 30px;
    font-size: 24px;
    text-shadow: 1px 1px 1px black;
}

.titulo_3 {
    color: #be133e;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    height: 30px;
    font-size: 24px;
    text-shadow: 1px 1px 1px black;
}

.titulo_entra {
    color: brown;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    font-size: 44px;
    text-shadow: 3px 1px 3px black;
}

#cuadro {
    width: 900px;
    height: 750px;
    background-color: aliceblue;
    background-size: 100% 100%;
    color: #ffffff;
    margin: auto;
    margin-top: 20px;
    padding: 5px 5px 30px 5px;
    border-radius: 6px;
    opacity: 0.8;
}

.auto-style5 {
    height: 20px;
}


.boton-modal {
    padding: 40px;
    background-color: #fff;
}

    .boton-modal label {
        padding: 10px 15px;
        background-color: #0094ff;
        color: #fff;
        border-radius: 4px;
        cursor: pointer;
        transition: all 300ms;
    }

        .boton-modal label:hover {
            background-color: #0026ff;
        }

#btn-modal {
    display: none;
}

.container-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(255, 0, 0);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

#btn-modal:checked ~ .container-modal {
    display: flex;
}

.content-modal {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}

    .content-modal h2 {
        margin-bottom: 15px;
    }

    .content-modal p {
        padding: 15px 1px;
        border-top: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
    }

    .content-modal .btn-cerrar {
        width: 100%;
        margin-top: 15px;
        display: flex;
        justify-content: flex-end;
    }

        .content-modal .btn-cerrar label {
            padding: 7px 10px;
            background-color: #5488a3;
            color: #fff;
            border-radius: 4px;
            cursor: pointer;
            transition: all 300ms ease;
        }

            .content-modal .btn-cerrar label:hover {
                background-color: #0026ff;
            }

.cerrar-modal {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.auto-style2 {
    width: 100%;
    height: 86px;
}


.auto-style3 {
    height: 100px;
    width: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.auto-style4 {
    height: 49px;
    width: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
}
