
a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit;
}

.sf-menu-version {
    font-size: 12px;
    /* text-align: center; */
    color: var(--light-gray-color);
    padding: 15px 0px 0px 10px;
}


.sf-menu {
    width: 100%;
    height: 90px;
    box-shadow: 1px 1px 3px var(--lighter-gray-color);
    position: fixed;
    background: var(--white-color);
    top: 0px;
}

.sf-icons-menu {
    display: grid;
    /* grid-template-columns: 85% auto; */
    grid-template-columns: 1fr;
    margin: auto auto;
    /* width: 100%; */
    width: 85%;
    padding: 10px 0px 10px 0px;
}


.logo-soy-foto {
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: center left; */
    background-position: center center;
    height: 65px;
    cursor: pointer;
    background-image: url("../images/smfp_largo_web.png");
}

.menu-icon {
    /* color: var(--lighter-gray-color); */
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    padding: 20px 0px 0px 0px;
}

.sf-main-container {
    width: var(--web-work-area);
    margin: 120px auto 20px auto;
}

.home-header {
    width: 100%;
}

.home-header-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    height: 400px;
    background-image: url("../images/portada_smfp_2024_CH.jpg");
}

.associated-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0px 0px 0px;
}

.button{
    background: var(--white-color);
    border: solid 1px var(--light-gray-color);
    padding: 15px 25px;
    border-radius: 5px;
    margin: 0px 10px;
    width: 120px;
    color: var(--dark-color);
    cursor: pointer;
    font-size: 14px; 
    display: inline-block;
    text-align: center;
}

.button:hover {
    background-color: var(--ultra-light-gray-color);
    /* color: var(--white-color); */
}

.sf-form-container {
    width: var(--web-form-area);
    padding: 20px 0px 20px 0px;
    margin: 0px auto;
}

.sf-row {
    width: 100%;
    padding: 5px 0px 5px 0px;
}
.sf-cell {
    /*  margin: 0px 10px 0px 10px; */
    padding: 5px 0px 5px 0px;
}

.sf-title {
    font-size: 25px;
}

.sf-row-title {
    font-size: 12px;
    text-align: justify;
    padding: 10px 0px 0px 12px;
}

.title-cell {
    font-size: 14px;
    font-weight: 100;
}

.cell-form{
    width: auto;
}



/* .home-honor-collection {

} */

.honor-collection-title {
    cursor: pointer;
    font-size: 20px;
    font-weight: 100;
}

/* .home-header img {
    width: 100%;
} */

/* CALIFICACION VIRTUAL */

.contest-container {
    width: 100%;
    margin: 50px 0px;
    text-align: center;
}

.contest-title {
    width: 100%;
    padding: 20px 0px;    
    font-size: 35px;
}

.contest-countdown {
    margin: 0px auto 30px auto;
    font-size: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 300px;
}

.cdown-text {
    font-weight: 100;
    font-size: 12px;
}

.terms-container {
    font-weight: 100;    
}

.sf-modal-content.terms-full-text {
    margin: 100px 0px 300px 0px;
    height: auto;
}

.terms-text-container {
    color: var(--ultra-light-gray-color);
    width: 80%;
    margin: 0px auto;
    text-align: justify;
    font-weight: 100;
}

.terms-main-title {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
}

.terms-buttons {
    display: flex;
    align-content: center;
    justify-content: center;
}

#btn-close-terms {
    color: var(--black-color);
    margin: 30px 0px;
}

.not-associated-label {
    font-size: 14px;
    font-weight: 100;
    cursor: pointer;
}


.terms-label {
    font-weight: 800;
    cursor: pointer;
}

.entry-message {
    text-align: center;
    margin: 30px 0px;
}

.contest-files-row.hide {
    visibility: hidden;
}
.contest-files-buttons.hide {
    visibility: hidden;
}

.contest-file-title {
    font-size: 20px;
    font-weight: 100;
}

.contest-rules {
    text-align: justify;
    font-size: 14px;
    font-weight: 100;
    width: 500px;
    margin: 0px auto;
}

.contest-file-data {
    display: grid;
    grid-template-columns: 40% 60%;
}

.file-data {
    margin: 5px 0px;
}

.file-data.span-2 {
    grid-column: 1 / span 2;
    text-align: justify;
    padding: 0px 0px 20px 20px;
    font-weight: 600;
}

.contest-files-container {
    display: grid;
    grid-template-columns: 50% 50%;
    border: solid 1px var(--lighter-gray-color);
    border-radius: 5px;
    padding: 30px 0px;
}

.file-button {
    text-align: right;
    padding: 10px 0px 10px 0px;
    margin: 0px auto;
}

