.ajust{
    width: 100%;
}

.margins{
    margin-bottom: -5px;
    margin-left: -8px;
    margin-right: -8px;
}

.navbar-nav {
    align-items: flex-end;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logosfa {
    width: 200px;
    height: 50px;
}

.header-extra-info-text{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin: 12px;
}

.image-container {
    position: relative;
    width: 100%;
  }
  
  .button-overlay {
    position: absolute;
    top: 55%;
    left: 52%;
    transform: translate(-50%, -50%);
    background-color: #dc354500;
    border: none;
    padding: 10px 20px;
    border-radius: 16px;
    cursor: pointer;
    width: 877px;
    height: 135px;
  }

  .button-overlay2 {
    position: absolute;
    top: 78%;
    left: 80.3%;
    transform: translate(-50%, -50%);
    background-color: #dc354500;
    border: none;
    padding: 10px 20px;
    border-radius: 16px;
    cursor: pointer;
    width: 214px;
    height: 43px;
  }

  #footer {
    background: #212529;
    border-top: 4px solid #212529;
    font-size: 0.9em;
    
    padding: 0;
    position: relative;
    clear: both;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #FFF;
}

.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

p {
    color: #777;
    line-height: 26px;
    margin: 0 0 20px;
}

#footer a:not(.btn):hover {
    text-decoration: none;
    color: #FFF;
}
#footer a:not(.btn) {
    color: #777;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}


.list.list-icons.list-icons-lg li {
    padding-top: 5px;
    padding-left: 27px;
}
.list.list-icons li {
    position: relative;
    padding-left: 25px;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.styleicon{
    color: #62ac6e;
    padding-right: 0.5em;
}


.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}


.social-icons:not(.social-icons-clean) li {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 5px;
    border-radius: 100%;
    overflow: visible;
    font-size: 4vh;
}




.justify-content-end{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}



@media screen and (max-width: 425px) {
    #footer {
        background: #212529;
        border-top: 4px solid #212529;
        font-size: 0.9em;
        width: 102%;
        position: relative;
        clear: both;
    }
}

@media screen and (max-width: 768px) {
    .button-overlay {
        position: absolute;
        top: 55%;
        left: 52%;
        transform: translate(-50%, -50%);
        background-color: #dc354600;
        border: none;
        padding: 10px 20px;
        border-radius: 10px;
        cursor: pointer;
        width: 229.30000000000004px;
        height: 38px;
      }
    
      .button-overlay2 {
        position: absolute;
        top: 78%;
        left: 80.3%;
        transform: translate(-50%, -50%);
        background-color: #0d6efd00;
        border: none;
        padding: 10px 20px;
        border-radius: 9px;
        cursor: pointer;
        width: 58px;
        height: 0px;
      }
}