* {
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #7c7c7c;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

a:focus {
    outline: none;
}

img {
    width: 100%;
}

ul,
ol {
    padding: 0;
    padding-left: 20px;
}

input,
select {
    background-color: #fbfbfb;
    border: 1px solid #d8dde3;
    border-radius: 4px;
    max-width: 620px;
    width: 100%;
    padding: 15px 10px;
    color: #888888;
    font-size: 14px;
    line-height: 17.07px;
    text-align: left;
    margin-top: 5px;
}

textarea {
    background-color: #fbfbfb;
    border: 1px solid #d8dde3;
    border-radius: 4px;
    max-width: 620px;
    width: 100%;
    padding: 15px 10px;
    color: #888888;
    font-size: 14px;
    line-height: 17.07px;
    text-align: left;
    margin-top: 5px;
}

input[type="file"] {
    display: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: 1px #028bc173 auto;
}

label {
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    font-weight: 500;
    padding-left: 10px;
    text-transform: uppercase;
}

label sub {
    color: #00a7e0;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

/* grid*/
.container-lg {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.container {
    margin: auto;
    width: 100%;
    padding: 0 20px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 920px;
        margin: auto;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .row {
        margin: auto;
    }
}

.col-12,
.col-md-2,
.col-md-4,
.col-md-8,
.col-md-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
}

.col-6 {
    position: relative;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-2 {
        ms-flex: 0 0 16.6666667%;
        flex: 0 0 16.6666667%;
        max-width: 16.6666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.6666667%;
        flex: 0 0 66.6666667%;
        max-width: 66.6666667%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

header {
    font-size: 16px;
    line-height: 19px;
    padding: 30px 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .left {
    display: flex;
    align-items: center;
}

header .left .Logo {
    color: #585858;
    font-weight: bold;
    margin-right: 30px;
    text-transform: uppercase;
}

header .menu {
    display: flex;
    padding: 0;
}

header .menu li {
    margin-right: 30px;
    list-style-type: none;
}

header a {
    color: #4e4e4e;
}

header img {
    max-width: 141px;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    header .menu {
        display: none;
    }
}

.banner {
    padding: 70px 0 60px;

}

.banner .salesforce {
    width: 100%;
    max-width: 250px;
    margin: 30px auto;
}

.banner .banner__academia img {
    width: 100%;
}

.banner p {
    font-size: 20px;
    line-height: 30px;
    max-width: 780px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.banner p:last-child {
    margin-bottom: 60px;
}

.banner .icon {
    max-width: 106px;
    margin: auto;
    margin-bottom: 10px;
}

.banner .block {
    background-image: linear-gradient(135deg, #028bc1 0%, #56ced6 100%);
    border-radius: 4px;
    padding: 54px 50px 38px;
    width: 100%;
}

.banner .icon img {
    width: 100%;
    object-fit: contain;
    height: 80px;
}

.banner .info {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}

.banner .row {
    margin-top: 60px;
}

.banner .col-12 {
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .banner p {
        font-size: 18px;
        line-height: 26px;
        max-width: 374px;
        text-align: center;
    }
}

.banner .salesforce__video .responsive-iframe {
    display: block;
    margin: 0 auto;
} 

.banner__two {
    background-image: linear-gradient(135deg, #028bc1 0%, #56ced6 100%);
    padding: 40px 0;
}

.banner__two p {
    color: #ffffff;
    font-weight: lighter;
    font-size: 35px;
    line-height: 50px;
    max-width: 940px;
    width: 100%;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
}

.loba__video {
    padding: 30px;
}

.loba__video .responsive-iframe {
    display: block;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .banner__two p {
        color: #ffffff;
        font-size: 25px;
        line-height: 35px;
        max-width: 374px;
        text-align: center;
    }
}

.details .icon {
    width: 80px;
    height: 80px;
}

.details .title {
    color: #00b0e4;
    font-size: 25px;
    letter-spacing: 6.4px;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

.details .info {
    color: #999999;
    font-size: 18px;
    line-height: 31px;
    max-width: 820px;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.details .detail {
    padding: 60px 0;
    border-bottom: 1px solid rgba(127, 143, 162, 0.3);
}

.details .detail:last-child {
    border-bottom: none;
}

@media (max-width: 991.98px) {
    .details .icon {
        margin: auto;
    }

    .details .title {
        text-align: center;
        margin-top: 20px;
    }

    .details .info {
        font-size: 18px;
    }
}

.registration {
    margin-top: 40px;
}

.registration .icon {
    width: 140px;
    height: 140px;
    margin: auto;
    margin-bottom: 30px;
}

.registration .title {
    color: #000000;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    font-weight: lighter;
    text-transform: uppercase;
}

.registration form {
    margin: 60px auto 80px;
    max-width: 620px;
    width: 100%;
}

.registration form .group:not(:first-child) {
    margin-top: 20px;
}

.registration form .group:last-child {
    margin-bottom: 40px;
}

.registration .file-name {
    color: #888888;
    font-size: 14px;
    line-height: 17.07px;
    text-align: left;
}

.registration .rgpd {
    display: flex;
}

.registration .rgpd input {
    width: 100px;
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    padding: 7px;
}

.registration .rgpd p {
    margin: 0;
}

.registration .rgpd a {
    color: #028bc1;
}

.registration .btn-submit {
    text-align: center;
    margin-top: 40px;
}

.registration input[type="submit"] {
    background: linear-gradient(180deg, #00b0e4 0%, #0097c4 99.92%);
    border-radius: 4px;
    max-width: 300px;
    width: 100%;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 21.94px;
    text-align: center;
    text-transform: uppercase;
    padding: 19px 0;
    border: none;
    font-weight: 900;
    cursor: pointer;
    margin: 40px auto 120px;
}

.apps {
    background-image: linear-gradient(135deg, #028bc1 0%, #56d6b8 100%);
    padding: 130px 0 70px;
}

.apps .title {
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    max-width: 780px;
    text-align: center;
    font-weight: lighter;
    margin: auto;
    margin-bottom: 52px;
}

.apps .app-image:hover {
    animation: fadeIn 5s linear;
    -moz-animation: fadeIn 5s linear;
    -webkit-animation: fadeIn 5s linear;
    -o-animation: fadeIn 5s linear;
}

@keyframes fadeIn {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

.apps .app-image img {
    max-width: 212px;
}

.apps .app-image img:hover {
    animation: spaceboots infinite 3s;
    -webkit-animation: spaceboots infinite 3s;
    -moz-animation: spaceboots infinite 3s;
    -o-animation: spaceboots infinite 3s;
    -ms-animation: spaceboots infinite 3s;
    opacity: 1;
}

@keyframes spaceboots {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.apps .more-info {
    margin: 43px auto 0;
}

.apps a {
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.apps a:hover {
    opacity: 0.7;
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .apps .col-6 {
        text-align: center;
        margin-bottom: 20px;
    }
}

.articles {
    padding: 120px 0;
}

.articles .row:not(:last-child) {
    border-bottom: 1px solid rgba(127, 143, 162, 0.3);
    padding-bottom: 40px;
}

.articles .row:not(:first-child) {
    padding-top: 40px;
}

.articles .title {
    color: #00a7e0;
    font-size: 35px;
    line-height: 50px;
    font-weight: lighter;
    margin-bottom: 50px;
}

.articles .title-article {
    color: #7c7c7c;
    font-size: 30px;
    line-height: 36.57px;
    max-width: 600px;
    width: 100%;
    text-align: left;
    margin-bottom: 27px;
}

.articles .btn-read a {
    color: #00a7e0;
    font-size: 12px;
    line-height: 14.63px;
    text-align: left;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease-in-out 0.2s;
}

.articles .btn-read a:hover {
    font-size: 20px;
    transition: all 0.3s ease-in-out 0.1s;
}

@media (max-width: 991.98px) {
    .articles .title-article {
        font-size: 24px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

footer {
    padding: 64px 0 89px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .info {
    color: #6e6e6e;
    font-size: 14px;
    line-height: 17.07px;
    text-align: left;
}

footer .logos {
    max-width: 300px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .logos img {
    max-width: 141px;
    width: auto;
    max-height: 60px;
    height: auto;
}

@media (max-width: 991.98px) {
    footer .container {
        display: block;
    }

    footer .logos {
        margin: auto;
        margin-top: 20px;
    }

    footer .info {
        text-align: center;
    }
}