﻿@font-face {
    font-family: "Cherolina";
    src: url("../fonts/Cherolina.ttf") format("truetype");
}

@font-face {
    font-family: "AntipastoPro-Extralight";
    src: url("../fonts/AntipastoPro-Extralight.ttf") format("truetype");
}

@font-face {
    font-family: "AntipastoPro";
    src: url("../fonts/AntipastoPro.ttf") format("truetype");
}

@font-face {
    font-family: "ITCAvantGardePro-Bk";
    src: url("../fonts/ITCAvantGardePro-Bk.ttf") format("truetype");
}

@font-face {
    font-family: "ITCAvantGardeStd-Bk";
    src: url("../fonts/ITCAvantGardeStd-Bk.otf") format("truetype");
}

@font-face {
    font-family: "Canelia";
    src: url("../fonts/Canelia.otf") format("truetype");
}

@font-face {
    font-family: "Fishing";
    src: url("../fonts/Fishing.otf") format("truetype");
}

@font-face {
    font-family: "Adelia";
    src: url("../fonts/adelia.ttf") format("truetype");
}

@font-face {
    font-family: "SignPainter";
    src: url("../fonts/SignPainter-HouseScript.ttf") format("truetype");
}

body {
    background-color: black !important;
}

.masterheadTitle1 {
    letter-spacing: 0.5px;
    color: #FFFFFF;
    text-shadow: 0px 19px 95px #000000B5;
    opacity: 1;
    font-family: AntipastoPro-Extralight !important;
    font-size: 35px;
    font-weight: bold;
}

.masterheadTitle2 {
    letter-spacing: 2.4px;
    color: #FFFFFF;
    text-shadow: 0px 19px 95px #000000B5;
    opacity: 1;
    font-family: AntipastoPro !important;
    font-size: 24px;
}

.masterheadTitle3 {
    letter-spacing: 2.3px;
    color: #FFFFFF;
    opacity: 1;
    font-family: Cherolina !important;
    font-size: 114.82px;
}

.masterheadSeparator {
    margin: auto;
    margin-bottom: 10px;
    width: 381px;
    height: 1px;
    border: 0.28999999165534973px solid #FFFFFF;
    opacity: 1;
}

.masterheadTitle4 {
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-family: ITCAvantGardePro-Bk !important;
    font-size: 25.6px;
    background-color: black;
}

.masterheadTitle5 {
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-family: ITCAvantGardePro-Bk !important;
    font-size: 24px;
}

.masterheadTitle6 {
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-family: ITCAvantGardePro-Bk !important;
    font-size: 24px;
}

