@import "_custom.css"; 
@import "_general.css"; 
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:wght@400;500;700;900&display=swap'); 

:root {
    --c-primary: #225BFB;
    --c-secondary: #B2C9FC;
    --c-tertiary: #AE9461;
    --c-quaternary: #FFFF;
    /* fuentes */
    --f-primary: 'Quicksand', sans-serif;
    --f-secondary: "Roboto", sans-serif;
    /* filter */
    --f-icons: brightness(0) invert(69%) sepia(10%) saturate(1414%) hue-rotate(1deg) brightness(86%) contrast(87%);
    --bg-separador: url(../../img/templates_v2/blue-glitter/separador.jpg);
    --textura: url(../../img/templates_v2/blue-glitter/textura.jpg);
    --forma-top: url(../../img/templates_v2/blue-glitter/formas-05.png);
    --forma-bottom: url(../../img/templates_v2/blue-glitter/formas-02.png);
    --forma-portada: url(../../img/templates_v2/blue-glitter/formas-01.svg);
}

body {
    font-family: var(--f-secondary)!important;
    overflow-x: hidden !important;
    touch-action: pan-y;
}

.form-control {
    font-size: 0.8rem;
    border-radius: 0 !important;
    border-radius: 25px !important;
    min-height: 45px;
    background-color: var(--c-secondary) !important;
}

.text-gold {
    color: var(--c-primary);
}

.title{
    text-transform: inherit!important;
    font-family: var(--f-secondary);
    font-size: 30px!important;
    font-weight: 800!important;
}

.bg-gold {
    background-color: var(--c-primary);
}

.btn-dark {
    --bs-btn-bg: #000;
}

.arrowCta {
    display: block;
    height: 13px;
    width: 13px;
    border: 11px solid transparent;
    transform: rotate(45deg);
    position: relative;
    margin: 3rem auto 0;
}

.arrowCta:after, .arrowCta:before {
    content: "";
    display: block;
    height: inherit;
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.arrowCta:after {
    border-bottom: 3px solid var(--c-primary);
    border-right: 3px solid var(--c-primary);
    top: 0;
    left: 0;
    opacity: 1;
    animation: bottom-arrow 1.65s infinite;
}

.arrowCta:before {
    top: 0;
    left: 0;
    border-bottom: 3px solid var(--c-primary);
    border-right: 3px solid var(--c-primary);
    animation: top-arrow 1.65s infinite;
}

@keyframes bottom-arrow {
    0% {
        opacity: 1;
        transform: translate(0, 0);
    }

    45% {
        opacity: 0;
        transform: translate(12px, 12px);
    }

    46% {
        opacity: 0;
        transform: translate(-16px, -16px);
    }

    90% {
        opacity: 1;
        transform: translate(-6px, -6px);
    }

    100% {
        opacity: 1;
        transform: translate(-6px, -6px);
    }
}

@keyframes top-arrow {
    0% {
        transform: translate(-6px, -6px);
    }

    35% {
        transform: translate(0, 0);
    }

    90% {
        opacity: 1;
        transform: translate(0, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.tns-controls {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.tns-controls [data-controls="prev"], .tns-controls [data-controls="next"] {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    height: 24px;
    padding: 0;
    position: absolute;
    width: 24px;
    filter: brightness(0) invert(1);
}

.tns-controls [data-controls="prev"] {
    background-image: url('https://emidica.com/img/icos/ico-arrow-prev.svg');
}

.tns-controls [data-controls="next"] {
    background-image: url('https://emidica.com/img/icos/ico-arrow-next.svg');
    right: 0;
}

.accordion-button::after {
    filter: grayscale(100%) brightness(10) invert(100%);
}

.accordion-button:not(.collapsed)::after {
    filter: grayscale(100%) brightness(10);
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    box-shadow: none !important;
}

#welcome {
    position: relative;
    font-family: var(--f-secondary);
}

div#welcome:after {
    content: "";
    background-image: var(--forma-portada);
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: -27px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 20%;
}

#welcome > div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 550px;
}

#welcome .nombre {
    color: white !important;
    font-family: var(--f-primary);
    text-transform: initial !important;
    font-size: 130px !important;
    font-weight: 700 !important;
    margin: 0 auto !important;
    text-align: center;
    letter-spacing: 0px;
}

#welcome .edad {
    color: white !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    margin-top: 10px;
    display: block;
    text-align: center;
}

