@import "https://fonts.googleapis.com/css2?family=Rokkitt&display=swap";

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

.container {
    padding: 0
}

button:focus {
    outline: 0;
    box-shadow: none !important
}

.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;
    width: 100% !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 .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 .img-hero {
    width: 100%;
    height: auto;
    float: left
}

.hero .headerContainer h3 {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 1rem 0
}

.hero .headerContainer p {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 25px;
    font-style: italic;
    line-height: 29px;
    font-weight: 400;
    padding: 0;
    margin-bottom: .8em
}

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

.small-title-head b {
    font-weight: 700
}

.hero .headerContainer h1 {
    line-height: 32px;
    font-size: 22px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin: 0
}

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

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

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

@media (max-width: 768px) {
    .hero .headerContainer {
        padding-top: 0
    }

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

    .headerContainer button {
        margin-left: 30%
    }

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

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

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

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

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

.headerContainer button {
    cursor: pointer;
    text-decoration: none;
    background: #00ced3;
    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
}

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

.headerContainer button a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff !important
}

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

.headerContainer button {
    font-family: Roboto, sans-serif
}

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

.headerContainer button img {
    height: 20px
}

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Asap, sans-serif
}

p {
    font-family: Roboto, sans-serif
}

.headerContainer {
    display: grid;
    grid-template-columns: 10fr 9fr;
    place-items: start;
    margin: 0 auto;
    height: 100%;
    text-align: left;
    padding-top: 80px
}

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

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

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

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

.hero .headerContainer h1 {
    color: #9B9A9A;
    line-height: 28px;
    font-size: 23px;
    font-family: Asap, sans-serif;
    font-weight: 400;
    margin: 0
}

.hero .headerContainer h2 {
    color: #163560;
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    margin: .5em 0 .8em;
    letter-spacing: -.03em
}

.hero .headerContainer h2 span {
    color: #FC7E00
}

.hero .headerContainer h3 {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 1rem 0
}

.hero .headerContainer p,
.aboutDivider .content p,
.emSugo p,
.emFeatures p,
.serviceSect p {
    color: #7A7A7A;
    font-family: Asap, sans-serif;
    font-size: 19px;
    font-style: normal;
    line-height: 23px;
    font-weight: 400;
    max-width: 580px;
    padding: 0;
    margin: 0 1em 2em 0
}

.heroDivider {
    width: 100%;
    margin-top: -1%;
    user-select: none
}

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

.small-title-head b {
    font-weight: 700
}

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

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

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

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

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

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

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

.headerContainer button a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff !important
}

@media (max-width: 420px) {
    .headerContainer button {
        display: inline-block;
        text-align: center;
        width: 100%;
        min-width: auto !important;
        font-size: 4.78vw
    }
}

.headerContainer button {
    font-family: Roboto, sans-serif
}

.headerContainer button img {
    margin-left: 12px;
    height: 20px
}

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

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

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    justify-self: start;
    align-self: end
}

.illus {
    justify-self: end;
    align-self: start
}

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

@media (max-width: 992px) {
    .headerContainer h1 {
        font-size: 5.7vw !important;
        line-height: normal !important
    }
}

.aboutDivider {
    margin-top: 10vh;
    background: #163560;
    padding: 3% 0
}

.aboutDivider .container .infoItems {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    column-gap: 50px;
    max-width: 1280px;
    margin: auto
}

.aboutDivider .container .infoItems .infoItem {
    border-left: 3px solid #FC7E00;
    position: relative;
    padding-top: 15px
}

.aboutDivider .container .infoItems .infoItem h2 {
    font-family: "Montserrat";
    color: #fff;
    font-size: 36px;
    margin-left: 20px;
    display: inline-block
}

.aboutDivider .container .infoItems .infoItem .open-rate {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 23px;
    color: #fff;
    margin-left: .4em
}

.aboutDivider .container .infoItems .infoItem p {
    font-family: "Montserrat";
    color: #fff;
    margin-left: 20px;
    font-size: 16px;
    line-height: 20px
}

.aboutDivider .container .infoItems .infoItem p:first-child {
    position: absolute;
    top: -5px
}

/*VIDEO*/

.col-md-6{
    margin: 5em auto;
}


.video-container {
    position: relative;
    padding-bottom: 56.7%;
    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: url("https://www.embluemail.com/images/success-cases/play.png");
    margin-top: 7px;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    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
}

@media (max-width:768px) {
    img.img-fluid.mx-auto {
        margin: 20px 0
    }
}

/*----------*/

