.confirm{
  background-color: var(--bg-accent) !important;
}

@keyframes preload-show-1 {
  from {
    transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-hide-1 {
  to {
    transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-cycle-1 {
  5% {
    transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
  10%,
		75% {
    transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
    border-left-color: #f7484e;
  }
  80%,
		100% {
    transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-show-2 {
  from {
    transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-hide-2 {
  to {
    transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-cycle-2 {
  10% {
    transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
  15%,
		70% {
    transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
    border-left-color: #f7484e;
  }
  75%,
		100% {
    transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-show-3 {
  from {
    transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-hide-3 {
  to {
    transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-cycle-3 {
  15% {
    transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
  20%,
		65% {
    transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
    border-left-color: #f7484e;
  }
  70%,
		100% {
    transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-show-4 {
  from {
    transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-hide-4 {
  to {
    transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-cycle-4 {
  20% {
    transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
  25%,
		60% {
    transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
    border-left-color: #f7484e;
  }
  65%,
		100% {
    transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-show-5 {
  from {
    transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-hide-5 {
  to {
    transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-cycle-5 {
  25% {
    transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
  30%,
		55% {
    transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
    border-left-color: #f7484e;
  }
  60%,
		100% {
    transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-show-6 {
  from {
    transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-hide-6 {
  to {
    transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-cycle-6 {
  30% {
    transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
  35%,
		50% {
    transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
    border-left-color: #f7484e;
  }
  55%,
		100% {
    transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}
@keyframes preload-flip {
  0% {
    transform: rotateY(0deg) rotateZ(-60deg);
  }
  100% {
    transform: rotateY(360deg) rotateZ(-60deg);
  }
}
body {
  background: #efefef;
}

.loader{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  z-index: 100;
  top: 0;
  left: 0;
}

.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  display: block;
  width: 3.75em;
  height: 4.25em;
  margin-left: -1.875em;
  margin-top: -2.125em;
  transform-origin: center center;
  transform: rotateY(180deg) rotateZ(-60deg);
  z-index: 1000;
}
.preloader .slice {
  border-top: 1.125em solid transparent;
  border-right: none;
  border-bottom: 1em solid transparent;
  border-left: 1.875em solid #f7484e;
  position: absolute;
  top: 0px;
  left: 50%;
  transform-origin: left bottom;
  border-radius: 3px 3px 0 0;
}
.preloader .slice:nth-child(1) {
  transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.82s preload-hide-1 both 1;
}
.preloader .slice:nth-child(2) {
  transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.74s preload-hide-2 both 1;
}
.preloader .slice:nth-child(3) {
  transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.66s preload-hide-3 both 1;
}
.preloader .slice:nth-child(4) {
  transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.58s preload-hide-4 both 1;
}
.preloader .slice:nth-child(5) {
  transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.5s preload-hide-5 both 1;
}
.preloader .slice:nth-child(6) {
  transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.42s preload-hide-6 both 1;
}
.preloader.loading {
  animation: 2s preload-flip steps(2) infinite both;
}
.preloader.loading .slice:nth-child(1) {
  transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-1 linear infinite both;
}
.preloader.loading .slice:nth-child(2) {
  transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-2 linear infinite both;
}
.preloader.loading .slice:nth-child(3) {
  transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-3 linear infinite both;
}
.preloader.loading .slice:nth-child(4) {
  transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-4 linear infinite both;
}
.preloader.loading .slice:nth-child(5) {
  transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-5 linear infinite both;
}
.preloader.loading .slice:nth-child(6) {
  transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-6 linear infinite both;
}

.load{
  opacity: 0;
  transition: all 0.2s ease-out;
  top: -1000%;
}

main{
  position: relative;
}
/*RESET*/
:root{
    --size: 16px;
    --family-robotoC: 'Roboto Condensed', sans-serif;
    --family-roboto: 'Roboto', sans-serif;
    --family-lato: 'Lato', sans-serif;
    --family-anton: 'Anton', sans-serif;
    --bg-dark: #1b223f;
    --bg-normal: #202a4e;
    --bg-light: #37426f;
    --bg-accent: #3498db;
    --bg-dark-accent: #2980b9;
    box-sizing: border-box;
    font-size: var(--size);
}

body{
  background-color: #eaeaea;
}

*,
*:after,
*:before {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

a, a:focus, a:active, a:hover{
    text-decoration: none;
    outline: 0;
}

a:focus{
    color: #ffffff;
}

ul, ol{
    list-style: none;
    margin-bottom: 0;
}

img{
    max-width: 100%;
}

input, input:focus, input:active, input:hover,
button, button:focus, button:active, button:hover,
textarea, textarea:focus, textarea:active, textarea:hover
{
    outline: none;
    border: none;
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0;
}

p{
    margin-bottom: 0.8em;
    font-family: var(--family-roboto);
    font-size: 1em;
    font-weight: 500;
    color: #000000;
}

/* SCROLL */

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.5);
}

::-webkit-scrollbar-track {
  background: rgba(60,60,60,.7);
}

body{
    overflow-x: hidden;
}
/*------- HEADER --------*/
.header-container{
    width: 100%;
    height: 100vh;
    /*background-image: url(../img/Recursos/slide/Slide.png);*/
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-container__other{
    background-image: url(../img/Recursos/background/BgContact.png);
    background-size: cover;
    height: auto;
}

.header--navbar{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px;
}

.navbar-container{
    position: absolute;
    height: 100vh;
    background-color: rgba(0, 0, 0, .95);
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
}

.navbar--link{
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--family-lato);
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
}

.icon--menu{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 16px;
    margin-right: 16px;
}

.add{
    display: inherit;
    z-index: 100;
}

.navbar--link:hover, .navbar--link:active{
    color: #ffffff;
}

.header--icon{
    display: flex;
    align-items: center;
}

.image--icon{
    width: 32px;
}

.header--text{
    color: #ffffff;
    padding: 16px;
}

.header--text__container{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header--text__title, .header--text__subtitle{
    font-family: var(--family-lato);
    font-weight: 300;
}

.header--text__title{
    text-transform: uppercase;
    font-size: 65px;
    padding-bottom: 20px;
    line-height: 1;
}

.header--text__subtitle{
    padding-left: 8px;
    font-size: 18px;
}

.header--button{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: var(--family-lato);
    border: 1px solid transparent;
    border-radius: 50px;
    background-color: #ffffff;
    color: #6c6c6c;
    margin-left: auto;
    margin-right: auto;
    line-height: 3;
    padding-top: 3px;
    padding-bottom: 3px;
}

.button--image{
    height: 30px;
    padding-left: 15px;
}


.img--logo{
    width: 100%;
}

.player-container{
    width: 100%;
    padding: 0 16px;
    line-height: 60px;
    color: #ffffff;
    background-color: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
}
/*------- TWITTER --------*/
.twitter-container{
    height: 400px;
    background-image: url('../img/Recursos/background/BgParallax-twitter.jpg');
    background-size: cover;
}

.twitter--body{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 16px 30px;
}

.twitter--name, .twitter--text, .twitter--date{
    font-family: var(--family-lato);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.twitter--icon{
    font-size: 50px;
    color: #ffffff;
    padding-bottom: 25px;
}

.twitter--name{
    display: block;
    font-size: 22px;
    color: #00c2d9;
}

.twitter--text{
    display: block;
    padding-top: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.twitter--date{
    display: block;
    padding-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #00c2d9;
}

.owl-theme .owl-dots .owl-dot span{
    background-color: #666666;
}

/*------- INFINITO --------*/
.infinito-container{
    background-color: #eaeaea;
    padding: 16px;
}

.infinito--header, .about-me--header, .blog--header, .contact--header{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}

.infinito--subtitle{
    font-family: var(--family-lato);
    font-size: 16px;
    color: #141414;
    padding-top: 20px;
    font-weight: 300;
}

.infinito--title, .about-me--title,.blog--title, .contact--title{
    font-family: var(--family-lato);
    font-size: 50px;
    color: #141414;
    padding-top: 20px;
    font-weight: 300;
    line-height: 0.3;
    text-transform: uppercase;
    font-weight: 300;
}

.infinito--title{
    padding-bottom: 80px;
}

.infinito--player{
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
}

.player--songs{
    width: 35%;
}

.player--album{
    width: 50%;
}

.album--container{
    width: 100%;
    position: relative;
}

.album--caratula{
    position: relative;
    z-index: 2;
    width: 70%;
}

.album--vinilo{
    position: absolute;
    top: 0;
    left: 35%;
    z-index: 1;
    width: 65%;
    top: 10px;
}

.album--rotate{
    animation:spin 3s linear infinite;
}

@keyframes spin { 100% {transform:rotate(360deg); } }

.song--title{
    color: #7c7c7c;
    font-family: var(--family-robotoC);
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.player--text{
    display: flex;
    width: 100%;
    padding-bottom: 25px;
    margin-left: 2px;
}

.icon--player{
    margin-right: 10px;
}

.player--link{
    color: #7c7c7c;
    font-family: var(--family-robotoC);
    font-size: 16px;
    background-color: #eaeaea;
}

.player--link:hover{
    color: #6c6c6c;
}

.fa-facebook-official{
    color: #05276c;
}

.text--wrapper{
    width: 100%;
    background-color: rgba(0,0,0,.7);
    padding-top: 15px;
    padding-left: 50px;
    position: relative;
}

.player--main__text{
    z-index: 10;
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-family: var(--family-robotoC);
    top: 10px;
    left: 52px;
}
/*------- ABOUT ME --------*/
.about-me--container{
    background-image: url('../img/Recursos/background/BgAbout.jpg');
    background-size: cover;
}

.about-me--header{
    padding-bottom: 30px;
}

.about-me--image{
    width: 100%;
}

.about--img{
    width: 100%;
}

.about-me--title{
    line-height: 1;
    color: #929292;
}

.about-me-body{
    padding: 16px;
    color: #f3f3f3;
}

.about-me--principal{
    width: 100%;
    border: 10px solid #ed2b45;
    padding: 20px 30px;
    margin-top: 15px;
}

.about-me--text{
    font-family: var(--family-robotoC);
    font-size: 22px;
    padding-bottom: 20px;
}

.about-me--name{
    color: #ed2b45;
}

.about-me--section{
    width: 100%;
}

.about-me--paragraph{
    font-family: var(--family-lato);
    font-size: 16px;
    padding-top: 20px;
    text-align: justify-all;
    color: #f3f3f3;
}

.about-me--paragraph:last-child{
    padding-top: 20px;
}

/*BLOG*/

.blog--container{
    background-color: #eaeaea;
}

.blog--title{
    line-height: 1;
    color: #141414;
}

.blog--body{
    padding-top: 30px;
    padding-right: 16px;
    padding-left: 16px;
}

.blog--body__full{
    padding-top: 20px;
}

.blog--card__body,.blog--card__footer,.blog--card__header{
    background-color: #ffffff;
}

.blog--card__header,.blog--card__footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog--card__footer{
    align-items: center;
}

.blog--card__image{
    width: 100%;
    height: auto;
}

.blog--date{
    background-color: #ed2b45;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    top: -60px;
    left: -10px;
    width: 35%;
}

.blog--date__title{
    font-size: 60px;
    font-family: var(--family-anton);
}

.blog--date__subtitle{
    font-size: 16px;
    font-family: var(--family-robotoC);
}

.blog--card__title{
    display: flex;
    font-family: var(--family-robotoC);
    color: #ed2b45;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -25px;
}

.blog--card__text{
    font-size: 22px;
    font-family: var(--family-lato);
    font-weight: 600;
}

.blog--card__subtitle{
    padding-right: 12px;
}

.blog--card__subtitle:first-child{
    padding-right: 8px;
}

.blog--card__body{
    padding: 0 16px;
    position: relative;
    top: -40px;
}

.blog--card__footer{
    padding: 16px 0;
}

.blog--button__text{
    background-color: #343434;
    color: #ffffff;
    font-family: var(--family-robotoC);
    padding: 10px 20px;
    transition: .3s all;
}

.blog--button__text:hover{
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
}

.blog--button__icon{
    font-size: 14px;
    padding: 0 10px 0 20px;
}

.blog--social{
    display: flex;
    align-items: center;
}

.blog--social__icon{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: 1px solid transparent;
    padding: 2px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.fa-facebook{
    background-color: #3c5a98;

}

.fa-twitter:not(.twitter--icon){
    background-color: #56acee;
    margin-left: 5px;
}

.fa-google-plus{
    background-color: #dc4f42;
    margin-left: 5px;
}

.blog--container__one{
    width: 100%;
    padding: 0 50px;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.blog--content{
    width: 70%;
}

.comments--content{
    width: 70%;
}

.blog--content__title{
    color: #212121;
    font-size: 32px;
    padding-bottom: 10px;
    font-family: var(--family-robotoC);
}

.blog--content__text{
    color: #212121;
    padding-top: 20px;
    font-family: var(--family-roboto);
    line-height: 1.25;
    font-size: 16px;
}

.comments--item{
    padding: 12px 8px;
    margin-bottom: 8px;
    margin-top: 12px;
    border: 1px solid #dddddd;
    background-color: rgba(255,255,255,.85);
    border-left: 3px solid #ed2b45;
}

.comments--text{
    color: #212121;
    font-size: 20px;
    font-family: var(--family-roboto);
    font-weight: 600;
}

.blog--content__img{
    width: 100%;
}

.comments--title{
    color: #222222;
    padding-bottom: 0px;
    padding-top: 20px;
    text-transform: uppercase;
    font-family: var(--family-robotoC);
}

.textarea--blog{
    width: 100%;
    border: 1px solid #dddddd;
    margin-top: 10px;
    margin-bottom: 8px;
    resize: none;
    height: 100px;
    padding: 8px 8px;
    background-color: rgba(255, 255, 255, .85);
}

.textarea--blog:hover, .textarea--blog:focus{
    border: 1px solid #dddddd;
}

.recent--blogs{
    background-color: rgba(255, 255, 255, .85);
    margin-left: 3%;
    height: 50%;
    width: 27%;
    padding: 20px;
    border: 1px solid #dddddd;
}

.recent--link{
    color: #626262;
    padding-bottom: 2px;
    font-family: var(--family-lato);
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #c5c4c4;
    margin-bottom: 10px;
    background-color: #f1f1f1;
    padding: 7px;
    transition: .4s all;
}

.recent--link:hover{
    border-color: #080808;
    color: #080808;
}

.recent--text{
  text-align: center;
  padding: 8px 0;
  padding-bottom: 12px;
  /*border-bottom: 1px solid #080808;*/
  text-transform: uppercase;
  margin-bottom: 8px;
}

.button--blog{
    background-color: #ed2b45;
    color: #fafafa;
    width: 100%;
    line-height: 2.5;
    font-family: var(--family-lato);
    text-transform: uppercase;
    font-size: 18px;
}
/*EVENTOS*/
.events-container{
    display: none;
}

.gallery-container{
    width: 100%;
}

.gallery-item{
    background-color: #ed2b45;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-item{
    text-transform: uppercase;
    font-size: 25px;
    font-family: var(--family-robotoC);
    line-height: 7.75;
}

/*CONTACT*/

.contact-container{
    background-image: url('../img/Recursos/background/BgContact.png');
    background-size: cover;
}

.contact--title{
    color: #7f7f7f;
    padding-top:  30px;
    padding-bottom: 20px;
    font-size: 40px;
}

.contact--body{
    padding: 0 16px;
}

.label--form{
    display: block;
    color: #929292;
    padding-top: 20px;
}

.input--form{
    color: #ffffff;
    background-color: rgba(255, 255, 255, .3);
    display: block;
    width: 100%;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    padding: 0 10px;
    border-radius: 5px;
    font-family: var(--family-lato);
    line-height: 2;
}

.textarea--contact{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.25;
    height: 200px;
    resize: none;
}

.input--form:hover{
    background-color: rgba(255, 255, 255, .3);
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

.input--form:focus{
    border-top: 2px solid transparent;
    border-bottom: 2px solid #a18309;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    background-color: rgba(255, 255, 255, .3);
}

.info-container{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.info--title{
    color: #a18309;
    padding-top: 10px;
}

.info--subtitle{
    color: #929292;
}

.contact-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-text{
    color: #9a9a9a;
    font-family: var(--family-lato);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
}

.footer-logo{
    padding-bottom: 20px;
}

.info--title__padding{
    padding-top: 30px;
}

.info-container{
    font-size: 18px;
}

.footer-text{
    font-size: 20px;
}


.button--contact{
    background-color: #a18309;
    color: #ffffff;
    line-height: 2.5;
    padding: 0 40px;
    font-family: var(--family-lato);
    text-transform: uppercase;
    margin-left: auto;
    margin-top: 20px;
    transition: .4s all;
}

.button--contact:hover,.button--contact:focus{
    cursor: pointer;
    background-color: #866d0a;
}

.gallery--container__main{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
}

.gallery--item__main{
    width: 80%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.gallery--image__main{
    width: 100%;
}

.events--container__full{
    padding-top: 30px;
    width: 100%;
}

.events--container__text{
    width: 100%;
    display: block;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
}

.events--link__menu{
    font-size: 16px;
    font-family: var(--family-lato);
    font-weight: bold;
    color: #bebebe;
    text-transform: uppercase;
    background-color: #424242;
}

.events--link__menu:last-child{
    padding-left: 20px;
    padding-right: 10px;
}

.events--link__menu:hover, .events--link__menu:focus{
    color: #eaeaea;
}

/*.events--link__active{
  background-color: #212121;
    color: #fafafa;
}*/

.events--main{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
}

.events--article{
    background-color: #eaeaea;
    border: 1px solid transparent;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 5%;
    padding: 40px;
    padding-bottom: 0;
}

.events--title{
    font-size: 36px;
    font-family: var(--family-robotoC);
    color: #212121;
    padding-bottom: 30px;
}

.events--start{
    font-size: 16px;
    font-family: var(--family-roboto);
    color: #424242;
    text-transform: uppercase;
}

.events--start .fa{
    padding-right: 10px;
}

.events--start__padding{
    padding-top: 10px;
    padding-bottom: 40px;
}

.events--text{
    font-family: var(--family-roboto);
    padding-bottom: 20px;
}

.events--article__link{
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-family: var(--family-lato);
    color: #404040;
    font-weight: bold;
    padding-bottom: 20px;
}

.events--article__link:hover, .events--article__link:focus{
    color: #212121;
}

.media-wrapper .mejs__container{
    background: rgba(0,0,0,.6);
}

.mejs__time-current, .mejs__time-handle-content{
    background-color: #fcd80f;
}

.mejs__time-total{
    background-color: #d4d5d8;
    height: 5px;
    border-radius: 0;
    margin-top: 7px;
    overflow: hidden;
}

.mejs__time-hovered{
    background-color: transparent;
}

.song--item .mejs__container{
    background: #dddddd;
}

.song--item:nth-child(2n) .mejs__container{
    background: #cccccc;
}

.song--item .mejs__time-rail{
    border-left: 1px solid #bebebe;
    padding-left: 18px;
}

.song--name{
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

.song--item .mejs__time{
    border-left: 1px solid #bebebe;
    padding-left: 18px;
}

.nav-tabs, .nav-tabs .nav-link{
    border: none;
    border-radius: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: transparent;
    color: #fafafa;
}

.events--link__menu:first-child{
    padding-right: 20px;
}

.mejs__container-keyboard-inactive [role=slider], .mejs__container-keyboard-inactive [role=slider]:focus, .mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive button:focus{
    outline: none !important;
}

.mejs__button>button:focus{
    outline: none !important;
}

.header--navbar__other{
    background: #111111;
    padding-bottom: 20px;
    padding-top: 20px;
}

.header-container__other{
  background: #eaeaea !important;
}

.events--article{
  background-color: #f8f8f8;
  outline: 1px solid #d0d0d0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: #212121;
}

.event--content{
    background-color: #fafafa;
    padding: 16px;
    margin-top: 5px !important;
}

.blog--content__subtitle{
    font-size: 24px;
    font-family: var(--family-robotoC);
    padding-bottom: 15px;
}

.blog--datetime{
    font-size: 18px;
    font-family: var(--family-robotoC);
    padding-bottom: 5px;
}

@media (max-width: 575px) {
    .gallery--item__main{
        width: 100%;
    }
    #default-bar{
        width: 88%;
    }

    .song--text{
        left: 15%;
    }
    .header--logo{
        width: 50%;
    }

    .header--button{
        padding-left: 20px;
        padding-right: 20px;
        width: 95%;
    }

    .mejs__duration-container{
      display: none;
    }

    .blog--container__one{
        padding: 20px 16px;
    }

    .recent--blogs, .comments--content, .blog--content{
      width: 100%;
      margin-left: 0;
      margin-top: 8px;
    }

    .album--vinilo{
      top: 5px;
    }

    .song--item .mejs__time-rail{
      padding-left: 8px;
    }

    .button--image{
        height: 20px;
    }

    .twitter--body{
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .twitter--text{
        padding-top: 20px;
    }

    .carousel-indicators{
        margin-top: 30px;
    }

    .player--songs, .player--album{
        width: 100%;
    }
    .song--name{
      font-size: 16px;
    }
    .player--album{
      padding-top: 20px;
    }

    .infinito-container{
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 340px) {
    .blog--card__subtitle{
        padding-right: 30px;
    }

    .blog--card__subtitle:first-child{
        padding-right: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .player--songs, .player--album{
        width: 100%;
    }

    .player--album{
      padding-top: 20px;
    }

    .header--text__title{
        font-size: 85px;
    }

    .header--text__subtitle{
        font-size: 18px;
    }

    .header--button{
        padding-left: 30px;
        padding-right: 30px;
    }

    .twitter--body{
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .twitter--text{
        padding-top: 20px;
    }

    .carousel-indicators{
        margin-top: 30px;
    }

    .form--contact{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .inputs-container-50{
        width: 47%;
    }

    .inputs-container-100{
        width: 100%;
    }

    .blog--date{
        width: 20%;
    }

    .blog--container__one{
        padding: 20px 16px;
    }

    .recent--blogs, .comments--content, .blog--content{
      width: 100%;
      margin-left: 0;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

  .player--songs, .player--album{
      width: 100%;
  }

  .player--album{
    padding-top: 20px;
  }
  .blog--date{
      width: 30%;
  }
    .events--article{
        width: 48%;
    }

    .events--article:nth-child(3n-1){
        margin-left: 2%;
        margin-right: 2%;
    }

    .header--navbar{
        padding: 30px 30px 0;
    }

    .header--text__title{
        font-size: 15vw;
        font-weight: 100;
        line-height: 0.8;
    }

    .header--text__subtitle{
        padding-left: 14px;
        font-size: 18px;
    }

    .header--button{
        margin-right: 0;
    }

    .header--text__container{
        margin-left: auto;
        margin-right: auto;
        width: 65%;
    }

    .header--button{
        width: 60%;
        margin-left: auto;
        margin-right: 10px;
    }

    .twitter--text{
        font-size: 20px;
    }

    .about-me-content{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }

    .about-me--image{
        padding-left: 25px;
        padding-top: 10px;
        width: 50%;
    }

    .about-me--principal{
        position: relative;
        left: -25px;
        width: 50%;
        padding: 40px;
        padding-left: 50px;
    }

    .about-me--text{
        font-size: 24px;
    }

    .about-me--section{
        width: 100%;
    }

    .blog--body{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .blog--card{
        width: 46%;
    }

    .blog--card:first-child{
        margin-right: 2%;
    }

    .blog--card:nth-child(2){
        margin-left: 2%;
    }

    .form--contact{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .inputs-container-50{
        width: 47%;
    }

    .inputs-container-100{
        width: 100%;
    }

    .blog--container__one{
        padding: 20px 16px;
    }

    .recent--blogs, .comments--content, .blog--content{
      width: 100%;
      margin-left: 0;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .events--link__menu:last-child{
        padding-right: 30px;
    }
    .events--article{
        width: 40%;
    }

    .events--article:nth-child(3n-1){
        margin-left: 2%;
        margin-right: 2%;
    }

    .header--navbar{
        padding: 30px 30px 0;
    }

    .header--text__title{
        font-size: 15vw;
        font-weight: 100;
    }

    .header--text__subtitle{
        padding-left: 14px;
        font-size: 18px;
        font-weight: 100;
    }

    .header--button{
        margin-right: 0;
    }

    .header--text__container{
        margin-right: auto;
        width: 70%;
    }

    .header--button{
        width: 55%;
        margin-left: auto;
        margin-right: 10px;
    }

    .header--icon{
        display: none;
    }

    .navbar-container{
        display: flex;
        width: 70%;
        align-items: center;
        justify-content: center;
        position: relative;
        height: auto;
        background-color: transparent;
        flex-direction: row;
    }

    .icon--menu{
        display: none;
    }

    .navbar--contain{
        width: 100%;
    }

    .navbar--items{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .navbar--link{
        font-family: var(--family-lato);
        color: #ffffff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        padding-bottom: 3px;
    }

    .navbar--link:hover{
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .twitter--text{
        font-size: 20px;
    }

    .twitter--body{
        padding-bottom: 20px;
    }

    .about-me-content{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }

    .about-me--image{
        padding-left: 25px;
        padding-top: 10px;
        width: 50%;
    }

    .about-me--principal{
        position: relative;
        left: -25px;
        width: 50%;
        padding: 40px;
        padding-left: 50px;
    }

    .about-me--section{
        width: 100%;
    }

    .about-me--text{
        font-size: 30px;
    }

    .blog--date{
        width: 30%;
    }

    .blog--body{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .blog--card{
        width: 30%;
    }

    .contact--body{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 40px;
    }

    .form--contact{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 90%;
    }

    .inputs-container-50{
        width: 47%;
    }

    .inputs-container-100{
        width: 100%;
    }

    .contact-footer{
        padding: 20px 0 0 0;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-text{
        font-size: 16px;
        text-align: left;
        padding-left: 0;
    }

    .footer--copyright{
        padding-left: 40px;
        width: 60%;
    }

    .footer-logo{
        padding-right: 40px;
    }

    .gallery--container__main{
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 30px;
        padding-bottom: 30px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .gallery--item__main{
        width: 31%;
        margin-bottom: 1%;
        margin: 0;
    }

    .gallery--item__main:nth-child(3n-1){
        margin-right: 1%;
        margin-left: 1%;
    }

    .header--navbar__other{
        background: #111111;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .blog--content{
        width: 60%;
    }

    .recent--blogs{
        width: 35%;
        margin-left: 5%;
    }
}

@media (min-width: 1200px) {
    .events--link__menu:last-child{
        padding-right: 50px;
    }
    .events--article{
        width: 28%;
    }

    .events--article:nth-child(3n-1){
        margin-left: 2%;
        margin-right: 2%;
    }

    .header--navbar{
        padding: 30px 50px 0;
    }

    .header--text__title{
        font-size: 12vw;
        font-weight: 100;
        line-height: 0.8;
    }

    .header--text__subtitle{
        padding-left: 20px;
        font-size: 22px;
        font-weight: 100;
    }

    .header--button{
        margin-right: 0;
    }

    .header--text__container{
        margin-right: auto;
        width: 70%;
    }

    .header--button{
        width: 45%;
        margin-left: auto;
        margin-right: 10px;
    }

    .header--icon{
        display: none;
    }

    .navbar-container{
        display: flex;
        width: 60%;
        align-items: center;
        justify-content: center;
        position: relative;
        height: auto;
        background-color: transparent;
        flex-direction: row;
    }

    .icon--menu{
        display: none;
    }

    .navbar--contain{
        width: 100%;
    }

    .navbar--items{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .navbar--item{

    }

    .navbar--link{
        font-family: var(--family-lato);
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 300;
        padding-bottom: 3px;
    }

    .navbar--link:hover{
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .twitter--text{
        font-size: 20px;
    }

    .about-me-content{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 50px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .about-me--image{
        padding: 0;
        width: 70%;
    }

    .about-me--text{
        font-size: 29px;
    }

    .about-me--principal{
        position: relative;
        left: -50px;
        top: 90px;
        width: 45%;
        padding: 25px;
        padding-left: 60px;
        padding-right: 30px;
        margin-bottom: 40px;
    }

    .about-me--section{
        width: 50%;
        height: 500px;
        overflow-y: auto;
    }

    .about-me--paragraph{
        padding: 0;
    }

    .blog--body{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .blog--card{
        width: 30%;
    }

    .form-container{
        width: 60%;
    }

    .form--contact{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .inputs-container-50{
        width: 47%;
    }

    .inputs-container-100{
        width: 100%;
    }


    .contact--body{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 100px;
    }

    .form--contact{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .inputs-container-50{
        width: 47%;
    }

    .inputs-container-100{
        width: 100%;
    }

    .contact-footer{
        padding: 20px 0 0 0;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-text{
        font-size: 16px;
        text-align: left;
    }

    .footer--copyright{
        padding-left: 40px;
        width: 60%;
    }

    .footer-logo{
        padding-right: 40px;
    }

    .events-container{
        display: flex;
        justify-content: space-between;
        width: 100%;
        min-height: 630px;
    }

    .events--1{
        width: 45%;
        background-image: url('../img/Recursos/background/BgEventos.png');
        background-size: cover;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 120px;
    }

    .events--1__subtitle, .events--1__title{
        font-family: var(--family-lato);
        font-weight: 300;
    }

    .events--1__title{
        line-height: 0.8;
        font-size: 115px;
        text-transform: uppercase;
    }

    .events--1__subtitle{
        font-size: 20px;
        font-weight: 100;
        padding-left: 12px;
    }

    .events--links__container{
        width: 10%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: #080808;
    }

    .events--links{
        width: 100%;
        height: 33.33%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #161616;
    }

    .events--link{
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #929292;
    }

    .events--link:hover:not(.active--link){
        color: #ffffff;
    }

    .active--link,.active--link:hover{
        color: #ffffff;
        background-color: #ed2b45;
    }

    .active--link:after{
        content: "";
        display: block;
        position: absolute;
        left:55%;
        width: 0;
    	height: 0;
    	border-bottom: 12px solid transparent;
    	border-top: 12px solid transparent;
    	border-left: 12px solid #ed2b45;
    	font-size: 0;
    	line-height: 0;
    }


    .links--month, .links--day, .links--year{
        display: block;
    }

    .links--month, .links--year{
        font-family: var(--family-robotoC);
        font-size: 16px;
        font-weight: 400;
    }

    .links--day{
        font-family: var(--family-anton);
        font-size: 85px;
        font-weight: 400;
        line-height: 1;
    }

    .events--2{
        width: 45%;
        background-image: url('../img/Recursos/background/BgDetailBlog.png');
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .events--2__section{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #ffffff;
        flex-wrap: wrap;
    }

    .events--2__subtitle, .events--2__text{
        font-family: var(--family-lato);
        font-weight: 400;
        color: #ed2b45;
        font-size: 16px;
        text-transform: uppercase;
        padding-top: 25px;
        width: 60%;
    }

    .events--2__text{
        text-transform: none;
        font-size: 16px;
        width: 70%;
        color: #ffffff;
        padding-top: 30px;
    }
    
    .events--2__text p{
        color: #ffffff;
    }

    .events--2__title{
        width: 70%;
        text-transform: uppercase;
        font-family: var(--family-lato);
        font-weight: 100;
        font-size: 50px;
        padding-bottom: 25px;
        border-bottom: 2px solid #ffffff;
    }

    .gallery--container__main{
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 30px;
        padding-bottom: 30px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .gallery--item__main{
        width: 31%;
        margin: 0;
        margin-bottom: 1%;
    }

    .gallery--item__main:nth-child(3n-1){
        margin-right: 1%;
        margin-left: 1%;
    }

    .events--link__menu:first-child{
        padding-right: 20px;
    }

    .header--navbar__other{
        background: #111111;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .blog--date{
        width: 25%;
    }
}