.file-button input[type="file"] {
    display: none;
}

.file-content_1, .file-content_2, .file-content_3, .file-content_4 {
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
}

.preview-container img {
    max-width: 80%;
    max-height: 220px;
}

.file-border {
    width: 95%;
    border-bottom: solid 1px var(--light-gray-color);
    margin: 0px auto 30px auto;
    grid-column: 1 / span 2;
    padding: 10px 0px;
}

#btn-upload_1, #btn-upload_2, #btn-upload_3, #btn-upload_4 {
    width: auto;
}


/* CALIFICACION VIRTUAL */

.home-about-us {
    width: 100%;
    margin: 50px 0px;
}

.about-us-title {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    font-size: 35px;
}

.about-us-text {
    width: 100%;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 100;
    text-align: justify;
}

.events-container {
    width: 100%;
}

.events-title {
    padding: 30px 0px;
    font-size: 30px;
    text-align: center;
}

.event-img {
    padding: 0px;
}

.event-img img {
    padding: 0px;
    max-width: 100%;
    border-radius: 10px;
}

.honor-collection {
    margin:10px 0px
}

.colleccion-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.colleccion-title span {
    padding: 0px 10px 0px 0px;
    font-size: 25px;
    font-weight: 100;
}

#collection-year {
    font-size: 25px;
    font-weight: 100;
    border-radius: 5px;
    border: solid 1px var(--light-gray-color);
    width: 120px;
    text-align: center;
}



.social-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 10px;
    background: var(--dark-gray-color);
    color: var(--lighter-gray-color);
    padding: 0px 0px 20px 0px;
    font-size: 20px;
    font-weight: 100;
    border-radius: 10px;
}

.social-title {
    padding: 10px 0px;
    grid-column: 1 / span 3;
    text-align: center;
    font-size: 30px;
    color: var(--white-color);
    grid-row: 1 / span 1;
}

.social-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: 2 / span 3;
    grid-column: 1 / span 1;
}
.social-logo img {
    max-width: 100px;
    margin: 0px auto;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 25px;
}

.social-text {
    display: flex;
    align-items: center;
    justify-content: left;
}

.social-text a {
    text-decoration: none;
    color: inherit;
}


.social-footer {
    padding: 10px 0px;
    grid-column: 1 / span 3;
    text-align: center;
    font-size: 12px;
    color: var(--white-color);
}

.social-footer a {
    text-decoration: none;
    color: inherit;
}

.sf-menu-container {
    position: fixed;
    width: 40%;
    height: 100%;
    background-color: var(--white-color);
    padding: 0px 0px 0px 0px;
    z-index: 1;
    transition: all 300ms linear;
    top: 90px;
    box-shadow: 2px 0px 4px rgb(0 0 0 / 80%);
    right: -1500px;
}

.sf-menu-container.active {
    right: 0;
}

.sf-menu-container div ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu-container ul li {
    display: block;
    padding: 0px 0px 5px 0px;
}

.sf-user-menu {
    padding: 0px 30px 0px 30px;
}

.sf-data-submenu {
    font-size: 20px;
    font-weight: 800;
}

.sf-user-submenu {
    cursor: pointer;
    display: grid;
    grid-template-columns: 30px auto;
    padding: 3px 10px 3px 10px;
    border-bottom: solid 1px var(--lighter-gray-color);
    font-weight: 100;
}

.sf-user-submenu:hover {
    font-weight: 800;
    color: var(--black-color)
}

.sf-menu-version {
    font-size: 12px;
    /* text-align: center; */
    color: var(--light-gray-color);
    padding: 15px 0px 0px 10px;
}

.sf-menu {
    width: 100%;
    height: 90px;
}

.sf-icons-menu {
    display: grid;
    /* grid-template-columns: 300px auto; */
    grid-template-columns: 1fr;
    margin: auto auto;
    width: 100%;
    width: 95%;
    padding: 10px 0px 10px 0px;
}

.menu-elem {
    padding: 0px 10px;
    font-weight: 100;
}

.fixed-menu-container {
    display: flex;
    flex-direction: row;
    margin: auto auto;
}

.banner-wpc-container {
    width: 100%;
}

.banner-wpc-container-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    height: 600px;
    background-image: url(../images/wpc.jpg?v01);
    display: grid;
    grid-template-rows: 70% 30%;
}

.wpc-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}


.magazine-container {
    width: 100%;
    margin: 50px 0px;
}

.magazine-title {
    text-align: center;
    font-size: 35px;
    padding: 20px 0px;
}

.magazine-cards-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.magazine-card {
    width: 220px;
    margin: 0px 10px;
}

