/*
Theme Name:        Flatsome Child
Theme URI:         http://flatsome.uxthemes.com/
Author:            Fixu
Author URI:        http://www.fixu.cl/
Description:       Multi-Purpose Responsive WooCommerce Theme
Version:           3.12.2
Requires at least: 4.7.0
Requires PHP:      5.6.20
Template:          flatsome
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css');

/* [SUB MENU] */
.sub-menu.nav-dropdown.nav-dropdown-simple {
    font-size: 13px;
}

/* help index */
.mg-z-index-1 {
    z-index: 1;
}

.mg-z-index-2 {
    z-index: 2;
}

.mg-z-index-3 {
    z-index: 3;
}

/* dropdown menu active */
.mg-dropdown-toggle:hover~.sub-menu,
.mg-dropdown-toggle:hover:before {
    left   : 0;
    opacity: 1;
    z-index: 999;
}

.mg-mt5-apps:hover .sub-menu,
.mg-mt5-apps:hover:before
    {
    width  : 100%;
    left   : 0;
    opacity: 1;
    z-index: 999;
}

.mg-mt5-video:hover .sub-menu {
    margin-top: 20px;
    width     : 100%;
    left      : 0;
    opacity   : 1;
    z-index   : 999;
}

.sub-menu a {
    padding       : 10px 0 !important;
    text-transform: uppercase;
    display       : flex !important;
    align-items   : center;
}

.sub-menu a i {
    margin-right: 7px;
}

.sub-menu:hover {
    left   : 0;
    opacity: 1;
    z-index: 999;
}

/* .mg-mt5-apps:hover~.sub-menu,
#mg-mt5-apps.sub-menu:hover {
    left     : 50%;
    transform: translateX(-50%);
}

.mg-mt5-video:hover>.sub-menu:before {
    content      : "";
    border-bottom: 20px solid #e9e9e9;
    border-left  : 15px solid transparent;
    border-right : 15px solid transparent;
    z-index      : 999;
    display      : block;
    position     : absolute;
    top          : -23px;
    left         : 50%;
    transform    : translateX(-250%);
}
 */
.mg-dropdown-toggle:hover:before {
    content      : "";
    position     : absolute;
    bottom       : -30px;
    left         : 50%;
    transform    : translateY(-50%);
    display      : block;
    border-bottom: 19px solid #dddddd;
    border-right : 15px solid transparent;
    border-left  : 15px solid transparent;
}

/* Extra small devices (phones, 600px and down) 
    @media only screen and (max-width: 600px) {
        ...
    }

    /* Small devices (portrait tablets and large phones, 600px and up) 
    @media only screen and (min-width: 600px) {
        ...
    }

    /* Medium devices (landscape tablets, 768px and up) 
    @media only screen and (min-width: 768px) {
        ...
    }

    /* Large devices (laptops/desktops, 992px and up)
    @media only screen and (min-width: 992px) {
        ...
    }

    /* Extra large devices (large laptops and desktops, 1200px and up) 
    @media only screen and (min-width: 1200px) {
        ...
    }
    */
/* [STYLE GENERAL CHILD] */
/* BANNER */
.mg-banner {
    position           : relative;
    width              : 100%;
    background-position: center;
    background-repeat  : no-repeat;
    background-size    : cover;
    padding            : 20px 0;
}

.mg-banner::after {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    z-index         : 1;
    background-color: rgba(0, 0, 0, 0.51);
}

.mg-banner__content {
    height    : 500px;
    position  : relative;
    min-height: 351px;
}

.mg-banner__content--small {
    height: 200px;
}

.mg-banner__text {
    transform: translateY(-50%);
    top      : 50%;
    position : absolute;
    width    : 100%;
    min-width: 200px;
    z-index  : 2;
}

@media only screen and (min-width: 600px) {
    .mg-banner__text {
        max-width: 500px;
    }
}

@media only screen and (min-width: 1024px) {
    /* .mg-banner__text {
            margin-left: 6em;
        } */
}

