*{
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
}
.grales{
    width: 100%;
    float: left;
}
.font-10{
    font-size: 10px;
}
.font-11{
    font-size: 11px;
}
.font-12{
    font-size: 12px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.font-16{
    font-size: 16px;
}
.font-17{
    font-size: 17px;
}
.font-18{
    font-size: 18px;
}
.font-19{
    font-size: 19px;
}
.font-20{
    font-size: 20px;
}
.font-21{
    font-size: 21px;
}
.font-22{
    font-size: 22px;
}
.font-23{
    font-size: 23px;
}
.font-24{
    font-size: 24px;
}
.font-25{
    font-size: 25px;
}
.font-30{
    font-size: 30px;
}
.font-35{
    font-size: 35px;
}
.font-40{
    font-size: 40px;
}
.color-blanco{
    color: #fff;
}
.enlace-blanco{
    color: #fff;
    text-decoration: none;
}
.enlace-blanco:hover{
    color: #fff;
    text-decoration: none;
}
.enlace-negro{
    color: #020002;
    text-decoration: none;
}
.enlace-negro:hover{
    color: #020002;
    text-decoration: none;
}
.bg-negro{
    background-color: #020002 !important;
}
.bg-morado{
    background-color: #6155f4 !important;
}
.bg-rosa{
    background-color: #ed4fe0 !important;
}
.color-rosa{
    color: #ed4fe0;
}
.color-amarillo{
    color: #f9e206;
}
.color-azulc{
    color:#24d7e0;
}
.color-morado{
    color:#6155f4;
}
.bg-amarillo{
    background-color: #f9e206;
}
.bg-azul-cian{
    background-color: #00ffff;
}
.bg-rosa-magenta{
    background-color: #ff4ee4;
}
.text-justify{
    text-align: justify;
}
.btn-colors{
    background-image: url(../images/bg-btn.jpg);
    background-repeat: repeat-y;
    border: none;
    background-size: cover;
    color: #fff;
    font-size: 15px;
    padding: 18px 45px;
    border-radius: 0;
}
.borde-color{
    background-image: url(../images/2024/linea-colores.jpg);
    width: 100%;
    float: left;
    height: 3px;
    background-position: center;
    background-size: cover;
}
.borde-color-blanco{
    border-bottom:2px solid #fff;
}
.logo-pie{
    width: 140px;
}
#escgral{
    background-image: url(../images/2025/bg-dpp.jpg);
    background-repeat: no-repeat;
    background-position: 0 -100px;
    background-color: #020002;
    background-size: contain;
}
#escgralgracias{
    background-image: url(../images/2025/bg-dpp.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #020002;
    background-size: cover;
    height: 90vh;
}
#escgral-lg{
    background-image: url(../images/2025/bg-dpp.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #020002;
    background-size: cover;
}
#escgralresumen{
    background-image: url(../images/2025/bg-dpp.jpg);
    background-repeat: no-repeat;
    background-position: 0 -100px;
    background-color: #020002;
    background-size: cover;
}
#escvota{
    background-image: url(../images/2025/bg-dpp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #020002;
    background-size: cover;
}
.logo-gral{
    width: 450px;
}
.logo-vota{
    width: 200px;
}
.la-fecha{
    width: 162px;
    margin-top: -220px;
}
.cuadros{
    text-align: center;
    padding: 30px 20px;
    width: 100%;
    min-height: 163px;
}
.espaciado10{
    letter-spacing: 10px;
}
.w300{
    width: 300px;
}
.bg-vertical{
    background-image: url(../images/vertical-01.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 401px;
    position: absolute;
    z-index: 100;
    width: 163px;
    right: 0;
    top: 350px;
}
.menos-margin{
    margin-bottom: -200px;
}
.en-escritorio{
    display: block;
}
.en-movil{
    display: none;
}
.bg-morado-trans{
    background-image: url(../images/bg-morado.png);
}
.form-invitado{
    display: none;
}
select{
    text-align: center;
}
.logo-resumen{
    width: 400px;
}
.table th{
    background-color: transparent;
    background-image: url(../images/transp-negro.png);
    color: #fff;
    border-bottom: 0;
}
.table td{
    background-color: transparent;
    background-image: url(../images/transp-negro.png);
    color: #fff;
    border-bottom: 0;
}
.btn-secondary{
    border-radius: 0;
    font-size: 15px;
    border: 0;
    padding: 10px 20px;
}
.form-switch .form-check-input {
    width: 80px;
    padding: 13px;
    cursor: pointer;
    margin: 0 auto;
    float: none;
}
.form-check-input:checked {
    background-color: #2ecb71;
    border-color: #2ecb71;
}
.add-invitados{
    color: #fff;
    border: none;
    padding: 10px 20px;
}
#main-invitados{
    background-color: transparent;
    color: #fff;
}
.list-group-item{
    background-color: transparent;
    color: #fff;
    border: none;
}
.subrayar{
    border-bottom: 1px solid #fff;
}
.remove-invitados{
    color: #fff;
    border: none !important;
}
.form-check-input:checked {
    background-color: #ed4fe0;
    border-color: #ed4fe0;
}
#escgral{
    animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}
