/*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;
}

/*General*/
html{
    scroll-behavior: smooth;
}
body {
    color: #696969;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    min-width: 320px;
    font-weight: 500;
}
a {
    color: #e0a400;
    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;
}
*, :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: 'Open Sans', 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-primary{
    background-color:#e0a400;
    border-color:#e0a400;
    position:relative;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus{
    background-color: #e0a4009e;
    border-color: #e0a400;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary{
    background-color: #e0a4009e;
    border-color: #e0a400;
    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-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;
    }
}
@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;
}
/*Typography*/
.bold{
    font-weight:600!important;
}
.bold{
    font-weight:700!important;
}

/*margin & padding*/
.mt-20{
    margin-top:20px!important;
}
.mt-25{
    margin-top:25px!important;
}
.mt-30{
    margin-top:30px!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-30{
    margin-bottom: 30px!important;
}
.mb-40{
    margin-bottom: 40px!important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-20{
    font-size: 20px !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*/

/*Tables*/
.table>tbody>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;
}
/*
@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;
    }
}
*/
/*Backgrounds & Colors*/


/* Titulos*/

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

/*Forms*/
.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%;
}

/*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*/


/*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: 40px;
    margin-top: -20px;
    margin-bottom: -15px;
    }
.nav li a {
    
    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: #e0a400;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
border-bottom: 1px solid #d7a724;}
.header.active .navbar-brand{
    display: none;
}
.header.active .navbar-brand-scroll{
    display: initial;
}

/*Menu idioma y login*/

.header.active > ul > li{
    border-left:1px solid rgba(0,0,0,0.05);
}

.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: #e0a400;
    border-bottom: 5px solid #dfad24;
    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;
}
.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: #d1d954;
}

/*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: #e0a400;
}

.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;
}
/*.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: #e0a400;
    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;
}
/*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;
        }
    .nav li a.lang-selected {
        font-size: 16px;
        padding: 20px 15px;
    }
    li:first-child{
        border-left:0;
    }
    li:not([class^='not_li']){
        float: left;
    }
    .navbar-menu.display{
        display:block;
    }
    .toggle-menu{
        display:block;
    }
    .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);
    }
    .exo-menu > li{
        width:100%;
    }
    .exo-menu > li > a{
        display:block;
        width:100%;
    }
    
    .drop-down>ul{
        position:relative;
    }
    .nav li a.lang-selected > span {
        max-width: 100px;
    }
    
    .drop-down .dropdown-menu{
        position:relative;
        top:auto;
        width: 100%;
        text-align: center;
        margin:0;
    }
    
    .drop-down .dropdown-menu ul li a{
        text-align: center;
    }
    
    .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;
    }
}
@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: 35px;
        margin-top: 5px;
        margin-left: -10px;
        }
    .nav li a.lang-selected > span{
        max-width: 40px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .open .lang-contain.dropdown-menu {
        right: -100%;
    }
}

/*Hero*/
.cover {
    background-position: initial;
    position: relative;
}
@media screen and (max-width:576px){
    .cover {
        min-height: auto;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/*Internal hero title*/


/*Module GDC Counter*/


/* about */

/*Module latest articles*/

h2.homepage-title-2{
    font-family: "Nunito-Regular";
    font-size:30px;
    color: #e0a400;
    font-weight: 600;
    margin:0 0 40px;
    letter-spacing: 2px;
    text-align: center;
}
@media (max-width:991px){
    
    h2.homepage-title-2 {
        font-size:26px;
    }
}
@media (max-width:576px){
    
    h2.homepage-title-2{
        font-size:24px;
    }
}

/*GDC Stats*/
@-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);
    }
}

/*Home Slider Orbit*/
/*Home Gallery*/
/*Testimonials*/
/*Business Unit*/

/* Footer */
.footer{
  padding-top:30px;
    border-top: 1px solid #eee;
} 