/* TITLE */
.mg-title {
    color         : #ffffff;
    font-weight   : 700;
    font-size     : 2.5em;
    letter-spacing: .05em;
    padding       : 0;
    margin-top    : .2em;
    margin-bottom : .2em;
    line-height   : 1;
}

.mg-title--bold {
    font-family: 'negrita' !important;
}

@media only screen and (min-width: 600px) {
    .mg-title {
        font-size: 3.5em;
    }
}

.mg-title--uppercase {
    text-transform: uppercase;
}

.mg-title--aux-left {
    padding-left: .9em;
}

/* LEAD */
.mg-lead {
    color    : #ffffff;
    font-size: 1.2em;
}

/* DISPLAY NAV */
.mg-display__nav {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: center;
}

.mg-display__nav a {
    margin      : 0;
    padding-left: 0 1em;
    border      : 0;
    font-size   : 12px;
}

.mg-display__nav a.active {
    background-color: #013588;
}

@media only screen and (min-width: 992px) {
    .mg-display__nav a:first-child {
        border-top-left-radius   : 8px;
        border-bottom-left-radius: 8px;
    }

    .mg-display__nav a:last-child {
        border-top-right-radius   : 8px;
        border-bottom-right-radius: 8px;
    }
}

/* [HELPER] */
.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mg-text--11 {
    font-size: 11px;
}

.mg-text--12 {
    font-size: 12px;
}

.mg-text--blue {
    color: #028fff;
}

.mg-mb--0 {
    margin-bottom: 0;
}

.mg-hr--margin {
    margin: 3px 0 10px;
}

.mg-mb--3 {
    margin-bottom: 3em;
}

/* [DASHCORE FQ] */
main section[class*=section] .dashcore-title {
    font-size    : 20px;
    margin-bottom: 20px;
}

/* card */
.accordion.accordion-clean .card {
    border-bottom: 1px solid #edf4f8;
}

.accordion:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #edf4f8 !important;
}

.accordion>.card:not(:last-of-type) {
    border-bottom             : 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius : 0;
}

.accordion .card {
    border: 1px solid #edf4f8;
}

.accordion>.card {
    overflow: hidden;
}

.card {
    position        : relative;
    display         : flex;
    flex-direction  : column;
    min-width       : 0;
    word-wrap       : break-word;
    background-color: #fff;
    background-clip : border-box;
    border          : 1px solid rgba(0, 0, 0, .125);
    border-radius   : .25rem;
}

.accordion.accordion-clean .card-header {
    background-color: #fff;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.card .card-header {
    padding-top        : 1.25rem;
    padding-bottom     : 1.25rem;
    border-bottom-color: #edf4f8;
}

.accordion .card-header {
    border-bottom   : none;
    background-color: #f4f8fb;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding         : .75rem 1.25rem;
    margin-bottom   : 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom   : 1px solid rgba(0, 0, 0, .125);
}

.collapse {
    opacity         : 1;
    transform-origin: top;
    transition      : height 400ms ease, opacity 750ms ease 100ms;
}

.collapse:not(.show) {
    height          : 0;
    opacity         : 0;
    transform-origin: top;
    transition      : all 1s ease;
}

.card-body {
    flex      : 1 1 auto;
    min-height: 1px;
    padding   : 1.25rem;
}

.accordion .card-header .card-title {
    padding-right: 0;
    padding-left : 0;
}

.accordion .card-title {
    margin-bottom: 0;
}

.card-title {
    margin-bottom: .75rem;
}

