@font-face {
     font-display:swap;
     font-family: HelveticaNeue;
     font-style: normal;
     font-weight: 600;
     src: url(../fonts/HelveticaNeueBold.ttf)
}
@font-face {
     font-display:swap;
     font-family: HelveticaNeue;
     font-style: normal;
     font-weight: 400;
     src: url(../fonts/HelveticaNeueMedium.ttf)
}
a,button,input{
    outline-color:#d6f0f8
}
.button{
    border:0;
    background-color:#a0ddef;
    padding:10px 30px;
    border-radius:15px;
    color:#00294c;
    font-weight:700;
    cursor:pointer;
    -webkit-transition:all .2s;
    transition:all .2s
}
.button:hover{
    background-color:#416f97;
    color:#a0ddef
}
.list{
    list-style:none
}
.list li{
    text-align:left
}
.list li img{
    max-width:100%
}
.DownloadBtn{
    text-decoration:none;
    font-weight:700;
    background-color:#a0ddef;
    padding:10px;
    border-radius:15px;
    font-size:14px;
    color:#00294c;
    -webkit-transition:all .2s;
    transition:all .2s
}
.DownloadBtn:hover{
    background-color:#416f97;
    color:#a0ddef
}
.BtnSeeMore{
    display:block;
    cursor:pointer;
    position:absolute;
    bottom:40px;
    text-decoration:none;
    color:#fff
}
.BtnSeeMore>p{
    text-transform:uppercase;
    margin-top:1rem;
    cursor:pointer
}
.BtnSeeMore div{
    border:1px solid #fff;
    width:50px;
    height:50px;
    border-radius:40px;
    position:relative;
    margin:0 auto
}
.BtnSeeMore div img{
    position:absolute;
    left:7px;
    top:16px
}
#MapGoogleFooter{
    width:100%;
    height:100%;
    margin:50px 0
}
.row{
    margin-left:0;
    margin-right:0
}
body{
    font-size:14px
}
h1{
    font-size:36px
}
h2{
    font-size:30px
}
h3{
    font-size:24px
}
h4{
    font-size:18px
}
h5{
    font-size:12px
}
h6{
    font-size:6px
}


@media screen and (max-width:767px){
    h1{
        font-size:28px
    }
    h2{
        font-size:26px
    }
    h3{
        font-size:22px
    }
    h4{
        font-size:20px
    }
    h5{
        font-size:18px
    }
    h6{
        font-size:16px
    }
}