#welcome .tercera-linea {
    letter-spacing: 3px;
    font-weight: bold;
    margin-left: 0 !important;
}

#welcome .fecha {
    background-color: var(--c-primary);
    border-radius: 10px;
    font-size: 22px !important;
    z-index: 1;
    position: relative !important;
    margin-top: 50px;
    color: white;
}

@media screen and (max-width: 900px) {
    #welcome > div {
        background-size: 100%;
    }

    #welcome .edad, #welcome .nombre {
        /* font-size: 12vw !important; */
    }

    #welcome .tercera-linea{
        font-size: 3vw !important;
    }
}

#countdown {
    background-color: var(--c-secondary) !important;
    background-size: cover;
    background-position: center;
    background-image: none!important;
}

#countdown .container .row > div {
    display: grid;
    gap: 10px;
}

#countdown .countdown-text{
    font-family: var(--f-secondary);
}

#countdown .justify-content-evenly > div > div:last-child {
    grid-row-start: 1;
    font-size: 14px !important;
    font-weight: 500;
}

#countdown .number {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0 !important;
    margin-bottom: 15px;
    font-size: 50px;
    font-family: var(--f-primary);
    color: var(--c-primary);
    font-weight: 800 !important;
}


#countdown .text-gold {
    /* color: white !important; */
    color: #000 !important;
}

section#hashtag {
    background-color: var(--c-quaternary);
    color: #272727;
}

section#hashtag .hashtag-phrase {
    border-radius: 50px;
    color: #272727 !important;
    background-color: var(--c-secondary);
}

#hashtag .text {
    /* text-transform: uppercase; */
    font-weight: 400;
    margin-top: 5px !important;
    margin-bottom: 30px !important;
    font-family: var(--f-secondary);
}

#hashtag h3{
    font-family: var(--f-primary);
    padding-bottom: 15px;
}

#schedule {
    background-size: cover;
    background-position: center;
    background-color: var(--c-secondary);
    color: #161616 !important;
    position: relative;
    padding-bottom: 0 !important;
}

#schedule .container h4{
    font-family: var(--f-primary);
}

#schedule .container{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

div#schedule:after {
    content: "";
    background-image: var(--bg-separador);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 25px;
    margin-top: 40px;
}

#schedule .text {
}

/* Instagram */
#instagram-cumple .title {
    font-family: var(--f-primary);
    /* color: white; */
}

#instagram-cumple .text {
    font-family: var(--f-secondary);
}

#instagram-cumple img {
    border-color: var(--c-tertiary) !important;
}

/* Filtro */
#instagram-filtro .instructions {
    padding: 60px 40px;
    max-width: 650px;
    text-align: center;
}

#instagram-filtro .title {
    font-family: var(--f-primary);
    font-size: 30px !important;
    /* color: var(--c-primary); */
}

#instagram-filtro .text {
    font-size: 16px !important;
    max-width: 480px;
    font-family: var(--f-secondary);
}

#instagram-filtro .instructions .btn {
    /* border: 2px solid var(--c-primary) !important; */
    color: white;
    font-weight: 500;
}

/* Video */
#video {
    background-color: var(--c-primary);
    color: white;
    background-size: cover;
    background-position: center;
    background-image: var(--bg-textura1);
}

#video .title{
    font-family: var(--f-primary);
}

section#video .title:before {
    display: none;
}

section#video .text {
    display: block;
    font-family: var(--f-secondary);
}

/* Selpix */
#selpix {
    background-color: var(--c-secondary);
}

section#selpix .logo {
    display: none;
}

section#selpix .title {
    font-family: var(--f-primary);
}

section#selpix .text {
    line-height: 1.8;
    color: #212121;
    font-family: var(--f-secondary);
    margin-bottom: 1rem!important;
}