/* btn */
.accordion .card-header .btn:active,
.accordion .card-header .btn:focus,
.accordion .card-header .wp-pagenavi>a:active,
.accordion .card-header .wp-pagenavi>a:focus,
.accordion .card-header .wp-pagenavi>span:active,
.accordion .card-header .wp-pagenavi>span:focus {
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled),
.wp-pagenavi>a:not(:disabled):not(.disabled),
.wp-pagenavi>span:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.focus,
.btn:focus,
.wp-pagenavi>a.focus,
.wp-pagenavi>a:focus,
.wp-pagenavi>span.focus,
.wp-pagenavi>span:focus {
    outline   : 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.btn:hover,
.wp-pagenavi>a:hover,
.wp-pagenavi>span:hover {
    color          : #212529;
    text-decoration: none;
}

.btn,
.wp-pagenavi>a,
.wp-pagenavi>span {
    transition     : all .3s ease;
    text-decoration: none;
    letter-spacing : 1.45px;
    font-family    : Flexo, sans-serif;
    font-weight    : 400;
    text-transform : uppercase;
    padding        : .5rem 1.25rem;
    font-size      : .75rem;
    line-height    : 1.5;
    border-radius  : .25rem;
    white-space    : normal;
    text-align     : left;
}

.btn,
.wp-pagenavi>a,
.wp-pagenavi>span {
    display            : inline-block;
    color              : #212529;
    text-align         : center;
    vertical-align     : middle;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
    background-color   : transparent;
    border             : 1px solid transparent;
    padding            : .375rem .75rem;
    font-size          : 1rem;
    transition         : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* collapse */
[data-toggle=collapse].collapsed:before {
    transform: rotate(-90deg);
}

[data-toggle=collapse]:before {
    font-family            : Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing : antialiased;
    display                : inline-block;
    font-style             : normal;
    font-variant           : normal;
    text-rendering         : auto;
    line-height            : 1;
    font-weight            : 900;
    content                : "\f107";
    transition             : transform .3s ease;
    margin-right           : .5rem;
}

/* [ FORM SUSCRIPTOR ] */
.message-seccess {
    max-width       : 460px;
    color           : white;
    font-size       : 14px;
    margin-top      : -2em;
    /* border       : .3px solid greenyellow;
    border-radius   : 5px;
    padding-left    : 15px; */
}

.message-error {
    /*  border       : .3px solid red;
    border-radius: 5px;
    padding-left : 15px; */
    max-width : 460px;
    color     : white;
    font-size : 14px;
    margin-top: -2em;
}

/* [ALIGN CONTENT] */
.mg-contet__direction {
    display        : flex !important;
    align-items    : center;
    justify-content: center;
}

.mg-align-center {
    align-items: center;
}

/* [ END ALIGN CONTENT] */
/* [PADDING] */
.mg-pl-5 {
    padding-left: 5px;
}

.mg-pr-5 {
    padding-right: 5px;
}

.mg-pl-16 {
    padding-left: 16px;
}

/* [END PADDING] */

.div-flex {
    display: flex;
}
.main-mt5 {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}
.main-mt5 p {
    margin-bottom: 0;
}
.container-mt5 {
    padding: 2rem;
    background-color: whitesmoke;
    border-radius: 5px;
    max-width: 600px;
}
.container-mt5-header__title {
    text-align: center;
}
.container-mt5-header__message {
    background: #90f190;
    padding: 2rem 1rem;
    line-height: 1;
    border-radius: 5px;
    margin-bottom: 25px;
}
.container-mt5-header__message p {
    margin-bottom: 0;
}
.container-mt5-header__message a {
    text-decoration: underline;
}
.acount-mt5 {
    margin-bottom: 25px;
}

.acount-mt5 .acount-mt5__title {
    margin-bottom: 5px;
}
.download-mt5 li {
    list-style: none;
}
.acount-mt5 .acount-mt5__pass {
    margin-bottom: 15px;
}
.action-box__btn p {
    margin-bottom: 20px;
    padding-right: 20px;
}
.action-box__btn .btn-action {
    margin-left: 0;
    margin-right: 0;
}
.btn-action {
    background: #27ae60;
    border: 0 none;
    border-radius: 1px;
    color: white;
    cursor: pointer;
    margin: 10px 5px;
    padding: 10px 5px;
    min-width: 100px;
    position: relative;
    text-transform: none;
    border-radius: 5px;
    transition: .3s;
}

.btn-action:hover {
    background: #1f9650;
    color: white;    
    text-decoration: none;
}

.input-form {
    border-radius: 99px !important;
    background-color: rgba(0,0,0,0.03) !important;
}
.label-form {
    margin-left: 10px;
}
#btn-init {
    background: #27ae60 ;
    border: 0 none;
    border-radius: 1px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 5px;
    min-width: 100px;
    position: relative;
}

.form-steps, .form-steps-info {
    display: none; 
}
.form-steps.active, .form-steps-info.active {
    display: block; 
}

.form-steps .input-form {
    margin-bottom: 20px !important;
}

.form-steps .input-form.error {
    margin-bottom: 25px !important;
}

#phone-error {
    bottom: 1px !important;
}
#fileupload-error, #fileupload_back-error {
    bottom: -1px !important;
}
.step-wrapper {
    margin-top: 50px;
    /*padding-bottom: 100px;*/
}

