/*Galaxy Blue
#2A4C7D

Serenity
#93A9D1
*/

@charset "US-ASCII";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@font-face {
    font-family: 'ultraalternate';
    src: url('fonts/UltraSystemScript.woff2') format('woff2'),
        url('fonts/UltraSystemScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'italianaregular';
  src: url('fonts/Italiana-Regular.woff2') format('woff2'),
      url('fonts/Italiana-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'ultraalternate';
    src: url('fonts/RonetDEMO.woff2') format('woff2'),
        url('fonts/RonetDEMO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'adegaserif';
    src: url('fonts/AdegaSerif-Bold.woff2') format('woff2'),
        url('fonts/AdegaSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'adegaserif';
    src: url('fonts/AdegaSerif.woff2') format('woff2'),
        url('fonts/AdegaSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'adegaserif';
    src: url('fonts/AdegaSerif-Italic.woff2') format('woff2'),
        url('fonts/AdegaSerif-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'adegaserif';
    src: url('fonts/AdegaSerif-BoldItalic.woff2') format('woff2'),
        url('fonts/AdegaSerif-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'butlerstencil';
    src: url('fonts/ButlerStencil.woff2') format('woff2'),
        url('fonts/ButlerStencil.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'butlerstencil';
    src: url('fonts/ButlerStencil-Bold.woff2') format('woff2'),
        url('fonts/ButlerStencil-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'champagnelimousines';
    src: url('fonts/ChampagneLimousines-Bold.woff2') format('woff2'),
        url('fonts/ChampagneLimousines-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'champagnelimousines';
    src: url('fonts/ChampagneLimousines.woff2') format('woff2'),
        url('fonts/ChampagneLimousines.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'honeyscript';
    src: url('fonts/HoneyScript-SemiBold.woff2') format('woff2'),
        url('fonts/HoneyScript-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'honeyscript';
    src: url('fonts/HoneyScript-Light.woff2') format('woff2'),
        url('fonts/HoneyScript-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'mirage';
    src: url('fonts/MADEMirage.woff2') format('woff2'),
        url('fonts/MADEMirage.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'mirage';
    src: url('fonts/MADEMirage-Bold.woff2') format('woff2'),
        url('fonts/MADEMirage-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
    /*@import "https://fonts.googleapis.com/css?family=Lato:300,400,700";*/
    * {
        /*color: #2A4C7D;*/
        /*font-family: 'Montserrat', sans-serif;*/
        font-size: 16px;
        font-weight: 300;
    }
    ::-webkit-input-placeholder {
       font-style: italic;
    }
    :-moz-placeholder {
       font-style: italic;
    }
    ::-moz-placeholder {
       font-style: italic;
    }
    :-ms-input-placeholder {  
       font-style: italic;
    }

    body {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    strong {
        font-weight: 700;
    }
    button {
        cursor: pointer;
        display: block;
        text-decoration: none;
    }
    button.button {
        border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        text-align: center;
        font-size: 21px;
        font-weight: 400;
        padding: 12px 0;
        width: 100%;
        display: table;
        background: #E51F04;
        background: -moz-linear-gradient(top,  #E51F04 0%, #A60000 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E51F04), color-stop(100%,#A60000));
        background: -webkit-linear-gradient(top,  #E51F04 0%,#A60000 100%);
        background: -o-linear-gradient(top,  #E51F04 0%,#A60000 100%);
        background: -ms-linear-gradient(top,  #E51F04 0%,#A60000 100%);
        background: linear-gradient(top,  #E51F04 0%,#A60000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E51F04', endColorstr='#A60000',GradientType=0 );
    }
    button.button i {
        margin-right: 10px;
    }
    button.button.disabled {
        background: none repeat scroll 0 0 #ccc;
        cursor: default;
    }
    .bkng-tb-cntnt {
        float: left;
    }
    .bkng-tb-cntnt button.button {
        /*color: #fff;*/
        float: right;
        font-size: 18px;
        padding: 5px 20px;
        width: auto;
    }
    .bkng-tb-cntnt button.button.o {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        /*color: #e51f04;*/
        border: 1px solid #e51f04;
    }
    .bkng-tb-cntnt a.button i {
        /*color: #fff;*/
    }
    .bkng-tb-cntnt a.button.o i {
        /*color: #e51f04;*/
    }
    .bkng-tb-cntnt a.button.right i {
        float: right;
        margin: 2px 0 0 10px;
    }
    .bkng-tb-cntnt a.button.left {
        float: left;
    }
    .bkng-tb-cntnt a.button.disabled.o {
        border-color: #ccc;
        /*color: #ccc;*/
    }
    .bkng-tb-cntnt a.button.disabled.o i {
        /*color: #ccc;*/
    }
    .pymnts {
        float: left;
    }
    .pymnts * {
        float: left;
    }

    .sctn-row {
        margin-bottom: 35px;
        
    }
    
    .sctn-col input {
        border: 1px solid #ccc;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 12px;
        width: 333px;
    }
    .sctn-col label {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
        width: 100%;
    }
    .sctn-col.x3 {
        width: 300px;
    }
    .sctn-col.x3.last {
        width: 200px;
    }
    .sctn-col.x3 input {
        width: 210px;
    }
    .sctn-col.x3 a {
        float: right;
    }
    .pymnts-sctn {
    }
    .pymnt-itm {
        margin: 0 0 3px;
    }
    .pymnt-itm h2 {
        background-color: #e9e9e9;
        font-size: 24px;
        line-height: 24px;
        margin: 0;
        padding: 28px 0 28px 20px;
        width: 780px;
    }
    .pymnt-itm.active h2 {
        background-color: #e51f04;
        color: #fff;
        cursor: default;
    }
    .pymnt-itm div.pymnt-cntnt {
        display: none;
    }
    .pymnt-itm.active div.pymnt-cntnt {
        background-color: #f7f7f7;
        display: block;
        padding: 0 0 30px;
        width: 100%;
    }

    .pymnt-cntnt div.sctn-row {
        margin: 10px 0px 0;
    }
    .pymnt-cntnt div.sctn-row div.sctn-col {
       
    }
    .pymnt-cntnt div.sctn-row div.sctn-col.l {
        
    }
    .pymnt-cntnt div.sctn-row div.sctn-col input {
        width: 303px;
    }
    .pymnt-cntnt div.sctn-row div.sctn-col.half {
        width: 155px;
    }
    .pymnt-cntnt div.sctn-row div.sctn-col.half.l {
        float: left;
        
    }
    .pymnt-cntnt div.sctn-row div.sctn-col.half input {
        width: 113px;
    }
    .pymnt-cntnt div.sctn-row div.sctn-col.cvv {
        background-image: url("../img/cvv.png");
        background-position: 156px center;
        background-repeat: no-repeat;
        padding-bottom: 30px;
    }
    .pymnt-cntnt div.sctn-row div.sctn-col.cvv div.sctn-col.half input {
        width: 110px;
    }
    
    .openpay div.logo {
        background: url(https://conekta.com/images/logo_conekta_color.svg) 100% 100% no-repeat;
        background-position: left bottom;
        background-repeat: no-repeat;
        border-right: 1px solid #ccc;
        font-size: 12px;
        font-weight: 400;
        height: 45px;
        background-position-x: 27px;
        background-size: 66%;
    }
    .openpay div.shield {
        background-image: url("../img/security.png");
        background-position: left bottom;
        background-repeat: no-repeat;
        font-size: 12px;
        font-weight: 400;
            padding-left: 39px;
    }
    .card-expl {
        float: left;
        height: 80px;
        margin: 5px 0;
    }
    .card-expl div {
        background-position: left 45px;
        background-repeat: no-repeat;
        height: 70px;
        padding-top: 10px;
    }
    .card-expl div.debit {
        background-image: url("../img/cards2.png");
        margin-left: 20px;
    }
    .card-expl div.credit {
        background-image: url("../img/cards1.png");
        border-right: 1px solid #ccc;
        margin-left: 30px;
    }
    .card-expl h4 {
        font-weight: 400;
        margin: 0;
    }


/* Import fonts */
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');*/

body {
    background: #fff;
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 15px;
}

.center {
    margin: 0 auto;
    display: block;
}

.header-invitado {
    background: #fff;
    padding: 10px;
    
}

.header-invitado h1 {
    text-align: center;
    
    margin: 0;
}

.btn-asistencia {
    width: 100px;
    border-radius: 27px;
    padding: 15px;
    font-weight: 900;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #cccccc;

}

.btn-si:focus {
    background:#btn-green !important;
    color: #fff;
}

.btn-si:active {
    background:#btn-green !important;
    color: #fff;
}

.btn-si:checked {
    background:#2A4C7D !important;
}

.btn-no:focus {
    background:#2A4C7D !important;
}

.btn-green {
/*    background:#2A4C7D !important;
    color: #fff;*/
}

.btn-red {
/*    background:#2A4C7D !important;
    color: #fff;*/
}

.btn-asistencia:hover {
    background: #6c6c6c;
    color: #fff;
}

.row-invitado {
    margin-bottom: 12px;
}

#unassist, #addGuests {
    display: none;
}

.siguiente-aceptar, .siguiente-cancelar {
    width: 90%;
    border-radius: 27px;
    padding: 15px;
    font-weight: 900;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #2A4C7D;
    color: #fff; 
    margin-top: 10px;

}

.col-home-info{
    margin-top: 18px !important;
}

.col-home-info p {
    text-align: center;
    font-weight: 600;
    line-height: 11px;
    
}

.btn-home {
    width: 300px;
    border-radius: 27px;
    padding: 15px;
    font-weight: 900;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #2A4C7D;
    color: #fff; 
    margin-top: 11px;
}

.row-info-invitados select {
    width: 100%;
    margin-bottom: 10px;
}

.col-info-invitados {
    margin-bottom: 25px;
}

.centered {
    margin: 0 auto;
    display: block;
    float: none;
}

.img-home {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.registro-form input{
    border-radius: 27px;
    margin-bottom: 13px;
    background: #ccc;
    padding: 21px;
}

.select-option {
    font-weight: bold;
}

.submit-btn {
    background: #2A4C7D !important;
    color: #fff !important;
    line-height: 2px;
    font-size: 19px;
    margin-top: 7px;
}

.submit-btn-false {
    background: #cccccc !important;
    border-radius: 40px;
    padding: 14px;
    height: 42px;
    line-height: 11px;
    color: #fff !important;
    font-size: 19px;
    margin-top: 7px;
}

.back-btn-guest {
    width: 60px;
    margin-bottom: -57px !important;
    display: block;
    font-size: 46px;
}

.logo-invitado {
    margin: 0 auto;
    display: block;
    max-width: 184px;
    max-height: 41px !important;
}

.logo-invitado-2 {
    margin: 0 auto;
    display: block;
    width: 88px;
}

.col-confirmacion {
    text-align: center;
}

.btnclick {
    cursor: pointer;
}

.col-regalos label {
    font-weight: 900;
}

.col-regalos label span{
    font-weight: 400;
    color: #b3b3b3;
}

#showLeft, #nav-icon2, #nav-icon3, #nav-icon4{
    width: 29px;
    height: 37px;
    position: relative;
    margin: 6px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    margin-top: -45px;
}

#showLeft span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #2A4C7D;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#showLeft span:nth-child(1) {
  top: 5px;
}

#showLeft span:nth-child(2) {
  top: 14px;
}

#showLeft span:nth-child(3) {
  top: 24px;
}

#showLeft.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#showLeft.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#showLeft.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* General styles for all menus */

.cbp-spmenu {
    background: #2A4C7D;
    position: fixed;
}

.cbp-spmenu h3 {
    
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #fff;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}

.cbp-spmenu a:hover, .cbp-spmenu a:active {
    font-weight: bold;
}

.btn.focus, .btn:focus, .btn:hover{
    color: #93A9D1;
}



/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #949494;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#showRight {
    position: relative;
    margin: 6px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    margin-right: -59px;
    min-width: 71px;
}

.cart-icon {
    font-size: 30px;
}

.pay-cart {
    padding: 18px;
    line-height: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    border-radius: 11px;
    width: 100px;
    background: green;
    color: #fff;
    float: right;
}

.btn-regalo {
    margin-bottom: 20px;
}

.btn-regalo img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.container h3 b{
    font-size: 28px;
}

.home-h3 {
    margin-top: -10px;
}

.faltan-count {
    padding: 3px;
}

.col-info-invitados label b{
    font-size: 15px;
}

.onetable {
    width: 92px; 
    display: block; 
    float: left; 
    margin-left: 39%; 
    text-align:center;
}

.twotables {
    width: 92px; 
    display: block; 
    float: left; 
    margin-left: 18%; 
    text-align:center;
}

.div-mesas-zonas {
    padding: 0px 61px;
}
.moretables {
    width: 92px; 
    display: block; 
    float: left; 
    margin-left: 8%; 
    text-align:center;
}


/* Example media queries */

@media screen and (max-width: 55.1875em){

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }

}

@media screen and (max-height: 26.375em){

    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

@media screen and (max-width: 420px){
    #showRight{
        margin-right: -68px;
    }
    
    .btn-regalo img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        margin: 0 auto;
        display: block;
    }
    .div-mesas-zonas {
    padding: 0px 14px;
    }
    .moretables {
        width: 90px;
        display: block;
        float: left;
        margin-left: 6.5%;
        text-align: center;
    }
}