@media screen and (max-width:767px){
  .footer{
    text-align: center;
  }
}
.footer .footer-title{
  font-weight: 600;
  margin-bottom: 3px;
  color: #666;
  font-size: 13px;
}
.footer .dropdown .footer-title .fa.fa-angle-up,
.footer .dropdown .footer-title .fa.fa-angle-down{
    display:none;
}
.footer ul{
  padding:0!important;
  margin:0;
}
.footer ul li a{
  font-size:12px;
}
.footer .footer-row{
  display:flex;
  margin: 0;
  align-content:center;
}

.footer .footer-column{
  display: inline-flex;
  width: 20%;
    width: -webkit-fill-available;
    width: -moz-available;
  margin-bottom:20px;
}

@media screen and (max-width:767px){
  .footer .footer-column{
    display:block;
    width:100%;
    text-align:center;
  } 
}
.footer .footer-aipages{
  border-bottom:1px solid #ddd;
  margin-bottom:20px;
   margin-top: 25px
}
.footer .footer-aipages .footer-title{
  color: #454545;
}
.footer .logo-footer{
   display: inline-block;
}
.footer .footer-post{
  display:block;
  margin-top: -5px;
  padding-bottom: 10px;
  border-bottom:1px solid #ddd;
}
.footer .footer-post .links-tops{
  display:inline-block;
}
.footer .footer-post .links-tops span a{
  padding-right:10px;
  color: #0badf5;
}
.footer .footer-post .links-tops span:last-child a{
  padding-right:0;
}
.footer .footer-post .footer-social{
  float:right;
  margin:0;
  padding:0;
  display:inline-block;
  text-align:right;
  position:relative;
  top:-3px;
}
.footer .footer-post .footer-social li{
  display:inline-block;
}
.footer .footer-post .footer-social li a{
  display:block;
}
.footer .footer-post .footer-social li a img{
  width:18px;
  height:18px;
}
.footer .footer-post .footer-social li a span{
  display:none;
}
.footer .footer-legal{
  display:block;
  text-align:center;
}
.footer .footer-copy span{
  display:inline-block;
}
.footer .footer-copy span:after{
  content:"\2013";
  margin:0 1%;
}
.footer .footer-legal span:last-child:after{
  content:"";
  margin:0;
}
.footer .footer-copy{
  display:block;
}
.footer .footer-copy p{
  text-align:center;
}
.footer .footer-copy .w3c{
  text-align:left;
}
.footer .footer-copy .ssl{
  text-align:right;
}

@media(max-width:767px){

    .footer .dropdown-menu ul {
        display:none;
    }
    .footer .dropdown-menu.show ul {
        display: inline-block;
        padding: 0px;
        width:100%;
        margin-top: -3px;
        margin-bottom: 10px;
    }
    .footer .dropdown-menu.show ul li {
        padding: 8px 20px;
    }
    .dropdown-menu .footer-title{
        cursor: pointer;
    }
    .footer .dropdown-menu.show .footer-title .fa.fa-angle-up,
  .footer .dropdown-menu .footer-title .fa.fa-angle-down{
        font-size: 15px;
        font-weight: 700;
        display:inline-block;
    margin-left:5px;
    }
    .footer .dropdown-menu.show .footer-title .fa.fa-angle-down{
        display:none;
    }
  .footer .footer-aipages{
    margin-bottom:0;
    border-bottom:0;
  }
  .footer .footer-post {
    margin-top:0;
  }
  .footer .footer-post .links-tops{
    display:block!important;
    text-align:center;
  }
  .footer .footer-post .footer-social{
    margin:8px 0!important;
    float: none;
    display:block!important;
    text-align:center;
  }
  .footer .footer-post .links-tops span a{
    padding-right:6px;
    font-weight:normal;
  }
}
.text-link a{
  font-weight:bold;
  color:#ff7f00;
  position:relative;
  text-decoration:underline;
  transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.footer-top .logo-footer{
    padding: 0px !important;
}

.footer-top .social-footer{
    padding: 15px 10px 10px 0px !important;
    text-align:right;
}

.footer-top .social-footer>a{
   font-weight:600;
}

.footer-top .social-footer>span:after{
   content:"\2013";
   margin: 0px 1%;
}

.footer-legal span:after {
    content: "\2013";
    margin: 0 4px;
}

.footer-top .social-footer>a:focus, .footer-top .social-footer>a:hover{
    text-decoration:none;
}

.header-wrapper:before {
    content: "";
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    transition: top ease-in-out 200ms;
}

.altera .header-wrapper:before {
    top: 0;
}

.altera header #main-navbar .menu>li>a, .altera .btn-header .fa-reorder{
  color:#454545
}

