body {
    height: 100%;
    width: 100%;
    overflow-x: hidden
}

#calculadora-contact-freq {
    margin: 2em 0;
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    align-items: center
}

.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
}

.header-container {
    padding: .5em 0;
    position: fixed;
    z-index: 1000;
    transition: all .3s;
    background-color: #00568f !important
}

.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 .header {
    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 .header {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

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

.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 {
    cursor: pointer;
    border: 2px solid;
    border-radius: 20px;
    background: 0 0;
    padding: 8px 32px
}

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

.header-container .btn-demo {
    border-color: hsla(0, 0%, 100%, 0.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 .btn-demo {
    border-color: hsla(0, 0%, 100%, 0.8) !important;
    font-weight: 900;
    font-size: 15px;
    background: 0 0 !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
}

.hamburguer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 10002
}

.hamburguer #sidebarMenu {
    position: absolute;
    z-index: 10000;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.1);
    transform: translateX(-100vw);
    transition: transform .1s ease-in-out
}

@media (max-width: 768px) {
    .hamburguer .sidebarIconToggle {
        height: 33px !important;
        width: 20px !important;
        margin-right: 0 !important
    }

    .hamburguer .spinner {
        height: 3px !important
    }

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

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

.hamburguer .sidebarMenuInner {
    height: 100%;
    width: 75vw;
    background: #fff;
    z-index: 10001;
    box-shadow: 0 4px 5px 0 #ababab;
    margin: 0;
    padding: 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1)
}

.hamburguer .sidebarMenuInner .logo {
    padding: 14px;
    border-bottom: 1px inset
}

.hamburguer .sidebarMenuInner li {
    list-style: none;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5
}

.hamburguer .sidebarMenuInner li:focus {
    outline-color: #6a6a6a
}

.hamburguer .sidebarMenuInner li span {
    display: block;
    font-size: 14px
}

.hamburguer .sidebarMenuInner a {
    color: #00568f;
    cursor: pointer;
    text-decoration: none
}

.hamburguer .sidebarMenuInner a.btn-cta,
.hamburguer .sidebarMenuInner a[target="_blank"] {
    text-transform: uppercase;
    font-weight: 700
}

.hamburguer .sidebarMenuInner a.btn-cta {
    margin-right: 20px;
    margin-left: 20px;
    width: auto !important;
    display: block;
    text-align: center;
    box-shadow: none !important
}

.hamburguer input[type="checkbox"]:checked~#sidebarMenu {
    transform: translateX(0)
}

.hamburguer input[type="checkbox"] {
    transition: all .3s;
    box-sizing: border-box;
    display: none
}

.hamburguer .sidebarIconToggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-right: 18px;
    z-index: 99;
    height: 100%;
    width: 28px;
    margin-bottom: 0
}

.hamburguer .spinner {
    transition: all .3s;
    box-sizing: border-box;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #fff
}

.hamburguer .horizontal {
    margin-top: 6px
}

.hamburguer .diagonal.part-1,
.hamburguer .diagonal.part-2,
.hamburguer .horizontal {
    transition: all .3s;
    box-sizing: border-box;
    position: relative;
    float: left
}

.hamburguer .diagonal.part-2 {
    margin-top: 6px
}

.hamburguer input[type="checkbox"]:checked~.sidebarIconToggle>.horizontal {
    transition: all .3s;
    box-sizing: border-box;
    opacity: 0
}

.hamburguer input[type="checkbox"]:checked~.sidebarIconToggle>.diagonal.part-1 {
    transition: all .3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px
}

.hamburguer input[type="checkbox"]:checked~.sidebarIconToggle>.diagonal.part-2 {
    transition: all .3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -14px
}

