﻿
.reset, input, .box-unete input, .unete input, select, textarea, text-cantidad input, html, body, div, span, nav, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

    a:link img, a:hover img, a:visited img, a:active img {
        border: none;
    }

::selection {
    background: #111111;
    color: #ffffff;
}

::-moz-selection {
    background: #111111;
    color: #ffffff;
}

:focus {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    background-color: #e3eeff;
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    overflow-x: hidden;
    width: 100%;
    color: #1d1d1d;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.c {
    clear: both;
}


* {
    margin: 0;
    padding: 0;
}


.creditos {
    position: absolute;
    bottom: 15px;
    width: 100%;
    color: #969696;
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
    letter-spacing: 1px;
}

    .creditos a {
        color: #969696;
    }



.fa {
    margin-right: 5px;
}

/*/*/

.centrar {
    width: 90%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}


.overlay {
    background-color: rgba(23, 23, 23, 0.45);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    text-shadow: 1px 1px 2px rgba(46, 43, 43, 0.66);
    cursor: auto;
}

.overlaymenu {
    display: none;
    position: absolute;
    width: 100%;
    height: 3000px;
    min-height: 100%;
    background-color: rgba(17, 17, 17, 0.90);
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: display 1.3s linear;
    -moz-transition: display 1.3s linear;
    -o-transition: display 1.3s linear;
    transition: display 1.3s linear;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.clearfix {
    display: block;
    content: '';
    clear: both;
}

.tabla {
    display: table;
    height: 100%;
    margin: 0;
    width: 100%;
}

.celda {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.mobileonly {
    display: none;
}

#main {
    width: 100%;
    /*max-width: 800px;
    margin-left: auto;
    margin-right: auto;*/
}


.ocultar {
    animation: ocultar2 2s;
    animation-fill-mode: forwards;
}

@keyframes ocultar2 {
    0% {
        opacity: 1;
        left: initial;
    }

    80% {
        opacity: 0;
        left: initial;
    }

    100% {
        opacity: 0;
        left: -100%;
    }
}


/*EFECTO*/
.hvr-grow {
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        transform: scale(1.1);
    }


/* CONTENIDO ------------------------------*/
.reveal-box {
    width: 100%;
    height: 100dvh;
}

.animate {
    animation-play-state: running;
}

@keyframes scale-in-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.loading {
    background-color: rgba(116, 71, 225, 0.94);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    animation: 1s 0.5s both paused scale-in-down;
    animation-play-state: running;
}

    .loading img {
        width: 50px;
    }

.loading-msg {
    text-align: center;
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: 20px;
    color: #fff;
}


.logo {
    width: 80%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

    .logo img {
        width: 100%;
    }


.perfil {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*padding-top: 40px;*/
    margin-top: -20px;
}

    .perfil img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 50%;
    }

.nombre-evento {
    margin-top: 40px;
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
}

    .nombre-evento span {
        font-weight: 700;
    }


.upload {
    margin-top: 40px;
    background-color: #7447e1;
    box-sizing: border-box;
    border-radius: 8px;
    color: #fff;
    width: 200px;
    height: 60px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .upload input {
        opacity: 0;
        text-decoration: none;
        width: 200px;
        height: 60px;
        position: absolute;
        left: 0;
    }

        .upload input:hover {
            cursor: pointer;
        }


.comparte-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 11px;
}

.comparte-icon {
    width: 10%;
    margin-left: 2%;
}

    .comparte-icon img {
        width: 100%;
    }


.comparte-btn {
    width: 50%;
    margin-left: 2%;
    letter-spacing: 1px;
}


.boton-upload {
    display: none;
}

.ver-album {
    margin-top: 30px;
}

    .ver-album a {
        text-decoration: underline;
        color: #303030;
    }



.header-top {
    background-color: #7447e1;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 10px;
    margin-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.icon-back {
    width: 10px;
    margin-left: 10px;
}

    .icon-back img {
        width: 100%;
    }

.header-nombre {
    font-size: 1em;
    letter-spacing: 1px;
    margin-top: 2px;
    margin-left: 10px;
}


.grid {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    overflow-x: hidden;
}


/*.fotos-box {
    width: 33.33%;
}

    .fotos-box img {
        width: 100%;
    }*/

.img-gallery {
    width: 33.33%;
}

    .img-gallery img {
        width: 100%;
        border-radius: 4px;
    }

.img-gallery__item {
    padding: 2px;
}


#loader {
    position: absolute;
    width: 44px;
    left: 50%;
    margin-left: -22px;
    margin-top: 20px;
}

    #loader img {
        width: 100%;
    }


/* fluid 5 columns */
.grid-sizer,
.grid-item {
    width: 25%;
}

.grid-item {
    box-sizing: border-box;
    padding: 2px;
}

/* 2 columns */
.grid-item--width2 {
    width: 40%;
}


.grid-item img {
    width: 100%;
}



.swal2-title {
    font-size: 1.5em !important;
}




.title-404 {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 700;
    font-size: 3em;
    color: #5b4689;
    margin-top: 40px;
    margin-bottom: 40px;
}

.txt-404 {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    letter-spacing: 1px;
    line-height: 1.4em;
    color: #4e406c;
}

.btn-404 {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 40px;
    text-align: center;
}

    .btn-404 a {
        display: inline-block;
        background-color: #5b4689;
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        border-radius: 100px;
        color: #fff;
        font-size: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
    }

/* MOVIL */
@media screen and (max-width: 1280px) {
    .centrar {
        width: 90%;
    }
}

@media screen and (max-width: 1080px) {
    .title-404 {
        font-size: 1.5em;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .txt-404 {
        font-size: 0.8em;
        letter-spacing: 1px;
        line-height: 1.4em;
    }

    .btn-404 {
        margin-top: 20px;
    }

        .btn-404 a {
            padding: 20px;
            font-size: 1em;
            letter-spacing: 1px;
        }
}


@media screen and (max-width: 880px) {


    /* fluid 5 columns */
    .grid-sizer,
    .grid-item {
        width: 33.33%;
    }
    /* 2 columns */
    .grid-item--width2 {
        width: 33.33%;
    }
}



@media screen and (max-width: 480px) {
}
