@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
* {
    outline: solid 1px rgba(255, 0, 255, 0)
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h2 {
    font-size: 45px;
    /*font-size: 29px;*/
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 35px
    }
    h3 {
        font-size: 10px!important;
        white-space: nowrap
    }
}

h3 {
    font-size: 12px;
    white-space: nowrap
}

h3::before {
    display: inline-block;
    content: '';
    height: 14px;
    width: 2px;
    margin-right: 8px;
    background-color: #E41A38;
    vertical-align: middle
}

a {
    color: inherit;
    text-decoration: none
}

p {
    line-height: 18px;
    margin: 22px 0;
    max-width: 450px;
    text-align: justify
}

.main {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/main-bg-min.jpg);
    background-position: center top;
    background-size: cover;
    overflow: auto
}

.home {
    background-image: url(img/main-bg-min.jpg);
}

.actions {
    background-image: url(img/actions-bg-min.jpg);
}

.omnichannel {
    background-image: url(img/omnichannel-bg-min.jpg);
}

.main .side {
    position: relative;
    z-index: 1;
    width: 50%;
    min-height: 100vh;
    background-image: linear-gradient(rgba(45, 56, 69, 0.9), rgba(0, 0, 0, 0.9));
    /* background-image: linear-gradient(rgba(242, 242, 242, 0.7), rgba(255, 255, 255, 0.9)); */
    background-image: linear-gradient(rgba(242, 242, 242, 0.7), rgba(255, 255, 255, 0.6));
    padding: 2.1vw 8vw 0 8vw;
}

@media screen and (max-width: 1281px) {
    .main .side {
        width: 70%
    }
}

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

.main .side .logo img {
    /*width: 300px*/
    /* width: 30px; */
    width: 150px;
}

.main .side .logo span {
    font-family: 'Roboto', sans-serif;
    /* color: #fff; */
    color: #000;
    font-size: 19px;
    vertical-align: super;
    font-weight: 700;
    letter-spacing: 0.4px;
}

@media screen and (max-width: 480px) {
    /* .main .side .logo img { */
    /*width: 80%*/
    /* } */
}

.main .button {
    display: block;
    width: 200px;
    height: 60px;
    background-color: #fff;
    color: #4A4A4A;
    text-align: center;
    line-height: 60px;
    font-weight: 900;
    margin-top: 5vw;
    margin-bottom: 10vw;
    cursor: pointer
}

#my-widget-button {
    margin-top: 3vw;
    margin-bottom: 10vw
}

.widget-button-default-rectangle-my-widget-button {
    background-color: #E41A38 !important
}

footer {
    position: relative;
    width: 100%;
    font-size: 12px;
    padding-bottom: 20px
}

footer .footer-logo {
    padding: 2vw 0 2vw 0;
}

footer .footer-logo img {
    width: 100px;
    /* margin-bottom: 1vw */
}

footer .footer-text {
    display: flex;
    align-items: center;
    justify-content: space-between
}

footer a {
    display: inline-block
}

footer a:first-of-type {
    margin-right: 20px
}

footer a:hover {
    color: #E41A38
}

.title {
    margin-top: 1vw;
    margin-bottom: 2vw
}

.subtitle {
    margin-top: 5vw
}

.anim,
.anim1,
.anim2,
.anim3 {
    position: relative;
    width: 0px;
    overflow: hidden
}

.anim::after,
.anim1::after,
.anim2::after,
.anim3::after {
    display: block;
    content: '';
    position: absolute;
    background-color: #E41A38;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    animation: bg .5s ease-in forwards
}

.anim1 {
    animation: title1 .5s ease-in forwards;
    animation-delay: .3s
}

.anim1::after {
    animation-delay: .3s
}

.anim2 {
    animation: title2 .5s ease-in forwards;
    animation-delay: .5s
}

.anim2::after {
    animation-delay: .5s
}

.anim3 {
    animation: title3 .5s ease-in forwards;
    animation-delay: .9s
}

.anim3::after {
    animation-delay: .8s
}

@keyframes title1 {
    100% {
        width: 450px
    }
}

@keyframes title2 {
    100% {
        width: 400px
    }
}

@keyframes title3 {
    100% {
        width: 400px
    }
}

@keyframes bg {
    100% {
        width: 0%
    }
}

.someMenu {
    margin-top: 25px;
    font-size: 1.2em;
}

.someMenu a {
    /* margin-left: 25px; */
    margin-right: 50px;
}