#selpix .btn {
    background-color: var(--c-primary);
    color: white;
    border-radius: 0;
    border-color: var(--c-primary) !important;
}

#selpix .number {
    background-color: var(--c-quaternary);
    color: var(--c-tertiary);
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border-radius: 50%;
}

#selpix .status {
    font-weight: 500;
}

/* gifts */
#gifts {
    background-size: cover;
    background-position: center;
    background-color: var(--c-primary) !important;
    padding-top: 0 !important;
}

#gifts .bg-white {
    color: #000;
}

#gifts .pills .rounded-pill {
    border-radius: 10px !important;
}

#gifts .title {
    font-family: var(--f-primary);
    color: inherit !important;
    font-size: 30px !important;
}

#gifts .text {
    /* text-transform: uppercase; */
    font-weight: 400;
    color: inherit !important;
    font-family: var(--f-secondary);
}

#gifts #infoDetails{
    width: fit-content;
    margin: 0 auto;
    background-color: white;
    color: #000;
}

#gifts .pills{
    margin-bottom: 1rem;
}

.nav-pills .nav-link {
    color: white;
}

.nav-pills .nav-link.active {
    background-color: white;
    color: #000;
}

/* gifts */
#playlist {
    background-color: var(--c-quaternary) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    color: #000 !important;
}

#playlist .container h3{
    font-family: var(--f-primary);
}

#playlist .text {
    /* text-transform: uppercase; */
    color: #000 !important;
    font-size: 14px !important;
    font-family: var(--f-secondary);
}

#phrase .container{
    position: relative;
}

#phrase .container p{
    font-family: var(--f-primary);
    font-size: 18px;
}

@media screen and (max-width: 900px) {
    #playlist {
        background-repeat: repeat;
        background-size: 115%;
    }
}

/* dresscode */
#dresscode {
    background-color: var(--c-quaternary);
    /* color: #fff; */
    background-size: cover;
    background-position: center;
}

section#dresscode .text {
    font-family: var(--f-secondary);
}

#dresscode .title {
    font-family: var(--f-primary);
    padding-bottom: 15px;
    /* color: var(--c-primary); */
}

#dresscode .container{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#dresscode .dresscode {
    font-weight: 800;
    border-radius: 30px;
    background-color: var(--c-secondary);
    color: #272727 !important;
}

#dresscode .btn {
    text-transform: uppercase;
}

.bg-gray {
    background-color: #707070;
}

#transport{
    background-color: var(--c-quaternary);
}

section#transport select.rounded-0 {
    border-radius: 20px !important;
}

#transport .title {
   font-family: var(--f-primary);
}

#transport .text {
    /* text-transform: uppercase; */
    font-weight: 400;
    font-family: var(--f-secondary);
}

#transport .form-control {
    background-color: var(--c-primary);
    color: #272727;
    border: 0 !important;
}

#transport .btn {
    font-weight: 500;
    text-transform: uppercase;
    border-color: var(--c-primary) !important;
}

#recomendations {
    background-color: var(--c-secondary) !important;
    background-size: cover;
    background-position: center;
    color: #212121;
}

#recomendations .container h3{
    font-family: var(--f-primary);
}

section#recomendations .fs-sm-16 {
    font-size: 14px !important;
    background-color: transparent;
    color: inherit !important;
}

#recomendations .accordion-button::after {
    filter: brightness(0) !important;
}

#recomendations .title {
    color: inherit !important;
}

#recomendations .accordion-flush .accordion-item {
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    background-color: var(--c-quaternary);
    color: inherit;
}

#confirmation .title {
    color: #272727 !important;
    font-family: var(--f-primary);

}

#confirmation .btn-light {
    text-transform: uppercase !important;
    color: #fff;
    border-color: var(--c-primary) !important;
}

#greeting {
    background-color: var(--c-primary);
    color: #fff;
    background-image: var(--textura);
    background-size: cover;
    background-position: center;
}

section#greeting .name {
    color: #272727;
    background-color: var(--c-quaternary);
    border-radius: 40px;
    width: fit-content;
    margin: 10px auto;
    /* text-transform: uppercase; */
    padding-left: 30px;
    padding-right: 30px;
    font-family: var(--f-primary);
    font-size: 26px!important;
}

