
/****/
footer {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 0px 0px;
    background-position: 35% 50%;
    background-image: url("/static/img/im1.png");
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.disclamer {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.disclamer a img {
    width: 100%;
    max-width: 250px;
}
.menu-footer {
    display: block;
    float: left;
    padding: 20px 50px 0;
}

.socialnet-container {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
.socialnet {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-right: 20px;
    margin-bottom: 20px;
}

.content-footer {
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 40px;
}
.content-sections {
    padding: 0px 20px 0px 0px;
}
.bar-footer {
    width: 100%;
    background-color: #021c34;
    text-align: center;
    display: flex;
    flex-direction: row;
    padding: 0 10px;
}
a {
    text-decoration: none !important;
}

p {
    font-family: var(--font-family-body);
    font-size: var(--font-size-p);
    text-wrap: pretty;
    color: black;
    font-weight: normal;
    line-height: 1.5;
    padding-right: 20px;
    margin-top: 1rem;
}
@media (min-width: 768px) {
    p.white {
        margin-top: 1rem;
    }
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media screen and (max-width: 576px) {
    .bar-footer {
        display: block !important;
    }
    .links__encuestas {
        display: block !important;
        width: 100%;
    }
    .links__encuestas > .deskop {
        border: none !important;
    }
    .deskop > a {
        margin: auto;
    }

    .deskcl {
        display: block;
    }
    .formP {
        padding: 0px;
        margin-top: 80px !important;
    }
    td {
        display: flex;
        text-align: start;
    }
    td .form-check-input {
        justify-content: center;
    }

    .tablatr {
        display: flex;
        justify-content: space-between;
    }
    .tablatr td {
        border-style: none !important;
    }
    table {
        --bs-table-striped-bg: none !important;
    }
    th {
        display: none;
    }
    main {
        padding: 10px 7px;
    }
    .contwel {
        margin-top: 103px;
        padding: 5px 14px;
        gap: 4px;
    }
    .containerwelcome::before {
        background: linear-gradient(
            73deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.9) 26%,
            rgba(255, 255, 255, 0.6) 96%,
            rgba(255, 255, 255, 0) 120%
        );
        height: 132dvh;
    }
    .ceterchek {
        justify-content: center;
    }
    .intro p {
        width: 100%;
    }
    .intro h2 {
        font-size: 2rem;
    }
    .containerMain_h4 {
        font-size: 18px;
        margin: 5px 0 10px;
    }
    .formpqr {
        margin-top: 120px;
    }
    .contform{
        /* height: 500px; */
        padding: 5px;
    }
    button{
        margin-top: 20px;
    }
}

.white {
    color: #fff !important;
}
