/*
Theme Name: Mono28
Theme URI: https://mono28.com
Author: the mono 28
Author URI: https://mono28.com
Description: Baile del mono
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


@import url('https://fonts.googleapis.com/css2?family=Anton&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Passion+One:wght@400;700;900&family=Protest+Revolution&family=Righteous&family=Rowdies:wght@300;400;700&display=swap');

/**
* Fonts 
    font-family: "Righteous", sans-serif;
    font-family: "Rowdies", serif;
    font-family: "Protest Revolution", serif;
    font-family: "Passion One", serif;
    font-family: "Josefin Sans", serif;
    font-family: "Anton", serif;
    Colores
    #F3B700 fondo
*/


.font-protests {
    font-family: "Protest Revolution", serif;
}

.font-anton {
    font-family: "Anton", serif;
}

.font-josefin {
    font-family: "Josefin Sans", serif;
}


body {
    font-family: "Josefin Sans", serif;
}

@keyframes anim {
    0% {
        color: #ff0;
    }

    /*Amarillo*/
    25% {
        color: #f80;
    }

    /*Naranja*/
    50% {
        color: #D81E5B;
    }

    /*Negro*/
    75% {
        color: rgb(200, 35, 192);
    }

    /*Otra vez naranja*/
    100% {
        color: #ff0;
    }

    /*Otra vez amarillo*/
}

.nro-falta {
    font-family: "Protest Revolution", serif !important;
    font-size: 2em;
    animation-name: anim;
    animation-duration: 10s;
    animation-iteration-count: infinite;
     text-shadow: 2px 2px black;
}

h1,
h2,
h3,
h4 {
    font-family: "Righteous", sans-serif;
}

p {
    font-family: "Josefin Sans", serif;
}

.a-none {
    text-decoration: none;
}

.linea-x {
    background-color: orange;
    padding: 2px;
    width: 40%;
    margin: auto;
    margin-bottom: 20px;
}

#video_background {
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    opacity: 1;
}

#video_pattern {
    background: #fff;
    position: fixed;
    opacity: 0.8;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-video {
    height: 60vh;
}

.bg-dinamic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    animation-name: animBgDinamic;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    padding-top: 30px;
}


.tag{
    background: orange;
    width: 150px;
    text-align: center;
    padding: 4px;
    position: absolute;
    margin-top: -31px;
    border-radius: 0px 10px 0px 0px;
}

.tag a {
    color: black;
    text-decoration: none;
}

.navbar-bg{
    background: #FFA500;
    background: linear-gradient(90deg,rgba(255, 165, 0, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.bg-mono-landing{
    background-repeat: no-repeat;
    background-size: 100%;
    height: 400px;
    background-position: center;
}
   
.caja-ciclo{
    border: 3px solid orange;
    padding: 15px;
    border-radius: 6px;
}

@media (max-width: 600px) {

    .home-video {
        height: 80vh;
    }

    
    .bg-mono-landing{
        background-image: none !important;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 100%;
        background-position: none;
    }
}