@font-face {
  font-family: PTSansBold;
  src: url('../fonts/PTSans-Bold.ttf');
}
@font-face {
  font-family: PTSansBoldItalic;
  src: url('../fonts/PTSans-BoldItalic.ttf');
}
@font-face {
  font-family: PTSansItalic;
  src: url('../fonts/PTSans-Italic.ttf');
}
@font-face {
  font-family: PTSansRegular;
  src: url('../fonts/PTSans-Regular.ttf');
}
@font-face {
  font-family: Sarabun-Regular;
  src: url('../fonts/Sarabun-Regular.ttf');
}
@font-face {
  font-family: Sarabun-ExtraBold;
  src: url('../fonts/Sarabun-ExtraBold.ttf');
}
@font-face {
  font-family: Sarabun-ExtraBoldItalic;
  src: url('../fonts/Sarabun-ExtraBoldItalic.ttf');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --secondary-color: #151226;
  --contrast-color: #BF307F;
}
body{
  background: #00020e;
  color: #d6d2f9;
  font-family: Sarabun-ExtraBold;  
  background-image: url("../img/fondo.png");
  background-position: center -20px;
  background-size: 100% auto;
  background-repeat: repeat-y;
  align-items: center;
  letter-spacing: 2px;
}

@media (min-width: 768px){
.col-md-6 {
    max-width: 100% !important;
}
}

.first-title{
  padding: 5px 10px 0px 10px;
}

.btn-modal{
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d6d2f9;
}

.btn-modal span{
  padding: 5px 10px;
  border: 2px solid #d6d2f9;
  border-radius: 18px;
  color: d6d2f9;
}

.btn-modal:hover{
  color: d6d2f9;
  background: transparent;
}

.btn-modal:focus, .btn-modal:active{
  color: d6d2f9;
  border: none !important;
  background: transparent;
  outline: 0;
  box-shadow: none !important;
}


#particles-js{
  position: absolute;
  left: 0;
  top: 0;
  opacity: .1;
  height: 100vh;
  width: 100%;
}

main{
  position: relative;
}
.modal-backdrop{
background: #272d42
}
.modal-backdrop.show{
opacity: .8;
}

.modal-content{
border-radius: 30px;
}
.modal-body{
background: #050505;
background-size: 100% auto;
background-position: center;
background-repeat: no-repeat;
padding: 0;
}

.modal-body img{
width: 100%;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}

.modal-header{
border: none;
display: none;
}

.modal-footer{
border: none;
justify-content: center;
background: #050505;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.modal-img{
width: 100%;
}