/*----- BANNER PRINCIPAL -----*/
.justify-content-center { justify-content: center!important; }
#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: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 { 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;}

#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;}

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

@media screen and (max-width: 768px){
    #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; */}
}

@media screen and (max-width: 450px){
    #bannerInfo.right{
        width: 90%;right: initial;
    }
}
.presentation{
    z-index: 9;
    width: auto;
    height:720px;
    position: relative;
}
.presentation img{
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
}
@media (max-width:1199px){
    .presentation{
        height: 700px;
    }
}
@media (max-width:991px){
    .presentation{
        height: 650px;
    }
}
@media (max-width:767px){
    .presentation img{
        position: relative;
        left: 28px;
    }
}
@media (max-width:576px){
    .presentation img{
        position: relative;
        left: 28px;
    }
}
.img-fluid {
    width: 100%;
    height: auto;
}
.float-right {
    float: right;
}
img.float-right {
    max-width: 100%;
}
@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;
}
.features{
    margin:60px 0 0;
    position: relative;
}
@media(max-width:576px){
    .features {
        margin: 10px 0 0;
    }
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}
/*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;
}
.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 .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;
}
.presentation{
    z-index: 9;
    width: auto;
    height:640px;
    position: relative;
}
.presentation img{
    width: auto;
    height: 100%;
}
@media (max-width:767px){
    .presentation img{
        position: relative;
        left: 28px;
    }
}
@media (max-width:576px){
    .presentation img{
        position: relative;
        left: 26px;
        margin-bottom: 40px;
    }
}
.fa-star{
    color:#e0a400;
    font-size: 16px;
    margin:0 3px;
    cursor: pointer;
}
blockquote {
    border-left: 5px solid #29B1AF;
}
.blockquote p{
    color:#29B1AF;
}
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_canvas {
    width: 100%;
    height: 100%;
}


/*OFFICE*/
a:hover {text-decoration: none;color: #c7bc3f;}
a:focus { text-decoration: none; outline: none; }

.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: #e0a400;letter-spacing: 2px;text-align: center;text-transform: uppercase;}

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

.btnStepOffice:hover {background-color: #e0a4009e;}
.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);
  }
}

@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
    }
}


/*Master spots*/

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

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

/*FOOTER VERDADERO*/

#footer{
    background-color: #fff;
    clear: both;
    color: #8a8a8a;
    font-size: 12px;
    padding: 10px 0 10px 0;
}

/* .footer-top {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */

#footer [class*="col-"]:not([class^='not']) {
    padding: 10px 3px 0px;
}

#footer ul{
    padding: 2px 5px 10px;
    margin: 0;
}

#footer .dropdown-menu{
  display: inline-block;
}

#footer li a {
    display: block;
}

.footer-links{
    border-top: 1px solid #e2e2e2;
    margin: 10px 0;
    padding-top: 5px;
}

.footer-legal{
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px !important;
}

.f-feature-logo{
  text-align:right;
}
.f-feature-logo a {
  display:inline-block;
  text-align:left;
  margin-top:10px;
  margin-left:10px;
  text-decoration:none;
}
@media screen and (max-width:575px){
  .f-feature-logo {
      text-align:center;
  }
  .f-feature-logo a{
    margin: 0;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.f-feature-logo a img,
.f-feature-logo a .ffl-txt{
  display:inline-block;
  vertical-align:middle;
}
.f-feature-logo a img {
  height:23px;
}
.f-feature-logo a .ffl-txt span{
  display:block;
  line-height: 1.1;
  font-weight: 600;
  font-size: 12px;
  color: #797979;
  text-decoration: none;
}
.f-feature-logo a:hover div span{
  color:#0badf5;
}

@media(max-width:767px){

    ul.language {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        overflow:  auto;
    }

    #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;
        /* border: solid 1px #dedede; */
    }

    #footer .dropdown {
        padding: 0px !important;
    }

/*    #footer .doble-drown .dropdown.open  ul li{
       border:none;
       padding:10px 5px;
       
    }*/
}

