@charset "utf-8";
/* CSS Document */

/* 16:9 video embed*/
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe,.video-container object,.video-container embed {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
/**/


.pi-text-base-2{
	color: #BDB54D !important;
}

.pi-section-base-2 {
    background-color: #9CB27A !important;
    color: #fff !important;
    font-weight: 600;
}

.pi-submenu-white a b, .pi-submenu-white a{
	color: #BDB54D !important;
}

.pi-border-top {
    border-top: 3px solid #BDB54D;
    padding-top: 20px;
}

.pi-text-base-2 {
	color: #BDB54D !important;
}

.cita {
	border-left: 3px solid #C93C53;
	padding-left: 20px;
}
.pi-section-white .pi-simple-menu > li > a {
	color: #af3759;
}

body{
	font-family: 'Nunito', Helvetica, Arial, sans-serif;
	font-size: 18px
}

.pi-logo img {
	max-height: 90px;
}

.pi-row-md .pi-row-block-txt {
	margin-top: 13px;
	margin-bottom: 13px;
}

.pi-header-row-fixed .pi-header {
	padding-bottom: 70px;
}

.pi-section-grey .h1.pi-has-border::after, .pi-section-grey h2.pi-has-border::after {
	background: #BDB54D;
}
.pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-1 .pi-gallery-item, .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-2 .pi-gallery-item, .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-3 .pi-gallery-item, .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-4 .pi-gallery-item, .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-5 .pi-gallery-item, .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-6 .pi-gallery-item {
	padding: 0 100px;
}

.slide-sm .back{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 80vh
}

.slide-sm .cit{
	padding-top: 20vh;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 3vw;
	line-height: 4vw;
	font-weight: 700;
}

.slide-sm .divider{
	padding-right: 50px; 
	padding-left: 50px; 
	width: 30vw
}

.slide-sm .auth{
	padding-right: 50px;
	padding-left: 50px;
	font-size: 2.4vw;
	line-height: 3vw;
}
.event-box{
	background-color: #bdb54d;
	border-radius: 5px;
	padding: 8px 15px;
	color: #fff;
	position: relative;
	z-index: 2;
	top: 15px;
	left: 10px;
}
.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 3;
}
.btn-whatsapp {
  z-index: 999999;
  background: #25d366;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(37, 211, 102, 0.5);
}
.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
}
.wa-center{
	display: block;
	margin: 10px auto;
}

@media only screen and (max-width: 600px) {
	.slide-sm .cit{
		padding-top: 20vh;
		padding-right: 50px;
		font-size: 6vw;
		line-height: 7vw;
		font-weight: 700;
	}

	.slide-sm .divider{
		margin-top: -30px;
		padding-right: 50px; 
		width: 50vw
	}

	.slide-sm .auth{
		margin-top: -20px;
		padding-right: 50px;
		font-size: 4vw;
		line-height: 4.5vw;
	}
}