.boletosSection {
    background-image: url("../assets/img/fondoBoletos.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    padding: 30px;
}

.boletosText1 {
    font-family: ITCAvantGardePro-Bk !important;
    font-size: 22px;
    color: #FFFFFF;
}

.boletosTable {
    width: 10%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

.invitadoNombre {
    font-family: ITCAvantGardePro-Bk !important;
    font-size: 52px;
    color: #FFFFFF;
}

.invitadosBoletos {
    font-family: ITCAvantGardePro-Bk !important;
    font-size: 42px;
    color: #000000;
    font-weight: bolder;
}

.timeSeparatorSection {
    background-image: url("../assets/img/line.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    padding: 3px;
}

.timeSection {
    background-color: white;
    padding: 10px;
}

.timeTitle {
    font-size: 30px;
    font-family: ITCAvantGardeStd-Bk !important;
}

.timerCard {
    display: grid;
    color: black;
    font-size: 40px;
    margin: 10px;
}

.timerCardDays {
    display: grid;
    background-color: #C59A52;
    color: white;
    font-size: 40px;
    padding: 10px;
}

.timeCardLabelDays {
    font-size: 20px;
    font-family: ITCAvantGardeStd-Bk !important;
    color: #FFFFFF;
}

.timeCardLabel {
    font-size: 20px;
    font-family: ITCAvantGardeStd-Bk !important;
    color: #C59A52;
}

.papasSection {
    background-color: white;
}

.papasDiv{
    display: inline-flex;
    width: 100%;
}

.papasDivChild {
    display: inline-grid;
    width: 50%
}

.papasTitle {
    font-size: 30px;
    font-family: ITCAvantGardePro-Bk !important;
    border-bottom-color: #C59A52;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.papasName {
    font-family: SignPainter;
    font-size: 30px;
    font-weight: bold;
}

.pointsSection {
    background-color: white;
}

.pointTitleDiv {
    background-color: #be9b5d;
}

.pointsTitle {
    color: #FFFFFF;
    font-size: 30px;
    font-family: SignPainter !important;
}

.pointSubTitleDiv {
    display: inline-flex;
    width: 100%;
    background-image: url("../assets/img/dorado.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.pointDiv {
    width: 33%;
    margin: 5px;
}

.pointDivBorder {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: white;
}

.pointSubTitle {
    font-size: 20px;
    color: #FFFFFF;
    font-family: ITCAvantGardeStd-Bk !important;
}

.placeSection {
    background-color: #e0e0e2;
}

.placeMainDiv {
    /*display: flex;*/
    /*width: 51%;*/
    margin: auto
}

.placeSecondDiv {
    /*width: 50%;*/
}

.placeSecondTitleDiv {
    background-image: url("../assets/img/dorado.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    display: inline-grid;
    width: 70%;
}

.placeSecondTitle {
    font-family: ITCAvantGardePro-Bk;
    color: #FFFFFF;
    font-size: 25px;
    padding-top: 10px;
}

.placeSecondSubTitle {
    font-family: ITCAvantGardePro-Bk;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 25px;
    padding-bottom: 10px;
}

.placeAddressMain {
    background-color: #FFFFFF;
    width: 70%;
    margin: auto;
    display: grid;
    padding: 10px;
}

.placeAddressMainDirection {
    font-family: ITCAvantGardePro-Bk;
    font-weight: bold;
    color: #C49A52;
    font-size: 18px;
}

.placeAddressSecondDirection {
    font-family: ITCAvantGardePro-Bk;
    color: #000000;
    font-size: 18px;
}

.placeImages {
    width: 70%;
    margin: auto
}

.mapButton {
    margin: auto;
    width: 40%
}

.gallerySection {
    width: 51%;
    margin: auto
}

@media only screen and (max-width: 600px) {
    .boletosText1 {
        font-size: 12px;
    }

    .invitadoNombre {
        font-size: 32px;
    }

    .boletosTable {
        width: 30%;
    }
    .timeTitle {
        font-size: 15px;
        font-family: ITCAvantGardePro-Bk !important;
    }
    .timerCard {
        font-size: 20px;
    }

    .timerCardDays {
        font-size: 20px;
    }

    .timeCardLabelDays {
        font-size: 10px;
    }

    .timeCardLabel {
        font-size: 10px;
    }

    .papasTitle {
        font-size: 15px;
        font-family: ITCAvantGardePro-Bk !important;
    }

    .papasName {
        font-size: 20px;
        font-family: SignPainter !important;
    }

    .pointsTitle {
        font-size: 17px;
    }

    .pointSubTitle {
        font-size: 10px;        
    }

    .pointDivBorder{
        display: grid;
    }

    .papasDiv {
        display: block;
    }

    .papasDivChild {
        width: 100%
    }

    .placeMainDiv {
        display: inline-grid;
    }

    .placeSecondDiv {
        width: 100%;
        padding-bottom: 10px;
    }

    .placeSecondTitleDiv {
        width: 100%;
    }

    .placeSecondTitle {
        font-size: 20px;
    }

    .placeSecondSubTitle {
        font-size: 25px;
    }

    .placeImages{
        width: 100%;
    }

    .placeAddressMain {
        width: 100%;
    }

    .placeAddressMainDirection {
        font-size: 16px;
    }

    .placeAddressSecondDirection {
        font-size: 16px;
    }

    .mapButton {
        width: 50%
    }

    .gallerySection {
        width: 100%;        
    }
}

.btn-confirmar {
    background-color: #C59A52;
    color: white;
    border: none;
    padding: 10px 20px;
    /* Esquinas redondeadas y sombra */
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Transición para efectos hover/active */
    transition: all 0.3s ease;
    /* Adaptabilidad */
    width: 100%; /* Ocupa todo el ancho del contenedor */
    max-width: 300px; /* Ancho máximo para que no se vea demasiado grande en pantallas grandes */
    /* Tipografía */
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

    /* Efecto al pasar el cursor (hover) */
    .btn-confirmar:hover {
        /*background-color: #0056b3;*/ /* Un azul un poco más oscuro */
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    }

    /* Efecto al hacer clic (active) */
    .btn-confirmar:active {
        transform: translateY(2px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        background-color: white;
        color: black;
    }