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

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

@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
}

.font2 {
	font-family:var(--fuente2);
}

.white {
	color: var(--white);
}

.black {
	color:var(--black);
}

.color30 {
	color:var(--color30);
}

.max-1320 {
	max-width:1320px;
	margin-left:auto;
	margin-right:auto;
}

.bg30 {
	background-color:var(--color30);
}


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

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

.vid-cover img,
.new-img img{
	filter: grayscale(100%);
	transition:.5s ease
}

.vid-cover:after {
	content:"";
	background:none;
	position:absolute;
	width:30%;
	height:30%;
	left:35%;
	top:35%;
	transition:.5s ease;
}

.vid30-item:hover .vid-cover:after {
	background-image:url("/sites/default/files/recursos/play.png");
	background-size:100%;
}
.vid30-item:hover .vid-cover img,
.box-new:hover .new-img img{
	filter:none;
}

#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(--color30)!important;
}

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

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(72%) sepia(85%) saturate(3509%) hue-rotate(320deg) brightness(101%) contrast(100%);
}
header .content-header  .social-networks a{ 
  background-color: var(--color30);
      color: black;
}

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

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

body > div {
	background-image: unset !important;
    background-color: var(--black);
}
.logo-gen p,
.mile-node img{
	margin:0;
}

.logo-gen img {
	filter: brightness(0) saturate(100%) invert(72%) sepia(85%) saturate(3509%) hue-rotate(320deg) brightness(101%) contrast(100%);
}

.book-group h3 {
	font-size: 3.5rem;
	color:white;
	line-height:1;
	margin-bottom:5px;
}

.book-group h4 {
	color:var(--color30);
	font-size: 2rem;
	line-height:1
}

.book-label p
{
	    display: inline;
    background-color: aliceblue;
    text-transform: uppercase;
    padding: 0 1rem;
}



.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(--color30);
	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;
    font-family: var(--fuente2);
}



.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 .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: var(--color30);
  border: 1px solid var(--color30);
  padding:.5rem 1rem;
  font-size:1rem;
  transition:.5s ease
}



.buttons h3 a:hover {
  color:white;
  border:1px solid white;
  text-decoration:none;
}

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

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

.date30 {
	font-size:3rem;
}

.lug30 {
	font-size:2rem;
}

.vid30-item p{
	font-size:.9rem;
}

.but30 a {
  color:var(--color30);
	border:1px solid var(--color30);
	padding:5px 2rem;
	transition: .5s ease;
}

.but30 a:hover {
	color:white;
	border:1px solid white;
	text-decoration:none;
} 


@media (max-width: 768px) {
.date-fest {
    font-size: 1.5rem;
        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: auto 100% !important;
    background-attachment: unset;
    background-position: center !important;
}

.boxfest {
    margin-top: 3rem;
}

.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;
}

    header .content-header #block-mile-theme-branding {
        justify-content: space-between;
        height: 70%;
    }
    
    .log-prin img {
    margin-bottom: 1rem;
    }
    
    
    .book-group h3 {
	font-size: 2rem;
}
.book-group h4 {
    font-size: 1.4rem;
}
.book-label p {
    font-size: .7rem;
}
.but30 a {
    padding: 2px 1rem;
    font-size: 12px;
}

.tit30 {
	font-size:1.2rem;
}
.date30 {
    font-size: 2rem;
}
.lug30 {
    font-size: 1rem;
}
.vid-cover:after {
	background-image:url("/sites/default/files/recursos/play.png");
	background-size:100%;
}
	
}