.fixed-style {
    padding: 0 !important;
    background-color: #00568f !important
}

.fixed-style .btn-demo {
    background-color: #e86746 !important;
    border-color: #e86746 !important
}

.fixed-style .btn-demo:hover {
    background-color: #df441c !important;
    border-color: #df441c !important
}

.fixed-style .logo img {
    height: 40px !important
}

.fixed-style .container {
    padding-top: 10px;
    padding-bottom: 10px
}

.hero {
    background-color: #002646;
    padding: 60px 0 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 15%;
    height: 610px
}

.hero div {
    margin: 0;
    padding: 0
}

.hero div .mobi-img {
    display: none
}

.hero div .desktop-img {
    height: 105%;
    display: block
}

.hero .headerContainer {
    width: 100%;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 9fr 8fr;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

@media (min-width: 576px) {
    .hero .headerContainer {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .hero .headerContainer {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .hero .headerContainer {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .hero .headerContainer {
        max-width: 1300px
    }
}

.hero h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 112%;
    color: #fff;
    max-width: 450px
}

.hero h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 400;
    padding-bottom: 1rem;
    margin-bottom: .1rem;
    line-height: 110%
}

.hero button,
#objSection button {
    background: #FC7E00;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 25px
}

button {
    cursor: pointer;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: normal
}

.hero button,
#objSection button,
#footerPlan button {
    transition: background .5s ease-in-out
}

.hero button:hover,
#objSection button:hover,
#footerPlan button:hover {
    background: #E26B04
}

.hero .contact-button:hover {
    background: rgba(0, 255, 255, 0.1)
}

.mobi-break {
    display: none
}

@media(max-width:1000px) {
    .hero {
        padding: 65px 30px 65px;
        height: 750px
    }

    .hero div {
        padding-top: 5%
    }

    .hero h2 {
        font-size: 32px;
        line-height: 35px;
        text-align: center;
        padding-bottom: .8em;
        padding-top: .8em
    }

    .hero .headerContainer {
        display: flex;
        flex-direction: column;
        align-self: flex-start
    }

    .hero div .mobi-img {
        display: block;
        width: 100%;
        padding-top: 10vw
    }

    .hero div .desktop-img {
        display: none
    }

    .hero button {
        margin: auto;
        display: block
    }

    .desktop-break {
        display: none
    }

    .mobi-break {
        display: block
    }
}

.header-container {
    padding: 1.2em 0 0;
    position: fixed;
    z-index: 1000;
    transition: all .3s
}

.header-container a:hover {
    text-decoration: none
}

