body {
    font-family: "AGENCY FB";
    background-image: url('../img/fondo.png');
    background-repeat: repeat-y;
    background-size: auto;
    height: 100%;
    width: 100%;
}

nav {
    background-color: #e3f2fd;
}

.bg-title {
    background-color: #00913D;
}

.rojo {
    color: red !important;
}

.verde {
    color: #00913D;
    font-weight: bold;
}

.bg-gray {
    background-color: #fbfbfb93;
}

.amarillo {
    background-color: rgb(235, 238, 56) !important;
    font-weight: bold;
}

footer {
    width: 100%;
    margin-top: 10px !important;
    padding: 10px !important;
    background-color: #00913D;
}

p {
    font-size: large !important;
}

/* Clases */
.titulos {
    color: #00913D;
    font-weight: bolder;
}

.cuerpo {
    min-height: 71vh;
    width: 100%;
    z-index: 2;
    position: relative;
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
}

.btnAtras {
    height: 40px;
    width: 80px;
}

/* .btnAtras2{
    height: 40px;
} */

.card-header,
#votar2 {
    background-color: #6cdf69;
}

.subtitulo {
    color: #1f0f57;
}

.menu {
    border: 2px dashed black !important;
}

.text-gray {
    color: #6e6868;
}

h2 {
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.);
}

.button_login {
    font-family: sans-serif;
    font-weight: bold;
    display: flex;
    overflow: hidden;
    position: relative;
    background-color: rgb(181, 232, 201);
    text-align: center;
    vertical-align: middle;
    align-items: center;
    border-radius: 0.5rem;
    gap: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.6s ease;
    filter: brightness(1);
}

.button_login .google-icon {
    background-color: #fff;
    display: grid;
    position: absolute;
    left: 0;
    place-items: center;
    width: 3rem;
    height: 100%;
    border-radius: 0 0.5rem 0.5rem 0;
    filter: brightness(1.2);
}

.button_login .text_button_login {
    margin-left: 3rem;
}

.button_login span svg {
    width: 1.5rem;
    height: 1.5rem;
    filter: drop-shadow(0 0 5px rgba(66, 133, 244, 0.8));
}

.button_login span img {
    width: 1.5rem;
    height: 1.5rem;
}

.button_login:hover {
    box-shadow: 0 4px 30px rgba(66, 133, 244, 0.1),
        0 2px 30px rgba(52, 168, 83, 0.06);
    filter: brightness(1.2);
    transform: translateY(-0.33em);
}

.button_login:active {
    /* Push the button downwards when pressed */
    transform: translateY(0);
  }

/* Id */


/* Responsive */
/* XS */
@media (max-width: 575px) {
    body {
        font-family: "AGENCY FB";
        background-image: url('../img/fondoXS.png');
        background-repeat: repeat-y;
        background-size: 100% auto;
        height: 100%;
        width: 100%;
    }

    .cuerpo {
        min-height: 80vh;
        width: 100%;
        z-index: 2;
        position: relative;
        -webkit-transition: transform .7s ease-in-out;
        -moz-transition: transform .7s ease-in-out;
        -ms-transition: transform .7s ease-in-out;
        -o-transition: transform .7s ease-in-out;
        transition: transform .7s ease-in-out;
    }

    .logo {
        content: url('../img/icon.png') !important;
    }
}

/* SM */
@media (min-width: 576px) and (max-width: 767px) {
    body {
        font-family: "AGENCY FB";
        background-image: url('../img/fondoSM.png');
        background-repeat: repeat-y;
        background-size: 100% auto;
        height: 100%;
        width: 100%;
    }

    .cuerpo {
        min-height: 80vh;
        width: 100%;
        z-index: 2;
        position: relative;
        -webkit-transition: transform .7s ease-in-out;
        -moz-transition: transform .7s ease-in-out;
        -ms-transition: transform .7s ease-in-out;
        -o-transition: transform .7s ease-in-out;
        transition: transform .7s ease-in-out;
    }

    .logo {
        content: url('../img/icon.png') !important;
    }
}

/* XXL */
@media (min-width: 1400px) {
    body {
        font-family: "AGENCY FB";
        background-image: url('../img/fondoXXL.png');
        background-repeat: repeat-y;
        background-size: 100% auto;
        height: 100%;
        width: 100%;
    }

    .cuerpo {
        min-height: 80vh;
        width: 100%;
        z-index: 2;
        position: relative;
        -webkit-transition: transform .7s ease-in-out;
        -moz-transition: transform .7s ease-in-out;
        -ms-transition: transform .7s ease-in-out;
        -o-transition: transform .7s ease-in-out;
        transition: transform .7s ease-in-out;
    }
}

.btn-flotante {
    font-size: 16px;
    /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase;
    /* Texto en mayusculas */
    font-weight: bold;
    /* Fuente en negrita o bold */
    color: #ffffff;
    /* Color del texto */
    border-radius: 5px;
    /* Borde del boton */
    letter-spacing: 2px;
    /* Espacio entre letras */
    background-color: #2e6b81;
    /* Color de fondo */
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.btn-flotante:hover {
    background-color: #2e4b81;
    /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
    color: #ffffff;
    /* Color del texto */
}

@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 60px;
        right: 20px;
    }
}