.about {
    margin-top: 14vh
}

.about .container .aboutMain {
    display: grid;
    grid-template-columns: 3fr 2fr;
    column-gap: 10%
}

.about .container .aboutMain .left-column .aboutTitle {
    padding-bottom: 5%;
    border-bottom: 1px solid #163560
}

.about .container .aboutMain .left-column .aboutTitle h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 47px;
    line-height: 50px;
    color: #163560
}

.about .container .aboutMain .left-column .aboutTitle .autor,
.text-jet {
    font-family: 'Roboto';
    color: #7A7A7A;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 23px;
    color: #58595B
}

.about .container .aboutMain .left-column .aboutContent {
    padding-top: 5%
}

.about .container .aboutMain .left-column .aboutContent p {
    font-family: 'Roboto';
    font-size: 17px;
    line-height: 25px;
    color: #7A7A7A;
    padding-bottom: 20px
}

.quote .box-quote p span {
    font-weight: 600;
    font-size: 16px;
    line-height: 11px;
    text-align: center;
    color: #FC7E00
}

.quote .box-quote .text-quote {
    font-size: 14px !important;
    line-height: 18px !important;
    text-align: center;
    color: #043260 !important
}

.about .container .aboutMain .left-column .aboutContent .results {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    color: #FC7E00;
    padding: 3% 0
}

.about .container .aboutMain .left-column .aboutContent h3 {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #163560
}

.about .container .aboutMain .left-column .aboutContent img {
    padding: 0 0 7%;
    margin: auto;
    max-width: 100%;
}

.about .container .aboutMain .left-column .aboutTitle .quote,
.about .container .aboutMain .left-column .aboutContent .quote {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 5% 5% 5% 0;
    place-items: center;
    align-items: start
}

.about .container .aboutMain .left-column .aboutTitle .quote {
    padding: 5% 5% 0 0
}

.mobi-img {
    display: none
}

.desktop-img {
    display: block
}

.about .container .aboutMain .left-column .aboutTitle .quote .quote-text,
.about .container .aboutMain .left-column .aboutContent .quote .quote-text {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #043260;
    padding-bottom: 0
}

.about .left-column .desktop-bttn {
    display: block
}

.about .right-column .mobi-bttn {
    display: none
}

.about .container .aboutMain .left-column .about-end,
.about .container .aboutMain .right-column .about-end {
    margin: 3em 0 10%
}

.about .container .aboutMain .left-column .about-end h2,
.about .container .aboutMain .right-column .about-end h2 {
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 34px;
    color: #163560
}

.about .container .aboutMain .left-column .about-end a,
.about .container .aboutMain .right-column .about-end a {
    font-family: 'Asap';
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFF
}

.about .container .aboutMain .left-column .about-end a button,
.about .container .aboutMain .right-column .about-end a button {
    border: 0;
    margin: 15px 0 0;
    padding: 0;
    background: #FC7E00;
    text-transform: none;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Asap';
    transition: all .3s ease-in-out;
    cursor: pointer;
    outline: none
}

.about .container .aboutMain .left-column .about-end button:hover,
.about .container .aboutMain .right-column .about-end button:hover {
    background: #E26B04
}

.about .container .aboutMain .right-column .moving-box {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 10% 10% 5%;
    margin-bottom: 15%;
    position: sticky;
    top: 120px
}

.about .container .aboutMain .right-column .moving-box h2 {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 22px;
    color: #FC7E00
}

.about .container .aboutMain .right-column .moving-box p {
    font-family: 'Roboto';
    font-size: 17px;
    line-height: 22px;
    color: #163560;
    margin: 20px 0
}

.about .container .aboutMain .right-column .moving-box .client-description {
    border-bottom: .75px solid #878787;
    padding-bottom: 30px
}

.about .container .aboutMain .right-column .desktop-img {
    text-align: center;
    margin-top: -15%
}

.desktop-break {
    display: block
}

.mobi-break {
    display: none
}

.quote img {
    width: 158px
}

@media (min-width: 300px) and (max-width: 750px) {
    .hero {
        background-position: bottom;
        display: grid;
        min-height: 75vh
    }

    .headerContainer {
        grid-template-columns: 1fr;
        padding: 0 40px 15vw;
        justify-items: center;
        row-gap: 1em
    }

    .aboutDivider {
        margin: 0
    }
}

.quote-mob {
    display: none
}

