@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
    background: #f2f2f2;
    font-family: "Montserrat", sans-serif;
}

/* POPUP MODEL */
.modal-content {
    border-radius: 0;
}

.modal-content .modal-header {
    padding: 10px;
}

.modal-content .modal-header h4 {
    font-size: 16px;
}

.modal-content .modal-body {
    padding: 10px;
}

.modal-body .text-body {
    font-size: 13px;
    letter-spacing: 1px;
}

.modal-body .text-body p {
    padding: 0 0 10px 0;
    color: #666666;
}

.modal-body .text-body span {
    color: #07064B;
}

.modal-content .modal-footer {
    padding: 10px;
}

.modal-content .modal-footer .btn-flat {
    border-radius: 20px;
}
.event_socialmedia {
    margin-left: 20px;
}

.event_socialmedia a {
    display: inline-block;
    padding: 5px 5px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #07064B;
    background: #efefef;
    letter-spacing: 1px;
}

.event_socialmedia a:hover {
    background: #07064B;
    color: #ffffff;
    transition: all 0.8s;
}

.event_socialmedia a:hover i {
    background: #ffffff;
    color: #07064B;
    transition: all 0.10s;
}

.event_socialmedia a i {
    display: inline-block;
    background: #07064B;
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

/* alert pupup  */
.signup-alert {
    border: none;
    padding: 0px;
    position: relative;
    border-radius: 5px;
}

.signup-alert .close {
    right: 15px;
    top: 10px;
    position: absolute;
    z-index: 1;
    background: none;
}

.close span{
    font-size: 25px;
}

.signup-alert .modal-title {
    text-align: center;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 600;
}

.signup-alert .modal-text {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    padding: 10px 15%;
    line-height: 22px;
    font-weight: 400;
}

.signup-alert .modal-text-small {
    font-size: 12px;
    padding: 5px;
    line-height: 18px;
    letter-spacing: 1px;
}

.signup-alert .model-btn {
    text-align: center;
    padding-bottom: 20px;
}

.signup-alert .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: auto;
    padding: 10px 70px;
    margin-bottom: 10px;
}

.signup-alert .modal-text-small a {
    font-weight: bold;
    font-size: 14px;
}
#shareEvent .share {
    border-top: 1px #ddd dashed;
    margin: 15px 0;
    padding: 30px 15px 15px 15px;
    text-align: center;
}

#shareEvent .share a.social-button {
    margin: 0 8px;
}
#main_bg_event_final {
    /* background-color: #cccccc; */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 340px;
    margin-top: -78px;
    filter: blur(0.5rem);
    clip-path: view-box; */

    background-size: cover;
    position: relative;
    height: 356px;
    margin-top: -49px;
    filter: blur(12px);
    clip-path: view-box;
    transform: translate(-50px, -50px);
    background-position: center center;
    width: calc(100% + 100px);
    outline-style: outset;
}

#main_bg_event_final3 {
    background-size: cover;
    position: relative;
    height: 356px;
    margin-top: -49px;
    clip-path: view-box;
    transform: translate(-50px, -50px);
    background-position: center center;
    width: calc(100% + 100px);
    outline-style: outset;
}

#main_bg_event_final2 {
    background-size: cover;
    position: relative;
    height: 356px;
    margin-top: -49px;
    filter: blur(12px);
    clip-path: view-box;
    transform: translate(-50px, -50px);
    background-position: center center;
    width: calc(100% + 100px);
    outline-style: outset;
}
#main_bg_event_final:before {
	content:'';
	position: absolute;
        top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.75);
    
}

.v-perfil{
    float: right;
    text-decoration: none;
    margin-top: 3px;
    font-size: 14px;
    color: #071a7f;
}
.main_toggle_event_final img{
     width: 48px;
    height: auto;
}
.main_toggle_event_final {
    height: 50px;
    width: 100%;
    padding: 0;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    background: #dedede00 !important;
    border: .5px solid white;
    padding-right:10px;
}
.main_toggle_event_final:focus {
    border-color: white;
    outline: none;
    box-shadow: none;
    border: .5px solid white;
}
.main_toggle_event_final:hover {
    border-color: white;
    border: .5px solid white;
}
.btn_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn_inner img {
    margin-right: 13px;
    border-radius: 30px;
}
.main_toggle_event_final span {
    color: white;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 5px;
}
#random_section {
    margin-top: -241px;
    position: relative;
}