.magazine-cover {
    cursor: pointer;
}

.magazine-cover img{
    max-width: 100%;
}

.magazine-link {
    text-align: center;
}

.magazine-link a {
    text-decoration: none;
}

.magazine-link a:visited {
    text-decoration: none;
    color: inherit;
}



/* GALERIA DE IMAGENES */
.gallery-main-title {
    padding: 30px 0px;
    font-size: 30px;
    text-align: center;
}
.gallery-group {
    column-count: 3;
    column-gap: 10px;
}

.gallery-card {
    width: 100%;
    break-inside: avoid;
    margin: 5px 0px 20px 0px;
}

.gallery-card .gallery-img {
    /* position: relative; */
    cursor: pointer;
}

.gallery-img img {
    max-width: 100%;
    border-radius: 5px;
}

.img-modal-container {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: var(--ultra-light-gray-color);
    left: 0;
    top: 90px;
    overflow: auto;
    z-index: 3;
    transition: all 300ms linear;
}

.img-modal-container.show {
    display: block;
}

.img-modal {
    width: var(--web-work-area);
    color: var(--dark-gray-color);
    margin: 0px auto;
}

.img-modal-header {
    /* width: 100%; */
    height: 70px;
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
}

.img-back {
    text-align: center;
    cursor: pointer;
}

.img-header-blank {
    text-align: center;
    font-weight: 100;
    font-size: 14px;
}

.img-container {
    /* display: flex; */
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    justify-content: center;
}

.img-container img {
    /* width: 100%;  */
    max-height: 80vh;
    margin: 0px auto;
    max-width: 100%;
}

.img-prev, .img-next {
    text-align: center;
    cursor: pointer;
}

.img-name {
    text-align: center;
}


.gallery-data {
    font-weight: 100;
}
.gallery-category {
    font-size: 14px;
}
.gallery-title {
    font-size: 15px;
    font-weight: 400;    
}
.gallery-author {
    font-size: 14px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.normal {
    font-weight: 100;
}

.bold {
    font-weight: 400;
}

.bolder {
    font-weight: 800;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* GRIDS */
.columns-2-50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
}
.columns-2-50-50 div {
    padding: 0px 5px;
}

@media only screen and (max-width:812px) {
    .sf-main-container {
        width: var(--mobile-work-area);
    } 

    .sf-form-container {
        width: var(--mobile-work-area);
    }

    .logo-soy-foto {
        height: 60px;
    }

    .sf-menu-container {
        width: 90%;
    }

    .home-header-img {
        height: 150px;
    }

    .honor-collection-title {
        font-size: 16px;
    }

    .home-about-us {
        width: 90%;
        margin: 0px auto;
    }

    .about-us-title {
        font-size: 25px;
    }

    .about-us-text {
        margin: 0px auto 10px auto;
        font-size: 16px;
    }

    .sf-user-menu {
        font-size: 14px;
    }

    .banner-wpc-container-img {
        margin: 30px 0px;
        height: 450px;
        background-image: url(../images/wpc-mobile.jpg?v01);
    }

    .magazine-container {
        margin: 20px 0px;        
    }

    .magazine-title {
        font-size: 25px;
    }

    .magazine-cards-container {
        flex-direction: column; 
    }

    .magazine-card {
        width: 200px;
        margin: 20px 0px;
    }

    .events-container {
        margin: 0px auto 20px auto;
    }

    .events-title {
        padding: 10px 0px 25px 0px;
        font-size: 25px;
    }

    .event-img {
        display: flex;
        justify-content: center;
    }

    .event-img img {
        max-width: 90%;
    }

    .colleccion-title span {
        font-size: 18px;
    }

    #collection-year {
        font-size: 18px;
        width: 80px;
    }

    .contest-rules {
        width: 300px;
        font-size: 12px;
    }

    .terms-text-container {
        font-size: 14px;
    }

    .terms-main-title {
        font-size: 25px;
    }

    .social-container {
        border-radius: 0px;
        font-size: 18px;
        grid-template-columns: 30% 10% auto
    }

    .social-title {
        font-size: 25px;
        padding: 0px 0px;
    }

    .social-logo img{
        max-width: 70px;
    }

    .social-icon {
        font-size: 20px;
    }

    .social-text {
        font-size: 14px;
    }


    .gallery-main-title {
        font-size: 25px;
    }

    .gallery-group {
        column-count: 2;
        width: 90%;
        margin: 0px auto;
    }

    .img-modal {
        width: var(--mobile-work-area);
    }

    .img-header-blank {
        font-size: 12px;
    }

}