p{
    line-height:1.42857143
}
.backdrop-wrapper__div{
    width:100%;
    height:100%;
    position:fixed;
    z-index:2;
    left:0;
    top:0;
    background-color:rgba(0,0,0,.85)
}
.modal-wrapper__div{
    position:fixed;
    z-index:3;
    background-color:#fff;
    width:75%;
    border:1px solid #ccc;
    -webkit-box-shadow:1px 1px 1px #000;
    box-shadow:1px 1px 1px #000;
    padding:16px;
    left:12.5%;
    top:10%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
    -webkit-animation:a 1.8s ease-in-out forwards;
    animation:a 1.8s ease-in-out forwards
}
.modal-wrapper__div>div{
    text-align:center
}
.modal-wrapper__div.\--closing{
    -webkit-animation:b 1s ease-out forwards;
    animation:b 1s ease-out forwards
}
@media (max-width:600px){
    .modal-wrapper__div{
        width:95%;
        top:5%;
        left:2.5%
    }
}
@-webkit-keyframes a{
    0%{
        opacity:0;
        -webkit-transform:translateY(-100%);
        transform:translateY(-100%)
    }
    50%{
        opacity:.4;
        -webkit-transform:translateY(90%);
        transform:translateY(90%)
    }
    to{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes a{
    0%{
        opacity:0;
        -webkit-transform:translateY(-100%);
        transform:translateY(-100%)
    }
    50%{
        opacity:.4;
        -webkit-transform:translateY(90%);
        transform:translateY(90%)
    }
    to{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@-webkit-keyframes b{
    0%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        opacity:.8;
        -webkit-transform:translateY(60%);
        transform:translateY(60%)
    }
    to{
        opacity:0;
        -webkit-transform:translateY(-100%);
        transform:translateY(-100%)
    }
}
@keyframes b{
    0%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        opacity:.8;
        -webkit-transform:translateY(60%);
        transform:translateY(60%)
    }
    to{
        opacity:0;
        -webkit-transform:translateY(-100%);
        transform:translateY(-100%)
    }
}
.HeaderDesktop .HeaderDesktop-Contact{
    background-color:#d1f1f8;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:2rem
}
.HeaderDesktop .HeaderDesktop-Contact,.HeaderDesktop .HeaderDesktop-Contact>div,.HeaderDesktop .HeaderDesktop-Contact>div a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.HeaderDesktop .HeaderDesktop-Contact>div a{
    color:#244d78;
    text-decoration:none;
    margin-left:1rem;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.HeaderDesktop .HeaderDesktop-Contact>div a>strong{
    margin:0 10px
}
.HeaderDesktop .HeaderDesktop-Contact>div a img{
    margin-top:-5px;
    position:relative;
    bottom:-2.5px
}
.HeaderDesktop .HeaderDesktop-Contact .HeaderDesktop-Contact-Social{
    width:6vw;
    position:absolute;
    right:20vw;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
@media (max-width:1380px){
    .HeaderDesktop .HeaderDesktop-Contact .HeaderDesktop-Contact-Social{
        width:11vw;
        right:13vw
    }
}
.HeaderDesktop .HeaderDesktop-Contact .HeaderDesktop-Contact-Social a{
    font-weight:700
}
.HeaderDesktop .HeaderDesktop-Navegation{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    background-color:#244d78;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
@media screen and (max-width:991px){
    .HeaderDesktop .HeaderDesktop-Navegation{
        -webkit-box-shadow:0 3px 20px 0 #1f4165;
        box-shadow:0 3px 20px 0 #1f4165
    }
}
.HeaderDesktop .HeaderDesktop-Navegation .HeaderDesktop-Navegation__logo{
    width:10%;
    margin-right:100px
}
.HeaderDesktop .HeaderDesktop-Navegation .HeaderDesktop-Navegation__logo>div{
    position:absolute;
    top:1.9rem;
    width:90px;
    height:100px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    z-index:1
}
.HeaderDesktop .HeaderDesktop-Navegation .HeaderDesktop-Navegation__menu{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:75%;
    overflow:hidden
}
@media screen and (min-width:991px) and (max-width:1430px){
    .HeaderDesktop .HeaderDesktop-Navegation .HeaderDesktop-Navegation__menu{
        width:100%!important
    }
}
.HeaderDesktop .HeaderDesktop-Navegation .HeaderDesktop-Navegation__menu>a{
    display:block;
    color:#fff;
    text-decoration:none;
    position:relative;
    padding:18px;
    -webkit-transition:all .2s;
    transition:all .2s
}
.HeaderDesktop .HeaderDesktop-Navegation .HeaderDesktop-Navegation__menu>a:not(.\--Active):hover{
    color:#c7d100
}
.HeaderDesktop .HeaderDesktop-Navegation .HeaderDesktop-Navegation__menu>a.\--Active{
    border-bottom:2px solid #bae000
}
.HeaderDesktop .HeaderDesktop-Navegation .HeaderDesktop-Navegation__menu>a:hover:after{
    content:"";
    background:#c8e43c;
    width:100%;
    position:absolute;
    top:57px;
    height:2px;
    left:0
}
.HeaderDesktop .HeaderDesktop-Navegation .HeaderDesktop-Navegation__download{
    border-radius:16px;
    border:3px solid #bae000;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:16px;
    line-height:14px;
    padding:10px!important;
    -webkit-transition:all .2s;
    transition:all .2s
}
.HeaderDesktop .HeaderDesktop-Navegation .HeaderDesktop-Navegation__download:hover{
    border-color:#fff
}
.HeaderDesktop .HeaderDesktop-Navegation__toggle{
    display:none;
    text-align:right;
    width:85%
}
.HeaderDesktop .HeaderDesktop-Navegation__toggle>div{
    padding:10px;
    border-radius:5px;
    display:inline-block;
    -webkit-transition:all .1s ease;
    transition:all .1s ease
}
.HeaderDesktop .HeaderDesktop-Navegation__toggle>div span{
    display:block;
    width:22px;
    height:2px;
    margin-bottom:5px;
    border-radius:1px;
    -webkit-transition:all .1s ease;
    transition:all .1s ease;
    background:#fff
}
.HeaderDesktop .HeaderDesktop-Navegation__toggle>div span:last-child{
    margin-bottom:0
}
.HeaderDesktop .HeaderDesktop-Navegation__toggle:hover div{
    border:1px dashed #fff
}
@media screen and (max-width:991px){
    .HeaderDesktop .HeaderDesktop-Navegation .HeaderDesktop-Navegation__menu>a.\--Active:after,.HeaderDesktop .HeaderDesktop-Navegation .HeaderDesktop-Navegation__menu>a:hover:after{
        content:none
    }
    .HeaderDesktop .HeaderDesktop-Navegation .HeaderDesktop-Navegation__menu>a.\--Active{
        background-color:#89b339;
        color:#244d78
    }
    .HeaderDesktop-Navegation__menu{
        padding:0!important;
        height:0!important;
        display:block!important
    }
    .HeaderDesktop-Contact{
        display:none!important
    }
    .HeaderDesktop-Navegation__toggle{
        display:inline-block!important;
        float:right;
        padding-top:5px
    }
    .HeaderDesktop-Navegation__logo{
        margin-right:0!important;
        float:left
    }
    .HeaderDesktop-Navegation__logo>div{
        top:0!important;
        height:54px!important;
        width:60px!important
    }
    .HeaderDesktop-Navegation__logo img{
        width:40px!important;
        height:40px!important
    }
    .HeaderDesktop-Navegation{
        display:block!important;
        position:fixed;
        top:0;
        width:100%;
        z-index:2;
        padding-top:10px;
        padding-bottom:10px
    }
    .HeaderDesktop-Navegation__download{
        text-align:center;
        padding:10px 0!important;
        border-radius:30px!important
    }
    .HeaderDesktop-Navegation__menu{
        width:100%!important;
        -webkit-transition:all .1s linear;
        transition:all .1s linear
    }
    .HeaderDesktop-Navegation__menu a{
        display:block!important;
        padding:20px;
        border:0;
        font-size:1rem
    }
    .HeaderDesktop-Navegation__menu.\--open{
        height:auto!important;
        padding:25px 0!important
    }
    .HeaderDesktop-Navegation__menu.\--close{
        height:0!important
    }
    .HeaderDesktop-Navegation{
        padding:5px
    }
}
@-webkit-keyframes c{
    0%{
        opacity:0
    }
    to{
        opacity:1
    }
}
 .Hero{
    background-color:#244d78;
    width:100%;
    height:calc(100vh - 86px);
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:50%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative
}
@media (max-width:992px){
    .Hero{
        height:600px
    }
}
.Hero>div{
    -webkit-animation:c .5s forwards;
    animation:c .5s forwards;
    text-align:center
}
@media (max-width:992px){
    .Hero>div{
        width:95%
    }
}
.Hero>div h1{
    text-transform:uppercase
}
.Hero>div h1,.Hero>div p{
    color:#fff;
    text-shadow:0 0 4px #000000 bd
}
.Hero>div p{
    margin-top:20px;
    font-size:24px
}
.IconMock{
    width:1rem;
    height:1rem;
    display:inline-block;
    -ms-flex-item-align:center;
    align-self:center;
    background:#add8e6
}
.PaddingSides{
    padding-right:12.5%;
    padding-left:12.5%;
    width:100%
}
.PaddingSides.\--WithTop{
    padding-top:120px
}
@media (max-width:992px){
    .PaddingSides.\--WithTop{
        padding-top:100px
    }
}
@media (max-width:480px){
    .PaddingSides.\--WithTop{
        padding-top:60px
    }
}
.PaddingSides.\--WithBottom{
    padding-bottom:120px
}
@media (max-width:992px){
    .PaddingSides.\--WithBottom{
        padding-bottom:100px
    }
}
@media (max-width:480px){
    .PaddingSides.\--WithBottom{
        padding-bottom:60px
    }
}
@media (max-width:1200px){
    .PaddingSides{
        padding-right:8.5%;
        padding-left:8.5%
    }
}
@media (max-width:992px){
    .PaddingSides{
        padding-right:46px;
        padding-left:46px
    }
}
@media (max-width:480px){
    .PaddingSides{
        padding-right:15px;
        padding-left:15px
    }
}
@media (max-width:480px){
    .PaddingSides.\--FullMobile{
        padding-right:0;
        padding-left:0
    }
}
.PaddingSides.\--WithoutSides{
    padding-right:0;
    padding-left:0
}
.Assistance{
    background-color:#fff;
    text-align:center;
    padding:50px 0
}
.Assistance h3{
    margin-bottom:2rem;
    text-transform:uppercase;
    color:#00294c
}
@media screen and (max-width:767px){
    .Assistance h3{
        margin-bottom:2rem
    }
}
.Assistance h3 span{
    font-weight:400;
    text-transform:capitalize
}
.Assistance .Assistance__telf{
    text-align:left;
    margin-bottom:15px
}
@media screen and (max-width:767px){
    .Assistance .Assistance__telf{
        padding:0 3px
    }
}
.Assistance .Assistance__telf p{
    font-weight:700;
    text-transform:uppercase
}
.Assistance .Assistance__telf a{
    text-decoration:none;
    -webkit-transition:all .2s;
    transition:all .2s
}
.Assistance .Assistance__telf a:hover{
    color:#c7d100
}
.Assistance .Assistance__telf a,.Assistance .Assistance__telf p{
    color:#00294c
}
@media screen and (max-width:1024px){
    .Assistance{
        padding:50px 25px
    }
}
@media screen and (max-width:400px){
    .Assistance{
        padding:50px 10px!important
    }
}
.Contact{
    background-color:#225177;
    padding:15px 0
}
.Contact form p{
    color:#fff;
    margin:15px 0;
    font-weight:700;
    text-align:center
}
.Contact form div{
    text-align:left;
    margin:7px 0
}
.Contact form label{
    width:100%;
    display:inline-block;
    color:#fff;
    font-weight:700
}
.Contact form input{
    width:100%;
    background-color:#3b668e;
    border:0;
    height:30px;
    padding:0 8px 4px 10px;
    color:#fff;
    padding-top:3px
}
.Contact form button{
    background-color:#00a3d4;
    border:0;
    padding:5px;
    color:#fff;
    cursor:pointer;
    margin-left:11px;
    margin-top:20px;
    -webkit-transition:all .2s;
    transition:all .2s
}
.Contact form button:hover{
    background-color:#c7d100c4
}
.Contact .Contact__item{
    text-align:left;
    margin-bottom:30px
}
.Contact .Contact__item:last-child{
    margin-bottom:0
}
.Contact .Contact__item h4{
    color:#00a3d4;
    margin-bottom:9px
}
.Contact .Contact__item a,.Contact .Contact__item p{
    color:#fff
}
.Contact .Contact__item a{
    margin-bottom:5px;
    display:inline-block;
    -webkit-transition:all .2s;
    transition:all .2s
}
.Contact .Contact__item a:hover{
    color:#c7d100c4
}
@media screen and (max-width:1024px){
    .Contact{
        padding:50px 25px
    }
    .Contact form button{
        padding:20px!important;
        margin-top:2rem!important
    }
    .Contact form p{
        font-weight:700!important;
        font-size:1.5rem;
        margin-bottom:3rem
    }
}
@media screen and (min-width:767px){
    .Contact{
        padding:25px
    }
}
@media screen and (max-width:767px){
    .Contact__item{
        margin-bottom:2rem
    }
    form>div>div{
        padding:0!important
    }
}
.Contact>div>div{
    padding:0!important
}
@media screen and (max-width:400px){
    .Contact{
        padding:50px 10px!important
    }
}
.LicensesAndModels{
    background-color:#fff;
    text-align:center;
    padding:50px 0
}
.LicensesAndModels h2,.LicensesAndModels h3,.LicensesAndModels h4,.LicensesAndModels p{
    color:#00294c;
    margin-bottom:30px
}
.LicensesAndModels h2{
    margin-bottom:50px
}
.LicensesAndModels h3{
    color:#00a3d4
}
.LicensesAndModels .license{
    padding:50px 30px 30px;
    background-color:#d4e7f3;
    position:relative;
    min-height:220px
}
@media screen and (max-width:767px){
    .LicensesAndModels .license{
        min-height:unset
    }
}
.LicensesAndModels .license h4,.LicensesAndModels .license p{
    color:#00294c
}
.LicensesAndModels .license h4{
    margin-bottom:15px
}
.LicensesAndModels .license .license__icon{
    position:absolute;
    top:-50px;
    left:calc(50% - 40px)
}
.LicensesAndModels .Models{
    padding:0
}
.LicensesAndModels .Models .model{
    padding:30px;
    text-align:center;
    margin-bottom:20px;
    min-height:200px
}
@media screen and (max-width:991px){
    .LicensesAndModels .Models .model{
        min-height:100px
    }
}
.LicensesAndModels .Models .model .model__line{
    width:40px;
    background-color:#000;
    height:1.2px;
    margin:0 auto;
    margin-bottom:15px
}
.LicensesAndModels .Models .model p{
    color:#00294c
}
.LicensesAndModels .ProfileBrands{
    margin-top:50px
}
@media screen and (max-width:991px){
    .LicensesAndModels .ProfileBrands{
        margin-top:2rem
    }
    .LicensesAndModels .ProfileBrands .ProfileBrands__tabs .tabsContent img{
        padding:10%
    }
}
.LicensesAndModels .ProfileBrands .ProfileBrands__tabs .tabsContent{
    margin-top:30px
}
.LicensesAndModels .ProfileBrands .ProfileBrands__tabs .tabsContent>div:not(.\--active){
    display:none
}
.LicensesAndModels .ProfileBrands .ProfileBrands__tabs .tabsContent>div.\--active{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-animation:c .5s forwards;
    animation:c .5s forwards
}
.LicensesAndModels .ProfileBrands .ProfileBrands__tabs{
    padding-top:2rem
}
.LicensesAndModels .ProfileBrands .ProfileBrands__tabs a{
    text-decoration:none;
    color:#225177;
    text-transform:uppercase;
    margin:0 20px;
    padding:10px 24px;
    -webkit-transition:all 1s ease;
    transition:all 1s ease;
    font-size:14px
}
.LicensesAndModels .ProfileBrands .ProfileBrands__tabs a.\--active{
    border:1px solid #225177
}
.Models .row:first-child .col-md-3:nth-child(odd) .model{
    background-color:#d4e7f3
}
.Models .row:first-child .col-md-3:nth-child(even) .model{
    background-color:#f4f4f4
}
.Models .row:nth-child(2) .col-md-3:nth-child(2n) .model{
    background-color:#d4e7f3
}
.Models .row:nth-child(2) .col-md-3:nth-child(odd) .model{
    background-color:#f4f4f4
}
@media screen and (min-width:1200px) and (max-width:1800px){
    .ProfileBrands__tabs a{
        font-size:15px!important;
        margin:0 10px!important;
        padding:10px 13px!important
    }
}
@media screen and (max-width:1000px){
    .LicensesAndModels .ProfileBrands .ProfileBrands__tabs a{
        padding:4px 6px
    }
}
.Modules{
    background-color:#d6f0f8;
    text-align:center;
    padding:50px 0
}
.Modules h2,.Modules h4,.Modules p{
    margin-bottom:15px;
    color:#00294c
}
.Modules h3{
    color:#00a3d4;
    margin-bottom:50px
}
.Modules .imageCol{
    padding:0!important
}
@media screen and (max-width:767px){
    .Modules .list>li{
        margin-top:1rem;
        margin-bottom:1rem
    }
}
.Modules img{
    max-width:100%
}
@media screen and (max-width:767px){
    .Modules img{
        max-width:60%
    }
}
.Trajectory{
    background-color:#d6f0f8;
    padding:50px 0
}
@media screen and (max-width:1024px){
    .Trajectory{
        padding:50px 25px
    }
}
@media screen and (max-width:400px){
    .Trajectory{
        padding:50px 10px
    }
}
.Trajectory h3,.Trajectory p{
    color:#00294c
}
.Trajectory h3{
    margin:0 0 15px;
    text-transform:uppercase
}
@media screen and (max-width:991px){
    .Trajectory h3{
        margin-top:15px!important
    }
}
.Trajectory img{
    max-width:100%
}
.MainFeatures{
    text-align:center;
    background-color:#fff;
    padding:50px 0
}
.MainFeatures .imageCol{
    text-align:center;
    padding:0!important
}
.MainFeatures h2,.MainFeatures h4,.MainFeatures p{
    margin-bottom:15px;
    color:#00294c
}
.MainFeatures h3{
    color:#00a3d4;
    margin-bottom:3rem
}
@media screen and (max-width:767px){
    .MainFeatures h3{
        margin-bottom:2.2rem
    }
}
.MainFeatures img{
    max-width:100%;
    height:auto
}
@media screen and (max-width:767px){
    .MainFeatures img{
        max-width:60%
    }
}
@media screen and (max-width:767px){
    .MainFeatures .list>li{
        margin-top:1rem;
        margin-bottom:1rem
    }
}
.MainFeatures .list img{
    max-width:100%
}
.Why{
    text-align:center;
    background-color:#d6f0f8;
    padding:50px 0
}
.Why.\--white{
    background-color:#fff
}
.Why h2,.Why p{
    margin:0;
    margin-bottom:15px;
    color:#00294c;
    display:block
}
.Why h2{
    margin-top:0
}
@media screen and (max-width:1024px){
    .Why{
        padding:50px 25px
    }
}
@media screen and (max-width:400px){
    .Why{
        padding:50px 10px
    }
}
.Exp{
    background-color:#00a3d4;
    padding:50px 0
}
.Exp h3,.Exp p{
    color:#fff
}
.Exp a{
    text-decoration:none;
    color:#225177;
    background-color:#c7d100;
    padding:15px 20px;
    border-radius:25px;
    text-transform:uppercase;
    font-weight:700;
    font-size:18px;
    -webkit-transition:all .2s;
    transition:all .2s
}
.Exp a:hover{
    background-color:#c7d100c4
}
.Exp h3{
    margin-bottom:10px
}
.Exp>div>div>div>div{
    text-align:left
}
@media screen and (max-width:1300px){
    .Exp a{
        font-size:12px
    }
}
@media screen and (max-width:1024px){
    .Exp{
        padding:50px 25px
    }
    .Exp a{
        margin-top:30px;
        display:inline-block
    }
}
@media screen and (max-width:400px){
    .Exp{
        padding:50px 10px!important
    }
}
@keyframes c{
    0%{
        opacity:0
    }
    to{
        opacity:1
    }
}
.Support{
    background-color:#244d78;
    background-image:url(../images/soporte2.png);
    width:100%;
    height:calc(100vh - 86px);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:50%
}
@media (max-width:992px){
    .Support{
        height:600px
    }
}
.Support>div{
    text-align:center;
    -webkit-animation:c .5s forwards;
    animation:c .5s forwards
}
.Support>div h1,.Support>div p{
    color:#fff;
    text-shadow:0 0 4px #000000bd
}
.Support>div p{
    margin-top:20px;
    font-size:24px
}
.Support>div:nth-child(2){
    position:absolute;
    bottom:40px
}
.Support>div:nth-child(2)>p{
    text-transform:uppercase;
    margin-top:1rem;
    cursor:pointer
}
.SupportAndAssistance{
    background-color:#d6f0f8;
    padding:50px 0;
    text-align:center
}
@media screen and (max-width:767px){
    .SupportAndAssistance{
        padding:50px 25px 0
    }
}
@media screen and (max-width:400px){
    .SupportAndAssistance{
        padding:50px 10px 0
    }
}
@media screen and (max-width:767px){
    .SupportAndAssistance div{
        margin-bottom:20px
    }
}
.SupportAndAssistance a,.SupportAndAssistance h1,.SupportAndAssistance h2,.SupportAndAssistance h3,.SupportAndAssistance p{
    color:#00294c;
    margin-bottom:4rem
}
@media screen and (max-width:767px){
    .SupportAndAssistance a,.SupportAndAssistance h1,.SupportAndAssistance h2,.SupportAndAssistance h3,.SupportAndAssistance p{
        margin-bottom:0
    }
}
.SupportAndAssistance h2{
    margin-bottom:15px
}
.SupportAndAssistance .SupportAndAssistance__item{
    text-align:left
}
.SupportAndAssistance .SupportAndAssistance__item>div>div:first-child{
    text-align:right
}
@media screen and (max-width:767px){
    .SupportAndAssistance .SupportAndAssistance__item>div>div:first-child{
        text-align:center
    }
}
.SupportAndAssistance .SupportAndAssistance__item>div>div img[src="../images/support-2.png"]{
    margin-top:3px
}
@media screen and (max-width:767px){
    .SupportAndAssistance .SupportAndAssistance__item>div>div img[src="../images/support-2.png"]{
        margin-top:0
    }
}
.SupportAndAssistance .SupportAndAssistance__item a,.SupportAndAssistance .SupportAndAssistance__item h3,.SupportAndAssistance .SupportAndAssistance__item p{
    display:inline-block;
    margin-bottom:10px
}
@media screen and (max-width:767px){
    .SupportAndAssistance .SupportAndAssistance__item a,.SupportAndAssistance .SupportAndAssistance__item h3,.SupportAndAssistance .SupportAndAssistance__item p{
        margin-bottom:10px
    }
}
.Tutorials{
    color:#00294c
}
.Tutorials .Tutorials__bg{
    background-image:url(../images/soporte-2.png);
    width:100%;
    background-size:cover;
    background-position:50%
}
@media screen and (max-width:1024px){
    .Tutorials .Tutorials__bg{
        height:500px
    }
}
@media screen and (max-width:767px){
    .Tutorials .Tutorials__bg{
        height:300px
    }
}
.Tutorials .Tutorials__items{
    padding:50px 30px;
    background-color:#fff
}
.Tutorials .Tutorials__items h2,.Tutorials .Tutorials__items p{
    margin-bottom:15px
}
@media screen and (max-width:767px){
    .Tutorials .Tutorials__items h4,.Tutorials .Tutorials__items p{
        margin-bottom:1.2rem;
        margin-top:1.2rem
    }
}
.Tutorials .Tutorials__items ul{
    padding-left:20px
}
.TutorialsVideos{
    background-color:#fff;
    text-align:center;
    color:#00294c;
    padding:50px 0
}
.TutorialsVideos h1{
    margin-bottom:15px
}
.TutorialsVideos .TutorialsVideos__items{
    margin-top:50px
}
.TutorialsVideos .TutorialsVideos__items .Video{
    text-align:left;
    margin-bottom:15px
}
@media (max-width:1023px){
    .TutorialsVideos .TutorialsVideos__items .Video{
        margin-bottom:50px
    }
}
.TutorialsVideos .TutorialsVideos__items .Video h3{
    margin-bottom:15px;
    -webkit-transition:all .2s;
    transition:all .2s
}
.TutorialsVideos .TutorialsVideos__items .Video h3:hover{
    color:#c7d100
}
.TutorialsVideos .TutorialsVideos__items .Video img{
    width:100px;
    height:100px;
    -webkit-transition:all .2s;
    transition:all .2s
}
.TutorialsVideos .TutorialsVideos__items .Video img:hover{
    -webkit-transform:scale(1.3);
    transform:scale(1.3)
}
@media (max-width:767px){
    .TutorialsVideos .TutorialsVideos__items .Video img{
        margin-bottom:50px;
        width:100%;
        height:auto;
        padding:0 12%
    }
    .TutorialsVideos .TutorialsVideos__items .Video img:hover{
        -webkit-transform:unset;
        transform:unset
    }
}
.TutorialsVideos .TutorialsVideos__items .Video h3,.TutorialsVideos .TutorialsVideos__items .Video img{
    cursor:pointer
}
.OwnVision{
    background-image:url(../images/empresa-2.png);
    width:100%;
    background-position:50%;
    background-size:cover;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.OwnVision>div{
    padding:50px 0
}
.OwnVision>div>div{
    text-align:left
}
.OwnVision>div>div h4{
    color:#fff;
    margin-bottom:15px;
    text-align:left;
    text-transform:uppercase
}
.OwnVision>div>div p{
    color:#fff
}
.OwnVision>div>div p.margin-bottom{
    margin-bottom:30px
}
@media screen and (max-width:1024px){
    .OwnVision{
        padding:0 25px
    }
    .OwnVision>div{
        padding-bottom:2rem;
        padding-top:2rem
    }
}
body{
    background:#FFF;
}

 .card-pricing.popular {
     z-index: 1;
     border: 1px solid #007bff
 }

 .card-pricing .list-unstyled li {
     padding: .5rem 0;
     color: #6c757d;
     font-weight: 300
 }

 .btn {
     border-radius: 1px;
     font-weight: 300
 }

 .hvr:hover {
     color: #fff;
     background-color: #007bff;
     border: 1px solid #007bff !important
 }









.rounded-lg {
    border-radius: 1rem !important
}

.text-small {
    font-size: 0.9rem !important
}

.pricing {
    color: #fff
}

.custom-separator {
    width: 5rem;
    height: 6px;
    border-radius: 1rem
}

.text-uppercase {
    letter-spacing: 0.2em
}

.btn-warning {
    color: #fff
}

.btn-warning:hover {
    color: #fff
}

body {
    background: #FFF;
    background: -webkit-linear-gradient(to right, #f8c246, #f8c246);
    background: linear-gradient(to right, #fff, #fff);
    color: #514B64;
    min-height: 150vh
}




























