@media (max-width: 768px) {
    .quote {
        display: inherit !important
    }

    .quote-desk {
        display: none
    }

    .mobi-break,
    .quote-mob {
        display: block
    }

    .desktop-break {
        display: none
    }

    .container {
        padding-right: 40px;
        padding-left: 40px
    }

    .footer .container {
        padding-right: 20px;
        padding-left: 20px
    }

    .hero .headerContainer p,
    .aboutDivider .content p,
    .emSugo p,
    .emFeatures p,
    .serviceSect p {
        margin: 0 0 2em
    }

    .hero .headerContainer {
        padding-top: 5vh;
        padding-right: 25px;
        padding-left: 25px
    }

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

    .headerContainer button {
        margin: 0
    }

    .hero .headerContainer h2 {
        line-height: 35px;
        text-align: center !important;
        letter-spacing: -.01em
    }

    .hero .headerContainer p {
        text-align: center;
        font-size: 17px;
        line-height: 21px
    }

    .aboutDivider {
        padding: 10% 0
    }

    .aboutDivider .container .infoItems {
        grid-template-columns: 1fr;
        justify-content: center;
        column-gap: 10px;
        row-gap: 40px;
        max-width: 200px
    }

    .aboutDivider .container .infoItems .infoItem h2 {
        font-size: 25px;
        margin-left: 10px
    }

    .aboutDivider .container .infoItems .infoItem p {
        font-size: 15px;
        margin-left: 10px;
        line-height: 17px;
        margin-bottom: 5px
    }

    .aboutDivider .container .infoItems .infoItem p:first-child {
        margin-bottom: -1px;
        font-size: 12px
    }

    .about .container .aboutMain {
        grid-template-columns: none;
        grid-template-rows: auto auto;
        padding-bottom: 50px
    }

    .about .container .aboutMain .left-column {
        text-align: center
    }

    .about .container .aboutMain .left-column .aboutTitle {
        padding-bottom: 5%;
        border-bottom: 1px solid #163560;
        margin-bottom: 1.5em
    }

    .about .container .aboutMain .left-column .aboutTitle h2 {
        font-size: 33px;
        line-height: 38px
    }

    .about .container .aboutMain .left-column .aboutTitle p {
        font-size: 16px;
        line-height: 20px
    }

    .quote-text {
        font-size: 31px;
        line-height: 40px
    }

    .jet-desk,
    .paula-desk {
        display: none
    }

    .quote img {
        margin-bottom: 1em;
        width: 120px !important
    }

    .about {
        margin-top: 8vh
    }

    .about .container .aboutMain .left-column .aboutContent {
        padding-top: 5%
    }

    .about .container .aboutMain .left-column .aboutContent p {
        font-size: 17px;
        line-height: 25px
    }

    .about .container .aboutMain .left-column .aboutContent .results {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 1.5em
    }

    .about .container .aboutMain .left-column .aboutContent h3 {
        font-size: 17px;
        line-height: 25px
    }

    .about .container .aboutMain .left-column .aboutContent img {
        width: 100%
    }

    .about .container .aboutMain .left-column .aboutContent .quote {
        padding: 5% 0;
        grid-template-columns: 2fr 2fr
    }

    .desktop-img {
        display: none
    }

    .hero .mobi-img {
        display: block
    }

    .animated {
        justify-self: center;
        align-self: center
    }

    .about .container .aboutMain .left-column .aboutContent .quote .mobi-img {
        display: block;
        align-self: center;
        justify-self: center
    }

    .about .container .aboutMain .left-column .aboutContent .quote .quote-text {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 0;
        align-self: center;
        justify-self: center;
        margin-bottom: 1em
    }

    .about .left-column .desktop-bttn {
        display: none
    }

    .about .right-column .mobi-bttn {
        display: block;
        text-align: center;
        margin: 25% 0 10%
    }

    .about .container .aboutMain .right-column .about-end h2 {
        font-size: 30px;
        line-height: 34px
    }

    .about .container .aboutMain .right-column .about-end a {
        font-size: 17px;
        line-height: 28px
    }

    .about .container .aboutMain .right-column .moving-box {
        padding: 25% 10% 5%;
        position: inherit;
        top: 0
    }

    .about .container .aboutMain .right-column .moving-box h2 {
        font-size: 20px
    }

    .about .container .aboutMain .right-column .moving-box p {
        font-size: 14px;
        line-height: 19px;
        margin: 30px 0
    }

    .about .container .aboutMain .right-column .moving-box .client-description {
        padding-bottom: 30px
    }

    .about .container .aboutMain .right-column .mobi-img {
        text-align: center;
        margin-bottom: -20%
    }
}