﻿
html, form {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    font-family: 'gotham', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #605D5D;
}

img {
    border: none;
}

.header
{
    width:100%;
    height:50px;
}
.logo
{
    display:block;
    margin:auto;
    width:300px;
    height:50px;
    background-image:url(../img/logo.png);
    background-size:contain;
    background-position:50% 50%;
    background-repeat:no-repeat;
    margin-top:20px;
    cursor:pointer;
}
.mainarea
{
    width:100%;
    max-width:1100px;
    margin:auto;
    margin-top:20px;
    display:block;
}
.botones_principales
{
    width:100%;
    display:flex;

}
.boton_nueva, .boton_buscar {
    width: 49%;
    margin-right:1%;
    height: 50vh;
    background-image: url('../img/dreamstime_m_149540392.jpg');
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    border-radius: 25px;
}
.boton_buscar {
    background-image: url('../img/dreamstime_m_129094038.jpg');
}
.boton_over {
    background: rgb(36,36,36);
    background: linear-gradient(0deg, rgba(36,36,36,0.8) 0%, rgba(150,150,150,0.6) 35%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 100%;
    border-radius: 25px;
    position:relative;
}
.texto_boton{
    position:absolute;
    width:100%;
    text-align:center;
    font-size:40px; color:#FFF;
    bottom:35px;
}
.intro {
    width: 100%;
    text-align: center;
    font-size:15px;
}
h1{
    width:100%;
    text-align:center;
    margin:unset;
    padding:unset;
}

.agregar {
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: block;
    margin-top: 20px;
    
}
.agregar_text {
    width: 100%;
    margin-bottom: 20px;
}
    .agregar_text .etiqueta {
        display: block;
    }
    .agregar_text input[type=text], .multitexto, .agregar_text input[type=password], .agregar_text select {
        width: 100%;
        height: 30px;
        margin-top: 10px;
        border-radius: 5px;
        border: 1px solid #CCC;
        padding: 5px;
        font-size: 15px;
        color: #646464;
    }
.multitexto
{
    height:80px;
}

.div-block-78 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 70px;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px dashed #2463ff;
    border-radius: 0px;
    cursor: pointer;
    margin-bottom: 30px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .div-block-78:hover {
        background-color: rgba(36, 99, 255, 0.2);
    }

.div-block-79 {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    background-image: url('../img/photo-camera.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.div-block-80 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-16 {
    color: #7c7c7c;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}
.agregar_text button {
    width: 100%;
    height: 40px;
    border:none;
    cursor:pointer;
    border-radius: 15px;
    color: #FFF;
    background-color: #14A638;
}
.hidden
{
    display:none;
}
.headerTabla th {
    background-color: #525773;
    color: #FFF;
    padding: 3px;
    height: 25px;
    font-size: 15px;
}
.fila td {
    text-align: center;
    padding: 3px;
    height: 40px;
    font-size: 14px;
}
.fila2 td {
    text-align: center;
    padding: 3px;
    height: 40px;
    font-size: 14px;
    background-color: #e2e2e2;
}
    .fila td a, .fila2 td a {
        background-color: #6482B0;
        color: #FFF;
        padding: 10px;
        text-decoration: none;
        border-radius: 5px;
        font-size: 13px;
    }


.evento {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    border: 1px solid #CCC;
    border-radius: 15px;
    padding: 20px;
    margin-bottom:20px;
    position:relative;
}
.evento_top {
    display: flex;
    width: 100%;
}
.evento_foto {
    width: 50%;
    height: 350px;
    background-size: contain;
    background-color:#e7e5e5;
    border-radius:15px;
    background-position: 50% 50%;
    margin-right:20px;
    background-repeat:no-repeat;
}
.evento_info{
    position:relative;
    width:50%;
    font-size:16px;
    line-height:23px;
}
.evento_info h1
{
    text-align:left;
}
.evento .admin, .evento .agregarinvitado {
    position: absolute;
    background-color: rgba(36, 99, 255, 0.5);
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #FFF;
    font-size:11px;
}

.evento .agregarinvitado_no {
    background-color: rgba(255, 36, 67, 0.69) !important;
    margin-top: 4px;
}

@media screen and (min-width: 691px) and (max-width: 800px) {
    .evento .agregarinvitado_no {
        left: 210px;
        font-size: 10px !important;
        padding-left: 2px;
        padding-right: 2px;
    }
}
@media screen and (min-width: 801px) {
    .evento .agregarinvitado_no {
        left: 210px;
    }
}
    .evento .admin {
        right: 5px;
        top: -75px;
    }

    .evento .share {
        right: 105px;
        background-color: rgba(54, 179, 74, 0.87);
        top: -75px;
    }

    .evento .agregarinvitado {
        font-size: 17px;
        bottom: 5px;
        background-color: rgba(135, 36, 255, 0.69);
    }

    .invitado {
        width: 100%;
        margin-top: 20px;
        max-width: 500px;
        margin: auto;
        margin-top: 10px;
    }

    .invitado_col {
        width: 100%;
        text-align: left;
        font-size: 15px;
    }

        .invitado_col table {
            width: 100%;
        }

            .invitado_col table td {
                padding: 3px;
            }

            .invitado_col table tr:nth-child(odd) {
                background-color: #E5E5E573;
            }

        .invitado_col strong {
            margin-bottom: 10px;
            display: block;
            margin-top: 20px;
        }

    .link_reg {
        background-color: #254659;
        color: #FFF;
        text-decoration: none;
        font-size: 11px;
        padding: 5px;
        border-radius: 6px;
    }

    @media screen and (max-width: 800px) {
        .evento {
            width: 90%;
            max-width: 1000px;
            margin: auto;
            border: 1px solid #CCC;
            border-radius: 15px;
            padding: 2%;
            margin-bottom: 20px;
            position: relative;
        }

        .boton_nueva, .boton_buscar {
            width: 43%;
        }

        .botones_principales {
            align-content: center;
            justify-content: center;
        }
    }

    @media screen and (max-width: 690px) {
        .fila td a, .fila2 td a {
            background-color: #6482b0;
            color: #fff;
            padding: 10px;
            text-decoration: none;
            border-radius: 5px;
            font-size: 10px;
            padding: 0px;
            display: block;
        }

        .evento_top {
            display: block;
        }

        .botones_principales {
            display: block;
        }

        .boton_nueva, .boton_buscar {
            width: 95%;
            margin: auto;
            margin-bottom: 5px;
            height: 30vh;
        }

        .agregar {
            width: 100%;
            max-width: 500px;
            margin: auto;
            display: block;
            margin-top: 20px;
            /* padding: 10px; */
            width: 90%;
            margin: auto;
        }

        .agregar_text input[type="text"], .multitexto, .agregar_text input[type="password"] {
            width: 90%;
            height: 30px;
            margin-top: 10px;
            border-radius: 5px;
            border: 1px solid #CCC;
            padding: 5px;
            font-size: 15px;
            color: #646464;
        }

        .evento_foto {
            width: 100%;
            height: 170px;
            background-size: contain;
            background-color: #e7e5e5;
            border-radius: 15px;
            background-position: 50% 50%;
            margin-right: 0px;
            background-repeat: no-repeat;
            margin-bottom: 20px;
        }

        .evento_info {
            position: relative;
            width: 100%;
            font-size: 12px;
            line-height: unset;
        }

        .evento .admin {
            right: unset;
            top: unset;
            position: relative;
            width: max-content;
            margin-left: auto;
            display: inline-block;
            width: 43%;
            text-align: center;
        }

        .evento .share {
            right: unset;
            background-color: rgba(54, 179, 74, 0.87);
            top: unset;
        }

        .evento .agregarinvitado {
            font-size: 17px;
            bottom: 5px;
            background-color: rgba(135, 36, 255, 0.69);
            position: relative;
            width: 93%;
            text-align: center;
        }

        .invitado_col {
            text-align: left;
            font-size: 12px;
        }

            .invitado_col table td {
                padding: 3px;
                height: 20px;
            }
    }