.step-wrapper .progress {
    
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background: #eff1f3;
    height: 8px;
    overflow: visible;
    border-radius: 4px;
    margin: 40px 0 30px 0; 
}
.step-wrapper .progress .progress-bar {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
    position: relative;
    overflow: visible;
    line-height: 1.7;
    border-radius: 4px;
    background: #0078d4; 
}
.step-wrapper .progress .progress-bar .step-text {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 17px;
    color: #020202;
}
.step-wrapper .prev {
    
    background: #e3e6e4;
    color: #aba6a6;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    margin: 10px 5px;
    padding: 10px 5px;
    min-width: 100px;
    position: relative;
    text-transform: none;
    text-align: center;
    border-radius: 5px;
}
.fileupload {
    position: relative;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    /*margin-bottom: 15px;*/
}
.input-file {    
    border: 1px solid #ddd;
    border-radius: 93px;
    background-color: #fff;
    padding: 5px;
    height: auto;
    width: 100%;
    color: #999;
    margin-bottom: 19px;
}

.ul-file {
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
}
.ul-file .file-item {
    list-style: none;
    background: #a599a5;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 0;
    animation: fadeFile 1s;
}
@keyframes fadeFile {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


input[type=file]::-webkit-file-upload-button, 
input[type=file].invalid::-webkit-file-upload-button, 
input[type=file].valid::-webkit-file-upload-button {
    color: #fff;
    font-size: 13px;
    border: 0;
    border-radius: 93px;
    padding: 8px 10px 8px 38px;
    font-weight: 600;
    background: #27ae60 url(upload_icon.svg) 8px center no-repeat;
    outline: none;
}

.form-wrap {
    position: relative;
}

.form-wrap select  {
    display: inline-block;
}

.form-wrap span.error {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 10px;
    font-size: 14px;
    color: #e85b5b;
}

.form-action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.step-btn, .step-btn[type="submit"]{
    background: #27ae60;
    border: 0 none;
    border-radius: 1px;
    color: white;
    cursor: pointer;
    margin: 10px 5px;
    padding: 10px 5px;
    min-width: 100px;
    position: relative;
    text-transform: none;
    border-radius: 5px;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

button[disabled] {
    cursor: default !important; 
}

.step-btn:hover {
    background: #1f9650;
    color: white;
}
.input-box-tel .input-form-phone {
    box-shadow: none;
}
.label-info {
    display: block;
    font-size: 12px;
    color: #a5a5a5;
    font-weight: normal;
    margin-left: 10px;
}

.label-helper {
    display: flex;    
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.4em;
}

.label-helper.mb-0 {
    margin-bottom: 0;
}

.label-helper label {
    margin-bottom: 0;
}

.label-helper .modal-open {
    margin-left: 10px;
}

.file-block{
	border-radius: 5px;
    background: #1CA4D6;
	margin: 5px;
	color: white;
	display: flex;
    margin-bottom: 5px;	
}
.file-block > span.name {

    padding-right: 10px;
    width: max-content;
    display: inline-flex;
}
.file-delete{
	display: flex;
	width: 24px;
    color: white;
    background-color: #178eb9a6;
	font-size: large;
	justify-content: center;
	margin-right: 3px;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.file-delete:hover {
    background-color: rgba(144, 163, 203, 0.2);
    border-radius: 10px;
}

.file-delete > span{
    transform: rotate(45deg);
}
/* [fix validation] */
#referred ~span {
    bottom: 0px;
}
#referred.error {
    margin-bottom: 20px;
}
#term_all ~span {
    bottom: -8px;
    display: block;
}
#term_all ~span ~label {
    display: inline-block;
}
/* [fix alert form hero] */
#ct7-msg {
    border: 1px solid #cdd01d;
    padding: 0 .5rem;
    border-radius: 4px;
    background: #0026428f;
    margin-bottom: 0;
    font-size: 12px;
}
#ct7-msg a {
    text-decoration: underline;
}

