@import url('https://fonts.googleapis.com/css2?family=Signika:wght,GRAD@300..700,-30..0&display=swap');

:root {
    --color-principal: #f95b99;
    --color-secundario: #04afa0;
    --color-terciario: #ffa81f;
    --color-cuaternario:#bbe0ce;
    --blanco: #ffffff;
    --gris: #8aa8c6;
    --fuente1:"Signika", sans-serif;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animated2 {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s
}


.box-prin {
	margin-top:-4rem;
}

.max-1260 {
	max-width:1260px;
}

.img-100 img {
	width:100%;
	height:auto;
}


#block-pick,
#block-mile-theme-breadcrumbs,
.block-mile-theme-page-title,
.mile-container > section.container-highlighted {
	display:none;
}

footer .content-footer .contact-info,
footer .content-footer .contact-info a,
footer .content-subfooter .copyright p a   {
    color: var(--color-cuaternario)!important;
}

footer .content-footer a.btn-newsletter,
footer .content-footer .social-networks a {
    background-color: var(--color-cuaternario);
}

footer .content-footer .logos-festivals > a > div.img-festival,
footer .content-footer .logos-festivals,
header .content-header #block-mile-theme-branding a img,
.overlay-main-menu .logo-festival {
    filter: brightness(0) saturate(100%) invert(92%) sepia(20%) saturate(272%) hue-rotate(93deg) brightness(94%) contrast(87%);
}
header .content-header  .social-networks a{ 
  background-color: var(--color-cuaternario);
      color: black;
}

header .content-header .btn-open-menu {
        color: var(--color-terciario);
        padding: .7em;
        margin: 0;
}

.mile-container > header {
    background: none;
}

body > div {
	background-image: url(https://joropoalparque.gov.co/sites/default/files/recursos/fondo.jpg) !important;
    background-size: 100% auto !important;
    background-attachment: fixed;
    background-repeat: repeat-y;
}
.logo-gen p,
.mile-node img{
	margin:0;
}

.logo-gen img {
	filter: brightness(0) saturate(100%) invert(92%) sepia(20%) saturate(272%) hue-rotate(93deg) brightness(94%) contrast(87%);
}

.boxfest {
        margin-top: 5rem;
}

.log-prin img {
	margin-bottom: 2rem;
	filter: brightness(0) saturate(100%) invert(56%) sepia(84%) saturate(2331%) hue-rotate(302deg) brightness(97%) contrast(102%);
}

.lug-fest {
	font-family: var(--fuente1);
	text-transform: uppercase;
	color: var(--color-terciario);
	font-size: 1.5rem;
	letter-spacing: 4px;
}
.date-fest {
	font-family: var(--fuente1);
	color: var(--color-secundario);
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height:1.3;
}

.v-news-25 .row{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem; 
}

.box-new {
	padding: 1rem;
	border: 1px solid var(--gris);
	transition:.5s ease;
}

.box-new:hover {
	background-color:#00000082;
}

.box-new:hover .new-tit a {
text-decoration:underline;
}

.box-new .new-tit a {
	color:white;
}



.box-new .new-tit,
.box-new .new-desc {
	font-size:1.3rem;
	font-family: var(--fuente1);
	text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.box-new .new-tit {
		font-size:1.4rem;
		margin-bottom: 1rem;
}

.box-new .new-desc {
	font-size:.8rem;
color:white;
line-height: 1.7;
display:none;
}

.box-new .new-date {
	    color: white;
    font-size: .7rem;
    opacity: .7;
    font-family: var(--fuente1);
    margin-bottom: .5rem;
    text-transform: uppercase;
    font-style: italic;
}

.bl-news {
	margin-top:4rem;
	margin-bottom:6rem;
}

footer {
	background-color: #00000082;
}

footer .content-footer {
    display: flex;
    align-items: flex-start;
    padding: 0;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.buttons {
	    display: flex;
    justify-content: center;
}

.buttons h3 {
	margin-bottom:0
}

.bl-news footer {
	background:none;
}

.buttons h3 a {
  color:white;
  font-family:var(--fuente1);
  border:1px solid var(--color-terciario);
  padding:.5rem 1rem;
  font-size:1rem;
  transition:.5s ease
}

.buttons h3 a:hover {
  background-color: #00000082;
}

.overlay-main-menu .logo-festival {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.overlay-main-menu a {
    font-size: 1.5rem;
    color: var(--color-terciario);
}





@media (max-width: 768px) {
.date-fest {
    font-size: 1.5rem;
        margin-top: -3rem;
        margin-bottom: 0;
}
	.lug-fest {
    font-size: 1rem;
    letter-spacing: 1px;
    padding-bottom: 1rem;
}
.v-news-25 .row {
    grid-template-columns: 1fr;
}
.box-new {
    padding: .7rem;
}

.box-new .new-desc {
	display:none;
}
.box-new .new-tit {
    font-size: 1rem;
    -webkit-line-clamp: 5;
}
footer .content-footer .logos-festivals {
    justify-content: center !important;
}

footer .row > div:nth-child(2){
	display:none;
}

.bl-news {
    margin-top: 4rem;
    margin-bottom: 0rem;
}

body > div {
    background-size: 250% auto !important;
    background-attachment: unset;
    background-position: center !important;
}

.boxfest {
    margin-top: 9rem;
}

.box-new {
	background-color:#00000082;
}
.box-prin {
    margin-top: 0rem;
}

.overlay-main-menu .logo-festival {
    margin-bottom: 0rem;
}
.overlay-main-menu a {
    font-size: 1.2rem;
    padding: 5px;
}
	
}
