/*Fonts*/
@font-face {
    font-family: "Nunito-ExtraLight";
    src: url(/fonts/Nunito-ExtraLight.ttf);
}
@font-face {
    font-family: "Nunito-Light";
    src: url(/fonts/Nunito-Light.ttf);
}
@font-face {
    font-family: "Nunito-Regular";
    src: url(/fonts/Nunito-Regular.ttf);
}
@font-face {
    font-family: "Nunito-SemiBold";
    src: url(/fonts/Nunito-SemiBold.ttf);
}
@font-face {
    font-family: "Nunito-Bold";
    src: url(/fonts/Nunito-Bold.ttf);
}
@font-face {
    font-family: "Nunito-ExtraBold";
    src: url(/fonts/Nunito-ExtraBold.ttf);
}
@font-face {
    font-family: "Nunito-Black";
    src: url(/fonts/Nunito-Black.ttf);
}
/*Launch counter -- delete after launch*/
.launch-modal {
    text-align:center;
    max-width:700px;
    margin:auto;
}
.align-items-center { align-items: center; }
@media (max-width:360px){
    .launch-modal {
        top: 0;
        right:auto;
        padding-right: 0!important;
        width: 310px;
        margin: auto;
        left: 50%;
        margin-left: -155px;
    }
}
.launch-modal h1{
    font-family: "Nunito-SemiBold";
    font-size:23px;
    font-weight:300;
    color:#000;
    margin-bottom:10px;
}
.launch-modal h2{
    font-family: "Nunito-Regular";
    font-size:20px;
    font-weight:300;
    color:#000;
    margin-bottom:25px;
}
.launch-modal p{
    font-family: "Nunito-Light";
    font-size:16px;
    font-weight:300;
    color:#000;
    margin-bottom:10px;
}
.launch-modal p b{
    font-family: "Nunito-SemiBold";
}
.launch-modal .modal-body{
    padding:0 20px 20px;
}
.launch-modal .modal-body .btn{
    margin-top: 15px;
}
.time_circles-container{
    width: 280px;
    margin:auto;
    height: 100%;
    position:relative;
    margin-bottom:20px;
}
.time_circles-container .clocks{
    width: 100%;
    width: 280px;
    height: 125px;
}
.time_circles {
    text-align:center;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-size:22px!important;
    font-weight: 400;
    color:#333!important;
    line-height:1!important;
}
.time_circles > div > h4 {
    margin: 0px;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size:12px!important;
    color:#333!important;
    font-weight: 400;
}
.gdc-modal{
    text-align:center;
    overflow-y: hidden;
}
.gdc-modal h2{
    font-size:23px;
    font-weight:300;
    color:#000;
    margin-bottom:25px;
}
.gdc-modal p{
    font-size:14px;
    font-weight:300;
    color:#000;
    margin-bottom:15px;
}