/* [fix alert form hero] */
.form-text {
    margin-bottom: 0;
    font-weight: bold;
}
.form-subtitle {
    margin-bottom: 10px;
    display: block;
}
.form-text, .form-subtitle {
    margin-left: 10px;
}

/* [ Modal ] */
.modal-helper {
    visibility: hidden;
    opacity: 0;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    z-index: 100;    
    max-width: 600px;
    margin: 15% 5%; 
    left: 0;
    right: 0;
    transition: all .3s;
    transform: scale(.5) translateY(10%);
}  
.modal-helper[open] {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateY(0);
}
.modal-helper__inner {
    background-color: white;
    border-radius: 0.5em;
    padding: 1rem;
    margin: auto;
}

.modal-helper__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgb(26, 26, 26);
    margin-bottom: 10px;
    padding-bottom: .5rem;
}

.modal-helper__header .modal-close{
    margin: 0;
}

.modal-helper__header h3 {
    margin-bottom: 0;
}

#modal-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: black;
    opacity: 0.5;  
}

.modal-open {
    display: flex;
    color: #664d03;
    min-height: 15px !important;
    justify-content: center;
    align-items: center;
    width: 15px;
    border-radius: 2px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    padding: 1px;    
    color: #e7b62a;
    font-size: .9em;
    margin: .2em 0 0 0;
}

@media only screen and (min-width: 600px) {
    .modal-helper {
        margin: 8% auto; 
    }
    .modal-helper__inner {
        padding: 2rem;
    }
    
}
.header-form {
    text-align: center;
}

.header-form__title {
    color: #00296b;    
    letter-spacing: .05em;
    line-height: 1.2;
    font-size: 2.3em;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: 'negrita' !important;
}

.header-form__text {
    font-size: 1em;
}

