﻿/*body {
    background: url("/_media/fondoB.jpg") repeat center;
    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 60% 60%;
    height: 100%;
}*/

body {
   
    background-position: center center;
    background-repeat: repeat;
    background-size: 60%;
    height: 100%;
}

* {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
    font-style: normal;
}

#mainNav {

    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 50% 20%;
}

.Shadower {
    -webkit-filter: drop-shadow(5px 5px 5px #222222);
    filter: drop-shadow(5px 5px 5px #222222);
}

.BotonZoom:hover {
    transform: scale(1.2);
}

.imgBoton {
    cursor: pointer;
}

.EnVivo {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.90);
        /*box-shadow: 0 0 0 0 rgba(195, 23, 24, 0.7);*/
    }

    70% {
        transform: scale(1);
        /*box-shadow: 0 0 0 10px rgba(195, 23, 24, 0);*/
    }

    100% {
        transform: scale(0.90);
        /*box-shadow: 0 0 0 0 rgba(195, 23, 24, 0);*/
    }
}

.Titulo {
    font-size: 4em;
    font-weight: bold;
}

.FondoAzul {
    background-color: #00ADEE !important;
}

.TextoAzul {
    color: #00ADEE !important;
}

.Link {
    color: navy;
    font-weight: bold;
    text-decoration: underline;
}

.fw-bold {
    font-weight: bold;
}

.fs-1 {
    font-size: 1em;
}

.fs-1-5 {
    font-size: 1.5em;
}

.fs-2 {
    font-size: 2em;
}

.fs-3 {
    font-size: 3em;
}

