.body {
    height: 100vh;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
}

.body>div {
    flex: 4;
}

.form {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 70%;
}

.form .icon-search {
    padding: 9px 15px;
    color: white;
    font-size: 21px;
    background-color: #123348;
    outline: none;
    border: none;
    border-radius: 25px 0 0 25px;
}

.select {
    width: 80%;
    margin: auto;
}

.form>div {
    flex: 1;
}

.form input {
    border-radius: 25px;
    padding: 12px;
    position: relative;
}

.container-input,
.container-select {
    position: relative;
}

.container-input button {
    position: absolute;
    top: 0px;
    left: 0px;

}

.search {
    position: absolute;
    top: 7px;
    left: 130px;
}

.img {
    height: 150px;
    margin: auto;
    text-align: center;
    margin-bottom: 0;
}

.img img {
    /* width: 250px; */
    height: 100%;
    /* border-radius: 200px; */
}

.img-footer, .img-icon {
    text-align: center;
    /* width: 100%; */
    margin: auto;
}

.img-footer img {
    /* width: 230px; */
    /* height: 100%; */
    /* border-radius: 200px; */
}
.img-footer .small {
    margin-top: 14px;
    margin-bottom: 10px;
}

.img-icon img {
    width: 200px;
}

.icons-images {
    width: 70%;
    margin: auto;
}

.load{
    display: none;
}


@media (min-width:320px) and (max-width:992px) {
   
    .form .icon-search {
        padding: 12px 6px;
        color: white;
        font-size: 17px;
    }
    .img-icon img {
        width: 170px;
        margin-bottom: 15px;
    }
   
}
@media (min-width:320px) and (max-width:768px) {
    .search {
        position: absolute;
        top: 2px;
        left: 80px;
    }
    .img-footer img {
        width: 215px;
    }
    
}
@media (min-width:769px) and (max-width:992px) {
    .search {
        position: absolute;
        top: 7px;
        left: 85px;
    }
    .img-icon img {
        width: 155px;
        margin-bottom: 15px;
    }
    .img-footer img {
        width: 200px;
    }
}
@media (min-width:993px) and (max-width:1200px) {
    .search {
        position: absolute;
        top: 7px;
        left: 112px;
    }
   
    .img-footer img {
        /* width: 230px; */
        /* height: 100%; */
        /* border-radius: 200px; */
    }
}
