@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf);
}
@font-face {
    font-family: 'Barrio';
    src: url(../fonts/Anton/Anton-Regular.ttf);
}

:root {
    --color1: #EE0000;
    --color2: #FBF303;
    --color3: #008700;
}
::-webkit-input-placeholder { /* Edge */
    color: rgba(255,255,255,0.5) !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.5) !important;
}  
::placeholder {
    color: rgba(255,255,255,0.5) !important;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.15rem;
}
.hero.is-fullheight {
    min-height: 90vh!important;
}
footer li {
    display: inline-block;
    margin-right: 10px;
}
.d-none{
	display: none; 
}
#donar {
    margin-bottom: -80px;
    z-index: 9;
}
#donar .container {
    background-color: var(--color2);
}
#featured-image {
    height: 400px;
    margin-top: -60px;
    background-position: center center;
    background-size: contain;
    position: relative;
}
#featured-image div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: radial-gradient(ellipse, transparent 30%, var(--color2));
}
#languages {
    top: 12px;
    right: 12px;
}
#languages li {
    list-style: none;
    display: inline-block;
}
#languages img {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 5px;
}
#noticias {
    background-image: url(../images/slide2.jpg);
}
#noticias .overlay {
    background-image: linear-gradient(var(--color1),var(--color3));
}
#premios {
    border-top: 10px dashed white;
    margin-top: -10px;
    z-index: 1;
}
#premios .slider .column i {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 90px;
    color: var(--color3);
    opacity: 0.25;
}
#radio {
    bottom: 10px;
    right: 10px;
    background-color: var(--color1);
    border: 0;
    z-index: 9999999;
}
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form textarea {
    border-bottom: 1px solid #ffffffad !important;
    max-height: 4rem !important;
}
.arrows {
    bottom: 12px;
    right: 12px;
}
.content img.alignright {
    float: right;
    margin: 0 0 25px 25px;
}
.content img.alignright,
.has-img-border {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    max-width: 450px;
    border-radius: 5px;
    box-shadow: 0 0 20px #ddd;
}
.footer {
    background: var(--color3);
    background-image: linear-gradient(var(--color3),#296330);
    padding-bottom: 2rem;
}
.footer input, .footer .textarea {
    background: transparent;
    max-height: 100px !important;
    min-height: 0 !important;
    height: auto;
    margin-bottom: 5px;
    padding-bottom: 2rem;
}
.footer .button,
.hero .button {
    background-color: var(--color2);
    padding: 5px 15px;
}
/*.footer:before,
#featured-image:before {
    content: "";
    display: block;
    height: 75px;
    background-image: url(../images/paper.png);
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0px;
    z-index: 8;
    transform: rotate(180deg);
}*/
.has-bg-center {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.has-border-radius {
    border-radius: 5px;
}
.has-blur {
    filter: blur(5px);
}
.has-object-fit-cover {
    object-fit: cover;
}
.has-secondary-font {
    font-family: 'Barrio', sans-serif;
}
.hero i {
    font-size: 10vh;
    display: block;
}
.hero i.online-radio_btn {
    font-size: 25px;
    display: block;
}
.hero i:hover {
    color: var(--color1);
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.hero .overlay {
    background: var(--color3);
    background-image: linear-gradient(var(--color3),#296330);
}
/*.hero:after,
#featured-image:after {
    content: "";
    display: block;
    height: 75px;
    background-image: url(../images/paper.png);
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0px;
}*/
.hero video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.hero .navbar-link:not(.is-arrowless)::after {
    border-color: black;
}
.hero-body .card {
    margin: 0 auto;
    background: transparent;
    box-shadow: 0 0 black;
    width: fit-content;
    color: #222;
}
.hero-body span {
    font-size: 9rem;
    line-height: 7rem;
}
.is-bold {
    font-weight: bold;
}
.is-absolute {
    position: absolute;
}
.is-break {
    word-break: break-all;
}
.is-fixed {
    position: fixed;
}
.navbar-item img {
    max-height: 8rem;
}
.neon {
    -webkit-animation: neon1 1s ease-in-out infinite alternate;
    -moz-animation: neon1 1s ease-in-out infinite alternate;
    animation: neon1 1s ease-in-out infinite alternate;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.post .hero:after {
    display: none;
}
.post .hero .overlay {
    background-color: #fff;
    background-image: linear-gradient(var(--color3),#fff 60%);
}
.py-6 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
.shk {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    animation-name: shakeMe;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.tab-border {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tabs.is-toggle li.is-active a {
    background-color: var(--color1);
    border-color: var(--color1);
    border: 0;
}
@keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px var(--color1), 0 0 70px var(--color1), 0 0 80px var(--color1), 0 0 100px var(--color1), 0 0 150px var(--color1);
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px var(--color1), 0 0 35px var(--color1), 0 0 40px var(--color1), 0 0 50px var(--color1), 0 0 75px var(--color1);
    }
}
@keyframes shakeMe {
    2%, 18% {
        transform: translate3d(-5px, 0px, 0);
    }

    4%, 16% {
        transform: translate3d(5px, 3px, 0);
    }

    6%, 10%, 14% {
        transform: translate3d(-5px, -3px, 0);
    }

    8%, 12% {
        transform: translate3d(5px, 0px, 0);
    }
    
    18.1% {
        transform: translate3d(0px, 0, 0);
    }
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
body.default-page header:not(.bg-white).navbar.is-transparent{
    background: var(--color3);
}
body.default-page header:not(.bg-white).navbar.is-transparent .navbar-link:hover,
body.default-page header:not(.bg-white).navbar.is-transparent .navbar-item:hover{
	color: white!important;
	opacity: .8;
}
.bg-white{
	background-color: white!important;
}
#date_separator_press{    
	font-family: 'Barrio', sans-serif;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
#date_separator_press span{
	background: #fff;
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (min-width: 769px){
	.navbar a.navbar-item,
	.navbar .navbar-link{
		color:white!important;
	}
	.hero .navbar-link:not(.is-arrowless)::after {
		border-color: white;
	}
	.navbar.bg-white .navbar-item,
	.navbar.bg-white .navbar-link{
		color:black!important;
	}
	.navbar.bg-white .navbar-link:not(.is-arrowless)::after {
		border-color: black;
	}
	.navbar.bg-white .navbar-dropdown{
		background-color: white;
		border-top: white;
	}
	.navbar-dropdown{
		background-color: black;
		border-top: black;
	}
}
@media screen and (max-width: 1023px){
	.navbar{
	   background-color: white!important;
	}
	.navbar-menu {
	   background-color: transparent!important;
	}
	.hero.is-fullheight{
		padding: 0!important;
	}
}