#escgralgracias{
    animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}
#escgralresumen{
    animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}

.content-loading{
	width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    position: fixed;
    background-color: #000;
    z-index: 1000;
	color:#fff;
	padding-top:10%;
    background-repeat: no-repeat;
    background-image: url(https://digitalpinshipary.com.mx/images/loader02.gif);
    background-position: center;
}

.loading .content-loading{
	display:block;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
#form-registro .error{
    background-color: #f9e206;
    padding: 2px 10px;
    float: left;
    font-size: 13px;
}
#form-registro .form-control{
    background-color: #fff;
    padding: 2px 10px;
    float: none;
    font-size: 17px;
}
.form-switch {
    padding-left: 0;
}
.btn-centro{
    margin: 0 auto;
}
.el-acceso{
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    letter-spacing: 10px;
}
.btn{
    border-radius: 0;
}
.modal-content {
    border-radius: 0;
    padding: 35px 20px;
}
.card {
    border-radius: 0;
    border: 0;
}
.heart {
  width: 82px;
  height: 82px;
  background: url("../images/heart2.png") no-repeat;
  background-position: -12px -12px;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
  
  &.is-active {
    transition-duration: 1s;
    background-position: -2809px -10px;
  }
}
.logs-pie{
    width: 100%;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
    html {
      font-size: 95%;
    }
  }
  
  @media screen and (max-width: 1199px) {
    html {
        font-size: 95%;
      }
  }
  /*--------------------------------------------------------------
  ## Netbook
  --------------------------------------------------------------*/
  @media only screen and (max-width: 1024px) {
    html {
      font-size: 90%;
    }
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 960px) {
    html {
      font-size: 85%;
    }
    .al-centro{
        text-align: center !important;
    }
    .logo-pie {
        width: 260px;
    }
    .en-escritorio{
        display: none;
    }
    .en-movil{
        display: block;
    }
    #escgral{
        background-image: url(../images/bg-gral.jpg);
    }
    .cuadros {
        min-height: 152px;
    }
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 768px) {
    html {
      font-size: 80%;
    }
    .al-centro{
        text-align: center !important;
    }
    .logo-pie {
        width: 260px;
    }
    .en-escritorio{
        display: none;
    }
    .en-movil{
        display: block;
    }
    #escgral{
        background-image: url(../images/bg-gral.jpg);
    }
    .cuadros {
        min-height: 152px;
    }
    .w300{
        width: 100%;
    }
    .la-fecha {
    }
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 480px) {
    .al-centro{
        text-align: center !important;
    }
    .logo-pie {
        width: 110px;
        margin-bottom: 15px;
    }
    .en-escritorio{
        display: none;
    }
    .en-movil{
        display: block;
    }
    #escgral{
        background-image: url(../images/2025/bg-fiesta-movil.jpg);
    }
    #escgral-lg{
        background-image: url(../images/2025/bg-fiesta-movil.jpg);
    }
    .cuadros {
        min-height: 130px;
    }
    .la-fecha {
        margin-top: 0;
    }
    .btn-secondary {
        border-radius: 0;
        width: 100%;
    }
    .logo-gral {
        width: 250px;
    }
}