.me-auto {
    margin-right: 0!important;
    width: 100%;
    justify-content: flex-end;
}
.header{
    position: fixed;
    border-top: solid 4px #E8571A;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 90px;
    z-index: 9999;
}
.navbar{
    width: 100%; 
}
.img-logo{
    width:121px;
    height:60px;
    object-fit:cover;
    object-position:50% 50%;
}
.parallax-window {
    min-height: 750px;
    background: transparent;
}
.parallax-window-dos{
    min-height: 450px;
    background: transparent;   
}
.img-logo-seccion{
    width: 190px;
    height: 97px;
    object-fit: cover;
    object-position: 50% 50%;
}
.content-dos{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #eaeaea;
}
.sniper{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 450px;
    background-color: #ffffff57;
}
.tittle {
    width: 350px;
}
.tittle h1 {
    font-size: 42px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #E8571A;
    font-family: jockey one,sans-serif;
    overflow-wrap: break-word;
}
.banner-principal{
    position: relative;
}
.subtittle {
    width: 350px;
}
.subtittle{
    color:#FFFFFF;
    font-size: 18px;
}
.img-fotos{
    width: 217px;
    height: 122px;
    object-fit: cover;
    object-position: 50% 50%;
}
.li-ajust{
    width: 47%;
    margin: 10px;
    padding: 10px;
}
.li-ajust.center{
    margin-top: 40px;
}
.li-ajust p{
    font-size: 16px;
    color: #373B4D;
}
.li-ajust h6{
    font-size: 20px;
    color: #373B4D;
}
.ul-ajust{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}
.cont-final{
    padding: 20px;
}
.banner-principal-tres{
    background-color: #555555;
    padding: 60px;
}
.cont-final-tres h1{
    color: #FFFFFF;
    font-weight: 100;
}
.cont-final-tres h1 strong{
    font-weight: bold;
}
.cont-final-tres p{
    color: #FFFFFF;
    text-align: justify;
    margin-bottom: 20px;
}
.cont-final-tres{
    padding: 20px;
}
section#banner-principal-cuatro {
    background-color: #8a89894f;
}
.img-asesorias{
    width: 198px;
    height: 220px;
    object-fit: cover;
    object-position: 50% 50%;
}
img.custom-logo {
    width:121px;
    height:60px;
    object-fit:cover;
    object-position:50% 50%;
}
.cont-final-quinto{
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.cont-final-quinto h2{
    color:#E8571A;
    font-size: 20px;
    letter-spacing: 0.02em;
    border-bottom: solid 4px #E8571A;
    margin-bottom: 20px;
    margin-top: 20px;
}
.banner-principal-quinto{
    padding: 30px;
}
.cont-final-quinto h1 strong{
    font-weight: bold;
}
.cont-final-quinto h1{
    font-weight: 100;
    color:#E8571A;
    font-size: 30px;
    letter-spacing: 0.02em;
}
.banner-principal-seis{
    background-color: rgba(232, 87, 26, 0.75);
}
.content-seis-uno h1{
    font-size: 40px;
    margin-top: 40px;
    color: #FFFFFF;
    text-align: right;
}
.content-seis-uno{
    padding: 30px;
    
}
.content-seis-dos h1{
    font-size: 25px;
    margin-top: 45px;
    color: #FFFFFF;
    text-align: left;
}
.content-seis-dos p{
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 0;
}
.content-seis-dos{
    padding: 30px;
    background-color: rgba(232, 87, 26, 0.75);
}
.ajust-p{
    margin-top: 45px;
}
.formulario{
    margin-top: 75px; 
}
.img-subir{
    width: 33px;
    height: 24px;
    object-fit: contain;
    object-position: center center;
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.subir{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background-color: #555555;
}
.subir a{
    text-align: center;
}
.subir h1{
    font-size: 20px;
    color: #FFFFFF;
}
.redes ul {
    display: flex;
    list-style: none;
}
.redes ul li{
    margin: 10px;
}
.footer-text{
    padding: 20px;
}
.footer-text p{
    margin-bottom: 0;
    color:#E8571A;
}
.footer-text p a{
    margin-bottom: 0;
    color:#E8571A;
}
@media (max-width: 750px) {
    .row {
      flex-wrap: inherit;
      flex-direction: column;
    }
    .col-4{
        max-width: 100%;
        width: 100%;
    }
    .col-3{
        max-width: 100%;
        width: 100%;
    }
    .col-4{
        max-width: 100%;
        width: 100%;
    }
    .col-6{
        max-width: 100%;
        width: 100%;
    }
    .col-9{
        max-width: 100%;
        width: 100%;
    }
    .col-8{
        max-width: 100%;
        width: 100%;
    }
    .sniper{
        width: 100%;
    }
    .li-ajust {
        width: 100%;
    }
    .content-seis-uno h1 {
        font-size: 25px;
        text-align: center;
    }
    .tittle {
        width: 100%;
        padding: 10px;
    }
    .tittle h1 {
        font-size: 25px;

    }
    .subtittle {
        width: 100%;
        padding: 10px;
    }
    .banner-principal-tres {
        padding: 10px;
    }
    .banner-principal-quinto {
        padding: 10px;
    }
    .me-auto {
        margin-right: 0!important;
        width: 100%;
        justify-content: flex-end;
        background-color: #ffffff9e;
        position: absolute;
        left: 0;
        padding: 20px;
    }
  }