@font-face {
    font-family: 'great_vibesregular';
    src: url('greatvibes-regular.woff2') format('woff2'),
         url('greatvibes-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Century Gothic';
    src: url('CenturyGothic.woff2') format('woff2'),
        url('CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.about-sec{
	padding-top: 30px;
}

.about-sec .about-image-holder{
	padding:0px;
}

.about-sec .about-image-holder img{
	width: 100%;
}

.about-sec .about-self:hover .about-image-holder img{
	transform: inherit;
}

.center_rod{
	justify-content: center;
	align-items: center;
}

h1.counth1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
  color: #fff;
  /*font-family: 'Dancing Script', cursive;*/
}

li.countli {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  color: #fff;
  /*font-family: 'Dancing Script', cursive;*/
}

li span.countspan {
  display: block;
  font-size: 4.5rem;
  padding-top: 20px;
  padding-bottom: 30px;
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

.map_ceremonia{
	font-size: 1.5em;
}

.color_l{
	color: #b6a85a;
}

.testimonial-sec{
	padding-bottom: 100px;
	padding-top: 100px;
}

.stats-sec{
	padding-top: 100px;
	padding-bottom: 100px;
}

.btn-primary{
	
	text-decoration: none;
	padding: 30px;
	font-size: 1.2em;

	background: #b6a85a;
	color: #fff;
	border: 1px solid #b6a85a;
}

.btn-primary:hover{
	background: none;
	border: 1px solid #000;
	color: #000;
}


.btn-primary2{
	
	text-decoration: none;
	padding: 15px;
	font-size: 1.2em;

	background: #b6a85a;
	color: #fff;
	border: 1px solid #b6a85a;
	width: 300px;
}

.btn-primary2:hover{
	background: none;
	border: 1px solid #000;
	color: #000;
	width: 300px;
}

.footer-sec{
	padding-top: 50px;
	padding-bottom: 50px;
}

.icon_tenida{
	max-width: 100px;
}

.icon_regalos, .icon_asis{
	font-size: 5.5em;
}

/*video {
      object-fit: initial;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/




.simply-countdown {
  /* The countdown */
  margin-bottom: 2em;
}

.simply-countdown > .simply-section {
  /* coutndown blocks */
  display: inline-block;
  width: 100px;
  height: 100px;
  background: rgba(241, 78, 149, 0.8);
  margin: 0 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  animation: pulse 1s ease infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.simply-countdown > .simply-section > div {
  /* countdown block inner div */
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 100px;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  color: white;
  /* amounts and words */
}

.simply-countdown > .simply-section .simply-amount {
  font-size: 30px;
  /* amounts */
}

.simply-countdown > .simply-section .simply-word {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  /* words */
}


.simply-countdown > .simply-section{
	background: rgba(0, 0, 0, 0.7)
}

.simply-countdown > .simply-section{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}


@media (max-width: 768px) {

li.countli{
    display: block;
}

}


@media (max-width: 575.98px){
    
.timeline-sec .timeline .inverse-timeline .event-details:before {
    display: none;
}

.timeline-sec .timeline .inverse-timeline {
    padding-left: 15px;
}

}

.timeline-sec .timeline .event-details {
    background-color: rgba(0, 0, 0, 0.7);
}

.timeline-sec .timeline:after {
    display: none;
}


.btn-primary2 {
    text-decoration: none;
    padding: 15px;
    font-size: 1.2em;
    background: rgba(0,0,0,0.2);
    color: #fff;
    border: 1px solid #fff;
    width: 300px;
}

.loader1{
    background-color: #000;
}

.timeline-sec .timeline .inverse-timeline .event-details:hover:after {
    display: none;
}

.timeline-sec .timeline .inverse-timeline .event-details:after {
    display: none;
}