.hero {
    background-image: url(../../images/directa/directa_header.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 110px;
    min-height: 100vh
}

.hero .hero-content {
    padding-top: 170px
}

.hero .img-hero {
    max-width: 100% !important;
    height: auto
}

.hero .hero-content h2 {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 1rem
}

.hero .hero-content h3 {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin: 1rem 0;
    padding-bottom: 30px
}

.hero .hero-content p {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 100;
    padding: 0;
    margin: 0;
    text-align: left
}

.small-title-head {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px
}

.hero .hero-content h2 span.semi-bold {
    font-weight: 600 !important
}

.hero .hero-content h1 {
    line-height: 32px;
    font-size: 22px;
    font-family: Asap, sans-serif;
    font-weight: 700;
    color: #fff
}

@media (max-width: 992px) {
    .hero .hero-content {
        width: 100%
    }

    .hero .hero-content h2 {
        font-size: 30px;
        line-height: normal
    }

    .hero .hero-content h1 {
        font-size: 15px;
        line-height: normal
    }
}

@media (max-width: 420px) {
    .hero .hero-content h2 {
        padding-right: 0 !important;
        font-size: 35px
    }

    .hero .hero-content h1 {
        margin-top: 1.5em
    }

    .hero-content button {
        display: inline-block;
        text-align: center;
        justify-content: center !important;
        min-width: auto !important;
        width: 100%;
        margin-left: 0
    }

    .contact-form-wrapper .cta-wrapper .btn-cta {
        margin-top: 2em
    }
}

.hero-content button {
    cursor: pointer;
    text-decoration: none;
    background: #FC7E00;
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0 5px 4.5px .5px rgba(0, 0, 0, 0.1);
    transition: all .6s;
    font-size: 20px;
    font-family: Roboto, sans-serif
}

.hero-content button a {
    text-decoration: none;
    text-decoration-line: none;
    color: #fff !important
}

.hero-content button:hover {
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: #d83c27;
    border-color: #79bdc9;
    color: #fff !important
}

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

.hero-content button {
    font-family: Roboto, sans-serif;
    font-weight: 300 !important
}

.hero-content button i,
.hero-content button img {
    margin-left: 12px
}

.hero-content button img {
    height: 20px
}

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

.cont-left {
    padding-right: 20px
}

.cont-right {
    padding-left: 20px
}

.cita p {
    text-align: center;
    padding-top: 30px;
    color: #fff
}

.cita h2 {
    font-family: asap;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    text-align: center
}

.cont-cita {
    color: #1d8bce;
    font-size: 3rem;
    font-weight: 600;
    margin: 1em 3em
}

.cita {
    height: auto;
    width: 60%;
    margin: auto
}

.cont-cita-destacada {
    background-color: #00ced3;
    width: 100%;
    padding: 7rem
}

.container-dos-col {
    margin: 1em;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    color: #878787;
    text-align: center;
    font-weight: 300
}

@media (max-width: 1000px) {
    .onsite-features .title-wrap {
        display: grid;
        align-items: center;
        margin: 0;
        text-align: center
    }
}

@media (max-width: 650px) {
    .divider {
        margin-top: 4rem
    }

    .bullets {
        padding: 0 30px 40px;
        text-align: center;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #878787
    }
}

.icono-tilde {
    width: 22px;
    height: 19px;
    background-color: #f1f1f1 !important
}

.work_content {
    padding-left: 3em;
    padding-right: 3em
}

@media (max-width: 992px) {
    .work_content {
        padding-left: 1em;
        padding-right: 1em
    }
}

.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, 0.1);
    transition: all .6s
}

@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: #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, 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"
}

@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-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .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-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        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
}

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

.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.slow {
    animation-duration: 2s
}

@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 30px !important;
        line-height: normal !important
    }
}

@media (max-width: 992px) {
    .hero-content p {
        font-size: inherit !important;
        line-height: normal !important
    }
}

.jobs-wrapper h2 {
    font-family: Asap, sans-serif;
    color: #6e7174
}

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

.jobs-wrapper .cta-wrapper .btn-cta {
    margin-top: 1.2em !important;
    font-size: 18px;
    padding: 8px 32px !important;
    font-family: Roboto, sans-serif
}

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

@media (max-width: 768px) {
    .jobs-wrapper {
        padding-right: 20px;
        padding-left: 20px
    }

    .jobs-wrapper h2 {
        font-size: 30px
    }
}

.contact-form-wrapper {
    background-image: url(../../images/directa/directa_fondo-azul-2.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7em 0 5em;
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: center
}

.boton-prueba-emblue {
    text-align: center;
    margin: auto
}

.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 .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;
    min-width: 320px
}

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

.title-boxes {
    color: #FC7E00;
    font-family: Asap, sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em
}

