﻿@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Slabo+27px&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,700&display=swap');

body {
    background: no-repeat center center fixed;
    background-color: var(--backgroundColor);
    background-image: var(--backgroundUrl);
    background-size: cover;
    font-size: 18px;
    margin: 0 !important;
    padding: 0 !important;
}

header {
    /*background-color: var(--mainColor);*/
    padding: 20px 0;
}
    header .logo {
        max-height: 100px;
        max-width: 100%;
    }
a {
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: inherit;
}
.pastilla {
    border: 5px solid var(--mainColor);
    border-radius: 10px;
    color: var(--fontText);
    background: var(--secondaryColor);
    font-family: var(--fontTitle);
    padding: 40px 20px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 5vw;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
    word-break: break-all;
    line-height: 1em;
}
#countdown {
    width: 10.875vw;
    height: 10.875vw;
    position: fixed;
    top: 4.5625vw;
    right: 4.5625vw;
    display: block;
    z-index: 9999;
    color: white;
    background: black;
    font-size: 6vw;
    text-align: center;
    line-height: 10.875vw;
    border-radius: 100%;
    font-family: monospace;
}

#unmute {
    width: 10.875vw;
    height: 10.875vw;
    position: fixed;
    top: 4.5625vw;
    left: 4.5625vw;
    display: block;
    z-index: 9999;
    color: white;
    background: black;
    font-size: 6vw;
    text-align: center;
    line-height: 10.875vw;
    border-radius: 100%;
    font-family: monospace;
}
#closeAd {
    width: 15vw;
    height: 15vw;
    position: fixed;
    top: 2.5vw;
    right: 2.5vw;
    display: block;
    z-index: 9999;
}
#text-body {
    color: var(--textColor);
    font-family: var(--fontText);
    line-height: 1.25em;
}
    #text-body .container {
        background: var(--secondaryColor);
    }
#image-body img, img {
    max-width: 100%;
    object-fit: contain;
}

.swiper-container {
    width: 100vw;
    height: 100vh;
    margin: 0 !important;
}

.swiper-slide * {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: contain;
    object-position: center;
}
.texto-nota {
    font-size: 5vw;
    word-break: break-all;
    line-height: 1em;
}
#calendar {
    overflow: hidden;
}
    #calendar .logo {
        max-height: 48px !important;
    }
#cal-title {
    color: var(--secondaryColor);
    font-family: var(--fontTitle);
}

#cal-subtitle {
    color: var(--secondaryColor);
    font-family: var(--fontText);
}
#calendar iframe * {
    /*font-size: 1.5em;*/
}
.shadow-1 {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
}
.shadow-2 {
    box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
}
.shadow-3 {
    box-shadow: 3px 3px 7px rgba(0,0,0,0.35);
}
.shadow-4 {
    box-shadow: 4px 4px 9px rgba(0,0,0,0.35);
}
.shadow-5 {
    box-shadow: 5px 5px 11px rgba(0,0,0,0.35);
}
main .text-col {
    background-color: var(--secondaryColor);
    color: var(--textColor);
}

footer {
    text-align: center;
    padding: 0 10px;
    font-family: roboto;
    font-weight: 300;   
    background-color: #212529;
    border: 0px solid;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    line-height: 20px;
}
footer.fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

    footer img {
        height: 20px;
        margin: 0 auto;
    }
.body-btn {
    width: 100%;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    padding: 0.5em;
    background-color: var(--secondaryColor);
    color: var(--textColor);
    border-radius: 0.5em;
}
.body-btn-landing {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    padding: 0.5em;
    background-color: var(--secondaryColor);
    color: var(--textColor);
    border-radius: 0.5em;
}
/*#album{
    position: relative;
    height: 100vh;
    width: 100vw;
}
.swiper-container {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/
.single-item-fullscreen{
    width: 100%;
    height: 100%;
}
    .single-item-fullscreen img, .single-item-fullscreen video {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
    }
.fa-stack {
    display: inline-block !important;
    height: 6em !important;
    line-height: 20vw !important;
    position: relative !important;
    vertical-align: middle !important;
    width: 6em !important;
    /*margin: 3vw !important;*/
}

    .fa-stack i.fa-circle, .fa-stack i.fa-square{
        color: var(--secondaryColor);
        font-size: 5.5em;
    }

    .fa-stack i:not(.fa-circle, .fa-square) {
        line-height: 1.572em;
        /*width: 15vw;*/
        color: var(--textColor);
        font-size: 3.5em;
    }

.fa-stack-big {
    display: inline-block !important;
    height: 15vw !important;
    line-height: 20vw !important;
    position: relative !important;
    vertical-align: middle !important;
    width: 20vw !important;
    margin: 5vw !important;
}
    .fa-stack-big i.fa-circle, .fa-stack-big i.fa-square {
        color: var(--secondaryColor);
        font-size: 20vw;
    }

    .fa-stack-big i:not(.fa-circle, .fa-square) {
        line-height: 20vw;
        width: 20vw;
        color: var(--textColor);
        font-size: 15vw;
    }

.fa-stack-small {
    display: inline-block !important;
    height: 15vw !important;
    line-height: 20vw !important;
    position: relative !important;
    vertical-align: middle !important;
    width: 15vw !important;
    margin: 5vw !important;
}

    .fa-stack-small i.fa-circle, .fa-stack-smal i.fa-square {
        color: var(--secondaryColor);
        font-size: 10vw;
    }

    .fa-stack-small i:not(.fa-circle, .fa-square) {
        line-height: 10vw;
        width: 15vw;
        color: var(--textColor);
        font-size: 5vw;
    }



.social-col {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.location-col {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}