/*General*/
html{
    scroll-behavior: smooth;
}
body {
    color: #696969;
    font-size: 14px;
    font-family: 'Fredoka', sans-serif;
    overflow-x: hidden;
    min-width: 360px;
}
a {
    color: #eb7247;
    text-decoration:none;
}
.clearfix{
    clear:both;
}
p{
    font-size: 17px;
    color: #696969;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 400;
}
input[type=checkbox], input[type=radio] {
    margin-top:1px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.round-style{
    list-style:initial;
    padding-left: 15px;
}
*, :after, :before {
    box-sizing: border-box;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.container img, .container-fluid img{
    max-width: 100%;
}

/*Buttons*/
.btn{
    font-family: 'Fredoka', sans-serif;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 15px;
    /* box-shadow: 0 4px 10px rgb(0 0 0 / 7%); */
}

.btn-orange{
    background-color: #e94e1e;
    border-color: #e9582b;
    position:relative;
    color: #fff;
text-transform: uppercase;font-weight: 600;padding: 15px 20px;letter-spacing: 1px;font-size: 20px;}
.btn-primary{
    background-color:#f27241;
    border-color:#f27241;
    position:relative;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus{
    background-color: #f272419e;
    border-color: #f27241;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary{
    background-color: #f272419e;
    border-color: #f27241;
    color: #fff;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover{
    background-color: #b7b7b7;
    border-color: #b7b7b7;
}
.btn-outline{
    background:transparent;
    border-color:#00586A;
    color:#00586A;
    border-radius: 35px;position:relative;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline:active:hover,
.btn-outline:active:focus{
    background:#1B82AF;
    color:#fff;
    border-color:#1B82AF;
}
.btn-white-outline{
    background:transparent;
    border-color:#E0E0E0;
    color:#777;
    position:relative;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline:active{
    background:#f9f9f9;
    color:#444;
    border-color:#ddd;
}
.btn-white{
    border-color: #fff;
    color: #39A9DA;
    background-color: #fff;
}
.btn-outline.btn-white{
    border-color: #fff;
    color: #fff;
    background-color:transparent;
}
.btn-chevron{
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
}
.btn-chevron img,
.bton-chevron svg{
    margin-left: 15px;
    height: 30px;
    fill: #fff;
}
.btn-chevron.right img,
.btn-chevron.right svg{
    margin-right:15px;
    margin-left: 0;
}
.btn-search{
    line-height:1;
    margin-top: -5px;
}
.btn-search img{
    width: 20px;
}
.btn-lg {
    padding: 14px 25px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width:991px){
    .btn {
        padding: 10px 25px;
        font-size: 16px;
    }
    .btn-chevron img,
    .bton-chevron svg{
        margin-left: 10px;
        height: 24px;
    }
}
@media screen and (max-width:576px){
    .btn-lg{
        padding: 13px 20px;
        font-size:16px;
    }
}
.btn-md {
    font-size: 16px;
    padding: 10px 25px;
    line-height: 22px;
}
.btn-sm {
    font-size: 14px;
    padding: 4px 15px;
    line-height: 18px;
}
.btn-xs {
    font-size: 12px;
    padding: 4px 10px;
    line-height: 14px;
}
.btn-coop{
    padding:8px 10px;
}
.btn-coop small{
    display: block;
    font-size:11px!important;
    line-height: 1!important;
}
.text-link{
    color: #53b0ad;
    margin-bottom: 10px!important;
}
.text-link a{
    color: #53b0ad;
    text-decoration: underline;
}
/*Typography*/
.cursive{
    font-style:italic;
}
.light{
    font-weight:300!important;
}
.regular{
    font-weight:400!important;
}
.bold{
    font-weight:600!important;
}
.bold{
    font-weight:700!important;
}

.pretitle{
    font-size: 18px;
    color:#333;
    margin:0;
    letter-spacing: -1px;
    font-weight:600;
}
.titles{
    font-family: "Nunito-Regular";
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    color: #444;
}
.sub-titles {
    font-family: "Nunito-Regular";
    font-size: 28px!important;
    font-weight: 300;
    text-align: center;
    color: #444!important;
}
@media (max-width:576px){
    .titles {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .sub-titles {
        font-size: 20px!important;
    }
}

.disp-flex{
     display: flex;
}

.max-1200{
    max-width: 1200px;
}

.white{
    color: #fff;
}

/*margin & padding*/
.my-0{
    margin:0!important;
}
.mt-0{
    margin-top:0!important;
}
.mt-10{
    margin-top:10px!important;
}
.mt-15{
    margin-top:15px!important;
}
.mt-20{
    margin-top:20px!important;
}
.mt-25{
    margin-top:25px!important;
}
.mt-30{
    margin-top:30px!important;
}
.mt-40{
    margin-top:40px!important;
}
.mt-50{
    margin-top: 50px!important;
}
.mt-60{
    margin-top: 60px!important;
}
.mt-80{
    margin-top: 80px!important;
}
.mt-100{
    margin-top: 100px!important;
}
.mb-0{
    margin-bottom:0!important;
}
.mb-10{
    margin-bottom:10px!important;
}
.mb-15{
    margin-bottom:15px!important;
}
.mb-20{
    margin-bottom:20px!important;
}
.mb-25{
    margin-bottom:25px!important;
}
.mb-30{
    margin-bottom: 30px!important;
}
.mb-40{
    margin-bottom: 40px!important;
}
.mb-50{
    margin-bottom: 50px!important;
}
.mb-60{
    margin-bottom: 60px!important;
}
.mb-80{
    margin-bottom: 80px;
}
.py-0{
    padding: 0!important
}
.pt-0{
    padding-top: 0!important;
}

.pt-20{
    padding-top:20px!important;
}
.pt-25{
    padding-top:25px!important;
}
.pt-30{
    padding-top:30px!important;
}
.pt-40{
    padding-top:40px!important;
}
.pt-50{
    padding-top: 50px!important;
}
.pt-80{
    padding-top: 80px!important;
}
.pt-100{
    padding-top: 100px!important;
}


.pb-0{
    padding-bottom: 0!important;
}
.pb-40{
    padding-bottom: 40px!important;
}

.pb-100{
    padding-bottom: 100px!important;
}
.px-0{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.pl-30{
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.padd-80{
    padding-top:80px;
    padding-bottom:80px;
}


.fs-12{
    font-size: 12px !important;
}
.fs-14{
     font-size: 14px !important; 
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-20{
    font-size: 20px !important;
}
.fs-22{
    font-size: 22px !important;
}
.fs-24{
    font-size: 24px !important;
}
.fs-26{
    font-size: 26px !important;
}
.fs-28{
    font-size: 28px !important;
}
.fs-30{
    font-size: 30px !important;
}
.fs-32{
    font-size: 32px !important;
}
.fs-34{
    font-size: 34px !important;
}
.fs-36{
    font-size: 36px !important;
}

@media (min-width:768px) and (max-width:991px){
    .mt-sm-80 {
        margin-top:80px;
    }
}
@media screen and (max-width:991px){
    .mt-60-wp{
        margin-top:60px!important;
    }
    .fix-margin-sm{
        margin-top:60px;
        margin-bottom:0!important;
    }
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #bb5731;
    border-color: #bb5731;
}
.pagination>li>a,
.pagination>li>span {
    color: #666;
}

a.linkUser {
    float: left;
    width: 60px;
    height: 60px;
    padding: 15px;
    margin: 0;
    margin-left: 0;
    border-radius: 0;
    border-right: solid 1px #fff;
}

a.linkUser svg path{fill: #fff;}


/*Select2*/
.format-select2{
    position: relative;
}
.format-select2:before{
    content:"";
    border:none;
    height: 8px;
    width: 30px;
    right: 2px;
    background-color: #fff;
    padding-right: 0px;
    position: absolute;
    bottom: 21px;
    z-index: 99;
    background-image: url('/img/caret-down.svg');
    background-size: contain;
    background-position:center center;
    background-repeat: no-repeat;
}
.with-search.format-select2:before{
    right:63px;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 15px;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border:none;
    height: 8px;
    width: 15px;
    left: 50%;
    margin-left: -14px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    background-image: url('/img/caret-down.svg');
}
.select2.select2-container .select2-selection--single .select2-selection__clear{
    display: none!important;
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}

/*Tables*/
.table-head{
    padding: 40px 0;
}
.table-head .title-table{
    color: #333;
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 300;
    margin:0;
    position: relative;
}
.table-head .title-table.tt-lg{
    font-size: 34px;
}
.table-head .title-table.tt-lg b{
    font-size: 50px;
    font-weight: 700;
    top: 6px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .table-head{
        text-align: center;
        padding: 30px 0;
    }
    .table-head .title-table.tt-lg{
        font-size: 32px;
    }
    .table-head .title-table.tt-lg b{
        display: block;
        font-size: 60px;
        top: 0;
    }
}
.table-head .input-group{
    margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
    .table-head .input-group{
        margin: 30px 0 0;
    }
}
.table>tbody>tr>td,
.table>tfoot>tr>td{
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.table>thead>tr>th {
    padding: 7px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.table>tbody>tr>td{
    vertical-align: middle;
}
.table>tbody>tr>td .btn{
    float: right;
    margin: 0;
    padding: 6px 10px;
    font-size: 13px;
}
.table-footer{
    padding: 20px 0;
}
.table-footer .pagination {
    margin: 0;
}
.table-footer .qty-pages{
    text-align: right;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #333;
    margin:5px 0;
}
@media screen and (max-width: 767px) {
    .table-footer,
    .table-footer .qty-pages{
        text-align: center;
    }
}
@media screen and (max-width: 576px) {
    .table {
        border: 0;
    }
    .table caption {
        font-size: 1.3em;
    }

    .table thead {
        border: none;
        border-top:1px solid #ddd;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .table td {
        border-top:0!important;
        display: block;
        font-size: .8em;
        padding: 8px!important;
        text-align: right;
    }
    .table td::before {
        content: attr(data-label);
        float: left;
        font-weight: 400;
        font-size: 12px;
        top: 3px;
        position: relative;
        text-transform: uppercase;
    }

    .table td:last-child {
        border-bottom: 0;
    }
    .table>tbody>tr>td .btn{
        float: none;
    }
}
.table.table-sm>tbody>tr>td,
.table.table-sm>thead>tr>th {
    padding: 10px 5px;
    font-size: 14px;
}
.table.table-sm>thead>tr>th{
    font-weight:400;
}
.table-with-avatar>tbody>tr>td{
    padding:10px;
}
.table-img{
    height:40px;
    width:40px;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    border:1px solid #ddd;
    margin-right:5px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:767px){
    div.dataTables_wrapper div.dataTables_info{
        white-space: normal!important;
    }
}
/*Backgrounds & Colors*/
.bg-white{
    background-color: #ffffff;
}
.bg-grey{
    background-color: #f5f5f5;
}

.bg-rose{
    background-color: #fee1e3;
}
.bg-blue-gradient{
    background: linear-gradient(45deg,#04C3A4,#264C8A);
}
.bg-blue{
    background-color: #0086a7;
}


/* Titulos*/

.title-50{
    font-size: 50px !important;
    font-weight: 300;
}

.title-45{
    font-size: 45px !important;
}

.title-40{
    font-size: 40px !important;
}

.title-35{
    font-size: 35px !important;
}

.title-32{
    font-size: 32px !important;
}

.title-30{
    font-size: 30px !important;
}


.text-16{
    font-size: 16px !important;
}

/*Forms*/
.ai-forms .form-group{
    margin-bottom:30px;
    /* max-width:500px; */
}
.ai-forms input.form-control,
.ai-forms select.form-control,
.ai-forms textarea.form-control{
    font-weight:300;
    color:#000;
    font-size:24px;
    margin:auto;
    background:transparent;
    border:0;
    padding:0;
    border-radius:0;
    border-bottom:1px solid #868686;
    box-shadow:none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.ai-forms textarea.form-control{
    min-height: 50px;
}
.ai-forms .input-group-btn .btn{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: -4px;
}
.ai-forms.text-center .form-control{
    text-align:center;
}
.ai-forms select.form-control option{
    font-weight:300;
}
.gdc-form .input-group-lg>.form-control,
.gdc-form .input-group-lg>.input-group-addon,
.gdc-form .input-group-lg>.input-group-btn>.btn {
    height: 50px;
}
.gdc-form .form-control,
.gdc-form .select2-container .select2-selection--single{
    height: 50px;
    border-radius: 0;
    border:1px solid #C9C6BF;
    color: #333;
    font-size: 16px;
    box-shadow: none;
    text-align: left;
}
.gdc-form .select2-container .select2-selection--single .select2-selection__rendered{
    height: 50px;
    padding: 12px 14px;
}
.gdc-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 0px;
    right: 1px;
    width: 20px;
}
.gdc-form .select2-search--dropdown .select2-search__field {
    padding: 10px;
}
.form-et .btn{
    height: 50px;
    line-height: 2;
    margin-bottom:0;
}
.form-et .preload{
    position: absolute;
    right: -45px;
    top: 4px;
}
.form-et .btn-search{
    border-radius:0!important;
}

.gdc-form label{
    color: #333;
    margin-bottom: 2px;
    display: block;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.gdc-form textarea.form-control{
    height:auto;
}

.label-search{
    font-size:18px!important;
    margin-bottom:30px!important;
}
@media screen and (max-width:767px){
    .label-search{
        text-align:center;
    }
}
.or{
    margin:30px 0;
    text-align:center;
}
.or span{
    position:relative;
    padding:0 2px;
    font-size:18px;
    font-weight:300;
}
.or span:after,
.or span:before{
    content:"";
    position:absolute;
    border-top:1px solid #A7A7A7;
    width:15px;
    top:13px;
}
.or span:after{
    right:-20px;
}
.or span:before{
    left:-20px;
}

/*Containers*/
.container.fluid{
    max-width:1200px;
    width:100%;
}
.loading-container{
    padding:30px;
    text-align:center;
}
.loading-container img{
    width: 100px;
}
.block-internal-content{
    padding: 60px 0;
    position: relative;
}
.block-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 991px){
    .block-content {
        margin-top:0;
        margin-bottom: 0;
        flex-wrap: wrap;
    }
}
.block-content.right-img {
    flex-direction: row-reverse;
}
@media (max-width:991px){
    .block-content.reverse-img .block-img {
        order:2;
    }
}
.block-content .block-img {
    position:relative;
}
@media only screen and (max-width: 991px){
    .block-content .block-img {
        text-align:center;
        margin-bottom:60px;
    }
}
.block-highlight{
    padding: 30px 0;
    text-align: center;
}

/*Modal*/
@media (min-width: 768px){
    .modal-dialog {
        margin: 100px auto;
    }
}
@media (max-width: 992px){
    .modal-dialog {
        margin: 40px auto;
    }
}
.modal-header {
    border:0;
    position:relative;
}
.modal-header .close {
    position:absolute;
    right:10px;
    top:10px;
    font-size:25px;
}
.modal-footer{
    border:0;
}
.modal-lg {
    width: 900px;
    margin:auto;
}
@media (max-width: 992px){
    .modal-lg {
        width:100%;
        max-width:740px;
    }
}
@media (max-width: 767px){
    .modal-lg {
        max-width:540px;
    }
}
.modal-lg .modal-dialog{
    width: 100%
}
/*Cookies*/
.tplis-cl-cookies{
    bottom: 0;
    right: inherit;
    left: 0;
    position: fixed;
    z-index: 300;
}
.tplis-cl-cookies .dialog{
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    position: relative;
    color: #303030;
    border-radius: 6px;
    max-width: 320px;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 4px 4px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.08);
    cursor: default;
    opacity: .98;
    font-size: 0;
    line-height: 1.3;
    background: #f9fafc;
    margin: 20px;
    overflow: hidden;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.75s, height 0s;
    transition: all 0.75s, height 0s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 1.37, 0.44, 0.93);
    transition-timing-function: cubic-bezier(0.25, 1.37, 0.44, 0.93);
    -webkit-tap-highlight-color: transparent;
}
.tplis-cl-cookies .dialog .close {
    padding: 8px;
    margin: 5px;
    background: #292f38;
    position: absolute;
    border-radius: 40px;
    font-size: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.35s, background 0.15s;
    transition: opacity 0.35s, background 0.15s;
    opacity: 0;
    z-index: 10;
}
.tplis-cl-cookies .dialog .close:before,
.tplis-cl-cookies .dialog .close:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 3px;
    top: 7px;
}
.tplis-cl-cookies .dialog .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tplis-cl-cookies .dialog:hover .close {
    opacity: 0.2;
}

.tplis-cl-cookies .dialog .close:active {
    background: #db4433;
}
.tplis-cl-cookies .dialog .close:hover,
.tplis-cl-cookies .dialog .close:active {
    opacity: 1;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1);
    transition: opacity 0.35s,-webkit-transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1);
    transition: opacity 0.35s,transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1);
    transition: opacity 0.35s,transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1),-webkit-transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tplis-cl-cookies .dialog .dialogContent {
    padding: 20px;
}
.tplis-cl-cookies .dialog .avatar {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
}
.tplis-cl-cookies .dialog .avatar+.text {
    width: calc(100% - 60px);
    margin-left: 60px;
}
.tplis-cl-cookies .dialog .text {
    font-size: 14px;
}
.tplis-cl-cookies .button-container{
    margin-top:10px;
    text-align:center;
}
.tplis-cl-cookies .btn-cookie{
    color:#fff;
    background: #949ba9;
}
.tplis-cl-cookies .btn-cookie:hover,
.tplis-cl-cookies .btn-cookie:active,
.tplis-cl-cookies .btn-cookie:focus,
.tplis-cl-cookies .btn-cookie:active:focus{
    color:#fff;
    background:#0badf5;
}
@media (max-width: 440px){
    .tplis-cl-cookies .dialog {
        margin: 10px;
        max-width: 100%;
    }
}
@media screen and (max-width:400px){
    .tplis-cl-cookies .dialog {
        margin: 0;
        width: 100%;
        border: 0;
        border-radius: 0;
    }
    .tplis-cl-cookies .dialog .dialogContent {
        padding: 15px;
        text-align: center;
    }
    .tplis-cl-cookies .dialog .avatar {
        width: 35px;
        height: 35px;
        position:relative;
        top:auto;
        margin-bottom: 5px;
    }
    .tplis-cl-cookies .dialog .avatar+.text{
        width:100%;
        margin-left:inherit;
    }
    .tplis-cl-cookies .dialog .text p{
        font-size: 13px;
        text-align: center;
    }
    .tplis-cl-cookies .btn-cookie {
        margin: auto;
        display: inherit;
    }
}


/*Menu*/
.header {
    background-color: transparent;
    height: 61px;
    border-bottom:1px solid rgba(255,255,255,0.3);
    position: sticky;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background:none;
}
.header-wrapper {
    width: 100%;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.navbar {
    position: relative;
    min-height: 0;
    margin-bottom: 0;
    border: none;
    padding: 0;
    border-radius:0
}
.navbar-brand,
.navbar-brand-scroll {
    height:auto;
    padding:8px 15px;
}
.navbar-brand img,
.navbar-brand-scroll img {
    height: 60px;
    margin-top: -20px;
    margin-bottom: -15px;
    }
.nav li a {
    color:#fff;
    font-size:14px;
    font-weight:600;
    line-height:1;
    padding:20px 18px;
}
.nav > li > a {
    height:59px;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover{
    background-color: #ff7d4b;
}
.nav li a:hover,
.nav li a:focus,
.nav li a:active{
    background-color: transparent;
}
.navbar .dropdown-menu{
    background-color: #73b9b9;
    border-bottom: 5px solid #23364B;
    border:0;
    border-radius: 0 0 40px 40px;
    box-shadow: none;
    min-width: 180px;
    padding: 0;
    margin:0;
    margin-top: 1px;
}
.navbar .dropdown-menu ul{
    padding:10px 0;
}
.navbar .dropdown-menu ul li a{
    padding: 11px 18px;
    color: #fff;
    font-weight: 400;
    text-align: right;
    display: block;
    font-size: 16px;
}
.header .navbar-brand-scroll{
    display: none;
}
.header.active{
    background-color: #f27241;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
border-bottom: 1px solid rgb(237 112 73);}
.header.active .navbar-brand{
    display: none;
}
.header.active .navbar-brand-scroll{
    display: initial;
}
.navbar .navbar-collapse{
    float: right;
}
.btn-header{
    font-size: 25px;
    width:50px;
    line-height: 1;
    padding: 12px 15px;
    background: #fff;
}
.btn-header .fa-reorder {
    color: #29B1AF;
}
.side-right{
    position: fixed;
    background: #0000008a!important;
    top: 0;
    z-index: 999;
    overflow: auto;
    height: 100%;
    border: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
}
.side-right .menu-content{
    max-width: 320px;
    float: right;
    background: #fff;
    height: 100%;
}
.side-right .menu-content .side-brand{
    display: block;
    text-align: center;
    padding: 20px;
}
.side-right .menu-content .side-brand img{
    max-width: 120px;
}
.side-right .menu-content .side-brand b{
    display: block;
    font-weight: 300;
    color: #333;
    font-size: 18px;
    margin-top: 12px;
}
.side-right .menu-content ul li a{
    line-height: 20px;
    padding: 0px 10px;
    display: block;
    background-color: transparent;
    color: #40859B;
    font-size: 16px;
    font-weight: 700;
    text-align:center;
    text-decoration:none;
}
.side-right .menu-content li{
    padding:15px;
}
.side-right .menu-content li:hover{
    background-color: #29B1AF;
}
.side-right .menu-content li:hover a{
    color:#fff;
}

/*Menu idioma y login*/

    float: right;
}
> ul > li{
    border-left:1px solid rgba(255,255,255,0.3);
}
.header.active > ul > li{
    border-left:1px solid rgba(0,0,0,0.05);
}
.navbar-right{
    margin: 0;
}
ul.nav.navbar-nav li.dropdown-user > a{
    padding-top: 18px!important;
    padding-bottom: 18px!important;
    text-transform: inherit;
}
.dropdown-user > a .username{
    text-transform: inherit;
    vertical-align: middle;
    display: inline-block;
}
.dropdown-user.open > a,
.dropdown-user.open > a:hover,
.dropdown-user.open > a:visited,
.dropdown-user.open > a:active{
    background-color: #40859b!important;
}
.dropdown-user .menu-avatar {
    height:24px;
    width: 24px;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
    overflow: hidden;
    margin-right:3px;
    display: inline-block;
    vertical-align: middle;
}

.nav li a.lang-selected{
    display: block;
    text-transform: inherit;
    font-family: "Nunito-SemiBold";
    padding:22px 12px;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.header.active .nav li a.lang-selected{
    color: #fff;
}
.nav li a.lang-selected > span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.lang-contain.dropdown-menu {
    width: 400px;
    padding:0;
    height: auto;
    left: inherit;
    right: 0px;
    background-color: #ff7d4b;
    border-bottom: 5px solid #f16630;
    position: absolute;
    /* margin-top: 1px; */
    z-index: 999999999999999;
}
.header.active .nav li a:hover.lang-selected,
.header.active .nav li a.lang-selected{
    color:#fff;
}
.link-login > a{
    padding:18px 13px!important;
}
.link-login > a > svg{
    width: 24px;
}
.link-login > a > svg path{
    fill:#fff;
}
.header.active .link-login > a > svg path{
    fill: #fff;
}
.header.active .link-login > a:hover > svg path,
.link-login > a:hover > svg path{
    fill:#fff;
}
.lang-contain.dropdown-menu >ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    z-index: 9999999999999999999999999;
}
.lang-contain.dropdown-menu >ul li{
    cursor:pointer;
    line-height:1.3;
}
.lang-contain.dropdown-menu >ul li a{
    padding:8px 12px!important;
    font-size: 14px;
    text-transform: inherit;
}
.lang-contain.dropdown-menu >ul li a:hover,
.lang-contain.dropdown-menu >ul li a:focus{
    background-color: #ff966d;
}

/*Menu principal*/
.navbar-menu{
    float:right;
}
.exo-menu{
    width: 100%;
    float: left;
    list-style: none;
    position:relative;
}
.exo-menu > li {
    display: inline-block;
    float:left;
    position: relative;
}
.exo-menu > li.start > a > i{
    display: none;
}
.exo-menu > li > a{
    font-family: "Nunito-SemiBold";
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    padding:17px 15px;
    font-size:18px;
    display:block;
}
.header.active .exo-menu > li > a{
    color: #fff;
}
.exo-menu > li > a > img{
    display: inline-block; vertical-align: sub; margin-right: 5px; width: 30px; height: auto;
}
.header.active .exo-menu > li > a > img{
    filter: invert(0.75);
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
.exo-menu > li > a:focus,
.header.active .exo-menu > li > a.active,
.header.active .exo-menu > li > a:hover,
.header.active .exo-menu > li > a:focus{
    color:#fff;
    /* background: linear-gradient(45deg,#AFCA14,#39A9DA); */
    background-color: #ff7d4b;
}

.exo-menu .dropdown.open>a,
.exo-menu .dropdown.open>a:focus,
.exo-menu .dropdown.open>a:hover {
    background-color: #73b9b9;
}
.drop-down .dropdown-menu ul{
    min-width:260px;
}
.drop-down .dropdown-menu ul li a{
    text-align:left;
}
h4.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 16px;
    padding-top: 15px;
    text-transform: inherit;
    font-weight:bold;
}
h4.mega-title a{
    color:#fff;
}
.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display:none;
    padding-top: 0;
}
.mega-menu ul li a {
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    color:#fff;
}
ul.stander li a {
    padding: 3px 0px;
}
.mega-menu-wrap{
    background-color: #73b9b9;
    border-bottom: 5px solid #81c7d5;
    padding-top:15px;
    padding-bottom:15px;
}
/*.drop-down .dropdown-menu{
    background-color: #73b9b9;
    border-bottom: 5px solid #81c7d5;
}*/
.toggle-menu{
    width: 60px;
    height:60px;
    padding: 15px;
    background: #fff;
    margin: 0;
    margin-left: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    display:none;
}
.toggle-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background-color: #e94e1e;
    opacity: 1;
    left: 50%;
    margin-left:-15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}
.header.active .toggle-menu span {
    background-color: #6D6D6D;
}
.toggle-menu span:nth-child(1) {
    top: 19px;
}
.toggle-menu span:nth-child(2),
.toggle-menu span:nth-child(3) {
    top: 35px;
}
.toggle-menu span:nth-child(4) {
    top: 27px;
}
.dropdown-menu.mega-menu{
    background-color: transparent;
    position: fixed;
    top: 60px;
    margin-top: 0;
}
.dropdown-menu.mega-menu ul li a{
    text-align: left;
    padding:8px 0;
    margin-bottom:0;
}
/*Menu responsive*/
@media (max-width:1199px){
    .exo-menu > li > a{
        font-size: 16px;
        padding: 18px 10px 19px;
    }
    .navbar-brand, .navbar-brand-scroll {
        padding: 13px 15px;
    }
    .navbar-brand img, .navbar-brand-scroll img {
        /* height: 36px; */
    margin-top: -14px;}
}
@media (max-width:991px){
    .navbar-brand img, .navbar-brand-scroll img {
        margin-top: 0px;
        }
    .dropdown-user > a .username{
        display:none;
    }
    .nav li a.lang-selected {
        font-size: 16px;
        padding: 20px 15px;
    }
    ul.nav.navbar-nav li.dropdown-user > a{
        font-size:13px!important;
        padding: 17px 15px!important;
    }
    .dropdown-user > a .username{
        display:inline-block;
    }
    {
        position: absolute;
        top: 0;
        right: 60px;
    }
    li:first-child{
        border-left:0;
    }
    li:not([class^='social-li']){
        float: left;
    }
    .navbar-menu.display{
        display:block;
    }
    .toggle-menu{
        display:block;
    }
    .container.mega-menu-wrap{
        width:100%;
    }
    h4.mega-title{
        font-size:16px;
    }
    .link-login > a {
        padding: 16px 18px!important;
    }
    .navbar-menu {
        display: none;
        top:60px;
        position: absolute;
        min-height: 58px;
        background-color: #eb6f40f7;
        width: 100%;
        border-top:1px solid rgba(255,255,255,0.2);
        height: 100vh;
        overflow: auto;
        left: 0;
    }
    .exo-menu {
        padding-top:40px;
        text-align: center;
    }
    .exo-menu > li > a{
        font-size:20px;
    }
    .header.active .exo-menu > li > a{
        color: #fff;
    }
    .toggle-menu{
        border-left: 1px solid rgba(0,0,0,0.05);
    }
    .mega-menu{
        padding:0;
    }
    .container.mega-menu-wrap,
    .container.mega-menu-wrap .row .col-md-3{
        padding-right:0;
        padding-left:0;
    }
    .container.mega-menu-wrap .row{
        margin-left:0;
        margin-right:0;
    }
    .exo-menu > li{
        width:100%;
    }
    .exo-menu > li > a{
        display:block;
        width:100%;
    }
    .mega-menu,
    .drop-down>ul{
        position:relative;
    }
    .nav li a.lang-selected > span {
        max-width: 100px;
    }
    .dropdown-menu.mega-menu,
    .drop-down .dropdown-menu{
        position:relative;
        top:auto;
        width: 100%;
        text-align: center;
        margin:0;
    }
    .dropdown-menu.mega-menu ul li a,
    .drop-down .dropdown-menu ul li a{
        text-align: center;
    }
    .mega-menu-wrap,
    .drop-down .dropdown-menu{
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .toggle-menu.active span:nth-child(1),
    .toggle-menu.active span:nth-child(4) {
        width: 0%;
        opacity:0;
    }
    .toggle-menu.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .toggle-menu.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .toggle-menu.active span:nth-child(2),
    .toggle-menu.active span:nth-child(3) {
        top: 28px;
    }
}
@media (max-width:767px){
    .open .dropdown-menu {
        position:absolute;
        float: none;
        width: inherit;
        max-width: 260px;
        margin-top: 0;
        background-color:#40859b;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        right: 0;
        left: auto;
    }
    .open .lang-contain.dropdown-menu {
        max-width:375px;
    }
    .open.dropdown-user .dropdown-menu {
        background-color:rgba(64,133,155,1);
    }
    .dropdown-user > a .username{
        display:none;
    }
}
@media (max-width:576px){
    .open .lang-contain.dropdown-menu {
        max-width:305px;
    }
}
@media (max-width: 480px){
    .navbar-brand, .navbar-brand-scroll { padding: 18px 15px; }
    .navbar-brand img, .navbar-brand-scroll img {
        height: 45px;
        margin-top: 5px;
        margin-left: -10px;
        }
    .nav li a.lang-selected > span{
        max-width: 40px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .dropdown-user .username,
    .dropdown-user .caret{
        display: none;
    }
    .dropdown-user .menu-avatar{
        margin-right: 0;
    }
    .open .lang-contain.dropdown-menu {
        right: -100%;
    }
}

/*Hero*/
.background-hero{
    min-height: 450px;
}
.background-generic{
    min-height: 150px;
    box-shadow: 0px 3px 5px 2px #00000033;
}
.cover {
    background-position: initial;
    position: relative;
}
@media screen and (max-width:576px){
    .cover {
        min-height: auto;
    }
}
.cover-hero{
    background-color:#fff;
    min-height: 700px;
}
.cover-hero .container{
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 700px;
    background: linear-gradient(-45deg, #afca0b, #39a9da, #afca0b, #39a9da);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    /*background-image: url('/img/orbit/background.png');*/
}
.cover-image:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height:100%;
    background-image: url(/img/orbit/background.svg);
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.cover-image:after{
    content: "";
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    background-image: url(/img/orbit/mask.svg);
    background-size: cover;
    background-position: center center;
    z-index: 2;
    position: absolute;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media(min-width:1200px){
    .cover-image:after{
        height: 160px;
    }
}
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
}
.hero-caption{
    position:relative;
    z-index:1;
    text-align:center;
    margin:auto;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media screen and (max-width: 991px){
    .hero-caption {
        padding: 100px 0;
    }
}
@media (max-width: 576px){
    .cover-hero,
    .cover-hero .container {
        min-height: 620px;
    }
}
.hero-caption .brand-centered{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom:20px;
}
.hero-caption .logo{
    height:90px;
}
.hero-caption .eco{
    position: relative;
    height:50px;
    top:25px;
}
.hero-caption h1{
    font-size: 34px;
    font-family: "Nunito-Bold";
    line-height: 1.2;
    margin: auto;
    max-width: 400px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
@media (max-width:992px){
    .hero-caption h1{
        font-size:34px;
    }
}
@media (max-width:767px){
    .hero-caption h1{
        font-size:30px;
        font-family: "Nunito-SemiBold";
    }
}
@media screen and (max-width:576px){
    .hero-caption h1{
        font-size: 24px;
        line-height: 1.2;
    }
}
.hero-caption .hero-buttons ul{
    display:flex;
    justify-content: center;
}
.hero-caption .hero-buttons ul li{
    display: inline-block;
    vertical-align: top;
    padding:30px 30px 20px;
    text-align: center;
}
@media (max-width:576px){
    .hero-caption .hero-buttons{
        margin-top:20px;
    }
    .hero-caption .hero-buttons ul li {
        display: block;
        padding: 0 20px;
    }
    .hero-caption .logo {
        height: 70px;
    }
    .hero-caption .eco {
        height: 40px;
        top: 18px;
    }
}
.hero-caption .hero-buttons ul li .counter-icon{
    height: 60px;
}
.hero-caption .hero-buttons ul li .counter-number{
    font-family: "Nunito-Black";
    font-size: 36px;
    display: block;
}
.hero-caption .hero-buttons ul li .counter-number b{
    display:block;
}
.hero-caption .hero-buttons ul li .counter-text{
    font-family: "Nunito-SemiBold";
    font-size: 18px;
    color:#fff;
    display:block;
}
@media screen and (max-width: 767px){
    .hero-caption .hero-buttons ul li .counter-number{
        font-size: 32px;
    }
}
@media screen and (max-width:576px){
    .hero-caption .hero-buttons ul li .counter-number{
        font-size: 28px;
        display: block;
    }
    .hero-caption .hero-buttons ul li .counter-text{
        font-size: 18px;
    }
}

.hero-container{
    position: relative;
    margin: auto;
    margin-top:60px;
}
@media screen and (max-width:767px){
    .hero-container{
        margin-top:50px;
    }
}
@media screen and (max-width:576px){
    .hero-container{
        margin-top:35px;
    }
}
/*Internal hero title*/
.internal-hero{
    background-image:url('/img/section_title_bg2.jpg');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
    padding: 90px 0 30px;
}
@media (max-width:767px){
    .internal-hero{
        height: auto;
        padding: 75px 0 30px;
    }
}
.ih-container{
    max-width: 450px;
    text-align: center;
    margin:auto;
    color: #fff;
}
.ih-container h1{
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -1px;
    margin:0 0 15px;
}
@media (max-width:767px){
    .ih-container h1{
        font-size: 32px;
    }
}
@media (max-width:576px){
    .hcf-title h1 {
        font-size: 16px;
    }
}
.ih-container p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    color: #fff;
}
@media (max-width:767px){
    .ih-container p {
        font-size: 16px;
    }
}
.container-article{
    padding-left: 35px;
}
.bs-card {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 160px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}
.bs-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    right: 0;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    opacity: .9;
    background: rgba(0,0,0,0.5);
    min-height: 54px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.bs-caption-name {
    display: block;
    font-weight: 600;
    font-size: 14px;
}
ul.related>li, ul.relatedhome>li>div {
    display: flex;
    margin-bottom: 25px;
    background-color: white;
    width: 100%;
    height: 115px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    transition:all 0.3s ease-in-out;
    border:1px solid #eee;
}
ul.related>li img,
ul.relatedhome>li>div img{
    width: 100%;
    height: auto;
    /* max-height: 66.66666%; */ /* IMAGE PROPORTION 3:2 = 100% : 66.66666% */
}
ul.related>li .item-image,
ul.relatedhome>li>div .item-image{
    min-width: 130px;
    vertical-align: middle;
    align-items:  center;
    padding-left:10px;
}
ul.related>li .item-content,
ul.relatedhome>li>div .item-content{
    padding:0 10px;
    display: grid;
    align-items:  center;
}
ul.related>li .item-image a,
ul.relatedhome>li>div .item-image a{
    display: flex;
    height: 100%;
    align-items: center;
}
@media (min-width:768px) and (max-width:991px){
    ul.related>li, ul.relatedhome>li:last-child{
        display: none;
    }
}
.article h1.title-article{
    font-size: 32px;
    font-weight:  600;
    margin-top: 5px;
    margin-bottom: 30px;
}
.article .cont-article>h2{
    font-size: 24px;
    font-weight:  600;
}
.article .cont-article>iframe{
    width: 100%;
    min-height: 315px;
    height: auto;
}
.article .cont-article>ul{
    padding-left: 20px;
    list-style: inherit;
}
.article .cont-article>p{
    margin: 15px 0px;
}
.article .cont-article>img{
    width: 100%
}
ul.related>li:hover,
ul.relatedhome>li>div:hover{
    box-shadow: 0 6px 20px rgba(0,0,0,20%);
}
ul.related>li:hover a{
    background-size: 125% !important;
}
ul.related>li:hover img{
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/*Module GDC Counter*/
.gdc-counter{
    text-align: center;
    padding:40px 0;
    position: relative;
}
.gdc-counter:before{
    content:"";
    width:100%;
    position:absolute;
    height:135px;
    background-color: #f5f5f5;
    bottom:0;
    left:0;
    right:0;
}
@media (max-width:767px){
    .gdc-counter {
        padding: 30px 30px 0;
        height: auto;
    }
}
@media (max-width:576px){
    .gdc-counter .col-6{
        width: 100%;
    }
}
.gdc-counter h1{
    margin:0 auto 60px;
    max-width: 800px;
}
.gdc-counter .counter-container{
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 200px;
    height: 215px;
}
@media (max-width:991px){
    .gdc-counter .counter-container{
        padding: 15px 10px;
        width: 160px;
        height: 190px;
    }
}
@media (max-width: 767px) {
    .gdc-counter .counter-container{
        height: auto;
        width: auto;
    }
}
.gdc-counter .counter-icon{
    height: 90px;
    display: block;
    margin: auto;
}
@media (max-width:1199px){
    .gdc-counter .counter-icon{
        margin:auto;
    }
}
@media (max-width:991px){
    .gdc-counter .counter-icon{
        height: 75px;
    }
}
.gdc-counter .counter-data{
    display:inline-block;
    vertical-align: top;
    text-align: left;
}
@media (max-width:1199px){
    .gdc-counter .counter-data{
        text-align: center;
        display: block;
    }
}
.gdc-counter .counter-data .counter-value{
    font-size: 45px;
    font-weight: 600;
    color: #545454;
    line-height: 1;
    margin:10px 0 0;
    padding:0;
    text-align: center;
    letter-spacing:-1px;
}
@media (max-width:991px){
    .gdc-counter .counter-data .counter-value{
        font-size: 35px;
        margin:10px 0 10px;
    }
}
.gdc-counter .counter-data .counter-label{
    font-size: 20px;
    font-weight:300;
    color: #313131;
    margin-bottom: 0;
    text-align: center;
}
@media (max-width:991px){
    .gdc-counter .counter-data .counter-label{
        font-size: 16px;
    }
}


.block-notification-center{
  position: relative;
  padding:160px 0;
}
.notif-img-container{
  position: absolute;
  width: 47%;
  top: 50%;
  margin-top: -200px;
  height: 460px;
}
@media (max-width:991px){
  .notif-img-container{
    position: relative;
    width: 100%;
    top:auto;
    margin-top: auto;
    padding:0;
    margin-bottom: 40px;
  }
}
@media (max-width:767px){
  .notif-img-container{
    padding:0;
    height: 300px;
  }
}
.image-right.notif-img-container{
  right: 0;
  left:auto;
}
.image-left.notif-img-container{
  right:auto;
  left:0;
}
.notif-img-container:after{
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  height: 230px;
  width: 315px;
  bottom: -35px;
  right:-5px;
  background-image: url(/img/ecomglobal/corner-bluewhite-right.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}


.notif-img-container span{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media (max-width:991px){
  .notif-img-container span{
    left: auto;
    right: auto;
    width: 100%;
    background-position: center top;
  }
}
@media (max-width:767px){
  .notif-img-container span{
    width: 100%;
  }
}
.notif-img-container{
  right:auto;
  left:0;
}


/* about */


.about-img1{
  background-image:url(/img/about/img-sobre1.png);
}


.block-about-content{
  position: relative;
  padding: 50px 0;
  /* overflow: hidden; */
}
.block-about-content .title-w-icon img{
  top: -24px;  
}
@media (max-width:1199px){
  .block-about-content {
    padding: 70px 0;  
  }
}
@media (max-width:991px){
  .module-exclusive-benefits {
    padding: 100px 0 0;
  } 
  .block-about-content {
    padding:0 0 60px;
  }
}



img.counter-icon {
    width: 100px;
    height: 150px;
}

p.counter-value.counter {
    font-size: 45px;
    font-weight: 600;
    margin-top: -10px;
    text-align: center;
    margin-bottom: 0px;
}

p.counter-label {
    font-size: 20px;
    font-weight: 500;
    margin-top: -10px;
}

/*Module latest articles*/
.module-stories{
    padding:45px 0;
    background:#fff;
}
.module-articles{
    padding:45px 0;
}
.module-banners{
    padding:30px 0;
    background:#f5f5f5;
}

.module-banner-secondary .row > * { text-decoration: none; display: block; }
.module-banner-secondary .row > * > * {width: 100%;/* min-height: 160px; *//* padding: 20px 25px; */background-repeat: no-repeat;background-position: center center;background-size: cover;border-radius: 15px;margin-bottom: 50px;}
.banner-secondary-1  { background-image: url('../img/orbit-club/banners-secondary/banner-1.jpg'); }
.banner-secondary-2  { background-image: url('../img/orbit-club/banners-secondary/banner-2.jpg'); }
.banner-secondary-3  { background-image: url('../img/orbit-club/banners-secondary/banner-3.jpg'); }
.banner-secondary-4  { background-image: url('../img/orbit/banner-orbit-club.jpg'); }
.banner-secondary-5  { background-image: url('../img/orbit/banner-orbit-academy.jpg'); }
.module-banner-secondary .row img {/* max-height: 60px; */max-width: 400px;margin: 0px auto 50px;}
.module-banner-secondary .banner-secondary-5 img { margin-left: 0; display: block; }
.module-banner-secondary .row h2 { font-size: 20px; font-weight: 600; color: #ffffff; text-align: center; margin-bottom: 8px; letter-spacing: 2px; text-transform: uppercase; }
.module-banner-secondary .row p { font-size: 14px; line-height: 17px; font-weight: 600; margin-bottom: 0; color: rgba(255,255,255,0.6); text-align: center; }
.module-banner-secondary .banner-secondary-3 p { max-width: 53%; }
.module-banner-secondary .banner-secondary-4 p,
.module-banner-secondary .banner-secondary-5 p { font-size: 1.8rem; text-align: center; color: #ffffff; margin-bottom: 15px; }
.module-banner-secondary .banner-secondary-5 p { text-align: left; }
.module-banner-secondary .banner-secondary-4 a { margin: 0 auto; background-color: #9ec532; display: table; }
.module-banner-secondary .banner-secondary-5 a { margin-left: 0; }
.module-banner-secondary .banner-secondary-5 { padding-left: 42%; }

h2.homepage-title{
    /* font-family: "Nunito-Regular"; */
    font-size:30px;
    color:#434343;
    margin:0 0 40px;
    /* letter-spacing: -1px; */
    text-align: center;
}

h2.homepage-title-2{
    font-family: "Nunito-Regular";
    font-size:30px;
    color: #f27241;
    font-weight: 600;
    margin:0 0 40px;
    letter-spacing: 2px;
    text-align: center;
}
@media (max-width:991px){
    h2.homepage-title,
    h2.homepage-title-2 {
        font-size:26px;
    }
}
@media (max-width:576px){
    h2.homepage-title,
    h2.homepage-title-2{
        font-size:24px;
    }
}
.relatedhome {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
}
.relatedhome:after{
    clear: both;
    display: table;
    content: " ";
}
.btn-more-articles {
    text-align:center;
}
.recent-module-content {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 3px 3px 5px 2px rgba(0,0,0,.2);
    line-height: 130%;
    padding: 15px 20px;
    min-height: 150px;
    /* font-size: 100%; */
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.yellow-title {
    background-color: #feee24;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    margin-left: -20px;
    font-family:  search;
}
.recent-module-content img {
    float: right;
    margin-left: 20px;
    position: relative;
    top: 10px;
    width: 260px;
}
ul.list-service {
    margin: 0px;
    list-style: none;
    padding: 0px 10px;
}
ul.list-service>li{
    display: inline-flex;
    margin-bottom: 15px;
}
.service-container{
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.2);
    line-height: 130%;
    margin-bottom: 25px;
}
.list-service .item-image {
    height: 90px;
    width: 90px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    border: 2px solid #eee;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
    overflow: hidden;
    padding: 3px;
}
.list-service .item-title {
    position: relative;
    overflow: hidden;
    font-size: 15px;
    height: 50px;
    line-height: 120%;
    font-weight: 100;
}
.item-title:after,
.more-info-service:after,
.item-more:after {
    content: ' \00BB';
}
.item-title a, .item-more a,
.more-info-service a {
    color: inherit;
    text-decoration: none;
}
.lSSlideOuter .lSPager.lSpg {
    margin-top: 15px;
    float: right;
}
.lSSlideOuter .lSPager.lSpg {
    margin: 25px 0 0 !important;
    padding: 0;
    text-align: center;
    float: none;
}
.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 4px;
}
.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #ddd;
    border-radius: 30px;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    width: 10px;
    position: relative;
    z-index: 99;
    transition: all .5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #aaa;
}
.more-info-service {
    padding: 0 20px 20px;
}
.item-content{
    padding:0px
}
.item-cat {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #aaa;
}
.item-more{
    margin-top: 0px;
}
.app-desc {
    line-height: 130%;
    margin: 10px auto;
    text-align: center;
    min-height: 75px;
    align-items: center;
    display: grid;
}
.app-info {
    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;
    min-height: 210px;
}
.app-content, .app-img{
    padding: 0px 2px;
    max-width: 150px;
    margin: 2px 4%;
}

/*GDC Stats*/
.module-gdcstats{
    padding:0 0 60px;
}
@media (max-width:991px){
    .module-gdcstats{
        padding:60px 0 0;
    }
    .module-gdcstats .block-img{
        margin-bottom:0;
    }
}
.module-gdcstats .gdc_graph_3{
    padding:20px;
}
.module-gdcstats .gdc_graph_3 img{
    width: 100%;
    max-width: 700px;
}
.module-gdcstats .block-img h3{
    margin-bottom: 30px;
}
@media (max-width:991px){
    .module-gdcstats .block-img h3{
        margin-top:50px;
        margin-bottom: 0;
    }
}
.gdc-chart-ref{
    text-align: center;
}
.gdc-chart-ref span{
    padding: 10px;
    display: inline-block;
    font-size:12px;
    font-weight: 300;
    color:#666;
    line-height: 1;
    vertical-align: middle;
}
@media (max-width: 576px){
    .gdc-chart-ref{
        margin-top: 20px;
    }
    .gdc-chart-ref span{
        display: block;
    }
}
.gdc-chart-ref span i{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    top:3px;
    margin-right: 5px;
}
.gdc-chart-ref span.dataset-1 i{
    background-color:#50E3C2;
}
.gdc-chart-ref span.dataset-2 i{
    background-color:#21A6EE;
}
.gdc-chart-ref span.dataset-3 i{
    background-color:#EF7468;
}
.gdc-chart-ref span.dataset-4 i{
    background-color:#807CCC;
}
.gdc-chart-member {
    position: relative;
    width: 560px;
    height: 260px;
    margin: 3em auto;
    background-image: repeating-radial-gradient(center center, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 2px, transparent 2px, transparent 100%);
    background-size: 29px 29px;
    background-position: -11px 11px;
}
@media (max-width: 1199px){
    .gdc-chart-member {
        width: 490px;
    }
}
@media (max-width: 576px){
    .gdc-chart-member {
        width: 100%;
        height:100%;
        overflow: hidden;
    }
}
.gdc-chart-member::before,
.gdc-chart-member::after {
    display: inline-block;
    font-size: 0.875em;
}
@media (max-width: 480px){
    .gdc-chart-member::before,
    .gdc-chart-member::after {
        display: inline-block;
        font-size: 0.5em;
    }
}
@media (max-width: 576px){
    .gdc-chart-member::after {
        width: 100%;
        margin-left:0;
    }
    .gdc-chart-member::before,
    .gdc-chart-member::after {
        font-size: 0.6em;
    }
}
.gdc-chart-member::before {
    display: inline-block;
    position: absolute;
    left: -3.5em;
    top: -5px;
    content: "5k \a 4k \a 3k \a 2k \a 1k";
    white-space: pre;
    height: 100%;
    line-height: 4.2;
    text-align: right;
}
.gdc-chart-member::after {
    content: "SEPTEMBER OCTOBER NOVEMBER DECEMBER JANUARY FEBRUARY";
    width: 110%;
    margin-left: -5%;
    word-spacing: 1.5em;
    padding-top: 0.5em;
}
.gdc-chart-member .dataset {
    fill-opacity: 0.8;
    -webkit-filter: url(#dropshadow);
    filter: url(#dropshadow);
}
.gdc-chart-member #dataset-1 {
    fill: #50E3C2;
}
.gdc-chart-member #dataset-2 {
    fill: #21A6EE;
}
.gdc-chart-member #dataset-3 {
    fill: #EF7468;
}
.gdc-chart-member #dataset-4 {
    fill: #807CCC;
}
@-webkit-keyframes raise {
    0% {
        -webkit-transform: scaleY(0.01);
        transform: scaleY(0.01);
    }
    75% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes raise {
    0% {
        -webkit-transform: scaleY(0.01);
        transform: scaleY(0.01);
    }
    75% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
.gdc-chart-member .dataset {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0.01);
    transform: scaleY(0.01);
    opacity: 0.5;
}
.loaded .gdc-chart-member .dataset {
    opacity: 1;
    -webkit-animation: raise 0.5s ease 0.2s forwards;
    animation: raise 0.5s ease 0.2s forwards;
}
.loaded .gdc-chart-member #dataset-1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loaded .gdc-chart-member #dataset-2 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.loaded .gdc-chart-member #dataset-3 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loaded .gdc-chart-member #dataset-4 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

/*Home Slider Orbit*/
.module-banner{
    padding:200px 0 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    background: linear-gradient(45deg,#FFFFFF,#F0F0F0);
    margin-top:-250px;
}
.module-banner .lSAction > .lSPrev {
    left: -5px!important;
}
.module-banner .lSAction > .lSNext {
    right: -5px!important;
}
.module-banner .lSSlideOuter .lSPager.lSpg{
    margin-top: 40px;
}
.item-banner {
    padding:20px;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.item-banner .img{
    flex: 40%;
}
.item-banner .img img{
    width: 100%;
}
.item-banner .text{
    flex: 60%;
    padding:30px 50px;
    text-align: left;
    margin:0;
    position: relative;
    top: -30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.item-banner .text img{
    height:110px;
}
.item-banner .text h1{
    font-family: "Nunito-SemiBold";
    font-size: 36px;
    margin: 0;
    color: #434343;
    letter-spacing: -1px;
}
.item-banner .text p{
    font-size: 16px;
    color:#777;
    margin-top:10px;
}
@media (max-width:1199px){
    .item-banner .text img{
        height:90px;
    }
}
@media (max-width:991px){
    .item-banner .text img{
        height:80px;
    }
    .item-banner .text h1 {
        font-size: 32px;
    }
}
@media (max-width:767px){
    .item-banner .text{
        top:auto;
    }
    .item-banner .text img{
        height:70px;
    }
    .item-banner .text h1 {
        font-size: 28px;
    }
}
@media (max-width:576px){
    .module-banner {
        padding: 150px 0 20px;
    }
    .item-banner {
        flex-flow: column wrap;
    }
    .item-banner .text {
        flex: 100%;
        padding: 20px 0;
        text-align: center;
        align-items: center;
    }
    .item-banner .text img{
        height:90px;
    }
    .item-banner .text h1 {
        font-family: "Nunito-SemiBold";
    }
}
/*Home Gallery*/
.module-gallery{
    padding: 150px 0 100px;
    margin: -80px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    background-image: url('/img/orbit/bg-slider.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 810px;
}
.module-gallery .homepage-title{
    margin-bottom: 20px;
}
.module-gallery .lSAction > .lSPrev {
    left: -5px!important;
}
.module-gallery .lSAction > .lSNext {
    right: -5px!important;
}
.module-gallery .lSSlideOuter .lSPager.lSpg{
    margin-top: 40px;
}
.item-gallery {
    padding:20px;
}
.item-gallery img{
    width: 100%;
}
@media (max-width:1199px){
    .module-gallery {
        padding: 150px 0 0;
        min-height: 700px;
    }
}
/*Testimonials*/
.module-testimonials{
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
.module-testimonials .lSAction > .lSPrev,
.module-testimonials .lSAction > .lSNext{
    display: none;
}
.slider-quotes{
    margin: 50px 0 30px;
}
@media (max-width:1199px){
    .module-testimonials{
        padding: 0 0 50px;
    }
}
@media (max-width:576px){
    .slider-quotes{
        margin: 30px 0 30px;
    }
}
.slider-quotes .lSSlideOuter .lSPager.lSpg{
    float: none;
}
.quotes{
    position: relative;
    padding: 30px;
    text-align: center;
}
@media (max-width: 1199px){
    .quotes{
        padding: 30px;
    }
}
@media (max-width: 991px){
    .quotes{
        padding: 10px;
    }
}
@media (max-width:576px){
    .quotes{
        padding: 20px;
    }
}
.quote-avatar{
    text-align: center;
}
.quote-avatar span{
    display: inline-block;
    width:110px;
    height: 110px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
    margin-bottom: 30px;
}
.quote-title{
    font-family: "Nunito-Bold";
    font-size: 22px;
    line-height: 1.1;
    color: #434343;
    margin-bottom: 20px;
}
.quote-name{
    font-family: "Nunito-Bold";
    font-size: 16px;
    color: #434343;
}
.quote-text p{
    font-size:16px;
    font-weight: 400;
    color: #888;
    line-height: 1.5;
    margin-bottom:30px;
}
@media (max-width: 991px){
    .quote-title{
        font-family: "Nunito-SemiBold";
        font-size: 20px;
    }
}
/*Business Unit*/
.module-business-unit{
    padding:60px 0;
    background-size: cover;
    background-image: url(/img/home/bu_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.module-business-unit h2.homepage-title{
    color:#fff;
}
.module-business-unit ul li.lslide{
    padding:5px;
    position: relative;
}
.module-business-unit .cbu-item{
    padding: 25px 15px;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
}
.module-business-unit .cbu-item a{
    display:block;
    text-decoration:none;
}
.module-business-unit .cbu-item img{
    height: 80px;
    margin: auto;
}
.module-business-unit .cbu-item h1{
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #333;
    margin:20px 0;
}
@media (max-width: 1199px) {
    .module-business-unit .cbu-item h1{
        font-size: 16px;
    }
}
.module-business-unit .cbu-item h2{
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
    color: #333;
    margin:0;
    min-height:70px;
}
@media (max-width: 1199px) {
    .module-business-unit .cbu-item h2{
        font-size: 13px;
    }
}
.module-business-unit .cbu-item.blocked:before{
    content:"";
    position: absolute;
    width:100%;
    height: 100%;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255,255,255,0.6);
}
.module-business-unit .cbu-item.blocked{
    filter: blur(1px);
    -webkit-filter: blur(1px);
    opacity: 0.8;
}
.module-business-unit .developing{
    position: absolute;
    padding: 15px 10px;
    top: 165px;
    left: 0;
    text-align: center;
    right: 0;
    width: 100%;
    z-index: 2;
    background-color: #00748B;
}
.module-business-unit .developing span{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.1;
}
.module-business-unit .developing b{
    font-weight: 700;
    display: block;
}
.module-business-unit .cbu-item.blocked .developing{
    display: block;
}
.module-business-unit .lSAction .lSNext{
    right:-30px;
    width: 35px;
    height: 50px;
    margin-top:-30px;
    background-image: url(/img/arrow-left.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.module-business-unit .lSAction .lSPrev{
    left: -30px;
    width: 35px;
    height: 50px;
    margin-top:-30px;
    background-image: url(/img/arrow-right.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.mbu-home{
    text-align: center;
    color:#fff;
    position:relative;
    z-index:3;
    background-image:none;
    background: linear-gradient(45deg,#04C3A4,#264C8A);
}
.mbu-home h1,
.mbu-home p{
    color:#fff;
}
.mbu-home .cbu-item{
    border-radius: 100%;
    margin: auto;
    width: 160px;
    height: 160px;
    padding: 35px 0;
    position: relative;
}

.mbu-home .lSSlideOuter .lSPager.lSpg{
    float: none;
}

.mbu-logo {
    margin:0 0 20px;
}
.mbu-logo img{
    height:60px;
}
.mbu-home .cbu-item.soon-blocked a img{
    opacity:0.5;
}
.mbu-home #carousel-bu-home{
    max-width: 990px;
    margin: auto;
}
@media (max-width:991px){
    .mbu-home #carousel-bu-home{
        width:100%;
    }
}
.mbu-home .csoon{
    position: relative;
    z-index: auto;
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    top: 0;
    display: block;
    color: #333;
    width: auto;
    margin: auto;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/*Footer*/

#footer:before {
    content: '';
    position: absolute;
    left: 0;
    min-width: 100%;
    z-index: 10;
    background: url(/img/arco-orange.png) no-repeat center bottom;
    height: 100%;
    max-height: 120px;
    background-size: contain;
    bottom: 100%;
    z-index: -9999;
}

.footer{
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    padding: 10px 0 30px;
    background: #f27241;
    margin-top: 0px;
    }
.footer .footer-title span{
    font-family: "Nunito-Bold";
    color: #fff;
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
}
.footer .dropdown .footer-title .fa.fa-angle-up,
.footer .dropdown .footer-title .fa.fa-angle-down{
    display:none;
}
.footer .logo-footer{
    /* display: inherit; */
    /* flex-direction: row; */
    /* align-items: center; */
    /* max-width: 300px; */
    /* text-decoration: none; */
    /* margin-bottom: 15px; */
/* margin: auto; *//* width: 100%; */}
.footer .logo-footer img{
    height: 75px;
margin-bottom: 35px;}
.footer .logo-footer span{
    color: #fff;
    font-family: "Nunito-Bold";
    margin-left:10px;
    font-size: 18px;
    line-height: 1.1;
}
.logo-text-footer{
    max-width: 300px;
    font-family: "Nunito-Light";
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    display: none;
}

.footer ul{
    padding: 2px 0 10px;
    margin: 0;
    display: inline-block;
}

.footer li a {
    display: block;
    padding: 3px 0;
    font-size: 14px;
    color:#fff;
}
.footer .footer-logos{
    margin:10px 0 0;
    padding:0;
    display:flex;
    flex-flow: row wrap;
    max-width: 300px;
    position: relative;
    left: -20px;
}
.footer .footer-logos li{
    flex: 0 0 34%;
    padding:5px;
}
.footer .footer-logos li a{
    line-height: 50px;
}
.footer .footer-logos li img{
    width: 100%;
}
.footer .footer-logos li:last-child{
    flex: 0 0 60%;
}
.footer .footer-social{
    
    padding:15px;
    display:inline-block;

}
.footer .footer-social li{
    display:inline-block;
    margin-right: 0px;
}
.footer .footer-social li:last-child{
    margin-right: 0;
}
.footer .footer-social li a{
    display:block;
}
.footer .footer-social li a img{
    width:30px;
    height:30px;
    margin-right: 5px;
}
.footer .footer-social li span{
    line-height: 30px;
    font-weight: 600;
}
.footer .footer-copy{
    margin-top: 30px;
    display:block;
}
.footer .footer-copy p{
    margin-bottom: 0;
    color: #fff;
    text-align: left;
font-size: 130%;}
.footer .footer-copy p a{
    color: #fff;
    text-decoration: underline;
}

.footer .ecommer{
    max-height: 35px;
    margin-top: -2px; 
    margin-right: 10px;
}

.footer .md-ecommer{
  text-decoration: none;
  cursor: pointer;
}



.footer .footer-copy .ssl{
    text-align:right;
}
.footer .footer-copy .ssl img{
    height: 30px;
margin-top: 20px;}
@media (max-width: 991px){
    .footer {
        padding: 30px 0 30px;
        margin-top: 0px;
    }
    .footer .logo-footer{
        margin-bottom: 30px;
    }
    .footer .logo-text-footer{
        display: none;
    }
    .footer .footer-social {
    }
    .footer .footer-logos{
        max-width: inherit;
        flex-flow: row nowrap;
        left: auto;
    }
    .footer .footer-logos li{
        flex: 0 0 auto;
    }
    .footer .footer-logos li img{
        width: auto;
        height: 30px;
    }
    .footer .footer-aside{
        /* display: flex; */
        /* justify-content: space-between; */
    }
}

.footer .dropdown-menu{
    background: #f27241;
    border: 0px;
    list-style: none;
}
.dropdown-toggle::after{
    content: unset;
}


/* Accordion footer menu */
.footer .accordion-item{
    border: 0px;
    background-color: inherit;
}
.footer .accordion-header{
    background-color: #f27241;
}
.footer .accordion-button{
    font-family: "Nunito-Bold";
    font-size: 16px;
    background-color: #f27241;
    color: #fff;
    box-shadow: unset;
    padding: 0px 0px 8px;
}

.footer .accordion-body{
    background-color: #f27241;
    color: #fff;
    padding: 0px;
}

.accordion-button:not(.collapsed)::after {
    background-image: unset;
}

.accordion-button::after {
    background-image: unset;
}

.collapse:not(.show) {
    display: block;
}

.accordion-body ul{
    list-style: none;
}

.accordion-body ul li{
    display: block;
    float: none;
}
/* --------------------------- */

@media(max-width:767px){

    /* Accordion footer menu */
    .accordion-button{
        border-bottom: 1px solid;
        padding: 15px 0px;
    }
    .accordion-button:focus {
        border-color: #fff !important;
    }
    .collapse:not(.show) {
        display: none;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 0.375 0.375' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M.105.22a.011.011 0 0 1 0-.016L.18.129a.011.011 0 0 1 .016 0l.075.075A.011.011 0 0 1 .255.22L.188.153.12.22a.011.011 0 0 1-.016 0Z' fill='%23fff'/%3e%3c/svg%3e");
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 0.375 0.375' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.105 0.155a0.011 0.011 0 0 1 0.016 0L0.188 0.222l0.067 -0.067a0.011 0.011 0 0 1 0.016 0.016l-0.075 0.075a0.011 0.011 0 0 1 -0.016 0l-0.075 -0.075a0.011 0.011 0 0 1 0 -0.016Z' fill='%23fff'/%3e%3c/svg%3e");

        
    }

    .footer_column{
        margin-bottom: 15px;
    }
    /* --------------------------- */


    .footer {
        /* padding: 30px 0 30px; */
    }
    .footer .footer-social {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 30px;
    }
    .footer .footer-social li:first-child {
        display: block;
        text-align: center;
    }


    .footer .dropdown-menu{
        display: none;
    }

    .footer .dropdown-menu.show{
        display: inline-block !important;
        padding: 0px;
        width: 100%;
        margin-top: -3px;
        margin-bottom: 10px;
    }

    .footer .dropdown-menu li{
        display: block;
        width: 100%;
    }

    /*
    .footer .dropdown {
        padding: 10px!important;
        text-align: center;
    }
    .footer .dropdown ul {
        display:none;
    }
    .footer .dropdown.open ul {
        display: inline-block;
        padding: 0px;
        width:100%;
        margin-top: -3px;
        margin-bottom: 10px;
    }
    .footer .dropdown.open ul li {
        padding: 8px 20px;
    }
    .dropdown .footer-title{
        cursor: pointer;
        display: flex;
        justify-content: center;
    }
    .footer .dropdown.open .footer-title .fa.fa-angle-up,
    .footer .dropdown .footer-title .fa.fa-angle-down{
        font-size: 15px;
        font-weight: 700;
        display:inline-block;
        margin-left:10px;
        position: relative;
        top: 3px;
    }
    .footer .dropdown.open .footer-title .fa.fa-angle-down{
        display:none;
    }
    */
    .footer-copy p{
        text-align: center;
    }
    .footer .footer-logos{
        flex-flow: row wrap;
        margin: auto;
        justify-content: center;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer .logo-footer span{
        text-align: center;
    }
    .footer .footer-logos li{
        flex: 0 0 auto;
    }
    .footer .footer-logos li img{
        width: auto;
        height: 34px;
    }
    .footer .footer-aside{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer .footer-logos li:last-child{
        flex: auto;
    }
}
@media (max-width:576px){
    .footer .logo-footer{
        margin-right: 0;
        max-width: 100%;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .footer .logo-footer span{
        margin-top: 10px;
    }
    .footer .footer-social{
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        margin-bottom: 20px;
    }
}
.footer-links{
    border-top: 1px solid #e2e2e2;
    margin: 10px 0;
    padding-top: 5px;
}
.title-seccion {
    font-weight: 700;
    border-left: 0;
    margin-bottom: 3px;
    padding: 0;
    display: block;
    position: relative;
    text-decoration: none;
    color: #0badf5;
    font-size: 110%;
}
.list-word ul {
    list-style: none;
}
.list-word li{
    float:left;
}
.logo-footer{
    padding: 0px !important;
}
.logo-footer img{
    height: 40px;
}

/*----- BANNER PRINCIPAL -----*/
.justify-content-center { justify-content: center!important; }
#banner, .internal-banner {position: relative;min-height: 520px;overflow: hidden;background-color: #ffffff;background-repeat: no-repeat;background-position: center top;background-size: cover;}
#banner.bannerSmall {min-height: 300px;}
#banner.bannerInterna #bannerInfo { position: relative; top: auto; left: auto; transform: none; margin: 90px auto 50px; }
#banner:before, .internal-banner:before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; opacity: 0.46; display: block;
    background-size: 400% 400%; animation: gradient 15s ease infinite;
}
#banner:after, .internal-banner:after { content: ''; position: absolute; bottom: -1px; left: 0; min-width: 100%;  z-index: 10;  background: url(/img/arco-orange.png) no-repeat center bottom;
    height: 100%;
    background-size: contain;}

.internal-banner:after {background: url(/img/arco-white.png) no-repeat center bottom;background-size: contain;}

#bannerInfo {
    position: absolute;
    top: 30%;
    max-width: 600px;
    width: 55%;
    z-index: 99;
}

#bannerInfo.right {
    position: absolute;
    top: 40%;
    max-width: 400px;
    /* width: 69%; */
    right: 7%;
}



#bannerInfo .form-control { padding-left: 22px; }
.bannerTitulo {text-transform: uppercase;font-size: 40px;color: #ffffff;font-weight: 600;letter-spacing: 2px;margin-bottom: 19px;margin-top: -15px;}
.bannerTitulo2{color: #fff;font-size: 26px;font-weight: 300;margin-bottom: 20px;margin-top: 14px;}

.right .bannerTitulo2{color: #fff;font-size: 31px;font-weight: 400;margin-bottom: 20px;margin-top: -13px;}

.bannerDestaques svg { display: block; width: 35px; height: 35px; margin: 0 auto 10px; }
.bannerDestaques svg * { fill: #ffffff; }
.bannerDestaques p { font-size: 1.6rem; color: #ffffff; }
.bannerDestaques strong { font-size: 2.4rem; color: #ffffff; }

.bannerImagem { opacity: 0.8; display: none; }

@media screen and (max-width: 990px){
    #bannerInfo {width: 90%;right: initial;}
}

@media screen and (max-width: 768px){
    #banner, .internal-banner { min-height: 420px; }
    .bannerTitulo {font-size: 22px;margin-bottom: 30px;margin-bottom: 19px !important;/* margin-top: -60px; */}
    .right .bannerTitulo {font-size: 30px;margin-bottom: 30px;margin-bottom: 19px !important;/* margin-top: -60px; */}
    .bannerTitulo2 {font-size: 20px;margin-bottom: 23px;}
    .right .bannerTitulo2{font-size: 25px;margin-bottom: 23px;}
    .img-sec{display: none !important;}

    .botaoCallToAction{
       width: 100%;
       font-size: 23px !important;
       padding: 25px !important;
       border-radius: 40px 0px !important;
    }
}

@media screen and (max-width: 450px){
    #bannerInfo.right{
        width: 90%;right: initial;
    }
}


.internal-about span{
    font-weight: 500;
}


.block-home-about{
    padding:60px 0;
    position: relative;
}
.block-home-about .container{
    position: relative;
}
.presentation{
    z-index: 9;
    width: auto;
    height:720px;
    position: relative;
}
.presentation img{
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.presentation .bee3D--slide {
    width: 410px;
    height: 720px;
    margin-left: -200px;
    margin-top: -330px;
}
@media (max-width:1199px){
    .presentation{
        height: 700px;
    }
    .presentation .bee3D--slide {
        width: 400px;
        height: 700px;
        margin-left: -200px;
        margin-top: -300px;
    }
    .block-home-about .container{
        overflow: hidden;
    }
}
@media (max-width:991px){
    .presentation{
        height: 650px;
    }
    .presentation .bee3D--slide {
        width: 379px;
        height: 650px;
        margin-left: -200px;
        margin-top: -260px;
    }
    .block-home-about .container{
        overflow: hidden;
    }
}
@media (max-width:767px){
    .presentation .bee3D--slide {
        margin-left: -140px;
    }
    .block-home-about .container{
        overflow: inherit;
    }
    .block-home-about {
        margin-top: -200px;
        z-index: 10;
    }
    .presentation img{
        position: relative;
        left: 28px;
    }
}
@media (max-width:576px){
    .block-home-about .container{
        overflow-y: hidden;
    }
    .block-home-about .col-slider{
        padding-left: 0;
        padding-right: 0;
    }
    .presentation img{
        position: relative;
        left: 28px;
    }
}
.block-home-about .title{
    display: flex;
    align-items: center; 
    margin-bottom: 100px;
    color: #434343;
}
.block-home-about .title img{
    height:70px;
    margin-right: 20px;
}
.bee3D--slide__active{
    opacity: 1;
    z-index: 999;
}
.img-home-about{
    position: relative;
}
.img-home-about img{
    width: 100%;
    position: relative;
    margin-top: -70px;
}
.about-feature h2{
    font-family: "Nunito-SemiBold";
    color:#6d6d6d;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 20px;
}
.about-feature img{
    height: 90px;
}
.block-home-about h3{
    font-family: "Nunito-ExtraLight";
    color:#6d6d6d;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 100px;
    margin-bottom: 30px;
}
@media (max-width: 1199px){
    .block-home-about .title{
        flex-direction: column;
        align-items:flex-start;
        font-size: 30px;
        margin-bottom: 80px;
    }
    .block-home-about .title img{
        margin-bottom: 15px;
    }
    .about-feature h2{
        font-size: 18px;
    }
    .block-home-about h3 {
        font-size: 20px;
        margin-top: 40px;
    }
}
@media (max-width: 991px){
    .block-home-about .title img {
        height: 60px;
    }
    .block-home-about .title {
        font-size: 26px;
        margin-bottom: 50px;
    }
    .about-feature{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 30px;
    }
    .about-feature img{
        margin-bottom: 0;
        margin-right: 15px;
    }
    .about-feature h2 {
        font-family: "Nunito-Light";
        font-size: 20px;
    }
    .block-home-about h3 {
        font-size: 18px;
        margin-top: 10px;
    }
}
@media (max-width:767px){
    .row-home-about{
        display: flex;
        text-align: center;
        flex-direction: column-reverse;
    }
    .row-home-about .carousel-inner {
        margin-bottom: 40px;
    }
    .img-home-about img{
        max-width: 500px;
        margin:auto;
        position: relative;
        margin-top: -260px;
        left: 40px;
        z-index: 2;
    }
    .block-home-about .title {
        font-size: 30px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -60px;
    }
    .about-feature h2 {
        font-family: "Nunito-Light";
        font-size: 18px;
    }
    .about-feature img{
        margin-right: 0;
    }
    .about-feature {
        flex-direction: column;
        text-align: center;
    }
    .block-home-about h3{
        text-align: center;
    }
    .block-home-about .btn{
        margin:auto;
    }
    .block-home-about .title img{
        margin-right: 0;
    }
}
@media (max-width: 576px){
    .img-home-about img {
        max-width: 300px;
        margin-top: -220px;
        left: 10px;
    }
    .block-home-about{
        padding-bottom: 0;
    }
    .block-home-about .title {
        font-size: 26px;
    }
    .block-home-about .col-4{
        width: 100%;
    }
    .about-feature h2 {
        font-size: 20px;
    }
}
.block-top{
    position: relative;
    padding:90px 0 50px;
    height: auto;
    background-image: url(/img/banner2.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.cover-title{
    color:#fff;
    text-align:center;
    font-size:40px;
    padding:35px 0;
    margin:0;
    position: relative;
    font-family:"Nunito-Bold";
    z-index: 3;
}
@media screen and (max-width:576px){
    .cover-title{
        font-size: 32px;
    }
}
.institutional-pages{
    min-height: 100vh;
    padding:60px 0;
    position: relative;
}
.block-content{
    padding: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 991px){
    .block-content {
        margin-top:0;
        margin-bottom: 0;
        flex-wrap: wrap;
    }
}
.block-content .block-img {
    position:relative;
}
.block-content.right-img {
    flex-direction: row-reverse;
}
.block-content .block-img img:not([class^='ytc_']) {
    width: 100%;
    margin:auto;
    max-width:500px;
}
.img-fluid {
    width: 100%;
    height: auto;
}
.float-right {
    float: right;
}
img.float-right {
    max-width: 100%;
}
@media (max-width:991px){
    .block-content.reverse-img .block-img {
        order:2;
    }
    .block-content .block-img {
        text-align:center;
        margin-bottom:60px;
    }
}
@media (max-width:767px){
    .float-right {
        float: none;
        margin: 0 auto;
        display: block;
    }
}
.block-text h2{
    margin-bottom:20px;
}
.block-text p{
    font-size: 23px;
    /* color:#333; */
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 20px;
}
.block-content .caption h1{
    font-family: "Nunito-SemiBold";
    color:#39A9DA;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 10px;
    font-size:20px;
    text-transform: uppercase;
}
.block-subtitle,
.block-content .caption h2{
    font-family: "Nunito-Light";
    color:#434343;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 20px;
    font-size:30px;
}
.block-content .caption p{
    font-family: "Nunito-Light";
    color:#434343;
    line-height: 1.5;
    margin-bottom: 30px;
    font-size:18px;
}
.block-content .caption p b{
    color: #000;
    font-family: "Nunito-SemiBold";
}
.slider-product .img{
    width: 100%;
}
.feature-block{
    padding:60px 0 180px;
    position: relative;
}
.feature-container{
    position: relative;
    min-height: 910px;
}
.features{
    margin:60px 0 0;
    position: relative;
}
.feat-mobile{
    text-align: center;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    min-height: 820px;
}
.feat-mobile img{
    margin: auto;
    width: 300px;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.18);
    border-radius: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.feature-container .tab-pane{
    position: absolute;
    width: 100%;
    min-height: 820px;
}
.feature-container .tab-pane .features{
    min-height: 820px;
}
.feature-container .nav-tabs{
    display: flex;
    justify-content: space-between;
    border-bottom: 0;
}
.feature-container .nav-tabs>li {
    float: none;
    width: 30%;
    margin-bottom: 0;
}
.feature-container .nav-tabs>li>a{
    border: 0;
    border:2px solid transparent;
    font-size: 20px;
    text-align: center;
    border-radius: 0;
    padding:15px;
    height: auto;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    border-radius: 50px;
}
.feature-container .nav-tabs>li>a:hover{
    background: transparent;
    opacity: 1;
}
.feature-container .nav-tabs>li.active>a,
.feature-container .nav-tabs>li.active>a:focus,
.feature-container .nav-tabs>li.active>a:hover{
    border:2px solid transparent; 
    opacity: 1;
    background: transparent;
}
.feature-container .nav-tabs li.tab-all>a{
    padding:9px 0;
}
.feature-container .nav-tabs li.tab-all>a>img{
    width: 28px
}
.feature-container .nav-tabs li.tab-basic>a{
    background-color: #fff;
    color: #39A9DA;
    border-color: #39A9DA;
}
.feature-container .nav-tabs>li.tab-basic.active>a{
    color:#fff;
    background-color: #39A9DA;
    border-color: #39A9DA;
}
.feature-container .nav-tabs li.tab-premium>a{
    background-color: #fff;
    color: #AFCA14;
    border-color: #AFCA14;
}
.feature-container .nav-tabs>li.tab-premium.active>a{
    color:#fff;
    background-color: #AFCA14;
    border-color: #AFCA14;
}
.feature-container .nav-tabs li.tab-pro>a{
    background-color: #fff;
    color: #FF8853;
    border-color: #FF8853;
}
.feature-container .nav-tabs>li.tab-pro.active>a{
    background-color: #FF8853;
    color: #fff;
}
.feature-container .nav-tabs>li>a>span.btn-mobile{
    display: none;
}
.fcard{
    position: absolute;
    border: 1px solid #eee;
    background-color: #fff;
    font-family: "Nunito-SemiBold";
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    padding:20px;
    border-radius:0 50px 0 50px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 7%);
    text-align: center;
    width: 300px;
    z-index: 9;
}
.fcard p{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}
.card1{
    left: 0;
    top: 0;
}
.fcard:after,
.fcard:before{
    border-top: 1px solid #ccc;
}
.card1:after{
    content: "";
    position: absolute;
    left: 98%;
    top: 48px;
    transform: rotate(17deg);
    width: 135px;
}
.card2{
    left: 0;
    top: 130px;
}
.card2:after{
    content: "";
    position: absolute;
    left: 98%;
    top: 25px;
    width: 135px;
}
.card2::before{
    content: "";
    position: absolute;
    left: 98%;
    top: 50px;
    transform: rotate(12deg);
    width: 230px;
}
.card3{
    left: 0;
    top: 260px;
}
.card3:after{
    content: "";
    position: absolute;
    left: 99%;
    top: 28px;
    width: 160px;
}
.card4{
    left: 0;
    top: 380px;
}
.card4:after{
    content: "";
    position: absolute;
    left: 99%;
    top: 28px;
    width: 160px;
}
.card5{
    left: 0;
    top: 550px;
}
.card5:after{
    content: "";
    position: absolute;
    left: 98%;
    top: 58px;
    transform: rotate(17deg);
    width: 205px;
}
.card6{
    left: 200px;
    top: 700px;
}
.card6:after{
    content: "";
    position: absolute;
    left: 93%;
    top: -11px;
    transform: rotate(-49deg);
    width: 100px;
}
.card7{
    right: 200px;
    top: 700px;
}
.card7:after{
    content: "";
    position: absolute;
    right: 92%;
    top: -25px;
    transform: rotate(67deg);
    width: 52px;
}
.card8{
    right: 0;
    top: 560px;
}
.card8:after{
    content: "";
    position: absolute;
    right: 98%;
    top: 51px;
    transform: rotate(-17deg);
    width: 145px;
}
.card9{
    right: 0;
    top: 480px;
}
.card9:after{
    content: "";
    position: absolute;
    right: 98%;
    top: 48px;
    transform: rotate(-11deg);
    width: 200px;
}
.card10{
    right: 0;
    top: 400px;
}
.card10:after{
    content: "";
    position: absolute;
    right: 97%;
    top: 64px;
    transform: rotate(-26deg);
    width: 172px;
}
.card11{
    right: 0;
    top: 290px;
}
.card11:after{
    content: "";
    position: absolute;
    right: 99%;
    top: 28px;
    width: 173px;
}
.card12{
    right: 0;
    top: 160px;
}
.card12:after{
    content: "";
    position: absolute;
    right: 99%;
    top: 28px;
    width: 135px;
}
.card13{
    right: 0;
    top: 80px;
}
.card13:after{
    content: "";
    position: absolute;
    right: 98%;
    top: 13px;
    transform: rotate(14deg);
    width: 150px;
}
.card14{
    right: 0;
    top: 0;
}
.card14:after{
    content: "";
    position: absolute;
    right: 98%;
    top: 48px;
    transform: rotate(-12deg);
    width: 191px;
}
.cta-block{
    text-align: center;
    padding: 160px 0 250px;
    margin: -50px 0 -80px;
    background-size: cover;
    background-image: url(/img/orbit/bg-slider-2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
}
.cta-block.bg3{
    background-image: url(/img/orbit/bg-slider-3.svg);
    margin-top: -180px;
    margin-bottom: -270px;
}
.cta-block.bg3 .block-content { padding: 100px 0 0; margin: 0; }
.cta-block h1{
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    color: #444;
    margin-bottom: 20px;
}
.cta-block p{
    font-weight: 300;
    font-size: 22px;
    color: #666;
}
.cta-block .caption{
    max-width: 700px;
    margin: auto;
}
@media (max-width:767px){
    .cta-block { margin-top: 20px; }
    .cta-block.bg3 { margin-bottom: -350px; }
    .cta-block.bg3 .text-left  { text-align: center!important; }
}
@media (max-width:576px){
    .cta-block h1 {
        font-size: 26px;
    }
    .cta-block p {
        font-size: 16px;
    }
}
.fcard.fbasic{
    border-color: #39A9DA;
    color: #39A9DA;
}
.fcard.fbasic:after,
.fcard.fbasic:before{
    border-top-color: #39A9DA;
}
.fcard.fpremium{
    border-color: #AFCA14;
    color: #AFCA14;
}
.fcard.fpremium:after,
.fcard.fpremium:before{
    border-top-color: #AFCA14;
}
.fcard.fpro{
    border-color: #FF8853;
    color: #FF8853;
}
.fcard.fpro:after,
.fcard.fpro:before{
    border-top-color: #FF8853;
}
.fcard.disabled{
    border-color: #ddd!important;
}
.fcard.disabled p{
    color: #ddd!important;
}
.fcard.disabled:after,
.fcard.disabled:before{
    border-top-color: #ddd!important;
}
.features-desription-block{
    padding:0;
    margin: -50px 0;
}
.features-desription-block .block-content{
    max-width: 900px;
    margin: -50px auto;
    padding:0;
}
.features-desription-block .block-content h1{
    font-size: 20px;
    font-family: "Nunito-SemiBold";
}
.features-desription-block .block-content h2{
    font-size: 24px;
    font-family: "Nunito-SemiBold";
}
.features-desription-block .block-content p{
    font-size: 16px;
}
.feature-pro{
    background-color:#f6f6f6;
    padding:10px;
    border-radius: 4px;
    border:2px solid #eee;
    margin:15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature-pro img{
    height: 100px;
    margin-right: 30px;
}
.feature-pro span{
    font-size: 16px;
}
.feature-pro span b{
    font-family: "Nunito-SemiBold";
}
.fcardpro{
    position: absolute;
    border: 1px solid #FF8853;
    background-color: #fff;
    font-family: "Nunito-SemiBold";
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    padding:20px;
    border-radius:0 50px 0 50px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 7%);
    text-align: center;
    width: 300px;
    z-index: 9;
    color: #FF8853;
}
.fcardpro:after,
.fcardpro:before{
    display: none;
}
.fcardpro p{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}
@media(max-width:1199px){
    .feature-container .nav-tabs>li>a {
        padding: 12px;
    }
    .card1:after{
        left: 98%;
        top: 42px;
        transform: rotate(30deg);
        width: 50px;
    }
    .card2:after{
        top: 28px;
        width: 60px;
        left: 99%;
    }
    .card2::before{
        left: 99%;
        top: 43px;
        transform: rotate(12deg);
        width: 135px;
    }
    .card3:after{
        left: 99%;
        top: 28px;
        width: 60px;
    }
    .card4:after{
        left: 99%;
        top: 28px;
        width: 60px;
    }
    .card5:after{
        left: 97%;
        top: 56px;
        transform: rotate(27deg);
        width: 114px;
    }
    .card6 {
        left: 100px;
    }
    .card6:after{
        left: 93%;
        top: -11px;
        transform: rotate(-49deg);
        width: 100px;
    }
    .card7 {
        right: 100px;
    }
    .card7:after{
        right: 90%;
    }
    .card8{
        right: 0;
        top: 560px;
    }
    .card8:after{
        right: 96%;
        top: 51px;
        transform: rotate(-40deg);
        width: 70px;
    }
    .card9:after{
        right: 98%;
        top: 46px;
        transform: rotate(-19deg);
        width: 114px;
    }
    .card10:after{
        right: 94%;
        top: 69px;
        transform: rotate(-46deg);
        width: 96px;
    }
    .card11:after{
        right: 99%;
        top: 28px;
        width: 60px;
    }
    .card12:after{
        right: 99%;
        top: 28px;
        width: 60px;
    }
    .card13:after{
        right: 96%;
        top: 13px;
        transform: rotate(34deg);
        width: 60px;
    }
    .card14:after{
        right: 97%;
        top: 48px;
        transform: rotate(-27deg);
        width: 93px;
    }
}
@media(max-width:991px){
    .feature-container .nav-tabs>li>a {
        font-size: 15px;
    }
    .fcard{
        padding:12px;
        width: 180px;
    }
    .fcard p{
        font-size: 14px;
        line-height: 1.2;
    }
    .card1:after{
        left: 94%;
        top: 40px;
        transform: rotate(34deg);
        width: 68px;
    }
    .card2:after{
        top: 28px;
        width: 60px;
    }
    .card2::before{
        left: 99%;
        top: 43px;
        transform: rotate(12deg);
        width: 146px;
    }
    .card3:after{
        left: 100%;
        top: 28px;
        width: 60px;
    }
    .card4:after{
        left: 99%;
        top: 28px;
        width: 60px;
    }
    .card5:after{
        left: 97%;
        top: 56px;
        transform: rotate(27deg);
        width: 114px;
    }
    .card6 {
        left: 100px;
    }
    .card6:after{
        left: 92%;
        top: -11px;
        transform: rotate(-44deg);
        width: 100px;
    }
    .card7 {
        right: 100px;
    }
    .card7:after{
        right: 86%;
        top: -24px;
        transform: rotate(60deg);
    }
    .card8{
        right: 0;
        top: 560px;
    }
    .card8:after{
        right: 93%;
        top: 51px;
    }
    .card9:after{
        right: 93%;
        top: 46px;
        transform: rotate(-19deg);
        width: 114px;
    }
    .card10:after{
        right: 89%;
        top: 59px;
        transform: rotate(-46deg);
        width: 111px;
    }
    .card11:after{
        right: 99%;
        top: 28px;
        width: 60px;
    }
    .card12:after{
        right: 97%;
        top: 19px;
        width: 60px;
    }
    .card13:after{
        right: 99%;
        top: 5px;
        transform: rotate(23deg);
        width: 60px;
    }
    .card14:after{
        right: 93%;
        top: 44px;
        transform: rotate(-27deg);
        width: 114px;
    }
}
@media(max-width:767px){
    .feature-container{
        margin: auto;
        max-width: 547px;
    }
    .feature-block {
        padding: 60px 0 0;
    }
    .feature-container .tab-pane {
        min-height: 700px;
    }
    .feature-container .tab-pane .features {
        min-height: 700px;
    }
    .feature-container .nav-tabs>li {
        width: 32%;
    }
    .feature-container .nav-tabs>li>a {
        font-size: 12px;
    }
    .feature-container .nav-tabs>li>a>span.btn-desktop{
        display: none;
    }
    .feature-container .nav-tabs>li>a>span.btn-mobile{
        display: block;
    }
    .feat-mobile{
        min-height: 672px;
    }
    .feat-mobile img {
        width: 230px;
    }
    .fcard p{
        font-size: 12px;
    }
    .fcard{
        padding:12px;
        width: 140px;
    }
    .card1:after{
        left: 98%;
        top: 40px;
        transform: rotate(19deg);
        width: 60px;
    }
    .card2 {
        left: 0;
        top: 98px;
    }
    .card2:after{
        top: 28px;
        width: 60px;
    }
    .card2::before{
        left: 100%;
        top: 39px;
        transform: rotate(12deg);
        width: 104px;
    }
    .card3 {
        left: 0;
        top: 200px;
    }
    .card3:after{
        left: 100%;
        top: 28px;
        width: 60px;
    }
    .card4 {
        left: 0;
        top: 294px;
    }
    .card4:after{
        left: 100%;
        top: 28px;
        width: 60px;
    }
    .card5 {
        left: 0;
        top: 422px;
    }
    .card5:after {
        left: 96%;
        top: 50px;
        transform: rotate(29deg);
        width: 94px;
    }
    .card6 {
        left: 57px;
        top:550px;
    }
    .card6:after{
        left: 88%;
        top: -11px;
        transform: rotate(-44deg);
        width: 100px;
    }
    .card7 {
        right: 70px;
        top:550px;
    }
    .card7:after{
        right: 83%;
        top: -11px;
        transform: rotate(73deg);
        width: 66px;
    }
    .card8 {
        right: 0;
        top: 443px;
    }
    .card8:after {
        right: 94%;
        top: 41px;
        transform: rotate(-29deg);
        width: 52px;
    }
    .card9 {
        right: 0;
        top: 383px;
    }
    .card9:after{
        right: 96%;
        top: 32px;
        transform: rotate(-15deg);
        width: 90px;
    }
    .card10 {
        right: 0;
        top: 303px;
    }
    .card10:after{
        right: 80%;
        top: 60px;
        transform: rotate(-46deg);
        width: 90px;
    }
    .card11 {
        right: 0;
        top: 223px;
    }
    .card11:after{
        right: 96%;
        top: 28px;
        width: 68px;
    }
    .card12 {
        right: 0;
        top: 145px;
    }
    .card12:after{
        right: 100%;
        top: 19px;
        width: 40px;
    }
    .card13:after{
        right: 93%;
        top: 1px;
        transform: rotate(37deg);
        width: 50px;
    }
    .card14:after{
        right: 94%;
        top: 42px;
        transform: rotate(-27deg);
        width: 80px;
    }
    .feature-pro {
        margin-top: -60px;
    }
}
@media(max-width:576px){
    .feature-container .nav-tabs {
        margin-bottom: 10px;
    }
    .feature-block {
        padding: 15px 0 40px;
        position: relative;
    }
    .feature-container {
        min-height: 750px;
        max-width: 330px;
    }
    .feature-pro {
        margin-top: 30px;
    }
    .feature-pro img{
        height: 60px;
    }
    .feature-pro span{
        font-size: 13px;
    }
    .features {
        margin: 10px 0 0;
    }
    .feature-container .nav-tabs>li>a {
        font-size: 9px;
        padding: 10px 0;
    }
    .feature-container .nav-tabs li.tab-all>a>img {
        width: 16px;
        position: relative;
        top: 4px;
    }
    .feature-container .tab-pane,
    .feature-container .tab-pane .features{
        min-height: 520px;
    }
    .feat-mobile {
        min-height: 520px;
    }
    .feat-mobile img {
        width: 200px;
    }
    .fcard p{
        font-size: 9px;
    }
    .fcard{
        border-width: 1px;
        padding:10px 5px;
        width: 130px;
    }
    .card1{
        top:0
    }
    .card1:after{
        left: 48%;
        top: 43px;
        transform: rotate(49deg);
        width: 33px;
    }
    .card2 {
        left: 0;
        top: 98px;
    }
    .card2:after{
        top: 22px;
        width: 10px;
    }
    .card2::before {
        left: 100%;
        top: 26px;
        transform: rotate(12deg);
        width: 28px;
    }
    .card3 {
        left: 0;
        top: 155px;
    }
    .card3:after{
        left: 83%;
        top: 37px;
        width: 19px;
        transform: rotate(47deg);
    }
    .card4 {
        left: 0;
        top: 220px;
    }
    .card4:after{
        left: 78%;
        top: 49px;
        transform: rotate(53deg);
        width: 48px;
    }
    .card5 {
        left: 0;
        top: 391px;
    }
    .card5:after {
        left: 76%;
        top: 40px;
        transform: rotate(31deg);
        width: 38px;
    }
    .card6 {
        left: 22px;
        top: 471px;
    }
    .card6:after{
        left: 87%;
        top: -13px;
        transform: rotate(-44deg);
        width: 40px;
    }
    .card7 {
        right: 22px;
        top:471px;
    }
    .card7:after{
        right: 67%;
        top: -13px;
        transform: rotate(67deg);
        width: 25px;
    }
    .card8 {
        right: 0;
        top: 399px;
    }
    .card8:after {
        right: 62%;
        top: 35px;
        transform: rotate(-51deg);
        width: 12px;
    }
    .card9 {
        right: 0;
        top: 345px;
    }
    .card9:after{
        right: 95%;
        top: 22px;
        transform: rotate(-37deg);
        width: 30px;
    }
    .card10 {
        right: 0;
        top: 292px;
    }
    .card10:after{
        right: 90%;
        top: 37px;
        transform: rotate(-38deg);
        width: 68px;
    }
    .card11 {
        right: 0;
        top: 245px;
    }
    .card11:after{
        right: 94%;
        top: 4px;
        transform: rotate(46deg);
        width: 30px;
    }
    .card12 {
        right: 0;
        top: 145px;
    }
    .card12:after{
        right: 70px;
        top: -8px;
        transform: rotate(65deg);
        width: 15px;
    }
    .card13:after{
        right: 77px;
        top: -8px;
        transform: rotate(64deg);
        width: 15px;
    }
    .card14{
        top:0;
    }
    .card14:after{
        right: 70%;
        top: 46px;
        transform: rotate(-63deg);
        width: 35px;
        bottom: -13px;
    }
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}
.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    top: 50%;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}
.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}
.layout-scroll{
    position: relative;
    width: 640px;
    margin: auto;
    overflow: hidden;

}
@media (max-width:1199px){
    .layout-scroll {
        width: 600px;
    }
}

@media (max-width:991px){
    .layout-scroll {
        right: auto;
        position: relative;
    }
}
@media (max-width:767px){
    .layout-scroll {
        width:540px;
    }
}
@media (max-width: 576px){
    .layout-scroll {
        width: 280px;
    }
}
.image-bg {
    background-image: url(/img/bg-macbook.png);
    width: 640px;
    height: 336px;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width:767px){
    .image-bg {
        width: 540px;
        height: 347px;
    }
}
@media (max-width:576px){
    .image-bg {
        width: 280px;
        height: 180px;
        background-position: center top;
        background-size: cover;
    }
}
.image-bg .image-shop-scroll {
    transition: all 5s ease-out 0s;
    -webkit-transition: all 5s ease-out 0s;
    -moz-transition: all 5s ease-out 0s;
    -ms-transition: all 5s ease-out 0s;
    -o-transition: all 5s ease-out 0s;
}
.image-bg .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 444px;
    height: 280px;
    top: 23px;
    left: 87px;
    background-size: contain;
    background-size: 100%;
}
@media (max-width:767px){
    .image-bg .image-shop-scroll {
        width: 386px;
        height: 243px;
        top: 20px;
        left: 77px;
    }
}  
@media (max-width:767px){
    .why-marketplace .block-img{
        margin-bottom:0;
    }
    .image-bg .image-shop-scroll {
        width: 240px;
        height: 153px;
        top: 12px;
        left: 20px;
    }
}  
.image-bg:hover .image-shop-scroll {
    background-position: center 100%!important;
}
.block-content .block-img img.img-product,
.block-content .block-img img.img-support{
    margin:auto;
    max-width: 400px;
}
.cards-types .block-content,
.support-page .block-content{
    padding:20px 100px;
}
@media (max-width:1199px){
    .block-content .caption h1 {
        font-size: 20px;
    }
    .block-content .caption h2 {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .cards-types .block-content,
    .support-page .block-content{
        padding:40px 100px;
    }
}
@media (max-width:991px){
    .cards-types .block-content,
    .support-page .block-content{
        padding:30px 100px;
        margin-bottom: 0;
    }
    .block-content .block-img img.img-support{
        max-width: 300px;
    }
}
@media (max-width:767px){
    .cards-types .block-content,
    .support-page .block-content{
        padding:30px 20px;
    }
    .block-content .caption h1 {
        font-size: 18px;
    }
    .block-content .caption h2 {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .block-content .caption p{
        font-size: 16px;
    }
}
@media (max-width:576px){
    .cards-types .block-content,
    .support-page .block-content{
        padding:30px 20px;
    }
    .block-content .caption{
        text-align: center;
    }
}
.cards-types,
.club-page,
.support-page{
    padding-bottom: 0;
}
/*Modal*/
.modal { padding: 0 15px; }
.modal-content{
    overflow: hidden;
    border-radius: 10px;
}
@media (min-width: 768px){
    .modal-dialog {
        margin: 100px auto;
    }
}
@media (max-width: 992px){
    .modal-dialog {
        margin: 40px auto;
    }
}
.modal-header {
    border:0;
    position:absolute;
    width: 100%;
    z-index: 9;
}
.modal-header .close {
    position:absolute;
    right:10px;
    top:10px;
    font-size:25px;
    color: #fff;
    opacity: 1;
}
.modal-header .close span{
    color: #fff;
}
.modal-footer{
    border:0;
}
.modal-body{
    padding:0;
}
.modal-lg {
    width: 900px;
    margin:auto;
}
@media (max-width: 991px){
    .modal-lg {
        width:100%;
        max-width:740px;
    }
}
@media (max-width: 767px){
    .modal-lg {
        max-width:540px;
    }
}
.modal-lg .modal-dialog{
    width: 100%
}
.modal iframe{
    height: 100%!important;
}

#modalOnDemand .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 20px;
}
.modal .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    overflow: hidden;
}
.modal .registroTitulo {
    padding: 2rem;
    margin: 0;
    font-size: 2.2rem;
    color: #ffffff;
    background-color: #39a9da;
}
.modal .card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}
.modal .card-body p {
    font-size: 1.6rem;
}
.modal .card-body .form-control {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
}
.d-flex { display: flex; }

#videos.prices-page2 {
    padding-top: 200px;
}
.module-videos{
    padding:140px 0;
    margin-top: -50px;
    text-align: center;
    background-image: url('/img/orbit/bg-videos.png');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.video-content{
    padding:40px;
    position: relative;
}
.video-content .tarja-embreve {
    position: absolute;
    text-align: left;
    width: 160%;
    padding-left: 50px;
    z-index: 10;
    left: -30px;
    top: -7%;
    background-color: #a9c81b;
    font-family: "Nunito-Regular";
    font-size: 3.2rem;
    color: #ffffff;
    line-height: 50px;
    transform: rotate(-15deg);
}
.video-content a{
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 30px 6px 0 0;
    background-color: #333;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    box-shadow: 0 4px 10px rgb(0 0 0 / 7%);
}
.video-content a img{
    width: 100%;
    opacity: 0.65;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}
.video-content a:hover img{
    opacity: 1;
}
.video-content a span{
    position: absolute; 
    display: inline-block;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}
.video-content a span p{
    color: #fff;
    font-family: "Nunito-SemiBold";
    font-size: 20px;
    margin-bottom: 0;
}
.video-content a span img{
    width: 50px;
    height: 50px;
    margin:auto;
    margin-bottom: 5px;
    opacity: 1;
}
.video-info{
    padding:30px 10px 15px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(45deg,#AFCA14,#39A9DA);
    position: relative;
    margin-top: -15px;
    border-radius:0 0 30px 6px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 7%);
}
.video-info h3{
    font-family: "Nunito-Bold";
    color: #fff;
    margin:0;
    font-size: 24px;
    flex: 60%;
    letter-spacing: -1px;
}
.video-info span{
    font-family: "Nunito-Light";
    margin-bottom: 0;
    font-size: 14px;
    text-align: right;
    color: #fff;
}
.module-videos .titles{
    margin-bottom: 10px;
}
.video-subtitle{
    font-family: "Nunito-Light";
    font-size: 24px;
    color: #666;
    margin:0 0 30px
}
@media (max-width: 991px){
    .video-content {
        padding: 40px 10px;
    }
}
@media (max-width: 767px){
    .module-videos{
        padding: 160px 0;
        position: relative;
        margin-top: -100px;
    }
    .video-content {
        margin:auto;
        max-width: 500px;
        padding:20px 0;
    }
}
@media (max-width:576px){
    .video-subtitle{
        font-size: 16px;
    }
    .video-info h3 {
        font-size: 18px;
    }
}
.feature2-block{
    padding:60px 0;
}
.mobile-video{
    width: 296px;
    margin: 0 auto;
}
.videocard-bg{
    position: absolute;
    top: 0;
    width: 296px;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/orbit/mask.png);
    z-index: 2;
}
.videocard-loading{
    width: 264px;
    height: 569px;
    margin-left: 16px;
    margin-top: 16px;
    background: url(../img/orbit/loading.gif) center center no-repeat rgb(0, 0, 0);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.videocard-loading video{
    width: 263px;
    height: 568px;
}
.mobile-bg1{
    position: absolute;
    z-index: 0;
    top: 0;
}
.mobile-bg2{
    display: none;
    position: absolute;
    z-index: 0;
    top: 500px;
    z-index: 3;
    padding:0 130px;
}
.mobile-bg1 img,
.mobile-bg2 img{
    width: 100%;
}
.feature2-block .block-img{
    position: relative;
}
@media (max-width:1199px){
    .mobile-bg2 {
        padding: 0 100px;
    }
}
@media (max-width:991px){
    .mobile-bg2 {
        padding: 0;
    }
}
@media (max-width:767px){
    .mobile-bg2 {
        text-align: center;
        width: 100%;
    }
    .mobile-bg2 img{
        margin:auto;
        max-width: 400px;
    }
    .feature2-block{
        padding-bottom: 0;
    }
    .feature2-block .block-content{
        margin-bottom: 0;
    }
    .feature2-block .col-img{
        z-index: 3;
        position: relative;
        margin-bottom: 120px;
    }
    .feature2-block .col-text{
        z-index: 4;
        position: relative;
    }
}
.presentation{
    z-index: 9;
    width: auto;
    height:640px;
    position: relative;
}
.presentation img{
    width: auto;
    height: 100%;
}
.presentation .bee3D--slide {
    width: 410px;
    height: 640px;
    margin-left: -200px;
    margin-top: 0;
}
@media (max-width:1199px){
    .block-home-about .container{
        overflow: hidden;
    }
}
@media (max-width:767px){
    .presentation .bee3D--slide {
        margin-left: -140px;
    }
    .block-home-about .container{
        overflow: inherit;
    }
    .block-home-about {
        margin-top: -200px;
    }
    .presentation img{
        position: relative;
        left: 28px;
    }
}
@media (max-width:576px){
    .block-home-about .container{
        overflow-y: hidden;
    }
    .block-home-about .col-slider{
        padding-left: 0;
        padding-right: 0;
    }
    .presentation img{
        position: relative;
        left: 26px;
        margin-bottom: 40px;
    }
}
.presentation .bee3D--slide__active{
    opacity: 1;
    z-index: 10;
}
.why-block{
    padding:60px 0 0;
}
.why-container .block-content{
    padding: 0;
}
@media (max-width:991px){
    .presentation .bee3D--slide {
        width: 360px;
        height: 600px;
    }
}
@media (max-width:767px){
    .why-container #presentation{
        position: relative;
        left:-45px;
    }
    .why-container .col-text{
        text-align: center;
    }
}
@media (max-width:576px){
    .why-container #presentation{
        left:-10px;
    }
    .presentation .bee3D--slide {
        width: 290px;
        height: 468px;
    }
    .why-container .col-text{
        position: relative;
        margin-top: -160px;
    }
}
.cards-intro-block{
    background-color: #f6f6f6;
    position: relative;
    margin-top: -50px;
    padding-top: 100px;
}
.graph-intro-block{
    background-color: #f6f6f6;
    position: relative;
    margin-top: -50px;
    padding-top: 100px;
}
.graph-intro-block .caption h1{
    font-size: 20px;
    color: #333;
}
.graph-intro-block .caption h2{
    font-size: 30px;
    color: #333;
}

.steps-amawebs {
  padding:30px 0;
}
@media screen and (max-width:991px){
  .steps-amawebs {
    padding-top:0;
    text-align:center;
  }
}
.steps-amawebs h2{
  font-size:22px;
}
.steps-amawebs .block-bullet-icon {
  /* color:#000; */
  position:
  relative;
  margin:60px 0;
  padding-left:110px;
}
@media screen and (max-width:991px){
  .steps-amawebs .block-bullet-icon {
    padding-left:0;
  }
}
.steps-amawebs .block-bullet-icon img{
  position:absolute;
  top:-15px;
  left:0;
  width:85px;
}
@media screen and (max-width:991px){
  .steps-amawebs .block-bullet-icon img{
    position:relative;
    top:auto;
    left:auto;
  }
}
.steps-amawebs .block-bullet-icon h3 {
    font-size: 20px;
    color: #696969;
    font-weight: 600;
}

@media screen and (max-width:767px){
  .steps-amawebs .block-bullet-icon p{
    font-size:14px;
  }
}
.angled-shape-2{
  top: -140px;
    position: absolute;
    left: 0;
    z-index: 20;
    display: block;
}
.hiw-amawebs {
  position: relative;
}
.hiw-amawebs .hw-bullet{
  padding:10px 0 10px 100px;
  position:relative;
}
@media screen and (max-width:991px){
  .hiw-amawebs .hw-bullet{
    margin-bottom:30px;
  }
}
.hiw-amawebs .hw-bullet img{
  height: 70px;
  margin-bottom: 0;
  left:0;
  top:15px;
  position:absolute;
}
.hiw-amawebs .hw-bullet h5{
  font-size:20px;
  font-weight:400;
  color:#000;
}
.hiw-amawebs .bullet-products-list {
  margin:0;
  padding:0;
  list-style:none;
  text-align:center;
}
.hiw-amawebs .bullet-products-list li{
  display:inline-block;
  width: 32%;
    padding: 5px;
  vertical-align:top;
}
.hiw-amawebs .bullet-products-list li a{
  text-decoration:none;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  top:-3px;
  position:relative;
}
.hiw-amawebs .bullet-products-list li a:hover{
  top:0;
}
.hiw-amawebs .bullet-products-list li a img{
  display:block;
  margin:auto;
  margin-bottom:5px;
  height:40px;
}
.hiw-amawebs .bullet-products-list li a span{
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}

.why-amawebs {
  padding:80px 0 60px;
  text-align:center;
}
.why-amawebs h1{
  /* color:#000; */
  font-weight: 600;
  margin-bottom:70px;
}
.why-amawebs .amawebs-why-bullet{
  text-align:center;
  margin-bottom: 40px;
    min-height: 160px;
    padding: 0 20px;
}

.why-amawebs .amawebs-why-bullet img{
  margin: 10px;
  height: 53px;
}

@media screen and (max-width:767px){
  .why-amawebs .amawebs-why-bullet{
    min-height:auto;
  }
}
.why-amawebs .amawebs-why-bullet h5{
  font-size: 20px;
  font-weight: 500;
  color:#000;
}

.block-article{
    padding: 60px 0 180px;
}
.block-article h1{
    font-size: 36px;
    font-weight: 600;
    color: #444;
    line-height: 1.2;
    text-align: left!important;
    margin-bottom: 30px;
    color: #f27241;
}
.block-article .article-img{
    width:100%;
    margin-bottom:30px;
}
.fa-star{
    color:#FF7E65;
    font-size: 16px;
    margin:0 3px;
    cursor: pointer;
}
.fa-star-o{
    font-size: 16px;
    cursor: pointer;
    margin:0 3px;
}
.stars:hover>.fa-star:hover, .stars:hover>.fa-star-o:hover{
    color:#FFC926;
}
.fa-star-o:hover:before{
    content: "\f005";
}
.block-article aside section{
    padding:15px;
    text-align: center;
    margin-bottom:30px;
}
.block-article aside label{
    color:#888;
    display: block;
    margin-bottom:15px;
}
.block-article .avatar{
    width:100px;
    height:100px;
    background-position: center center;
    background-size:cover;
    border-radius:100%;
    margin:auto;
    margin-bottom:10px;
}
.block-article aside .data-user{
    margin-bottom:20px;
}
.block-article aside .data-user h4{
    font-size:16px;
    color:#333;
}
.block-article aside .data-user p{
    font-size:13px;
    color:#666;
    margin-bottom:0;
}
.block-article aside .list-social{
    display:flex;
    justify-content: center;
    align-items: center;
}
.block-article aside .list-social li{
    float:none;
    width:30px;
}
.block-article aside .list-social li img{
    width:100%;
}
.block-article aside .more-articles ul{
    text-align:left;
}
.block-article aside .more-articles ul li{
    position: relative;
    padding-left:20px;
    margin-bottom:20px;
}
.block-article aside .more-articles ul li:before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    background-color:#999;
    border-radius:100%;
    height:10px;
    width:10px;
    display:inline-block;
}
.block-article aside .more-articles ul li a{
    color: #666;
    font-size: 13px;
    line-height: 1.3;
    display: block;
}

.block-article aside .related-articles li {
    display: flex;
    margin-bottom: 15px;
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.block-article aside .related-articles li img{
    width: 100%;
    height: 60px;
}
.block-article aside .related-articles li .item-image{
    min-width: 80px;
    vertical-align: middle;
    align-items:  center;
    display: flex;
    max-width: 40%;
}
.block-article aside .related-articles li .item-content{
    padding: 0 10px;
    display: grid;
    align-items: center;
    text-align: left;
    font-size: 13px;
    width: 100%;
}
.block-article aside .related-articles li.item-image a{
    display: flex;
}
.block-article aside .related-articles li:hover{
    border: 1px solid #c7c7c7;
    box-shadow:0 1px 0 rgba(0,0,0,0.15);
    background-color:#fff;
}
.block-article aside .related-articles li:hover a{
    background-size: 125% !important;
}
.block-article aside .related-articles li:hover img{
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.block-article aside .related-articles .btn{
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
}
.block-article .body-article .text-hightlight{
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.4;
}
.block-article .body-article p{
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
}
.block-article .body-article h2{
    font-size: 22px;
    letter-spacing: -0.5px;
    color:#666;
    margin-bottom: 15px;
}

.block-article .module-banner-secondary .container.fluid > div { border-radius: 30px; }
.block-article .module-banner-secondary .row > * { padding: 20px; }
.block-article .module-banner-secondary .row > * .homepage-title { margin-bottom: 20px; }
.block-article .module-banner-secondary .row > * img { max-height: 40px; }
.block-article .module-banner-secondary .row > * p { font-size: 1.4rem; }
.block-article .module-banner-secondary .row > * a { font-size: 1.4rem; padding: 8px 20px; }

.article-functions{
    margin-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 14px rgba(0,0,0,0.1);
}
.social-share {
    position: fixed; top: 50%; left: 20px; display: flex; flex-direction: column; margin: 0 auto;
    transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);
}
.social-share a{
    flex: 1;
    border-radius: 50px;
    margin: 5px 0;
    background-color: #f27241;
}
.social-share a:hover{
    background-color: #73b9b9;
}
.social-share a i.fa {
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #ffffff;
}
.article-counter{
    font-size:13px;
}
.article-counter:nth-of-type(2){
    text-align: right;
}
.article-counter > span {
    width: 100%;
    display: block;
}
.article-counter div.stars{
    display:inline-block;
}
.article-counter .fa-star{
    /* color: #82bbe2; */
}
blockquote {
    border-left: 5px solid #29B1AF;
}
.blockquote p{
    color:#29B1AF;
}
@media (max-width:991px){

    .social-share { display: none; }

    .block-article h1{
        text-align:center;
    }
    .block-article aside section{
        text-align:left;
    }
    .block-article .avatar {
        margin: 10px 20px 10px 0;
        display: inline-block;
        vertical-align: middle;
    }
    .block-article aside .data-user {
        display: inline-block;
        width: 67%;
        vertical-align: middle;
    }
    .block-article aside .list-social {
        display: inline-block;
        width: 14%;
        text-align: right;
    }
    .block-article aside .list-social li {
        display: inline-block;
    }
    .block-article aside .related-articles {
        text-align:center;
    }
    .block-article aside .related-articles ul{
        display:flex;
    }
}
@media (max-width:767px){
    .block-article aside .data-user {
        width:75%;
    }
    .block-article aside .list-social {
        display: block;
        width: 100%;
        text-align: left;
    }
    .article-functions{
        text-align:center;
    }
    .article-counter{
        text-align:center;
    }
}
@media (max-width:576px){
    .block-article aside section {
        text-align:center;
    }
    .block-article aside .avatar{
        margin:auto;
        margin-bottom:15px;
    }
    .block-article aside .data-user{
        width:100%;
        display:block;
    }
    .block-article aside .list-social {
        display: block;
        width: 100%;
        text-align: center;
    }
    .block-article aside .related-articles ul{
        text-align:center;
        display:block;
    }
    span.rate{
        display:block;
    }
}
img.gray:hover {
    cursor: pointer;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: filter 400ms ease;
    -webkit-transition: -webkit-filter 600ms ease;
    -o-transition: filter 400ms ease;
    -moz-transition: filter 400ms ease;
    -ms-transition: filter 400ms ease;
}

#map_wrapper {
    height: 927px;
    position: relative;
    padding-bottom: 127px;
    background: #aadaff;
}
@media (max-width:767px){
    #map_wrapper {height:727px;}
}


#map_canvas {
    width: 100%;
    height: 100%;
}
#map_canvas .map-info_content{
    color:#333;
    text-align:center;
}
#map_canvas .map-info_content h3{
    font-size:18px;
    font-weight:400px;
    color:#000;
    margin:0 0 5px;
}
#map_canvas .map-info_content p{
    font-size:14px;
    margin:0;
    line-height:1.2;
}
.map-reference{
    position: absolute;
    bottom:40px;
    left:40px;
    z-index: 99;
}
.map-reference h1{
    font-size:34px;
    font-weight:bold;
    margin:0;
    color:#fff;
}
.map-reference p{
    color:#fff;
    font-size:18px;
    font-weight:600;
    margin:0;
}
@media (max-width:767px){
    .map-reference{
        left:20px;
        bottom:20px;
    }
    .map-reference h1{
        font-size:20px;
    }
    .map-reference p{
        font-size:14px;
    }
}
.modal-staff{
    text-align: center;
}
.modal-staff-img{
    width:160px;
    height: 160px;
    margin:auto;
    background-size: cover;
    background-position: center center;
    border:1px solid #ddd;
    padding:2px;
}
.modal-staff h1{
    font-size: 20px;
    font-weight: bold;
}

.form-group .fa-search, .form-group .fa-map-marker {
    position: absolute;
    left: 20px;
    top: 8px;
    font-size: 18px;
    color: #D6D6D6;
}
.form-group .fa-map-marker{
    left: 22px;
    font-size: 20px;
}


#searchForm .form-group input, #searchForm .form-group select{
    padding-left: 30px;
}


.logoOrbitWorld { max-width: 300px; width: 100%; }
.botaoCallToAction {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    margin: 0;
    border: 0;
    border-radius: 100px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    background: linear-gradient(-45deg, #52adcc, #65b58f, #52adcc, #65b58f);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}
.botaoCallToAction:hover { color: #ffffff; background: linear-gradient(-45deg, #adc918, #adc918, #adc918, #adc918); }
.botaoCallToAction svg { width: 40px; height: 40px; display: inline-block; vertical-align: middle; margin-right: 10px; }
.botaoCallToAction svg * { fill: #ffffff; }
.botaoCallToAction:hover svg { animation: bounceRightLeft 600ms ease-in-out infinite; }

.searchTabs { margin-left: 15px; display: table; }
.searchTabs > * { display: inline-block; vertical-align: bottom; }
.searchTabs > * a {
    background-color: rgba(255,255,255,0.5); padding: 0 20px; line-height: 29px; display: block; border: 0; outline: 0; margin-right: 2px; border-radius: 5px 5px 0 0; border-bottom: 1px solid #ffffff;
    text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: 2px; color: #39A9DA; transition: all ease-out 100ms;
}
.searchTabs > *.active a,
.searchTabs > *:hover a { background-color: #ffffff; line-height: 35px; }

@media screen and (max-width: 768px){
    .searchTabs > * a { padding: 0 10px; font-size: 10px; }
}

.module-cupons p { font-size: 20px; font-weight: 600; text-align: center; color: #6b6b6b; }

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
    display: table;
}

.btn-rect { border-radius: 3px; }


.relatedhome.interna { display: flex; flex-wrap: wrap; }
.relatedhome.interna > li {width: 25%;margin-bottom: 30px;}
.relatedhome.interna .result_unit { flex-direction: column; height: 100%; margin-bottom: 0; }
.relatedhome.interna .result_picture {width: 100%;text-align: center;}
.relatedhome.interna .result_pic {max-width: 180px;border-radius: 10px;margin-top: 10px;}
.relatedhome.interna .result_info { padding: 20px 20px 60px; }
.relatedhome.interna .result_unit .btn { position: absolute; bottom: 20px; left: 20px; right: 20px; font-size: 14px; margin-bottom: 0; }
.relatedhome.interna .result_title { font-size: 13px; color: #39a9da; margin-bottom: 0; font-weight: 600; }
.relatedhome.interna .result_country { font-size: 12px; }

@media screen and (max-width: 1199px){
    .relatedhome.interna > li { width: 25%; }
}

@media screen and (max-width: 991px){
    .relatedhome.interna > li { width: 33.33333%; }
}

@media screen and (max-width: 700px){
    .relatedhome.interna > li { width: 50%; }
}

@media screen and (max-width: 450px){
    .relatedhome.interna > li { width: 100%; }
    .relatedhome.interna .result_unit { flex-direction: row; }
    .relatedhome.interna .result_picture { position: absolute; top: 0; left: 0; width: 140px; height: 100%; overflow: hidden; }
    .relatedhome.interna .result_pic { position: absolute; top: 0; left: 50%; width: auto; height: 100%; transform: translateX(-50%); }
    .relatedhome.interna .result_info { padding: 20px 20px 60px 160px; }
    .relatedhome.interna .result_unit .btn { left: 160px; }
}


/*OFFICE*/
a:hover {text-decoration: none;color: #fd8e67;}
a:focus { text-decoration: none; outline: none; }
.welcomeButton { width: 100%; min-height: 130px; display: flex; flex-direction: row; align-items: center; border-radius: 40px; background-color: #cccccc; }
.welcomeButton img { margin-left: auto; margin-right: 15px; }
.welcomeButton span { margin-right: auto; font-size: 20px; font-weight: 600; color: #ffffff; letter-spacing: 2px; text-transform: uppercase; }

.btnStepOffice {
    width: 100%; min-height: 100px; display: flex; flex-direction: row; align-items: center;
    border-radius: 30px; background-color: #ffffff; margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.btnStepOffice span {margin:auto;font-size: 16px;font-weight: 600;color: #f27241;letter-spacing: 2px;text-align: center;text-transform: uppercase;}

.btnStepOffice.active {background-color: #f27241;}
.btnStepOffice.active span { color: #ffffff; }

.btnStepOffice:hover {background-color: #f272419e;}
.btnStepOffice:hover span { color: #ffffff; }

.officeContent { padding: 30px; border-radius: 30px; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }

.navSteps {width: 100%;/* display: flex; */flex-direction: row;align-items: center;/* border-bottom: 2px solid #dddddd; */}
.stepItem { height: 60px; padding: 0 15px; margin-bottom: -2px; display: flex; flex-direction: row; align-items: center; border-bottom: 2px solid #dddddd; }
.stepItem .circle {font-size: 18px;font-weight: 600;color: #ffffff;background-color: #dddddd;width: 34px;height: 34px;margin-right: 15px;text-align: center;line-height: 34px;border-radius: 50%;/* flex-grow: 1; */}
.stepItem .circle svg { height: 34px; width: 24px; }
.stepItem .circle svg * { fill: #ffffff; }
.stepItem span:not(.circle) { color: #dddddd; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; }

.stepItem.active { border-bottom-color: #27bec6; }
.stepItem.active .circle { background-color: #27bec6; }
.stepItem.active span:not(.circle) { color: #27bec6; }

.stepItem:hover .circle { background-color: #27bec6; }
.stepItem:hover span:not(.circle) { color: #27bec6; }



.officeInputGroup { position: relative; margin: 15px 0; height: 50px; display: flex; align-items: center; }

.officeInput:focus { outline: 0; border-bottom-color: #27bec6; }

.officeInput:not([type=checkbox]):not([type=radio]) { position: relative; z-index: 1; background-color: transparent; border: 0; border-bottom: 1px solid #cccccc; width: 100%; line-height: 50px; height: 50px; padding: 10px 10px 0; font-size: 16px; }
.officeInput:not([type=checkbox]):not([type=radio]) ~ label { font-size: 12px; line-height: 14px; position: absolute; z-index: 2; top: 0; left: 10px; margin-bottom: 0; pointer-events: none; }

.officeInput[type=checkbox],
.officeInput[type=radio] { position: relative; z-index: 1; background-color: transparent; width: 20px; height: 20px; margin: 0; }
.officeInput[type=checkbox] ~ label,
.officeInput[type=radio] ~ label { font-size: 12px; line-height: 14px; position: absolute; z-index: 2; left: 25px; margin-bottom: 0; pointer-events: none; }


.officeBtn { position: relative; line-height: 50px; height: 50px; border-radius: 25px; border: 0; padding: 0 20px; font-size: 14px; font-weight: 600; color: #ffffff; letter-spacing: 2px; text-transform: uppercase; }
.officeBtn ~ .officeBtn { margin-left: 20px; }
.officeBtn.outline { background-color: #ffffff; color: #cccccc; }
.officeBtn.outline:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: transparent; border: 3px solid #cccccc; border-radius: 25px; }
.officeBtn.outline.btnAcademy { color: #4aabda; }
.officeBtn.outline.btnAcademy:before { border-color: #4aabda; }

.officeBtn:hover:not(.outline) { background-color: #58be8b; }
.officeBtn.outline.btnAcademy:hover { color: #58be8b; }
.officeBtn.outline.btnAcademy:hover:before { border-color: #58be8b; }

/*.officeInput[value=""]:not(select) ~ label { font-size: 16px; line-height: 50px; position: absolute; z-index: 2; left: 10px; margin-bottom: 0; pointer-events: none; }

.officeInput:focus ~ label,
.officeInput:not(:placeholder-shown):not(select) ~ label,
.officeInput:invalid:not(input) ~ label { font-size: 11px; text-transform: uppercase; line-height: 15px; color: #27bec6; }*/


@media (max-width: 991px){
    .btnStepOffice { min-height: 80px; border-radius: 24px; }
}
@media (max-width: 765px){
    .btnStepOffice { min-height: 60px; border-radius: 20px; }
    .stepItem {height: auto;flex-direction: column;padding: 0 6px;flex-grow: 1;margin-top: 10px;}
    .stepItem .circle { font-size: 12px; line-height: 28px; margin-right: 0; width: 28px; height: 28px; margin-bottom: 5px; flex-grow: 1; }
    .stepItem .circle svg { width: 18px; height: 28px; }
    .stepItem span:not(.circle) { font-size: 12px; }
    
    .officeBtn { width: 100%; }
    .officeBtn ~ .officeBtn { margin-left: 0; margin-top: 20px; }
}


.modal-header{
    position: relative;
}
.modal-body{
    padding: 10px;
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #39a9da;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 1% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}

.tachado{
    text-decoration: line-through;
}


/*Master spots*/
.module-master {
  margin-bottom:40px;
}
.module-master .row{
  margin:0!important;
}
.module-master .col-md-6,
.module-master .col-sm-2{
  padding:0!important;
}
.module-master a {
  display:block;
  text-align:center;
}
.module-master img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.3;
}
.module-master a:hover img {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    opacity: 1;
}
@media (min-width:992px) and (max-width:1199px){
  .module-master img{
    width:100%;
  }
  .module-master a{
    margin:1px;
  }
}
@media (min-width:768px) and (max-width:991px){
  .module-master a{
    margin:5px 0;
  }
}
@media screen and (max-width:767px){
  .module-master a{
    margin:5px 0;
  }
}

@media screen and (max-width:312px){
  .module-master .col-sm-2{
    width: 50%;
  }
}


.module-intro img {
    max-width: 100%;
}

.module-intro {
    background: #f27241;
    color: #fff;padding: 15px 0px 35px;
}

.module-intro h3 {
    font-size: 35px;
    font-weight: 600;
}
.module-intro p {
    font-size: 20px;
    font-weight: 400;
color: #fff;margin-top: 24px;/* letter-spacing: 1px; */}

.graph_28 {
    max-width: 570px;
    margin: 15px auto;
}

@media only screen and (min-width: 991px){

    .steps-amawebs .row{
        display: flex;
        align-items: center;
    }
}

.pad-banner{
    padding: 1% 2% 5% 8%;
}

.modal-title{
  color: #000;
  font-size: 26px;
  font-weight: 300;
  margin: 10px 0;
  text-align: center;
}

.btn-cerrar-modal{
    border: 0px;
    background-color: transparent;
}

.bg-litegrey{
    background-color: #2a60ba12;
}

.text-18,
.block-text .text-18{
  font-size: 18px;
  font-weight: 400;
  color: #505050;
  line-height: 1.7;
}

/*Graph 15*/
.graph_15-container{
  position:relative;
  text-align:center;
}
.graph_15 {
    margin: auto;
}
.g15_element_1{
    width:100%;
}