.sponsorPage {
    display: flex;
    border: 0px solid #22405152;
    color: #224051;
    background-color: white;
    margin-bottom: 16px;
    border-radius: 35px;
    align-items: center;
    padding: 10px 0px;
    box-shadow: 0px 3px 8px 0px #22405140;
}

.sponsorPage .imagen {
    width: 30%;
    text-align: center
}

.sponsorPage .imagen img {
    width: 90%;
    height: 30px;
    object-fit: contain;
}

.sponsorPage .nombre {
    width: 40%;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
}

.sponsorPage .wpp {
    width: 30%;
    text-align: center;
    font-size: 20px;
}

.tac>img {
    height: 90px !important
}

/*body{background-color: #f7f4f4}*/
body {
    background-color: #eceeed
}

.form-control:focus {
    border: 1px solid #dddddd !important
}

.form-control {
    border: 1px solid #dddddd;
    color: #224051;
    background-color: white;
    border-radius: 0px 35px 35px 0px;
    height: 45px;
    padding: 10px 20px;
}

.divBuscador {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.divBuscador .icon {
    background-color: #224051;
    border: 1px solid #dddddd;
    padding: 9.8px 16px;
    width: 20%;
    text-align: center;
    font-size: 18px;
    border-radius: 35px 0px 0px 35px;
    border-right: none;
}

.divBuscador .icon i {
    color: white
}

hr {
    border-top: 1px solid #22405157;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.borderMain {
    height: 30px;
    background-color: #224051;
}

.footer {
    display: flex;
    background-color: #224051;
    padding: 20px 10px;
    align-items: center;
    justify-content: space-between;
}

.footer img {
    width: 30%;
}

.footer span {
    color: white;
    font-size: 18px;
}

.footer a {
    color: white;
    font-size: 22px;
}

.mainText {
    color: #224051;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bolder;
}