section#confirmation {
    background-size: cover;
    background-position: center;
    background-color: var(--c-quaternary) !important;
    position: relative;
}

section#confirmation .text-white {
    color: #272727 !important;
}

section#confirmation .text {
    font-weight: 400;
    font-family: var(--f-secondary);
}

#itinerary {
    background-color: var(--c-quaternary) !important;
}

section#itinerary .flex-fill p {
    margin: 0;
    font-weight: 500;
    font-family: var(--f-secondary);
}

#itinerary h3 {
    color: #000;
    font-size: 30px !important;
    margin-bottom: 0;
    color: var(--c-primary);
    display: none;
}

#itinerary .container .row div > :nth-child(5) {
    font-size: 18px !important;
    font-family: var(--f-primary);
}

#itinerary .container .row .col-sm-8 > div > div h3:after {
    /* content: ""; */
    display: block;
    background-color: var(--c-primary) !important;
    height: 5px;
    border-radius: 5px;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#itinerary .row > :first-child{
    border-radius: 20px;
}

#itinerary h4{
    font-family: var(--f-primary);
    letter-spacing: 0px;
}

.btn {
    border: 0 !important;
    border-radius: 10px !important;
    background-color: var(--c-primary) !important;
    color: #fff !important;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #272727 !important;
}


section#gallery,
section#video,
section#gifts {
    background-color: var(--c-primary);
    position: relative;
    background-image: var(--textura);
    background-size: cover;
    background-position: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: white;
}

section#gallery:before,
section#video:before,
section#gifts:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    /* position: absolute; */
    /* top: -14vw; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 11%;
    background-image: var(--forma-top);
}

section#gallery:after ,
section#video:after,
section#gifts:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 6.5%;
    background-image: var(--forma-bottom);
    /* margin-top: 100px; */
    margin-bottom: -1px;
}

section#gallery .my-slider img {
    border-radius: 20px;
}
@media screen and (min-width: 900px) {
    #gallery .my-slider img {
        /* height: 300px; */
        width: 100%;
        object-fit: cover;
    }
}

.form-check-input:checked{
    background-color: var(--c-primary);
    border-color: var(--c-primary);
}

section#instagram-cumple {
    background-color: var(--c-secondary);
}

section#instagram-cumple .bg {
    border-radius: 25px;
    background-color: #fff !important;
}

section#instagram-cumple .profile-name {
    color: #000 !important;
    font-weight: 600;
}

section#instagram-cumple .btn-ig {
    color: white;
}

section#instagram-filtro {
    background-color: var(--c-quaternary);
    color: #212121;
    position: relative;
}

section#instagram-filtro .container {
    position: relative;
    z-index: 1;
}


#phrase {
    font-family: var(--f-secondary);
    font-size: 15px;
    position: relative;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#phrase .containe{
    position: relative;
}

#gifts-load .p-4.text-center.fs-sm-16.fw-500 {
    font-family: var(--f-secondary);
}

#confirmation .d-flex.mb-5.align-items-center.justify-content-center {
    font-family: var(--f-secondary);
}

.icon img {
    width: 70px;
    height: 70px;
    margin-bottom: 35px;
    filter: var(--f-icons);
}

#itinerary{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#godparents, #witness{
    background-color: var(--c-quaternary);
}


@media (max-width: 480px){
    #welcome .edad{
        font-size: 30px !important;
    }
    #welcome .nombre{
        font-size: 60px!important;
    }
    #itinerary{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    div#schedule:after{
        margin-top: 0px;
    }
    #schedule{
        padding-top: 0px;
    }
    .title{
        font-size: 25px!important;
        font-weight: 700 !important;
    }
    #welcome, #phase{
        width: 100vw;
    }
    div#welcome:after{
        padding-bottom: 53%;
    }
    #welcome::before{
        content: "";
        display: block;
        background-image: url(/img/icons/angles-down-solid.svg);
        width: 60px;
        height: 60px!important;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 2;
        bottom: 5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        filter: var(--f-icons) drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.5));
    }
}