.container-boxes {
    background-color: #fff;
    margin-bottom: 2rem
}

.boxes {
    padding-left: 5%;
    padding-right: 5%
}

.boxes h3 {
    font-family: Asap, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #2c4d84
}

.boxes button {
    display: block;
    width: 90%;
    padding: 15px;
    border: 2px solid #fff;
    margin-bottom: 5%;
    margin-left: 2%;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    align-content: center;
    height: 300px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.boxes button a {
    text-decoration: none !important;
    color: #2c4d84
}

.boxes button:hover {
    -webkit-box-shadow: 10px 10px 18px -11px rgba(44, 77, 134, 1);
    -moz-box-shadow: 10px 10px 18px -11px rgba(44, 77, 134, 1);
    box-shadow: 10px 10px 18px -11px rgba(44, 77, 134, 1)
}

@media screen and (min-width: 800px) {
    .boxes {
        display: flex;
        justify-content: center
    }
}

.boxes button img {
    max-width: 150px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em
}

.app-container {
    padding: 3em;
    background-color: #f1f2f3;
    width: 80%;
    margin: auto
}

.calculadora-wrap {
    width: 100%;
    height: 100%;
    border: none;
    height: 145vh
}

@media screen and (max-width: 800px) {
    .iframe-form {
        width: 100%
    }
}

.formulario {
    padding-top: 40px
}

.formulario h3 {
    font-size: 1.5rem;
    color: #008BD0;
    font-family: asap;
    font-weight: 300;
    margin: 0
}

.intro-directa {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto 50px;
    padding: 50px;
    width: 75%;
    align-items: center;
    vertical-align: top
}

.texto-intro-directa {
    padding-right: 5rem;
    margin: auto;
    width: 50%;
    display: flex;
    flex-direction: column
}

.texto-intro-directa h2 {
    font-family: roboto;
    font-weight: 700;
    color: #ff5739;
    font-size: 28px;
    text-align: left
}

.texto-intro-directa h3 {
    font-family: roboto;
    font-weight: 700;
    color: #08365c;
    font-size: 20px;
    text-align: left
}

.texto-intro-directa p {
    font-family: roboto;
    font-weight: 300;
    color: #797979;
    font-size: 18px;
    text-align: left
}

.img-intro-directa {
    width: 45%;
    padding: 20px
}

.img-intro-directa img {
    width: 70%
}

.cont-h {
    width: 50%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px
}

.cont-samsung-features {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.cont-samsung-features h2 {
    text-align: center;
    font-family: asap;
    font-weight: bolder;
    color: #ff6742;
    padding-bottom: 40px
}

.cont-samsung-features h3 {
    text-align: center;
    font-family: asap;
    font-weight: bolder;
    color: #00558f;
    padding-bottom: 28px
}

.samsung-features {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 70px;
    margin: auto;
    vertical-align: top
}

.interior-directa-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
    margin: 0 auto
}

.interior-directa-feature img {
    width: 40%;
    padding-bottom: 0
}

.servicios-emblue {
    width: 70%;
    margin: auto;
    padding-top: 70px
}

.interior-directa-feature p {
    font-family: roboto;
    font-weight: 300;
    color: #797979;
    font-size: 22px;
    text-align: center
}

.iframe-form {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.titulos-servicios {
    width: 80%;
    margin: auto;
    padding-bottom: 3rem
}

.titulos-servicios h2 {
    font-family: roboto;
    font-weight: 700;
    color: #ff5739;
    font-size: 40px;
    text-align: center
}

.titulos-servicios h3 {
    font-family: roboto;
    font-weight: 700;
    color: #08365c;
    font-size: 25px;
    text-align: center
}

.img-distinta {
    height: 260px !important;
    width: auto !important
}

.contact-form-wrapper button {
    cursor: pointer;
    text-decoration: none;
    background: #FC7E00;
    border: none;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0 5px 4.5px .5px rgba(0, 0, 0, 0.1);
    transition: all .6s;
    font-size: 20px;
    font-family: Roboto, sans-serif
}

.contact-form-wrapper button a {
    text-decoration: none;
    text-decoration-line: none;
    color: #fff !important
}

.video-testimonio {
    width: 45% !important
}

.video-container {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: transparent;
    cursor: pointer
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    visibility: hidden
}

.video-container:before {
    content: "\f04b";
    font-family: Font Awesome 5 Free;
    font-size: 34px;
    margin-top: 7px;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transition: transform .2s, opacity .2s;
    -moz-transition: transform .2s, opacity .2s;
    -webkit-transition: transform .2s, opacity .2s
}

.video-container:hover:before {
    color: #fff;
    transform: translate3d(-50%, -50%, 0) scale(.8);
    -moz-transform: translate3d(-50%, -50%, 0) scale(.8);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.8)
}

.video-container:after {
    content: "";
    position: absolute;
    margin-top: 6px;
    height: 90px;
    width: 90px;
    border: none;
    border-radius: 100px;
    background-color: hsla(0, 0%, 100%, .2);
    cursor: pointer;
    top: 50%;
    left: 50%;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transition: background-color .2s, transform .2s, opacity 1.2s;
    -moz-transition: background-color .2s, transform .2s, opacity .2s;
    -webkit-transition: background-color .2s, transform .2s, opacity 1.2s
}

.video-container:hover:after {
    transform: translate3d(-50%, -50%, 0) scale(.9);
    -moz-transform: translate3d(-50%, -50%, 0) scale(.9);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.9)
}