.container-mt5-header__message.bad {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

/* Header Fixu */

.fx-header {
    height: 70px;
    display: flex;
    align-items: center;
    background-color: white;
    position: relative;
}
.fx-header__logo {
    max-height: 35px;
    position: relative;
    z-index: 2;
    object-fit: contain;
    margin-left: -60px;
}

.logged-in .fx-header {
    top: 32px;
}

.fx-header ~ main {
    margin-top: 70px;
}

@media (min-width: 768px) {
    .fx-header__logo {
        max-height: 44px;
        left: inherit;
        margin-left: inherit;
    }
}
.fx-header__icon {
    position: relative;
    z-index: 3;
    cursor: pointer;
}
@media (min-width: 768px) {
    .fx-header__icon {
        display: none;
    }
}
.fx-header__icon i {
    font-size: 28px;
    color: #888;
}
.fx-header__grid {
    max-width: 1060px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    transition: background-color 0.3s, opacity 0.3s;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.fx-header__menu {
    position: fixed;
    top: 0;
    left: -253px;
    bottom: 0;
    max-width: 250px;
    min-width: 250px;
    z-index: 1032;
    transition: left 0.4s ease-in-out;
    background-color: #fff;
}
@media (min-width: 768px) {
    .fx-header__menu {
        display: flex;
        position: initial;
        max-width: initial;
        min-width: initial;
        background-color: transparent;
    }
}
.fx-header__menu ul {
    list-style: none;
    display: flex;
    margin: 0;
    flex-direction: column;
    padding: 40px 0;
}
@media (min-width: 768px) {
    .fx-header__menu ul {
        display: flex;
        flex-direction: row;
        padding: 0;
    }
}
.fx-header__menu ul li {
    position: relative;
    color: #fffc;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .fx-header__menu ul li {
        border-top: 0 !important;
        padding: 0 20px 0 0;
        margin-right: 40px;
    }
    .fx-header__menu ul li:not(:last-child):before {
        content: "";
        width: 2px;
        height: 15px;
        background-color: #666666d9;
        position: absolute;
        top: 6px;
        right: 0;
    }
    .fx-header__menu ul li:last-child {
        margin-right: 30px;
    }
}
.fx-header__menu ul li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 0 15px 20px;
    display: block;
    color: #666666d9;
    transition: all 0.2s;
    font-weight: 700;
    font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
    .fx-header__menu ul li a {
        padding: 0;
    }
}
.fx-header__menu__right {
    display: flex;
    align-items: center;
}
.fx-header__link a {
    color: #020202 !important;
    text-decoration: underline !important;
    font-weight: 700;
    font-family: Lato, sans-serif;
    font-size: 0.9em;
}
.fx-header__btn {
    position: relative;
    border: 2px solid #4869a7;
    font-size: 16px;
    min-height: 39px;
    padding: 0 10px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    text-decoration: none;
    cursor: pointer;
    color: #4869a7;
    z-index: 2;
}
.fx-header__btn:hover {
    color: #4869a7;
}
@media (min-width: 768px) {
    .fx-header__btn {
        padding: 0 18px;
    }
}
.fx-header__fixed {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(33, 33, 33, 0.078) !important;
}
.fx-header__fixed .fx-header__menu ul li a {
    color: #666666d9;
}
.fx-header__fixed .fx-header__btn {
    border-color: #4869a7;
    color: #4869a7;
}
.fx-header__fixed .fx-header__btn:hover {
    color: #4869a7;
}
.fx-header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.fx-header--transparent .fx-header__link a {
    color: #fff !important;
}
.fx-header--transparent .fx-header__icon i {
    color: #888;
}
.fx-header.active .fx-click-closed {
    visibility: visible;
    pointer-events: auto;
}
.fx-header.active.fx-header--transparent .fx-header__link a {
    color: #020202 !important;
}
.fx-header.active .fx-header__menu {
    left: 0;
    transition: left 0.4s ease-in-out;
    background-color: #fff;
}
.fx-click-closed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 1031;
    background: rgba(32, 33, 36, 0.4);
    pointer-events: none;
}

.form-steps-info__title {
    font-size: 24px;
    font-family: 'negrita' !important;
    color: #00296b;   
    font-weight: bolder;
    font-size: 2.3em;
    text-align: center;
}

.form-steps-info__subtitle {
    font-size: 1.2em;
    font-weight: 600;
}

.form-steps-info {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.form-steps-info__info {
    font-size: 1em;
    font-weight: 600;
    padding-top: 27px;
    border-top: 2px solid #d8d8d8;
    margin-bottom: 52px;
    display: block;
    margin-top: 38px;
}

.form-steps-info__info-2 {
    border-top: 0;
    color: #063e99;
    font-style: italic;
    padding-top: 0;
    margin-top: 0;
}

.form-steps-info__info a{
    color: #063e99;
}

#term_all-error {    
    bottom: -20px !important;
    left: 29px !important;
}

/* optimize hover button plataforma and video */
.mg-mt5-apps:hover ~#mg-mt5-apps,
.mg-mt5-video:hover ~[data-video="video-mt5"] {
    visibility: visible;
    opacity: 1;
    height: max-content;
    transform: scaleY(1);
    transform-origin: top;
}

#mg-mt5-apps, 
[data-video="video-mt5"] {
    position: relative;
    width: 100%;
    min-width: 100%;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.4s ease-in-out;
    left: 0;
}
#mg-mt5-apps:hover,
[data-video="video-mt5"]:hover {
    visibility: visible;
    height: max-content;
    opacity: 1;
    height: max-content;
    transform: scaleY(1);
    transform-origin: top;
}
.container-mt5-header__message.info {
    color: #020202;
    background-color: #4bcfe9;
    border-color: #0dcaf0;
}
@media (min-width: 767px) {
    .container-message {
        padding-inline: 36px;
    }
}

.btn-spinner {
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255, 1);
    border-bottom-color: rgb(10, 110, 53);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.btn-spinner-xs {
    width: 18px;
    height: 18px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 