html,
body,
body>div {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    background: #215ad3;
}
table{color: #ffffff !important;
    border: 1px solid white;
    margin: 30px 0px;}
.redes {
    width: 50px;

}

#fondo.fondo1 #perro,.fondoP7 #perro {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30vw;
}

#perro:not(.fondo1 #perro):not(.fondoP7 #perro) {
    position: absolute;
    bottom: 5%;
    left: 5%;
    height: 20vw;
    max-width: 35vh;
}

input:checked+label.btn {
    background-color: #ffffff!important;
    color: #000000!important;
}

.hueso {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 20vw;
    z-index: 0;
}

.tblanco, .tblanco:hover {
    color: #ffffff;
}

.contenido {
    position: relative;
    z-index: 10;
    color: #ffffff;
    padding: 30px;
}

#fondo.fondo1 img.hueso.img-fluid {
    bottom: 0;
    width: 15vw;
}

.forma {
    position: absolute;
    height: 12vw;
    z-index: 0;
    top: 0;
    right: 0;
}

.pagPreguntas {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.logo {
    position: absolute;
    top: 2%;
    height: 5vw;
}

.logos{
    color:#ffffff;
    font-size:3em;
    text-decoration: none;
    font-weight: bold;
}

.logos:hover{
    color:#ffffff;
    font-size:3em;
    text-decoration: none;
    font-weight: bold;
}

.pasos{border: 1px solid white;
    padding: 30px;}
    
 .btn-lg{width:60%;}

@media (min-width: 780px) {
    body {
        font-size: 1.5em;
        letter-spacing: 1px;
    }
    .centered {
        margin: auto;
        width: 70%;
        height: 84%;
        padding: 20px;
        border-radius: 30px;
    }
    
}

@media (min-width: 1200px) {
    body {
        font-size: 1.2em;
        letter-spacing: 1px;
    }
    .centered {
        margin: auto;
        width: 70%;
        height: 70%;
        padding: 20px;
        border-radius: 30px;
    }
}

@media (max-width: 1024px) {
    .centered {
        margin: auto;
        width: 70%;
        height: 70%;
        padding: 10px;
        border-radius: 30px;
    }
    .logo,.forma {
        height: 15vw;
    }
    .contenido h1.black.fw-bolder.disp-flex {
        font-size: 20px;
    }
    h1 {
        font-size: calc(1rem + .9vw);
    }
    h2 {
        font-size: calc(1rem + .7vw);
    }
    p {
        font-size: calc(.7rem + .4vw);
    }
    #perro:not(.fondo1 #perro):not(.fondoP7 #perro) {
        max-width: 20vh;
    }
}

@media (max-width: 480px) {
    .btn-lg{width:100%;}
    .m-5 {
        margin: 3rem 0 !important;
    }
    .logos, .logos:hover {
        font-size:2em;
    }
    .centered {
        margin: auto;
        width: 90%;
        height: 80%;
        padding: 10px;
        border-radius: 30px;
    }
}

.fondo1,
.fondo2,
.fondo3,
.fondo4,
.fondo5,
.fondo6,.fondoP7 {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #215ad3;
}

.fondo1 {
    background: #215ad3;
    padding-top:10%;
}

.gracias{
    color:#000000;
    border-color: #000000!important;
}
.gracias::placeholder{
    color:#000000;
}
.form-check-input:checked{
    background-color: #000000;
    border-color: #000000;
}