.video-container.reveal:after,
.video-container.reveal:before {
    opacity: 0;
    visibility: hidden;
    transition: visibility .4s, opacity .4s;
    -moz-transition: visibility .4s, opacity .4s;
    -webkit-transition: visibility .4s, opacity .4s
}

.video-container:before {
    font-weight: 900
}

.video-container:after {
    background-color: rgba(32, 36, 45, .7)
}

.video-container:hover:after {
    background-color: #00c9cb !important
}

.paso-a-paso {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
    background-image: url(../../images/directa/directa_fondo-azul.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.titulos-paso-a-paso {
    width: 100%
}

.titulos-paso-a-paso h2 {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 35px;
    text-align: left;
    font-weight: 700
}

.titulos-paso-a-paso h3 {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-align: left
}

.pasos {
    padding: 20px;
    background-color: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 20px
}

.pasos-img {
    padding: 0;
    width: 120%;
    padding: 0;
    text-align: left
}

.pasos p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #666
}

.pasos-flecha {
    width: 35%;
    text-align: center;
    margin: auto
}

.todos-los-pasos {
    width: 75%;
    margin: auto;
    padding-top: 9rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.todos-los-pasos-2 {
    width: 75%;
    margin: auto;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.cont-pasos {
    margin: 25px;
    width: 30%
}

.pasos-destacado {
    border: 2px solid;
    border-color: #00CED3;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 50px
}

.pasos-destacado p {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding: 30px
}

.bold-pasos {
    font-family: Roboto;
    font-weight: 700;
    color: #08365c
}

.bold-pasos-verde {
    font-family: Roboto;
    font-weight: 700;
    color: #1429A0
}

.img-samsung {
    width: 50%;
    height: auto;
    text-align: center;
    margin: auto;
    padding-top: 2rem
}

.demo {
    width: 60%
}

.numero-paso {
    text-align: left !important;
    font-family: Roboto !important;
    font-weight: 700 !important;
    color: #06bcbc !important;
    font-size: 40px !important
}

@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
}

.testimonials-wrapper {
    padding: 36px 0;
    font-family: Asap, sans-serif;
    background: #F1F1F1
}

.testimonials-wrapper .title {
    color: #1429A0;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: center;
    margin: 1.2em 0
}

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

.testimonials-wrapper .pagination-wrapper {
    transition: all .6s ease 0
}

.testimonials-wrapper .testimonial-card {
    background-color: #fff;
    border-radius: 42.7px;
    box-shadow: 0 3px 2.9px .2px rgba(0, 0, 0, .05);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 3em 4em;
    max-width: 605px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:768px) {
    .testimonials-wrapper .testimonial-card {
        max-width: 90vw;
        padding: 1em 2em
    }
}

.testimonials-wrapper .testimonial-card .text {
    font-family: Roboto, sans-serif;
    line-height: 1.24;
    letter-spacing: .2px;
    font-weight: 300;
    font-size: 20px;
    color: #666;
    margin-top: 1.2em
}

@media (max-width:768px) {
    .testimonials-wrapper .testimonial-card .text {
        font-size: 15px
    }
}

.testimonials-wrapper .testimonial-card .author {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    margin: .2em 0
}

.testimonials-wrapper .testimonial-card .author p.name {
    margin-bottom: 0;
    color: #e86746
}

.testimonials-wrapper .testimonial-card .author p.rol {
    font-weight: 300
}

.testimonials-wrapper .slide-wrapper {
    transition-duration: .3s;
    transition-timing-function: ease-in;
    transition-delay: 0
}

.testimonials-wrapper #slider-nav {
    text-align: center;
    margin: 3em 0 1em
}

.testimonials-wrapper #slider-nav i {
    transition: .3s ease-in
}