@media (max-width:768px) {
    .header-container {
        padding: 0 !important;
        background-color: #00568f !important
    }

    .header-container .btn-demo {
        background-color: #e86746 !important;
        border-color: #e86746 !important
    }

    .header-container .btn-demo:hover {
        background-color: #df441c !important;
        border-color: #df441c !important
    }

    .header-container .logo img {
        height: 25px !important;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .header-container .container {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.header-container .hero  {
    font-family: Roboto, sans-serif;
    padding: 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1199px) {
    .header-container .hero  {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (max-width:768px) {
    .header-container .hero  {
        padding: 4px 0
    }
}

.header-container .separator {
    margin-top: 12px;
    margin-bottom: 12px;
    height: 1px;
    background-color: hsla(0, 0%, 88%, .6);
    padding-right: 15px;
    margin-right: 1rem
}

@media (min-width:1295px) {
    .header-container .separator {
        margin-left: -5vw
    }
}

@media (max-width:768px) {
    .header-container .separator {
        display: none
    }
}

.header-container .nav {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-container .nav .nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-container .semi-bold {
    font-weight: 600
}

.header-container .pr-7 {
    padding-right: 4em
}

.header-container .nav-link {
    font-weight: 300;
    color: #74b0d4;
    padding-right: 2px !important;
    transition: all .3s ease-in-out
}

.header-container .nav-link:hover {
    color: #fff;
    font-weight: 700
}

.header-container .nav-link:after {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.header-container .logo {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.header-container .logo img {
    transition: all .3s;
    height: 40px
}

@media (min-width:1295px) {
    .header-container .logo {
        margin-left: -5vw
    }
}

.header-container .btn-demo,
.header-container .btn-rounded {
    cursor: pointer;
    border: 2px solid;
    border-radius: 20px;
    background: transparent;
    padding: 8px 32px
}

.header-container .uppercase {
    text-transform: uppercase
}

.header-container .btn-demo {
    border-color: hsla(0, 0%, 100%, .8);
    font-weight: 900;
    font-size: 15px;
    color: #fff !important;
    transition: all .3s ease-in-out
}

.header-container .btn-demo:hover {
    color: #fff;
    border-color: #e86746;
    background-color: #e86746
}

.header-container .btn-login {
    color: #fff !important;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: -.15px
}

.header-container .btn-login img {
    height: 20px
}

.header-container .btn-login:hover {
    color: #ccc !important
}

.header-container .white-text {
    color: #fff
}

.hero  .nav-link.active {
    color: #00c9cb !important;
    font-weight: 700
}

.hero  .btn-demo {
    border-color: hsla(0, 0%, 100%, .8) !important;
    font-weight: 900;
    font-size: 15px;
    background: transparent !important;
    color: #fff !important;
    transition: all .3s ease-in-out
}

.fixed-style .sidebarIconToggle {
    width: 22px !important
}

.fixed-style .spinner {
    height: 3px !important
}

.fixed-style .diagonal.part-2,
.fixed-style .horizontal {
    margin-top: 3px !important
}

.fixed-style input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
    margin-top: -9px !important
}

.differential-wrapper {
    font-family: Asap, sans-serif
}

@media (max-width:768px) {
    .differential-wrapper {
        margin-bottom: 0 !important
    }
}

.differential-wrapper h2.title {
    color: #00558f;
    font-weight: 900;
    letter-spacing: 2px
}

@media (max-width:768px) {
    .differential-wrapper h2.title {
        letter-spacing: inherit
    }
}

.differential-wrapper p.description {
    color: #878787;
    font-size: 25px;
    letter-spacing: 1.2px;
    line-height: normal;
    padding: 0 90px
}

@media (max-width:768px) {
    .differential-wrapper p.description {
        padding: 0;
        letter-spacing: inherit;
        font-size: 18px
    }
}

.differential-wrapper .item {
    text-align: center;
    padding: 16px 0
}

.differential-wrapper .item img {
    display: block
}

.differential-wrapper .item h5 {
    font-size: 26px;
    font-weight: 400;
    color: #02426c;
    margin-top: 6px
}

.differential-wrapper .item p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #878787;
    font-size: 18px;
    margin-top: 6px;
    padding: 0 16px
}

@media (max-width:768px) {
    .differential-wrapper .item p {
        font-size: inherit
    }
}

.margin-top-stats {
    margin-top: 8em
}

@media (max-width:992px) {
    .margin-top-stats {
        margin-top: 1em
    }
}

.margin-top-stats img {
    width: 100%
}

@media (min-width:1295px) {
    .margin-top-stats img {
        margin-bottom: -5px
    }
}

@media (max-width:1294px) {
    .margin-top-stats img {
        margin-bottom: -10px
    }
}

@media (max-width:992px) {
    .margin-top-stats img {
        margin-bottom: -15px
    }
}

@media (max-width:420px) {
    .margin-top-stats img {
        margin-bottom: -20px
    }
}

.stats-wrapper {
    text-align: center;
    min-height: 400px;
    padding: 4rem 4rem 7rem;
    background: linear-gradient(180deg, #0d88cb, #00406e);
    color: #fff
}

@media (max-width:768px) {
    .stats-wrapper {
        padding: calc(2em + 50px) 2em
    }
}

.stats-wrapper .title {
    font-family: Asap, sans-serif;
    font-size: 40px;
    letter-spacing: 2px
}

@media (max-width:768px) {
    .stats-wrapper .title {
        font-size: 30px;
        letter-spacing: normal
    }
}

.stats-wrapper .number {
    font-family: Asap, sans-serif;
    font-size: 50px;
    letter-spacing: 2.5px;
    font-weight: 700;
    margin: 0
}

@media (max-width:768px) {
    .stats-wrapper .number {
        font-size: 35px
    }
}

.stats-wrapper .text {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 20px
}

@media (max-width:768px) {
    .stats-wrapper .text {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .stats-wrapper .stat {
        margin-top: 2em
    }

    .stats-wrapper .stat:first-child {
        margin-top: 0 !important
    }
}

.stats-wrapper i {
    color: #05c9e3
}

.stats-wrapper div.border_left:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    margin-top: 40px;
    left: -2px;
    height: 50%;
    width: 1px;
    opacity: .3
}

@media (max-width:768px) {
    .stats-wrapper div.border_left:after {
        display: none
    }
}

.trust-wrapper {
    margin-top: 62px;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.trust-wrapper .carousel-control-icon {
    color: #e86746;
    font-size: 36px
}

.trust-wrapper .carousel-control-next,
.trust-wrapper .carousel-control-prev {
    opacity: 1 !important;
    transition: all .3s ease-in-out
}

.trust-wrapper .title {
    font-family: Asap, sans-serif !important;
    color: #878787;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 36px
}

@media (max-width:768px) {
    .trust-wrapper .title {
        font-size: 30px;
        letter-spacing: normal
    }
}

.trust-wrapper #carouselExampleControls-xs .carousel-item div div {
    min-height: 120px
}

.trust-wrapper img {
    margin: 12px
}

.btn-cta {
    cursor: pointer;
    border: 2px solid;
    background: #e86746 !important;
    border-color: #e86746 !important;
    color: #fff !important;
    padding: 12px 32px !important;
    border-radius: 30px !important;
    font-weight: 700;
    box-shadow: 0 5px 4.5px .5px rgba(0, 0, 0, .1);
    transition: all .6s
}

.btn-cta.loading {
    min-width: 100px !important;
    width: 0 !important
}

@media (max-width:420px) {
    .btn-cta {
        display: inline-block;
        text-align: center;
        width: 100%;
        min-width: auto !important
    }
}

.btn-cta span {
    font-family: Roboto, sans-serif;
    font-weight: 700 !important
}

.btn-prueba-emblue {
    width: 80%;
    margin: auto
}

.new-btn-cta-hero {
    cursor: pointer;
    border: 2px solid;
    background: #FC7E00 !important;
    border-color: #FC7E00 !important;
    color: #fff !important;
    padding: 12px 32px !important;
    border-radius: 30px !important;
    font-weight: 700;
    box-shadow: 0 5px 4.5px .5px rgba(0, 0, 0, .1);
    transition: all .6s;
    font-family: Asap, sans-serif;
    margin-top: 4em !important;
    position: relative
}

.new-btn-cta-hero:hover {
    text-decoration: none
}

.btn-cta i,
.btn-cta img {
    margin-left: 12px
}

.btn-cta img {
    height: 20px
}

.btn-cta:hover {
    text-decoration: none
}

.btn-cta i.arrow-right-icon:before {
    font-size: 2em;
    content: "\02192"
}

.contact-form-wrapper {
    background-color: #002646;
    padding: 5em 0
}

.contact-form-wrapper .title {
    font-family: Asap, sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #fff
}

@media (max-width:768px) {
    .contact-form-wrapper .title {
        font-size: 30px;
        letter-spacing: normal
    }
}

.contact-form-wrapper form#contact-form>* {
    margin-top: 1.2em
}

@media (max-width:768px) {
    .contact-form-wrapper form#contact-form>* {
        margin-top: 0
    }
}

.contact-form-wrapper form#contact-form select.form-control:not([size]):not([multiple]) {
    height: 53px !important;
    font-size: 20px
}

.contact-form-wrapper form#contact-form .form-control {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    padding: .575rem .75rem;
    color: #797979
}

@media (max-width:768px) {
    .contact-form-wrapper form#contact-form .form-control {
        margin-top: .8em
    }
}

.contact-form-wrapper .cta-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-form-wrapper .cta-wrapper .btn-cta {
    margin-top: 1.2em !important;
    min-width: 320px
}

@media (max-width:768px) {
    .contact-form-wrapper .cta-wrapper .btn-cta {
        display: block;
        margin-top: .8em !important
    }
}

.contact-form-wrapper .failure-message,
.contact-form-wrapper .success-message {
    display: none;
    margin-bottom: 0;
    padding: 1rem;
    border-radius: 6px;
    color: #fff
}

@media (max-width:768px) {

    .contact-form-wrapper .failure-message,
    .contact-form-wrapper .success-message {
        margin-top: 1em !important
    }
}

.contact-form-wrapper .success-message {
    background-color: #4caf50
}

.contact-form-wrapper .failure-message {
    background: #ff4747
}

span#loader {
    display: none
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    left: -17px;
    top: -14px
}

@media (max-width:768px) {
    .lds-ripple {
        top: -38px
    }
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}

.lds-ripple div:nth-child(2) {
    animation-delay: -.5s
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    to {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

@media (max-width:768px) {

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-auto {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

@media (min-width:768px) and (max-width:1800px) {
    body {
        zoom: .85
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

.scroll-animations .animated {
    visibility: hidden
}

.scroll-animations .visible {
    visibility: visible
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.delay-500ms {
    animation-delay: .2s
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

.animated.fast {
    animation-duration: .8s
}

.animated.faster {
    animation-duration: .5s
}

.animated.slow {
    animation-duration: 2s
}

.animated.slower {
    animation-duration: 3s
}

.stats-wrapper {
    background-image: url(../images/why-us/nuestra-huella-por-que.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    color: #00558f
}

@media (max-width:768px) {
    .stats-wrapper h2.title {
        margin-top: 62px
    }
}

.stats-wrapper p.number {
    color: #05c9e3
}

.video-container {
    display: grid;
    place-items: center
}

.video-container iframe img {
    cursor: pointer
}

.know-more-wrapper {
    font-family: Asap, sans-serif;
    margin-top: 3rem;
    margin-bottom: 8rem
}

.know-more-wrapper h1 {
    color: #878787
}

@media (max-width:768px) {
    .know-more-wrapper h1 {
        font-size: 30px
    }

    .video-container .video {
        width: 67.6vw;
        height: 38vw
    }
}

.know-more-wrapper p {
    margin-top: 6px;
    color: #02426c;
    font-weight: 600;
    font-size: 20px
}

span#loader {
    display: none
}

.center-row {
    margin-left: auto;
    margin-right: auto
}
.btn-prueba-emblue {
    margin: 30px auto;
}