body{
    background: rgb(34, 37, 195);
    background: -moz-radial-gradient(circle, rgba(34, 37, 195, 1) 0%, rgba(45, 192, 253, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(34, 37, 195, 1) 0%, rgba(45, 192, 253, 1) 100%);
    background: radial-gradient(circle, rgba(34, 37, 195, 1) 0%, rgba(45, 192, 253, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2225c3", endColorstr="#2dc0fd", GradientType=1);
    min-height: 100vh;
}
#container {
    max-width: 600px;
    border-radius: 20px;
}

#container-wrap{
    gap: 10px;
}

#btn {
    width: 230px;
    height: 100px;
    font-size: 24px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btn:hover {
    background-color: #0B5ED7 !important;
}

#footerDentroContainer {
    display: none;
}

.whats {
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    text-align: center;
    color: black;
}

.whats:hover {
    color: black;
}

.icon-whatsapp {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.icon-whatsapp i {
    font-size: 36px
}

.icon-whatsapp:hover {
    background-color: rgb(2, 102, 2);
    transform: scale(1.2);
    color: white;
}

.imgFooterBottom {
    background-image: url(../../img/mosaico.png);
    padding-bottom: 4.5rem;
    background-size: 18rem;
    background-repeat: repeat-x;
    background-position: bottom;
}

.imgFooterTop {
    background-image: url(../../img/mosaico.png);
    padding-top: 2rem;
    background-size: 18rem;
    background-repeat: repeat-x;
    background-position: bottom;
}

@media (max-width: 620px) {
    #container {
        margin: 0 4%;
    }
    #btn{
        padding: 0;
        width: 200px;
        height: 100px;
        font-size: 18px !important;
    }
}
@media (max-width: 450px) {
    #container {
        margin: 0 4%;
    }
    #btn{
        padding: 0;
        width: 150px;
        height: 100px;
        font-size: 18px !important;
    }
    #footerDentroContainer {
        font-size: 14px;
        margin: 0 10px;
    }
}
@media (max-width: 320px) {
    #container {
        margin: 0 4%;
    }
    #btn{
        padding: 0;
        width: 100px;
        height: 80px;
        font-size: 12px !important;
    }
    #footerDentroContainer {
        font-size: 10px;
        margin: 0 16px;
    }
}

@media (max-width: 475px) {
    #footerDentroContainer {
        display: block;
        margin: 0 10px;
    }

    #footerForaContainer {
        display: none;
    }
}