h1.titulo-principal{
  color: #d6d2f9;
  position: relative;
  margin-bottom: 80px;
  display: block;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 2.5em;
  background: linear-gradient(to right, #d6d2f9 0%, #d6d2f9 50%, #d6d2f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


h1.titulo-principal span{
  font-weight: 400;
  text-transform: uppercase;
  font-size: .6em;
  background: linear-gradient(to right, #d6d2f9 0%, #d6d2f9 50%, #d6d2f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.fecha{  
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  font-size: 5rem;
  color: #d6d2f9;
}

hr {
  height: 2px;
  background: linear-gradient(to right, #a5a2c2 0%, #d6d2f9 50%, #a5a2c2 100%);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.space-hr{
  margin: auto;
  padding-left: 43%; 
  padding-right: 43%;
}

.fecha span{
display: block;

}

.fecha .dia{
font-weight: 300;
font-size: .3em;
}

.fecha .number{
font-weight: bold;
font-size: 6rem;
letter-spacing: 6px;
}

.fecha .mes{
font-weight: 300;
font-size: .3em;
margin-bottom: 0.5rem;
}

label.normal-label{
  text-align: center;
  font-size: 1.2em;
  width: 100%;
  letter-spacing: 3px;
  background: linear-gradient(to right, #a079b8 0%, #d6d2f9 50%, #a079b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.titulo-label{
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1.2em;
  padding: 2px 0;
  background: linear-gradient(to right, #a079b8 0%, #d6d2f9 50%, #a079b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


input[type="text"]{
  border-radius: 10px;
  border: 2px solid #d6d2f9;
  background-color: transparent;
  color: #d6d2f9;
  font-size: .9em;
  transition: .5s ease-in-out;
  padding: 10px 15px;
  width: 40%;
  margin: 0 auto;
}

input[type="text"]:focus{
/* background: #070707; */
  color: #d6d2f9;
  outline: 0;
  box-shadow: none;
  border: 2px solid #d6d2f9;
  /* padding: 20px 15px; */
}

.center-radio-buttons{
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

/* The container-label */
.container-label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .9em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 15px 0;
  margin-bottom: 3px;
}

.container-label:first-child{
  padding-left: 0;
}

.container-label:first-child .checkmark{
  left: 0
}

/* Hide the browser's default radio button */
.container-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -130%;
  left: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  background-color: rgba(0,0,0,0);
  border: 1px solid #d6d2f9;
  border-radius: 15%;
  transition: .5s ease-in-out;
}

/* On mouse-over, add a grey background color */
.container-label:hover input ~ .checkmark {
  background-color: #5d2f68;
}

/* When the radio button is checked, add a blue background */
.container-label input:checked ~ .checkmark {
  background-color: #5d2f68;
  border: 3px solid #d6d2f9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-label .checkmark:after {
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    transform: translate(-2px, -2px);
    background: rgba(0,0,0,0);
    display: none;
}

textarea{
  border-radius: 20px;
  border: 2px solid #d6d2f9;
  background: transparent;
  color: #d6d2f9;
  font-size: .9em;
  transition: .5s ease-in-out;
  padding: 10px 15px;
  width: 40%;
  margin: 0 auto;
  display: block;
  height: 80px !important;
}

textarea:focus{
  box-shadow: none;
  outline: none;
  border: 2px solid #d6d2f9;
  color: d6d2f9;
}

.send{
    border-radius: 20px;
    background: linear-gradient(to right, #a079b8 0%, #d6d2f9 50%, #a079b8 100%);
    background: transparent;
    border: 2px solid #d6d2f9;
    color: #d6d2f9;
    box-shadow: none;
    padding: 5px 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.send:hover{
  border: 2px solid white;
  color: white;
}
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
@media only screen
and (min-width: 768px)
and (max-width: 1024px){

  .first-title{
    padding: 5px 10px 0px 10px;
  }
  
  body{
    background-image: url("../img/fondoSmall.jpg");
    background-position: center -65px;
    background-size: 150% auto;
    background-repeat: repeat-y;
  }  
}


#zapatos{
  display: none;
}

.swal2-container{
  z-index: 10000 !important;
}

.list-group-item.active{

  border: none !important;
}

.list-group-item{
  cursor: pointer !important;
}

#guestList li:hover{
  background-color: #7881a0 !important;
  color: #fff;
}
.input-error{
  border: 2px solid #8c3636 !important;
}

.footer{
  width: 100%;
  transform: scaleX(-);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-180deg);
  position: fixed;
  bottom: 0;
  height: 300px;
  background-image: url('../img/video-gif-desktop.gif');
  background-position: center 0px;
  background-size: 120% auto;
  background-repeat: no-repeat;
}

@media (max-width: 768px){

  .first-title{
    padding: 5px 10px 0px 10px;
  }

  .footer{
    width: 100%;
    transform: scaleX(-);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-180deg);
    position: fixed;
    bottom: 0;
    height: 300px;
    background-image: url('../img/mobil-gif.gif');
    background-position: center 0px;
    background-size: 120% auto;
    background-repeat: no-repeat;
  }
  
  body{
    background-image: url("../img/fondoSmall.jpg");
    background-position: center 0px;
    background-size: 160% auto;
    background-repeat: repeat-y;
  }
  
  h1.titulo-principal{
    color: #8f91b1;
    position: relative;
    display: block;
    font-size: 2.1em;
    margin-top: 50px;
    margin-bottom: 20px;
    background: linear-gradient(to right, #a079b8 0%, #d6d2f9 50%, #a079b8 100%);
    -webkit-background-clip: text ;
    -webkit-text-fill-color: transparent;
  }
  input[type="text"]{
    width: 70%;
    margin: 0 auto;
  }
  textarea{
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .titulo-label{
    text-align: center;
    width: 100%;
    display: block;
    font-size: .9em;
    padding: 2px 0;
    background: linear-gradient(to right, #a079b8 0%, #d6d2f9 50%, #a079b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
  }
  label.normal-label{
    font-size: 1em;
    width: 100%;
  }   
  .fecha .number{
    font-weight: bold;
    font-size: 4.5rem;
  }
  .fecha .dia{
    font-weight: 300;
    font-size: .3em;
  }
  .fecha .mes{
    font-weight: 300;
    font-size: .2em;
  }
  .fecha {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  p {
    font-size: 15px !important;
    color: #d6d2f9 !important;
  }
  hora {
    font-size: 15px !important;
  }
  hr {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .space-hr {
    padding-left: 35%;
    padding-right: 35%;
  }
  .fecha .dia{
    margin-top: 5px;
    }
  .padding-phone{
    margin-top: -100px;
  }
  /* datalist {
    width: 90%;
    margin-top: -30px;
  } */
}
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-left-color: #d6d2f9;
  
  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.no-show {
  display: none;
}
.show{
  display: block;
}
th {
  color: #d6d2f9 !important;
}
td{
  text-transform: capitalize !important;
  color: #d6d2f9 !important;
}
p {
  font-size: 20px;
  color: #d6d2f9 !important;
}
.hora {
  font-size: 23px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -10;
  background-color: var(--contrast-color);
}

.animate__animated.animate__fadeIn {
  --animate-duration: 3s;
}
.animate__animated.animate__flipOutY {
  --animate-duration: 10s;
}

.color-phone{
  color: #d6d2f9 !important;
}
html {
  scroll-behavior: smooth;
}
/* ---------------*/
.modalContainer {
  display: none; 
  position: fixed; 
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modalContainer .modal-content {
  background-color: #011224;
  margin: auto;
  padding: 20px;
  border: 1px solid #d6d2f9;
  width: 60%;
}

.modalContainer .close {
  color: #aaaaaa !important;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modalContainer .close:hover,
.modalContainer .close:focus {
  color: #000 !important;
  text-decoration: none;
  cursor: pointer;
}

/* -----------------*/