.footer{
  padding-top:30px;
    border-top: 1px solid #eee;
} 
@media screen and (max-width:767px){
  .footer{
    text-align: center;
  }
}
.footer ul{
  padding:0!important;
  margin:0;
}
.footer ul li a{
  font-size:12px;
}

@media screen and (max-width:575px){
  .footer .footer-row{
    display:block;
  } 
}
.footer .logo-footer{
   display: inline-block;
}
.footer .footer-copy span{
  display:inline-block;
}
.footer .footer-copy span:after{
  content:"\2013";
  margin:0 1%;
}
.footer .footer-copy{
  display:block;
}
.footer .footer-copy p{
  text-align:center;
}
.footer .footer-copy .ssl{
  text-align:right;
}
@media(max-width:767px){
    .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;
    }
}

a {
    color: #797979;
    text-decoration:none;
}



/* Accordion footer menu */
.footer .accordion-item{
    border: 0px;
    background-color: inherit;
}
.footer .accordion-button{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    box-shadow: unset;
    padding: 0px 0px 8px;
}

.footer .accordion-body{
    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;
}

.footer_column{
    max-width: 20%;
}
.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    box-shadow: none !important
}
/* --------------------------- */

@media(max-width:767px){

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

    .accordion-body{
        text-align: left;
    }

    .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='%23202020'/%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='%23202020'/%3e%3c/svg%3e");

        
    }

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

/* Masonry */
.grid-container {
    columns: 5 200px; /* jugar con los pixeles para variar la cantidad de columnas degún el ancho de la pantalla */
    column-gap: 1.5rem;
    width: 90%;
    margin: 0 auto;
    div {
        width: 150px;
        margin: 0 1.5rem 1.5rem 0;
        display: inline-block;
        width: 100%;
        /*border: solid 2px black;*/
        padding: 5px;
        /*box-shadow: 5px 5px 5px rgba(0,0,0,0.5);*/
        border-radius: 5px;
        transition: all .25s ease-in-out;
        /*
        &:hover img {
          filter: grayscale(0);
        }
        &:hover {
          border-color: coral;
        }
        */
        img {
           width: 100%;
           /*filter: grayscale(100%);*/
           border-radius: 5px;
           transition: all .25s ease-in-out;
        }
        p {
           margin: 5px 0;
           padding: 0;
           text-align: center;
           font-style: italic;
        }
    }
}