/* event left box */
.event_right {
    padding-left: 12px;
}
.event_left {
    padding-right: 12px;
}
.event_left_box img {
    width: 100%;
    height: auto;
    border-radius: 14px;
}
.share_div {
    display: flex;
    margin: 30px 0;
    justify-content: space-between;
}
.left_share {
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    height: 47px;
    padding: 8px;
    border-radius: 14px;
    background: #fff;
    padding-top: 13px;
    width: 90%;
    text-align: center;
    margin-right: 8px;
}

.description {
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    height: auto;
    padding: 8px;
    border-radius: 14px;
    background: #fff;
    padding-top: 13px;
    width: 100%;
    text-align: center;
    margin-right: 8px;
}

.left_share span {
    color: #0075ef;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; 
    margin-left: 3px;
}
.right_share button {
    width: 130px;
    height: 47px;
    border-radius: 14px;
    background: #e9e9e9;
    font-size: 16px;
    border: none;
    transition: 0.3s;
}
.right_share button:hover {
    background-color: #071a7f;
    color: white;
}
.right_share button svg {
transition: 0.3s;
}
.right_share button:hover svg {
  fill: white;
}
.organizer {
    padding: 30px 25px;
    border-radius: 26px;
    border: 0px solid rgba(0, 117, 239, 0.3);
    background: #e9e9e9;
    margin-top: 30px;
}
.organizer .organizer_heading {
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
}
.media-object-event {
    width: 100%;
    height: auto;
}
.media_event {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.media-body-event {
    padding-left: 15px;
}
.media-body-event h4 {
    margin: 0;
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}
.media-body-event p {
    color: #484b51;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}
.organizer .para {
    color: #484b51;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
}
.social_all_btn {
    display: flex;
    width: 100%;
}
.social_btn {
    margin-right: 5px;
    display: flex;
}
.social_btn button {
    border-radius: 14px;
    border: 1.233px solid #87c2ff;
    background: #f2f4f8;
    width: 45px;
    height: 45px;
    transition: 0.3s;
}
.social_btn button:hover {
    background: #071a7f;
}
.social_btn button svg path{
   transition: 0.3s;
}
.social_btn button:hover svg path{
   fill: white;
}
.message_btn {
    width: 100%;
    text-align: end;
}

.message_btn a {
   color: #fff;
   text-decoration: none;
}

.social-logo-detail i {
    background: #adb0b6;
    height: 45px;
    width: 45px;
    display: inline-block;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding: 11px 0;
}
a.social-logo-detail{
	display: inline-block;
	margin-right:5px;
}

.social-logo-detail i:hover{
	background: #bdc0c5;
}
.message_btn .msg button {
    border-radius: 14px;
    background: #071a7f;
    color: #fff;
    width: 90%;
    height: 45px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.37px;
    border: none;
    border: 0.5px solid #071a7f;
    transition: 0.3s;
}
.message_btn .msg button:hover {
    color:#071a7f ;
    background-color: transparent;
    border: 0.5px solid #071a7f;

}

.message_btn .msg button:hover svg{
fill: #071a7f;

}
.message_btn .msg button:hover a{
    color: #071a7f;
    
    }
.social_main {
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
}

/* contact div */
.contact_div {
    padding: 15px 25px;
    border-radius: 32.261px;
    border: 1.241px;
    background: #e9e9e9;
    margin-top: 30px;
}
.contact_heading {
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    letter-spacing: 0.596px;
}
.contact_div .contact_para {
    color: #484b51;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 12px 0;
}
.social_line button {
    border-radius: 14px;
    border: 1.108px solid #87c2ff;
    background: #f2f4f8;
    width: 35.323px;
    height: 35.323px;
}
.social_line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.social_line .link {
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 15.729px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.355px;
    margin-left: 10px;
}
.media-body-event-last {
    padding-left: 35px;
}

/* right-side */
.right_main_headinfg {
    color: #fff;
    font-family: Montserrat;
    font-size: 34.894px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 15px;
}
.top_social .social1,
.top_social .social2 {
    color: #fff;
    font-family: Montserrat;
    font-size: 14.7px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 7px;
}
.blue_box_img {
    margin-top: 5vh;
}
.blue_box_img img {
    width: 100%;
    height: auto;
}
.diament_main {
    margin-top: 23px;
}
.diament_box {
    display: flex;
    justify-content: space-between;
    border-radius: 26px;
    border: 1px solid rgba(0, 117, 239, 0.3);
    padding: 12px;
    background: #fff;
    margin-top: 10px;
}
.dia_left {
    display: flex;
}
.dia_text {
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}
.dia_mxn {
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}
.dia_mxn span {
    color: #1a1a1a;
    color: #0075ef;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}
.prevs button {
    border-radius: 14px;
    border: 1px solid #fff;
    width: 48.667px;
    height: 34px;
    background: #f2f4f8;
    border: none;
}
.nexts button {
    border-radius: 14px;
    border: 1px solid #fff;
    width: 48.667px;
    height: 34px;
    background: #f2f4f8;
    border: none;
}
.dia_right {
    display: flex;
    align-items: center;
}
.dia_right_inner {
    display: flex;
    align-items: center;
}
.results {
    width: 50px;
    text-align: center;
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dia_value {
    padding-left: 10px;
}
.comrar_main {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}
.comp_left .comp_text1 {
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}
.comp_left .comp_text2 {
    color: #0075ef;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}
.comp_right_btn button {
    color: #fff;
    border: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.513px;
    border-radius: 14px;
    background: #071a7f;
    height: 48px;
    padding: 0 20px;
    transition: 0.3s;
    border: 0.5px solid #071a7f;
}
.comp_right_btn button:hover {
    border: 0.5px solid #071a7f;
    background-color: transparent;
    color:#071a7f ;
}
.comp_right_btn button:hover svg path{
 transition: 0.3s;
}
.comp_right_btn button:hover svg path{
   stroke:#071a7f;
}

.ticket-title{
    font-size: 17px;
}

.media-object{
    height: 125px !important;
    border-radius: 14px;
}

.reserva{
    align-items: baseline;
    margin-top: 10px;
}
/* accordian */
.acordian_box .accordian_head {
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
}
.acordian_box .accordian_para {
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding-top: 8px;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: none;
}
.accordion-header {
    margin-top: 15px;
}
.accordion-area {
    padding-top: 30px;
}
.accordion-item-event h2 button {
    color: #1a1a1a;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding-top: 13px;
    padding-bottom: 13px;
}
.accordion-item-event .accordion-body {
    color: #484b51;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    padding-top: 0;
}

/* accordian */
@media only screen and (max-width: 1366px) {
    #random_section {
        margin-top: -200px;
        position: relative;
    }
    .media-body-event h4 {
        font-size: 16px;
    }
    .acordian_box .accordian_para{
        font-size: 14px;
    }
    .social_line button svg{
        width: 18px;
        height: 18px;
    }
    .social_line button{
        width: 35.323px;
        height: 35.323px;
    }
    .organizer .organizer_heading{
        font-size: 16;
    }
    .right_share button {
        font-size: 16px;
    }
    .right_share button {
        width: 118px;
    }
    .left_share span {
        font-size: 12px;
    }
    .left_share {
        font-size: 12px;
    }
    .social_btn button {
        width: 45px;
        height: 45px;
    }
    .message_btn .msg button {
        width: 96%;
        height: 45px;
    }
    .message_btn .msg button {
        border-radius: 14px;
    }
    .right_main_headinfg {
        font-size: 31.894px; 
    }
    .contact_div .contact_para {
        font-size: 14px;
    }
    .message_btn .msg button{
        padding: 0;
        padding-top: 5px;
    }
    .message_btn .msg button span{

        font-size: 16px;
    }
    .media-body-event p{
        font-size: 11px;
    }
    .comp_right_btn button {
        height: 45px;
        font-size: 18px;
        padding-top: 3px;
    }
    .comp_right_btn button svg {
       width: 47px;
       height: 32px;
    }
    .social_btn button svg{
        height: 25px;
        width: 25px;
    }
    .media-body-event-last {
        padding-left: 15px;
    }
    .acordian_box .accordian_head {
        font-size: 18px;
    }
    .contact_div {
        margin-top: 60px;
    }
    .organizer {
        margin-top: 60px;
    }
    .diament_main {
        margin-top: 17px;
    }
    .blue_box_img {
        margin-top: 20px;
    }
    .event_right {
        padding-left: 5px;
    }
    .event_left {
        padding-right: 5px;
    }
}
@media only screen and (max-width: 992px) {
    
    .right_main_headinfg {
        color: black;
        margin-top: 20px;
    }
    .blue_custom{
        height: 105;
    }
    .left_share span {
        font-size: 15px;
    }
    .left_share {
        font-size: 15px;
    }
    .top_social .social1,
    .top_social .social2 {
        color: black;
        font-size: 15px;
    }
    #random_section {
        margin-top: -155px;
        position: relative;
    }
    .social_btn button {
        width: 40px;
        height: 40px;
    }
    .message_btn .msg button {
        width: 145px;
        height: 40px;
        padding: 0;
    }
    .social_all_btn {
        display: flex;
        width: 82%;
    } 
    .right_share button {
        width: 145px;
        height: 47px;
        border-radius: 14px;
        background: #e9e9e9;
        border: none;
    }
}
@media only screen and (max-width: 768px) {
    .right_main_headinfg {
        color: black;
    }
    .top_social .social1,
    .top_social .social2 {
        color: black;
    }
    .social1 svg {
        color: black;
    }
    .social2 svg {
        color: black;
    }
    .blue_box_img {
        margin-top: 24px;
    } 
    .right_main_headinfg {
        margin-top: 30px;
    }
    .acordian_box .accordian_head {
        font-size: 18px;
    }
    .acordian_box{
        margin-top: 25px;
    }
    #random_section {
        margin-top: -200px;
        position: relative;
    }
    .main_toggle_event_final {
        border: 1px solid white;
    }
    .event_right {
        padding-left: 0px;
    }
    .event_left {
        padding-right: 0px;
    }
}
@media only screen and (max-width: 600px) {

    #main_bg_event_final {
        background-size: cover;
        position: relative;
        height: 356px;
        margin-top: -49px;
        filter: blur(3px);
        clip-path: view-box;
        transform: translate(0px, -50px);
        background-position: center center;
        width: calc(100% + 0px);
        outline-style: outset;
    }
    .share_div {
        display: block;
        margin: 30px 0;
        justify-content: space-between;
    }
    .right_share button {
        margin-top: 10px;
    }
    .right_share {
        text-align: center;
    }
    .media-body-event h4 {
        font-size: 16px;
    }
    .media-body-event p {
        font-size: 11.026px;
    }
    .organizer .para {
        font-size: 12.444px;
    }
    .message_btn .msg button {
        font-size: 15px;
    }
    .organizer {
        padding: 15px 15px;
    }
    .organizer .organizer_heading {
        font-size: 16;
    }
    .diament_box {
        display: block;
    }
    .dia_right {
        justify-content: center;
        margin-top: 20px;
    }
    .dia_left {
        justify-content: center;
    }
    .comrar_main {
        display: block;
        text-align: center;
    }
    .comp_right_btn {
        margin-top: 15px;
    }
    .acordian_box .accordian_head {
        font-size: 15px;
    }
    .acordian_box .accordian_para {
        font-size: 12px;
    }
    .accordion-item-event h2 button {
        font-size: 15px;
    }
    .accordion-item-event .accordion-body {
        font-size: 13px;
    }
    .contact_heading {
        font-size: 22px;
    }
    .contact_div .contact_para {
        font-size: 15px;
    }
    .social_line button {
        width: 35.323px;
        height: 35.323px;
    }
    .social_line .link {
        font-size: 11px;
    }
    .organizer {
        margin-top: 0;
    }
    .contact_div {
        margin-top: 30px;
    }
    .right_main_headinfg {
        font-size: 19px;
        margin-top: 30px;
    }
    .left_share {
        width: 100%;
    }
}