.testimonials-wrapper #slider-nav .pointer {
    cursor: pointer
}

.testimonials-wrapper #slider-nav .tns-nav-active {
    background-color: #00558f !important
}

.testimonials-wrapper #slider-nav .w-1 {
    width: 1rem
}

.testimonials-wrapper #slider-nav .mx-1 {
    margin-left: .1rem !important;
    margin-right: .1rem !important
}

.testimonials-wrapper #slider-nav .h-1 {
    height: 1rem
}

.testimonials-wrapper #slider-nav .inline-block {
    display: inline-block
}

.testimonials-wrapper #slider-nav .bg-slate-40 {
    background-color: transparent;
    border: 2.7px solid #1429A0
}

.testimonials-wrapper #slider-nav .bg-slate-40:focus,
.testimonials-wrapper #slider-nav .bg-slate-40:hover {
    background-color: #1429A0
}

.testimonials-wrapper #slider-nav .br-circle {
    border-radius: 100%
}

.tns-item {
    opacity: .6
}

@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
    }

    .fijo {
        zoom: normal !important;
    }
}

@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
}

.cont-description {
    width: 100%;
    background-image: url(../../images/directa/fondo-formas.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.description-text {
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 70px
}

.description-text h3 {
    font-family: roboto;
    font-weight: 700;
    color: #08365c;
    font-size: 27px;
    text-align: center
}

.description-text p {
    font-family: roboto;
    font-weight: 300;
    color: #08365c;
    font-size: 18px;
    text-align: center
}

.cont-tres-features {
    width: 80%;
    display: flex;
    flex-direction: row;
    margin: auto;
    padding-bottom: 2rem
}

.cont-tres-features img {
    width: 50%;
    text-align: center;
    padding: 30px
}

.cont-tres-features p {
    font-family: roboto;
    font-weight: 300;
    color: #08365c;
    font-size: 18px;
    text-align: center;
    padding: 0 30px
}

.cont-tres-features h3 {
    font-family: roboto;
    font-weight: 700;
    color: #08365c;
    font-size: 22px;
    text-align: center;
    padding: 0 50px
}

.tres-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 30%
}

.contenedor-img-texto {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    width: 70%;
    align-items: center
}

.cont-tres-img {
    width: 70%;
    margin: auto;
    align-items: center;
    padding-bottom: 2rem
}

.cont-img-left {
    width: 30%;
    margin: auto
}

.cont-p {
    width: 50%
}

.cont-p p {
    font-family: roboto;
    font-weight: 300;
    color: #878787;
    font-size: 18px
}

.cont-p b {
    font-family: roboto;
    font-weight: 700;
    color: #08365c;
    font-size: 18px
}

.cont-tres-img img {
    text-align: center;
    width: 100%;
    text-align: left
}

.cont-tres-left p {
    font-family: roboto;
    font-weight: 300;
    color: #08365c;
    font-size: 18px;
    text-align: left;
    padding: 0 30px
}

.version-mobile {
    display: none
}

@media (max-width: 768px) {
    .hero {
        height: 100%;
        text-align: center;
        background-position: left
    }

    .container-dos-col {
        font-size: 13px;
        height: auto;
        padding: 10px
    }

    .bullets {
        padding: 0 30px 40px;
        text-align: center;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #878787
    }

    .cita p {
        text-align: center;
        padding-top: 30px
    }

    .cita h2 {
        font-size: 24px
    }

    .cita {
        width: 85%;
        margin: auto
    }

    .img-samsung {
        width: 100%;
        height: auto;
        text-align: center;
        margin: auto
    }

    .hero .hero-content {
        padding-top: 80px
    }

    .small-title-head {
        text-align: center
    }

    .hero .hero-content h2 {
        text-align: center !important
    }

    .hero .hero-content .row {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .hero .hero-content .row div {
        margin-top: 1em
    }

    .hero .hero-content img {
        max-width: 80%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .hero .hero-content h3 {
        font-size: 20px;
        font-weight: 300;
        text-align: center
    }

    .servicios-emblue {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
        width: 100%;
        align-items: center
    }

    .intro-directa {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
        width: 100%;
        align-items: center
    }

    .texto-intro-directa {
        margin: auto;
        width: 100%
    }

    .texto-intro-directa h2 {
        font-family: roboto;
        font-weight: 700;
        color: #ff5739;
        font-size: 35px;
        text-align: center
    }

    .texto-intro-directa h3 {
        font-family: roboto;
        font-weight: 700;
        color: #08365c;
        font-size: 25px;
        text-align: center
    }

    .texto-intro-directa p {
        font-family: roboto;
        font-weight: 300;
        color: #797979;
        font-size: 18px;
        text-align: center;
        padding-top: 20px
    }

    .img-intro-directa {
        width: 100%;
        padding: 20px;
        display: flex
    }

    .img-intro-directa img {
        width: 70%;
        margin: auto
    }

    .cont-h {
        width: 80%;
        margin: auto;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .samsung-features {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        margin: auto
    }

    .interior-directa-feature {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 60%;
        margin: auto
    }

    .interior-directa-feature img {
        width: 30%;
        padding-bottom: 30px
    }

    .iframe-formulario {
        width: 100%
    }

    .cita h2 {
        font-family: asap;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center
    }

    .cont-cita-destacada {
        background-color: #00ced3;
        width: 100%;
        padding: 2rem
    }

    .interior-directa-feature {
        width: 75%
    }

    .interior-directa-feature p {
        font-family: roboto;
        font-weight: 300;
        color: #797979;
        font-size: 15px;
        text-align: center
    }

    .texto-intro-directa h3 {
        text-align: center
    }

    .todos-los-pasos {
        width: 85%;
        margin: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: flex;
        flex-direction: column
    }

    .todos-los-pasos-2 {
        width: 85%;
        margin: auto;
        padding-bottom: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .cont-pasos {
        width: 90%
    }

    .pasos-img {
        display: none
    }

    .titulos-paso-a-paso h2 {
        color: #fff;
        font-family: Asap, sans-serif;
        font-size: 30px;
        text-align: center;
        font-weight: 700
    }

    .titulos-paso-a-paso h3 {
        color: #fff;
        font-family: Asap, sans-serif;
        font-size: 22px;
        font-weight: 300;
        text-align: center;
        padding-top: 100px
    }

    .paso-a-paso {
        background-image: url(../../images/directa/directa_fondo-azul.svg);
        background-position: center;
        display: flex;
        flex-direction: column
    }

    .pasos p {
        font-family: Roboto;
        font-size: 16px
    }

    .pasos {
        padding: 20px
    }

    .titulos-servicios {
        width: 80%;
        margin: auto;
        padding-bottom: 20px
    }

    .description-text {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        padding: 20px
    }

    .cont-tres-features {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
        padding-bottom: 1rem
    }

    .tres-features {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        width: 90%
    }

    .contenedor-img-texto {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
        width: 100%;
        align-items: center
    }

    .cont-p {
        width: 80%;
        text-align: center
    }

    .cont-img-left {
        width: 60%;
        margin: auto
    }

    .titulos-servicios h2 {
        font-family: roboto;
        font-weight: 700;
        color: #ff5739;
        font-size: 30px;
        text-align: center
    }

    .titulos-servicios h3 {
        font-family: roboto;
        font-weight: 700;
        color: #08365c;
        font-size: 20px;
        text-align: center
    }

    .texto-intro-directa {
        padding-right: 1px
    }

    .version-desktop {
        display: none
    }

    .version-mobile h3 {
        padding-top: 30px
    }

    .reverse {
        flex-direction: column-reverse !important
    }
}