.bannerSmall {

    background-image: url(/../img/login2.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 200px;
    padding-top: 85px;
}

.internalPage{
    display: flex;
    margin-top: 40px;
    min-height: 600px;
}

label {

   font-weight: 400;
}

aside{
    width: 310px;
}

.btn {

    padding: 5px 20px;
    font-size: 15px;
}

.table>tbody>tr>td {
    padding: 15px 5px;
    font-size: 14px;
}

p {
    font-size: 14px;
    color: #696969;
    margin-bottom: 10px;
    font-weight: 400;
}

.main-conteiner {
    width: 100%;
    margin: 0px 5px;
    /* background-color: #ffffffed; */
    /* border: solid 1px #dedede; */
    /* border-radius: 14px; */
    padding: 15px 15px 5px;
}

.main-header {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 24px;
}

.main-header span{
    color: #e0a400;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}

.widget{
    background-color: #fff;
    border: solid 1px #d9a3078c;
    border-radius: 14px;
    padding: 20px 15px 0px;
}

.info{
    text-align: center;
}

.title-navegation{
    text-align: center;
    text-transform: uppercase;
    border-bottom: solid 1px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #e0a400;
}

ul.menu {
    margin-left: -15px;
    margin-right: -15px;
}

ul.menu li{
    border-bottom: 1px solid #d9a3078c;
}

ul.menu li:last-child{
    border-bottom: none;
}

ul.menu li a {
    display: block;
    text-decoration: none;
    padding: 8px 2px 8px 10px;
    color: #777;
    text-align: left;
    height: 36px;
    position: relative;
    font-weight: 600;
    /* border-bottom: 1px solid #d9a3078c; */
    font-size: 15px;
}

.menu li a.active {
    position: relative;
    color: #e0a400;
    border-left: 4px solid #e0a400;
    border-right: 4px solid #e0a400;
}


@media (max-width: 991px){
    .menu li {
        float: inherit;
    }
}



.ul_horizontal{
    
}
.ul_horizontal li>div{
    /* display: inline-block; */
    text-align: center;
    padding: 10px;
    border: solid 0.5px #d9a3078c;
    border-radius: 14px;
    margin: 5px 0px;
    height: 175px;
    /* width: 175px; */
    overflow: hidden;
}

.ul_horizontal li>div.active{
    border-width: 2px;
    border-color: #7e9dcba1;
    background: #a4bde33b;
}


.ul_horizontal li a{
    display: inline-grid;
    width: 100%;
    height: 100%;
}

.ul_horizontal li a img{
    width: 100px;
    height: 100px;
}


.form-group {
  position: relative;
  margin: 15px auto;
}

.form-control {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  font-size: 15px;
  box-shadow: none;
  background-color: transparent;
  border-radius: 15px;
}
.form-control + label {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 15px;
  color: #60606080;
  transition: all 0.4s ease-out;
}

.form-group > .input-group-text{
    padding-top: 12px;
}

p.help-block {
    margin-left: 10px;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  border-width: 2px;
  border-color: #e0a400;
}
.form-control:focus + label, .form-control.has-value + label {
  top: -25px;
  color: #e0a400;
  font-size: 15px;
  font-weight: 500;
  left: 10px !important;
}

.form-group select {
  margin-bottom: 15px;
  /* width: 40%; */
}

.input-group-addon {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {

    .main-conteiner{
        margin:0px;
        padding: 15px 0px;
    }


  .form-group select {
    min-width: 100%;
  }
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #6e8ecb2e;
    opacity: 1;
    border-radius: 15px;
    /* border-top-left-radius: 6px; */
}

.cont-pass{
    display: none;
}




@media (max-width: 991px){

    aside{
        width: 0px;
    }

    .widget {
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: visibility 0.4s, opacity 0.4s;
        min-height: 100%;
        width: 100%;
        /* top: 60px; */
        z-index: 99999999;
        border-radius: inherit;
        position: fixed;
        padding: 0px;
        border: none;
        }

    .widget.active{
        visibility: visible;
        opacity: 1;

    }

    .menu-principal {width: 310px;padding: 20px;transform: translateX(-100%);overflow: auto;background-color: #fff;opacity: 0;line-height: 1.3;transition: transform 0.4s, opacity 0.4s;position: fixed;z-index: 999999;min-height: 100%;max-width: calc(100% - 60px);margin: 0px;}

    .menu-principal.active{
        transform: translateX(0);
        opacity: 1;
    }

    .sidebar-close {
        opacity: 0;
        visibility: hidden;
        margin: 0;
        left: calc(100% - 50px);
        top: 25px;
        z-index: 2201;
        transition: opacity 0.4s, visibility 0.4s;
        width: 100px;
        position: absolute;
        height: 100px;
    }

    .widget.active .sidebar-close{
        opacity: 1;
        visibility: visible;
    }

    .close-icon {
      display: block;
      position: relative;
      width: 30px;
      height: 30px;
      transform: rotateZ(45deg);
    }
    .close-icon::before, .close-icon::after {
      display: block;
      position: absolute;
      background-color: #ccc;
      content: "";
    }
    .close-icon::before {
      height: 2px;
      width: 100%;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    .close-icon::after {
      height: 100%;
      width: 2px;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
    }
}