*, *:before, *:after {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #444;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:root {
    --acolor: #146;
    --white: #FFF;
    --yellow: #FE0;
    --darkyellow: #FD0;
    --lightyellow: #FC9;
    --darkgray: #444;
    --lightgray: #EEE;
    --gray: #999;
    --red: #E90000;
    --green: #191;
    --blue: #146;
    --black: #111;
    --dark: #000;
    --green: #191;
    --orange: #E72;
    --radius: 7px;
    --radius2: 7px;
    --curved: 10px;
    --rounded: 50%;
    --transition: 0.8s;
    --scale: 1.1;
    --seconds: 1s;
}

body {
    background-color: #000;
}
.body-landing {
    background-color: transparent;
    background-image: url(../../storage/images/background-landing.jpg?new);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;    
}
h1 {
    font-size: 2em;
    font-weight: 400
}
h2 {
    font-size: 1.8em;
    font-weight: 600
}
h3 {
    font-size: 1.5em;
    font-weight: 800
}
h4 {
    font-size: 1.2em;
    font-weight: 500
}
p {
    margin-bottom: 15px
}
b, strong {
    font-weight: bold
}
mark {
    padding: 5px 10px;
    background: var(--gray)
}
ul {
    list-style: none
}
img {
    border: none;
    max-width: 100%;
    vertical-align: middle
}
small {
    font-size: 0.75em;
    color: var(--gray)
}
a {
    text-decoration: none;
    color: var(--blue)
}
a img {
    border: 0
}
label {
    cursor: pointer
}
object, embed, video, frame, iframe, iframe[style] {
    max-width: 100%;
    height: auto
}
textarea {
    resize: none
}
select {
    background: var(--white)
}

.container {
    float: left;
    width: 100%
}
.content,.content-full {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    width: 96%;
    max-width: 1200px
}
.content-full {
    width: 100%;
    max-width: 100%;
}
.div-plan {

}
.div-plan-int {
    margin: 50px auto;
}
.contrast {
    color: var(--red);
    font-size: 1.8em;
    text-align: center
}
.paragraph {
    margin-top: 35px;
}
.indent {
    text-indent: 4em
}
.paragraph:first-letter {
    font-size: 1.2em
}
.fontzero {
    font-size: 0px
}
.left {
    text-align: left
}
.justify {
    text-align: justify
}
.center {
    text-align: center
}
.right {
    text-align: right
}
.left {
    text-align: left
}
.pointer {
    cursor: pointer
}
.bold {
    font-weight: 800
}
.radius {
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius)
}
.radius2 {
    border-radius: var(--radius2);
    -webkit-border-radius: var(--radius2);
    -moz-border-radius: var(--radius2)
}
.curved {
    border-radius: var(--curved);
    -webkit-border-radius: var(--curved);
    -moz-border-radius: var(--curved)
}
.ratio {
    position: relative;
    padding-bottom: 56.25%;
    float: left;
    width: 100%;
    height: 0
}
.media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.map {
    border: 1px solid var(--red);
    box-shadow: 2px 6px 12px var(--gray)
}
.active {
    color: var(--red);
    text-decoration: underline
}
.paginator {
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
    color: var(--gray);
    text-align: center;
}
.paginator ul {
    display: block;
    background: var(--black);
    padding: 10px;
    text-align: center;
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius)
}
.paginator ul li {
    display: inline
}
.paginator ul li a,
.paginator ul li span {
    padding: 5px;
    font-size: 1.1em;
    font-weight: bold;
    color: var(--gray);
}
.paginator ul li a {
    color: var(--white);
    text-decoration: none
}
.paginator ul li a:hover {
    text-decoration: underline
}
.result,.resulter {
    background-color: var(--yellow);
    border-bottom: 3px solid var(--darkyellow);
    padding: 1.3em;
    margin-bottom: 0px;
    font-size: 1em;
    text-align: center;
    margin-top: 40px;
}
.result-margin {
    margin-top: 0px;
}
.rm {
    margin-top:0px !important;
}
.input {
    border: 1px solid var(--gray);
    padding: 5px
}
.input:focus {
    background-color: var(--lightgray);
    box-shadow: 1px 1px 2px var(--gray)
}
.input-red {
    border: 2px solid #E90000;
    box-shadow: 1px 3px 6px #999;
}
.textarea {
    resize: none;
    border: 1px solid var(--gray);
    padding: 5px
}
.fixed {
    width: 100%
}
.btn {
    cursor: pointer;
    border: none;
    padding: 10px 25px;
    color: var(--white);
    background-color: #2A2;
    border-bottom: 2px solid #191;
    vertical-align: top
}
.btn:hover {
    background-color: #191;
    border-bottom: 2px solid #2A2;
}
.btn:active {
    position: relative;
    top: 1px
}
.btn_upload {
    background-color: var(--black);
    color: var(--dark);
}
.btn_upload:hover {
    background-color: var(--dark);
    color: var(--fblack)
}
.btn_padding {
    padding: 5px 15px
}
.btns {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 3px 10px;
    background: #146;
    border-bottom: 2px solid #046;
    color: #FFF;
    font-weight: bold;
    font-size: 12px
}
.separator {
    display: inline-block;
    width: 100%;
    margin: 30px 0px;
}
.zoom {
    -webkit-transition: all var(--transition) ease;
    -moz-transition: all var(--transition) ease;
    -ms-transition: all var(--transition) ease;
    -o-transition: all var(--transition) ease;
    transition: all var(--transition) ease
}
.zoom:hover {
    -webkit-transform:scale(var(--scale));
    -moz-transform:scale(var(--scale));
    -ms-transform:scale(var(--scale));
    -o-transform:scale(var(--scale));
    transform:scale(var(--scale))
}
.upload {
    margin-bottom: 10px
}
.clear {
    clear: both
}
.red {
    color: var(--red)
}
.blue {
    color: var(--blue)
}
.white {
    color: var(--white)
}
.gray {
    color: var(--gray)
}
.green {
    color: var(--fgreen)
}
.orange {
    color: var(--forange)
}
.yellow {
    color: var(--yellow)
}
.black {
    color: #000;
}
.circle {
    border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded)
}
.options-home {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #CCC;
    background: #EFEFEF;
    padding: 15px;
}
.div-side-img {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.div-side-img ul {
    margin: 25px 0px 0px 0px;
    text-align: left;
}

.div-side-img ul li {
    padding: 0px 0px 10px 30px;
    list-style: none;
    background-image: url(../../storage/images/tick.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

.div-side-img ul li {
    font-size: 1.1em;
    color: #FFF;
    line-height: 1.1em;
}
.div-side-img ul i {
    color: #FFF;
}
.div-side-img h1 {
    margin-top: 0px;
}

.div-plans,.div-plans-remove {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: #000;
    padding: 15px;
    text-align: center;
}

.div-plans h1,.div-plans-remove h1 {
    color: #FF0;
    font-weight: 800;
    font-size: 1.8em;
}

.div-plans div,.div-plans-remove div {
    margin: 15px 0px;
    color: #EEE;
}
.div-plans p,.div-plans-remove p {
    font-weight: 800;
    margin: 30px 0px;
    color: #146;
}

.div-plans h4,.div-plans-remove h4 {
    margin-bottom: 30px;
}
.div-plan {
    
}
.div-plan-int {
    margin: 50px auto;
}
.h1-plan {
    color: #000;
    font-size: 2.5em;
}
.dreams .box-home3 {
    background: #061B30;
    text-align: center;
    padding: 20px;
    min-height: 680px
}

.dreams .box-home3 h3 {
    color: #FFF;
}

.dreams .box-home3 .box-home3-button {
    margin-top: 30px;
}

.dreams .box-home3 p {
    margin-top: 20px;
}

.dreams .box-home3 p,.dreams .box-home3 b {
    color: #DDD;
}

.dreams .box-home3-photo {
    margin-bottom: 20px;
}

.banners-home44-img {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    /*width: calc(100% - 40px);*/
}

.fonttopic {
    font-size: 1.3em;
}

header .header {
    margin-top: -37px;
}

.header-full {
    position: relative;
    min-height: 100vh;
    z-index: 9999999999;
}

.header-px {
    min-height: 190px;
    margin-bottom: -12px;
}

.header-landing {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0 20px;
    background: rgba(255,255,255,0.8);
}

.h-large {
    min-height: 11.5em;
}

.h-small {
    background: #FFF;
    min-height: 9em;
    max-height: 9em;
    z-index: 99999;
    -webkit-transition: all var(--transition) ease;
    -moz-transition: all var(--transition) ease;
    -ms-transition: all var(--transition) ease;
    -o-transition: all var(--transition) ease;
    transition: all var(--transition) ease
}

.h-small img {
    max-height: 6.5em !important;
    -webkit-transition: all var(--transition) ease;
    -moz-transition: all var(--transition) ease;
    -ms-transition: all var(--transition) ease;
    -o-transition: all var(--transition) ease;
    transition: all var(--transition) ease
}

.h-small .nav-landing {
    margin-top: -4em;
}

.h-small {
    opacity: 0;
    transition: opacity 5s;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.header-content {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
}

.header-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 12em;
    width: 100%;
    padding: 20px 0px;
}

.header-header .logo {
    max-height: 9em;
}


.header-call {
    margin: 240px auto 50px auto;
    text-align: center;
    font-size: 1.3em;
    color: #FFF;
}

.header-dest {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.header-dest a {
    color: #FFF;
}

.h-arrow {
    background: transparent;
    border: 1px solid #999;
    height: 47px;
    width: 47px;
    margin: 0 auto;
}

.h-arrow img {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(10px);
    }
}
@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(10px);
    }
}

.h-arrow img {
    height: 32px;
}

.div-call {
    display: inline-block;
    width: 100%;
    margin: 100px auto;
    padding: 0 20px;
}

.h1-call {
    font-size: 1.3em;
    color: #FFF;
}

.h3-subcall {
    margin: 50px auto;
    color: #E72;
    font-weight: 700;
    font-size: 1.6em;
}

.h4-subcall {
    font-weight: 800;
    font-size: 1.6em;
    color: #FFF;
}


.div-plans,.div-plans-remove {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #FFF;
    padding: 15px;
    text-align: center;
}

.div-plans h1,.div-plans-remove h1 {
    color: #E72;
    font-weight: 800;
    font-size: 1.8em;
}

.div-plans div,.div-plans-remove div {
    margin: 15px 0px;
    color: #555;
}
.div-plans p,.div-plans-remove p {
    font-weight: 800;
    margin: 30px 0px;
}

.div-plans h4,.div-plans-remove h4 {
    margin-bottom: 30px;
}

.alert {
    padding: 10px;
    background-color: #FFE;
    border: 1px solid #FA9;
    text-align: justify;
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
}

.form_datas {
    float: left;
    width: 100%;
    max-width: 360px;
    text-align: left;
    margin: 0px 0px 20px 0px;
    display: inline-block;
    font-weight: 400;
    font-size: 0.9em;    
}

.form_datas input[type=submit] {
    margin-left: 0px !important;
}

.button-action {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px 0px 5px 0px;
    background: #EEE;
    padding: 5px;
    border: 1px solid #FFF;
}
.button-action:hover {
    border: 1px solid #CCC;
}

.form_datas div {
    margin-bottom: 20px;
}

.margin-top-bottom {
    margin: 100px 0px !important;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.pages {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.banners-home,.banners-home4 {
    float: left;
    width: 160px;
    text-align: center;
    margin: 0 auto 20px auto;
}

.banners-home5,.box-home3 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.banners-home4 {
    width: 49%;
    margin-right: 2%;
}
.banners-home4:nth-of-type(2n+0) {
    margin-right: 0px;
}

.banners-home44 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.banners-home44 .btn,.banners-home5 .btn {
    display: inline-block;
    /*width: calc(100% - 40px);*/
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    font-size: 1.3em;
}

.banners-home44 .btn,.banners-home5 .btn {
    margin-bottom: 20px;
    background: #000;
    border: 1px solid #222;
    border-bottom: 2px solid #222;
    color: #FF0;
}

.banners-home44 .btn:hover,.banners-home5 .btn:hover {
    background-color: #222;
}

.box-dash-side {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #000;
    padding: 10px 10px 20px 10px;
    background: #444;
    box-shadow: 2px 8px 20px #999;
}
.panel {
    position: relative;
    min-height: 315px !important;
}
.box-dash-thumb img {
    width: 100%;
    max-height: 160px;
}
.box-dash-title {
    margin-top: 7px;
    text-align: left;
}
.box-dash-title a {
    color: #FC3;
    font-weight: 800;
    font-size: 1.25em;
}
.box-dash-desc {
    margin: 4px 0px 7px 0px;
}
.box-dash-desc a {
    color: #AAA;
    font-size: 1em;
}
.panel .box-dash-btn {

}
.box-dash-btn a {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    text-align: center;
    display: inline-block;
    border: none;
    padding: 10px 25px;
    color: var(--white);
    background-color: var(--black);
    border-bottom: 2px solid var(--dark);
}
.box-dash-btn a:hover {
    color: #FFF;
}

.notes-tnp p,.notes-tnp b,.notes-tnp i {
    color: #EEE;
}

.stats {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #CCC;
    background: #EEE;
}
.stats-title {
    font-size: 1.2em;
    font-weight: 300;
    color: var(--blue);
}
.stats-numbers {
    color: #00268C;
    font-size: 1.5em;
}

.stats-home {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #000;
    background: #444;
}

.stats-home .stats-title {
    color: #FFF;
}

.stats-home .stats-numbers {
    color: #FC3;
}

.banner-full {
    display: none;
}

.banner-mobile {
    display: block;
}

.ranking {
    float: left;
    width: 100%;
}

.line-ranking {
    background: rgba(255,255,255,0.5);
    padding: 10px;
    border: 1px solid #000;
}

.line-ranking-header {
    background: #000;
    padding: 10px;
    border: 1px solid #000;
}

.line-ranking-header .ranking {
    color: #FFF;
    font-size: 1.5em;
}


.ranking-center-text {
    padding-top: 30px;
    font-size: 1.5em;
}

.blink {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    10% {
        opacity: 0.5;
    }
}

.box-class {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #000;
    box-shadow: 1px 1px 0px #444;
    min-height: 120px;
    font-size: 1.2em;
    font-weight: 800;
    color: #FFF;
    margin-bottom: 20px;
}

.box-class .line1 {
    padding-top: 25px;
    font-weight: 800;
    color: #FFF;
}

.box-class .line2 {
    padding-top: 15px;
    font-weight: 800;
    color: #FFF;
}

.box-class .line3 {
    padding-top: 5px;
    font-weight: 800;
    color: #FFF;
}

.box-class .line4 {
    padding-top: 10px;
    font-weight: 800;
    color: #FFF;
}

.banner {
    display: inline-block;
    width: 100%;
    margin: 39px 0px -30px 0px;
}

.logos,.company-product,.logos-company,.logos-company-3,.logos-company2,.box2,.logos-company5 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.logos img {
    border: 1px inset #146;
    box-shadow: 1px 2px 1px #999;
}

.company-products {
    display: inline-block;
    margin: 10px 0px;
    text-align: center;
    width: 100%;
}
.nav_only {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    float: none !important;
}

.size-video {
    width: 100%;
}

.h1-contrast {
    font-size: 1.5em;
}

.film {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99999999;
    cursor: pointer;
}
.printv {
    position: relative;
}
.aleft {
    position: absolute;
    left: 40px;
    top: 40%;
    z-index: 9999999;
}
.aleft img {
    height: 60px;
}
.aright img {
    height: 60px;
}
.aright {
    position: absolute;
    right: 40px;
    top: 40%;
    z-index: 9999999;
}
.box-company,.box-companys,.box-companys3 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.9);
    border: 2px solid #AAA;
    min-height: 1415px;
}
.box-companys,.box-companys3 {
    min-height: auto;
    background: rgba(0,0,0,0.1);
    border: 2px solid #888;
    min-height: 540px;
}

.box-companys3 {
    position: relative;
    min-height: 700px;
}

.bestseller {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999999;
}

.promo {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999999;
}

.box-company .company-logotipo,.box-videos {
    float: left;
    width: 100%;
    margin: 20px 0px;
    text-align: center;
}

.box-videos {
    border: 2px solid #444;
}

.box-company .company-name {
    padding-top: 0px;
    margin: 0px 0px 30px 0px;
    font-size: 1.5em;
    font-weight: 800;
    text-align: left;
}

.box-companys .company-name,.box-companys3 .company-name {
    color: #BBB;
}

.box-company .company-size {
    margin: 10px 0px;
    font-size: 1.2em;
    overflow: scroll;
    height: 48px;
}

.box-company .company-desc-additional {
    overflow: scroll;
    height: 60px;
}

.box-company .company-city-state {
    margin: 30px 0px;
}

.box-company .company-likes {
    margin: 30px 0px;
    font-size: 2em;
    color: var(--bgdarkcolor);
}

.box-company .company-btn {
    margin-bottom: 40px;
}

.box-company .company-btn a {
    padding: 8px 30px;
    font-size: 1.25em;
}

.box-companys .company-btn a,.box-companys3 .company-btn a {
    padding: 8px 30px;
    font-size: 1.25em;
}

.box-index {
    padding: 10px 0px;
}

.details-company {
    text-align: left;
}

.details-company .company-logotipo {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.details-company .company-name {
    padding-top: 0px;
    margin: 0px 0px 30px 0px;
    font-size: 1.5em;
    font-weight: 800;
}

.details-company .company-size {
    margin: 10px 0px;
    font-size: 1.2em;
}

.details-company .company-city-state {
    margin: 30px 0px;
}

.details-company .company-likes {
    margin: 30px 0px;
    font-size: 2em;
    color: var(--bgdarkcolor);
}

.details-company .company-btn {
    margin-bottom: 0px;
}

.details-company .company-btn a {
    padding: 12px 30px;
    font-size: 1.5em;
}

.group p {
    font-size: 1.5em;
    font-weight: 800;
    color: #000;
}

.group2 p {
    margin: 0px;
    font-size: 1.3em;
    font-weight: 800;
    color: #000;
}

.form-post {
    width: 92%;
    display: inline-block;
    text-align: left;
    margin: 0px 4%;
}
.form-post .topics {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1em;
}

.form-post .fields {
    margin-bottom: 10px;
}
.subtopic {
    text-align: center;
    font-size: 1.25em;
}

.bar-ads {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    border-bottom: 2px solid #9DB6FF;
    padding: 5px 5px 9px 5px;
    background-color: #CEDAFF;
    box-shadow: 1px 5px 10px #000;
    text-align: center;
    width: 100%;
    display: none;
    height: 0px;
}


.w-bar,.l-bar {
    color: #000;
}

.header,.barads {
    position: relative;
}
.header .barads-user {
    margin-top: 10px;
}
.menu-basics {
    text-align: center;
    font-size: 0.9em;
    width: 100%;
    padding: 10px;
    background-color: #00268C;
    margin-bottom: 0px;
    display: inline-block;
    border-top: 1px solid #09F;
}
.menu-basics a {
    color: #FF0;
    text-decoration: none;
    margin-right: 10px;
}
.menu-basics a:hover {
    color: #FF0;
}
.menu-basics a:nth-of-type(5n+0) {
    margin-right: 0px;
}

.filters {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

.box-note {
    background: #111;
    padding: 20px !important;
    border: 2px solid #000;
    font-size: 0.9em;
    margin-bottom: 30px;
    color: #AAA;
}
.box-note a {
    color: #FF0;
}
.box-note i {
    color: #AAA;
}

.menu-basics-int {
    text-align: center;
    margin: 0px 0px 20px 0px;
    font-size: 1em;
    width: 100%;
}
.menu-basics-int a {
    color: #000;
    text-decoration: none;
    margin-right: 10px;
}
.menu-basics-int a:hover {
    color: #FF0;
}
.menu-basics-int a:nth-of-type(5n+0) {
    margin-right: 0px;
}

.hover-black a:hover {
    color: #444;
}

.class-filter select {
    width: 100%;
    margin-bottom: 5px;
}
.class-filter .btn {
    width: 100%;
}
.subheader {
    display: inline-block;
    width: 100%;
    background: #000;
    padding: 50px 0px;
    text-align: center;
    margin: 30px 0px -5px 0px;
}
.main-home {
    background: #E6C400;
    margin: 0 auto;
    padding: 10px 0;
}
.main-base {
    background: rgba(255,255,255,0.7);
    margin: 50px auto 30px auto;
    border: 1px inset #555;
    padding: 10px 0;
}
.menu-ext {
    background: rgba(255,255,255,0.7);
    border: 1px inset #ccc
}
.menu-ext .btn {
    margin-right: 15px;
}
.menu-ext .btn:nth-of-type(5n+0) {
    margin-right: 0px;
}
.main-footer {
    background: rgba(255,255,255,0.7);
    padding: 100px 0px 110px 0px;
    margin: 0 auto 40px auto;
}
.main-footer div {
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}
.main-footer .contacts {
    margin-top: 20px;
    font-size: 0.85em;
}

.main-fotter .contacts-copy {
    font-size: 12px !important;
}

.main-footer .contacts li {
    margin-right: 10px;
    display: inline;
}

.main-footer .contacts li:last-of-type {
    margin-right: 0px;
}

.contacts-landing {
    color: #DDD !important;
}

.contacts-landing a {
    color: #FFF !important;
}

.contacts-copy-landing,.contacts-copy-landing a,.contacts-copy-landing b,.contacts-copy-landing li,.contacts-copy-landing p,.contacts-copy-landing span {
    color: #DDD !important;
}

.contacts-store {
    color: #444 !important;
}

.contacts-store a {
    color: #444;
}

.contacts-copy-store,.contacts-copy-store a,.contacts-copy-store b {
    color: #444 !important;
}

.data-footer {
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}
.data-footer ul {
    text-align: left !important;
    margin: 20px 0px 0px 0px;
}
.data-footer ul li {
    display: block !important;
}
.data-footer-div {
    margin-bottom: 5px;
}
.configs-themes {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.bgcolor {
    background: #FFF !important;
}
.divlogo {
    margin: 0 auto;
    display: block;
    height: 148px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 155px;
    cursor: pointer;
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius);
}
.divlogoadmin {
    margin: 0px 0px -10px 0px;
    height: 148px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
}

.logoshopping {
    float: right;
    display: block;
    height: 148px;
    width: 155px;
    margin-top: 0px;
}
.bar {
    background-color: transparent;
    padding: 10px 0px 8px 0px;
    color: #FF0;
    display: inline-block;
    width: 100%;
    font-weight: 800;
    text-align: center;
}

.sidebar {
    float: left;
    width: 60px;
    background-color: #146;
    min-height: 100vh;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

.sidecontent {
    float: right;
    width: calc(100% - 64px);
    background-color: #000;
    min-height: 100vh;
}

.sidepadding {
    padding: 10px;
    min-height: 100vh;
}

.sidelogo {
    max-width: 92%;
}
.sidemenu {
    margin: 0px;
}
.sidemenu li {
    line-height: 2em;
    display: inline-block;
    width: 100%;
}
.sidemenu li a {
    color: #FFF;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    display: inline-block;
    width: 100%;
    font-size: 0.9em;
}
.sidemenu li span {
    color: #FFF;
}
.sidemenu li a:hover {
    color: #FFF;
    background-color: #E72;
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius)
}

.sidemenu a span {
    display: none;
    font-weight: bold;
}

.sidemenu li img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    margin-top: -4px;
}

.welcome {
    font-size: 1em;
}
.welcome-photo {
    margin: 20px 0px;
    display: inline-block;
    width: 100%;
}
.d1-d2 {
    background: #F3F3F3;
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.d1 {
    float: left;
}
.d2 {
    float: right;
    margin-top: 7px;
}
.d3-d4-d5-d6-d7 {
    margin: 20px 0px;
    display: inline-block;
    width: 100%;
	text-align: center;
}
.d-nums {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 60px;
    height: 60px;
}

.fileUpload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 999;
    width: 100%;
    height: 100%;
}
.bgside {
    background: #146;
}
.sideA {
    float: left;
    width: 0px;
    margin-right: 0px;
    display: none;
}
.sideB {
    position: relative;
    width: 92%;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 20px;
    padding: 20px;
}
.side-home {
    position: absolute;
    right: 20px;
    top: 20px;
}
.side-home a {
    font-size: 0.9em;
    color: var(--black)
}
.sideA h1 {
    margin: 70px 0px 0px 100px;
    color: #FFF;
    font-size: 2em;
}
.sideA h2 {
    margin: 0px 0px 0px 100px;
    color: #FFF;
    font-size: 1.6em;
}
.fieldpass {
    position: relative;
    display: inline-block;
    width: 100%;
}
.viewpass {
    position: absolute;
    right: 7px;
    top: 4px;
    text-align: right;
}

.box-login-side {
    min-height: 320px;
}
.box-login-side .pass {
    margin-top: 15px;
    text-align: left;
}
.box-login-side .pass span {
    font-size: 0.9em;
}
.simplecopy {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
    font-size: 0.8em;
    color: #444;
}
.simplecopy a {
    color: #444;
    text-decoration: underline;
}
.div-logo-side {
    float: left;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.div-logo-admin {
    display: none;
    width: 100%;
    text-align: center;
}
.div-icon-admin {
    display: block;
}
.logo-side {
    max-width: 13em;
}
.menu-configs {
    border-bottom: 2px solid #999;
    padding: 5px 0px 3px 0px;
}
.menu-configs-items {
    margin-right: 0px;
    padding: 3px 7px;
    border-top: 1px solid #777;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    background-color: #555;
    color: #FFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.menu-configs-items:hover {
    position: relative;
    background-color: #777;
}

.report {
    display: inline-block;
    width: 100%;
    border: 1px solid #EEE;
    padding: 5px;
}

.report .results-statement {
    float: left;
    width: 19%;
    margin-right: 1.25%;
    font-size: 0.75em;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.report .results-statement:nth-of-type(5n+0) {
    margin-right: 0px;
    border-right: none;
}

.report .results-7divs {
    float: left;
    width: 14%;
    margin-right: 0.28%;
    font-size: 0.75em;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.report .results-7divs:nth-of-type(7n+0) {
    margin-right: 0px;
    border-right: none;
}

.report .results-invoices {
    float: left;
    width: 16%;
    margin-right: 0.8%;
    font-size: 0.75em;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.results-invoices-padding {
    padding: 1px 10px 4px 0px;
}

.report .results-invoices:nth-of-type(6n+0) {
    margin-right: 0px;
    border-right: none;
}

.totals {
    background: #DDD;
}

.dash-home {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #DDD;
    padding: 20px;
    background: rgba(250,250,250,0.5);
}
.dash-home p, .dash-home li {
    font-size: 0.8em;
}

.dash,.dash-users {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #146;
    box-shadow: 1px 5px 10px #CCC;
    border: 1px solid #035;
    padding: 15px;
}

.dash-users {
    padding: 5px 10px 10px 10px;
    background: rgba(90,176,217,0.8);
}

.dash-title {
    font-weight: 400;
    font-size: 1.3em;
    color: #FFF;
}

.dash-users .dash-title {
    text-shadow: 3px 6px 9px #CCC;
    color: #FFF;
}

.dash-item {
    padding: 3px 0px;
    color: #FF0;
    font-size: 0.9em;
}

.dash-action {
    margin-top: 10px;
    text-align: right;
}

.dash-action .btn {
    background: #FFFFFF;
    color: var(--bgcolor);
    padding: 2px 12px !important;
    font-size: 0.9em;
}

.dash-users .dash-item {
    border-bottom: none;
}

.dash-users .dash-action .btn {
    padding: 1px 6px;
    font-size: 0.9em;
}

.dash-users .dash-action {
    margin-top: 5px;
}

.bgindex {
    background-image: url(../../storage/images/background-landing.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.online {
    position: absolute;
    right: 5px;
    top: 5px;
    border: 1px solid var(--red);
    padding: 0px;
}

.on:nth-of-type(1n+0) {
    float: left;
    padding: 5px;
    text-align: center;
    color: var(--white);
    background: var(--red);
    font-size: 13px;
    font-weight: bold;
}
.on:nth-of-type(2n+0) {
    float: left;
    text-align: right;
    background: transparent;
    color: var(--green);
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}
#on {
    color: var(--green);
    font-size: 13px;
    font-weight: bold;
}

.slideshow {
    position: relative;
    display: inline-block;
    width: 100%;
    position: relative;
    height: 200px;
    padding: 0px;
    margin: 0px;
}

#slides {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity var(--seconds);
    -moz-transition: opacity var(--seconds);
    -o-transition: opacity var(--seconds);
    transition: opacity var(--seconds);
}

.slide img {
    height: 250px;
}

.showing {
    opacity: 1;
    z-index: 2;
}

.header {
    position: relative;
}

.header .logo {
    float: left;
    max-width: 11em;
}

.header-content .mobile {
    position: absolute;
    right: 10px;
    top: 80px;
    width: 46px;
    height: 46px;
    border: 1px solid #AAA;
    cursor: pointer;
    border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    background: #CCC url(../../storage/images/mobile.png) center center no-repeat;
    z-index: 99999999;
}

.header .mobile:hover {
    background-color: var(--gray-l);
}

.header .mobile:active {
    background-color: var(--gray-h);
}

.footer ul {
    text-align: center;
}

.footer ul li {
    display: inline;
    margin-right: 10px;
}

.footer ul li:last-of-type {
    margin-right: 0px;
}

.footer p {
    color: #888;
}

.footer b {
    color: #888;
}

.footer a {
    color: #888;
}

.footer .launcher {
    margin-top: 20px;
}

.footer .copyright {
    font-size: 0.8em;
    text-align: center;
    color: #888;
}

.footer .intellectual-property {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 11px;
}

.footer .intellectual-property a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
}

.footer .copy {
    margin: 0px;
}

.main-landing {
    background: transparent;
}

.box-contact {
    border: 1px solid var(--gray-d);
    padding: 20px;
    max-width: 400px;
    background: var(--gray-e);
}

.box-contact input[type=file] {
    background: var(--white);
}

.box-login {
    border: 1px solid var(--gray-d);
    padding: 20px;
    max-width: 290px;
    background: var(--gray-e);
}
.box-login .pass {
    margin-top: 20px;
    font-size: 0.8em;
}
.box-login .pass span {
    color: var(--gray-a);
}

.box-login {
    border: 1px solid var(--gray);
    padding: 20px;
    max-width: 290px;
    background: var(--lightgray);
}
.box-login .pass {
    margin-top: 20px;
    font-size: 0.8em;
}
.box-login .pass span {
    color: var(--gray-a);
}
.box-login-admin {
    max-width: 360px;
}
.box-login-admin .box-div {
    margin-bottom: 5px;
}

.forms .input {
    margin-top: 15px;
}

.table-box {
    border: 1px solid #222;
}

.adm-configs {
    border: 1px solid var(--gray-d);
}

.table {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}

.table-border {
    border: 1px solid #222;
}

.tr-header th {
    background-color: #000;
    color: #FFF !important;
    font-weight: 800;
    text-transform: uppercase;
}

.table th, .table td {
    padding: 5px;
}

.tr-footer th {
    background-color: var(--red);
    color: var(--yellow);
    font-weight: 800;
}

.title {
    margin: 0px 0px 20px 0px;
    font-weight: 300;
}

.payments {
    display: inline-block;
    width: 100%;
    border: 1px solid var(--gray-c);
    padding: 5px;
    background-color: var(--white);
    margin-bottom: 10px;
}
.payments div {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    font-size: 0.9em;
    text-align: center;
}
.payments div:nth-of-type(4n+0) {
    margin-right: 0px;
}

.last-background:hover {
    background-color: var(--yellow);
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 290px;
    background-color: #FEA;
    border: 1px solid #FE9;
    box-shadow: 3px 9px 18px var(--gray-a);
    color: #444;
    text-align: left;
    padding: 2px 5px;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 15px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
}
.checkbox input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.checkbox label {
    position: relative;
    padding-left: 2.2em;
    display: inline-block;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1.5em;
    width: 1.5em;
    background: var(--white);
    margin-right: 0.5em;
    border: 1px solid #999;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.checkbox label::after {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 0.75em;
    transform: translate(-50%, -50%);
    font-size: 1em;
    color: var(--white);
    opacity: 0;
    transition: all 0.2s ease;
}
.checkbox label:focus::before, .checkbox label:hover::before {
    background: var(--gray-d);
}
.checkbox input:checked + label::before {
    background: #ff7212;
    border-color: #ff7212;
}
.checkbox input:checked + label::after {
    opacity: 1;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray-d);
    border-radius: 100%;
    background: transparent;
    border: 1px solid #CCC;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f60;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* 319px */
@media (max-width: 19.9375em) {
    .content {
        padding: 20px 0;
        width: 96%;
    }
}

/* 320px */
@media (min-width: 20em) {

}

/* 480px */
@media (min-width: 30em) {
    .content {
        padding: 20px 0;
        width: 94%;
    }
    .box-class {
        width: 48.5%;
        margin-right: 3%;
    }
    .box-class:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .dash,.dash-users {
        width: 48.5%;
        margin-right: 3%;
    }
    .dash:nth-of-type(2n+0),.dash-users:nth-of-type(2n+0) {
        margin-right: 0px;
    }
}

/* 600px */
@media (min-width: 37.5em) {
    .content {
        padding: 20px 0;
        width: 92%;
    }

    .box-dash-side {
        width: 48.5%;
        margin-right: 3%;
    }
    .box-dash-side:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .size-video {
        width: 80%;
    }
    .box-class {
        width: 31%;
        margin-right: 3.5%;
        min-height: 130px;
    }
    .box-class:nth-of-type(2n+0) {
        margin-right: 3.5%;
    }
    .box-class:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .box-class .line1 {
        padding-top: 25px;
    }

    .box-class .line2 {
        padding-top: 15px;
    }

    .box-class .line3 {
        padding-top: 5px;
    }

    .box-class .line4 {
        padding-top: 10px;
    }
}

/* 768px */
@media (min-width: 48em) {
    .content {
        padding: 20px 0;
        width: 90%;
    }
    .header-call,.h1-call,.h4-subcall {
        font-size: 2.5em;
        font-weight: 800;
        letter-spacing: -1px;
    }
    .div-side-img ul {
        margin: 50px 0px 0px 75px;
    }
    .div-side-img ul li {
        padding: 0px 0px 10px 50px;
        background-size: 30px;
    }
    .div-side-img ul li {
        font-size: 1.8em;
        color: #FFF;
        line-height: 2em;
    }    
    .fonttopic {
        font-size: 1.5em;
    }
    header .header {
        margin-top: 0px;
    }
    .bar-ads {
        display: inline-block;
        height: 37px;
    }
    .box2 {
        width: 48.5%;
        margin-right: 3%;
    }
    .box2:nth-of-type(2n+0) {
        margin-right: 0px;
    }

    .banner-full {
        display: block;
    }

    .banner-mobile {
        display: none;
    }
    .group p {
        font-size: 2em;
    }
    .size-video {
        width: 70%;
    }
    .logos-company2 {
        width: 48.5%;
        margin-right: 3%;
    }
    .logos-company2:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .logos {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 0px;
    }
    .logos:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .logos-company {
        width: 23.5%;
        margin-right: 2%;
    }
    .logos-company:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .logos-company-3 {
        width: 23.5%;
        margin-right: 2%;
    }
    .logos-company-3:nth-of-type(2n+0) {
        width: 49%;
        margin-right: 2%;
        padding-top: 45px;
    }
    .logos-company-3:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .company-product {
        width: 31%;
        margin-right: 3.5%;
    }
    .company-product:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .box-company {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 50px;
    }
    .box-company:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .box-company .company-logotipo:nth-of-type(1n+0) {
        width: 25%;
    }
    .box-company .company-logotipo:nth-of-type(2n+0) {
        padding-top: 35px;
        width: 70%;
        margin-left: 5%;
    }
    .details-company .company-logotipo:nth-of-type(1n+0) {
        width: 25%;
    }
    .details-company .company-logotipo:nth-of-type(2n+0) {
        padding-top: 35px;
        width: 70%;
        margin-left: 5%;
    }
    .data-footer {
        width: 31%;
        margin-right: 3.5%;
    }
    .data-footer:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .dash-home {
        width: 31%;
        margin-right: 3.5%;
    }
    .dash-home:nth-of-type(3n+0) {
        margin-right: 0px;
    }

    .dash {
        width: 31%;
        margin-right: 3.5%;
    }
    .dash:nth-of-type(2n+0) {
        margin-right: 3.5%;
    }
    .dash:nth-of-type(3n+0) {
        margin-right: 0px;
    }

    .dash-users {
        width: 23.5%;
        margin-right: 2%;
    }
    .dash-users:nth-of-type(2n+0) {
        margin-right: 2%;
    }
    .dash-users:nth-of-type(4n+0) {
        margin-right: 0px;
    }
}

/* 919px */
@media (max-width: 57.4375em) {
    .nav-landing {
        position: fixed;
        left: -100%;
        top: 0;
        width: 76%;
        height: auto;
        min-width: 120px;
        max-width: 100%;
        background: #222;
        z-index: 99;
        overflow: hidden;
        overflow-y: auto;
        z-index: 9999999999;
    }

    .nav-landing .nav_item {
        float: left;
        width: 100%;
        position: relative;
    }

    .nav-landing .nav_item > a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #EEE;
        font-weight: bold;
        font-size: 0.875em
    }

    .nav-landing .nav_item:hover,
    .nav-landing .nav_item > a:hover {
        background: #666;
        color: var(--white);
    }

    .nav_sub{
        float: left;
        width: 100%;
        padding: 10px;
        background: var(--black-l);
    }

    .nav_sub_item {
        float: left;
        width: 100%;
    }

    .nav_sub_item a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: var(--white);
        font-size: 0.8em;
    }

    .nav_sub_item a:hover {
        background: var(--red);
    }
}

/* 960px */
@media (min-width: 60em) {
    .content {
        padding: 20px 0;
        width: 92%;
    }
    .d-nums {
        width: 19%;
        margin-right: 1.25%;
    }
    .d-nums:nth-of-type(5n+0) {
        margin-right: 0px;
    }    
    .options-home {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 0px;
    }
    .options-home:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .header-px {
        margin-bottom: 0px;
    }    
    .main-base {
        margin: 30px auto;
    }
    .main-footer div {
        font-size: 1.5em;
    }
    .main-footer .contacts {
        font-size: 1em;
    }    
    .group2 p {
        font-size: 1.8em;
    }
    .h-large {
        min-height: 12em;
    }    
    .div-side-img {
        width: 57%;
        margin-right: 3%;
        text-align: right;
    }
    .div-side-img:nth-of-type(2n+0) {
        width: 40%;
        margin-right: 0px;
        text-align: left;
    }
    .div-plans {
        width: 23.5%;
        margin-right: 2%;
    }
    .div-plans:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .div-plans-remove {
        width: 31%;
        margin-right: 3.5%;
    }
    .div-plans-remove:nth-of-type(3n+0) {
        margin-right: 0px;
    }    
    .sideA {
        width: 65%;
        margin-right: 5%;
        display: block;
    }
    .sideB {
        float: left;
        width: 30%;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        margin: 0px;
        height: 100%;
        overflow: auto;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }
}

/* 960px */
@media (min-width: 60em) {
    .content {
        padding: 20px 0;
        width: 92%;
    }
    .div-logo-admin {
        display: inline-block;
    }
    .div-icon-admin {
        display: none;
    }
    .sidebar {
        width: 200px;
    }
    .sidecontent {
        width: calc(100% - 210px);
    }
    .sidemenu a span {
        display: inline;
    }    
    .div-side-img:nth-of-type(1n+0) {
        width: 48.5%;
        margin-right: 3%;
        text-align: right;
    }
    .div-side-img:nth-of-type(2n+0) {
        margin-right: 0px;
        text-align: left;
    }    
    .div-plans {
        width: 23.5%;
        margin-right: 2%;
    }
    .div-plans:nth-of-type(4n+0) {
        margin-right: 0px;
    }    
    .logos-company5 {
        width: 19%;
        margin-right: 1.25%;
        margin-bottom: 0px
    }
    .logos-company5:nth-of-type(5n+0) {
        margin-right: 0px;
    }    
    .box-dash-side {
        width: 23.5%;
        margin-right: 2%;
    }
    .box-dash-side:nth-of-type(2n+0) {
        margin-right: 2%;
    }
    .box-dash-side:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .stats,.stats-home {
        width: 19%;
        margin-right: 1.25%;
    }
    .stats:nth-of-type(5n+0),.stats-home:nth-of-type(5n+0) {
        margin-right: 0px;
    }
    .h1-contrast {
        font-size: 2.5em;
    }
    .ranking {
        width: 23.5%;
        margin-right: 2%;
    }
    .ranking:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .box-companys {
        width: 24%;
        margin-right: 1.33%;
    }
    .box-companys:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    
    .box-companys3 {
        width: 31%;
        margin-right: 3.5%;
    }
    .box-companys3:nth-of-type(3n+0) {
        margin-right: 0px;
    }    
    
    .box-index {
        margin-bottom: 0px;
    }
    .size-video {
        width: 50%;
    }
    .class-filter select {
        width: 200px;
        margin-bottom: 0px;
    }
    .class-filter .btn {
        width: auto;
    }
    .sideA {
        width: 65%;
        margin-right: 5%;
        display: block;
    }
    .sideB {
        float: left;
        width: 30%;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        margin: 0px;
        height: 100%;
        overflow: auto;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }
    .logos {
        width: 19%;
        margin-right: 1.25%;
        text-align: center;
    }
    .logos:nth-of-type(3n+0) {
        margin-right: 1.25%;
    }
    .logos:nth-of-type(5n+0) {
        margin-right: 0px;
    }
}

/* 1024px */
@media (min-width: 64em) {
    .content {
        padding: 20px 0;
        width: 94%;
    }
}

/* 920px */
@media (min-width: 57.5em) {
    .content {
        padding: 20px 0;
        width: 96%;
    }
   
    .nav-landing {
        text-align: right;
        margin-top: -5em;
    }

    .nav-landing .nav_item {
        position: relative;
        display: inline-block;
        margin-right: 0px;
    }

    .nav-landing .nav_item .btn,.nav-landing .nav_item .btn:hover {
        margin-left: 12px;
        margin-right: 9px;
        border: 1px solid var(--red-l);
        background: var(--red);
        color: var(--white);
    }

    .nav-landing .nav_item:last-of-type {
        margin-right: 0px;
    }

    .nav-landing .nav_item > a {
        float: left;
        padding: 5px 8px;
        text-transform: uppercase;
        text-decoration: none;
        color: #146;
        background: transparent;
        border: none;
        font-size: 0.75em;
        font-weight: bold;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }
    
    .nav-landing .nav_color > a {
        color: #2A2;
        border:1px solid #191;
    }
    
    .nav-landing .nav_color > a:hover {
        color: #FFF !important;
        border:1px solid #2A2 !important;
        background: #191 !important
    }    

    .nav-landing .nav_item > a:hover {
        background: transparent;
        color: #E72;
        border: none;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }    
    
    .banners-home,.box-home3 {
        width: 31%;
        margin-right: 3.5%;
    }
    .banners-home:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .box-home3:nth-of-type(3n+0) {
        margin-right: 0px;
    }    
    .banners-home4,.banners-home44 {
        width: 23.5%;
        margin-right: 2%;
    }
    .banners-home4:nth-of-type(4n+0),.banners-home44:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    
    .banners-home5 {
        width: 19%;
        margin-right: 1.25%;
    }
    .banners-home5:nth-of-type(5n+0) {
        margin-right: 0px;
    }
    
    .box-class {
        width: 15.5%;
        margin-right: 1.4%;
        margin-bottom: 0px;
        min-height: 170px;
    }
    .box-class:nth-of-type(2n+0) {
        margin-right: 1.4%;
    }
    .box-class:nth-of-type(3n+0) {
        margin-right: 1.4%;
    }
    .box-class:nth-of-type(6n+0) {
        margin-right: 0px;
    }
    .box-class .line1 {
        padding-top: 25px;
        font-weight: 800;
        color: #FFF;
    }

    .box-class .line2 {
        padding-top: 15px;
        font-weight: 800;
        color: #FFF;
    }

    .box-class .line3 {
        padding-top: 10px;
        font-weight: 800;
        color: #FFF;
    }

    .box-class .line4 {
        padding-top: 10px;
        font-weight: 800;
        color: #FFF;
    }
    .box-videos {
        width: 31%;
        margin-right: 3.5%;
    }
    .box-videos:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .box-videos .media {

    }
    .subheader .ratio {
        padding-bottom: 30%;
    }
    .configs-themes {
        width: 23.5%;
        margin-right: 2%;
    }
    .configs-themes:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .header-content .mobile {
        display: none;
    }

    .barads-user .nav {
        float: right;
        text-align: right;
        margin-top: 5.5em;
    }
    .nav {
        float: left;
        text-align: right;
        margin-top: 5em;
        margin-left: 60px;
    }

    .nav-ext {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .nav-admin {
        margin-top: 1em;
    }

    .nav_item {
        position: relative;
        display: inline-block;
        margin-right: 0px;
    }

    .search {
        vertical-align: top;
        margin-top: 1px;
    }

    .search input {
        padding: 3px 8px 4px 8px;
        font-size: 0.9em;
        width: 100px;
    }
    .search input[type="text"] {
        padding: 3px 8px 2px 8px;
    }

    .search .btn_search {
        cursor: pointer;
        border: none;
        color: #FFF;
        background: var(--black);
        font-weight: bold;
        padding: 3px 8px 2.5px 8px;
    }
    .search .btn_search img {
        height: 14px;
    }
    .nav_item .btn,.nav_item .btn:hover {
        margin-left: 12px;
        margin-right: 9px;
        border: 1px solid var(--fdarkred);
        background: var(--red);
        color: var(--white);
    }

    .nav_seta {
        padding-right: 20px !important;
    }

    .nav_item {
        margin-right: 0px !important;
    }

    .nav_item:last-of-type {
        margin-right: 0px;
    }

    .nav_item > a {
        float: left;
        padding: 5px 8px;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFF;
        background: var(--black);
        border: none;
        font-size: 0.75em;
        font-weight: bold;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .nav_item > a:hover {
        background: var(--black);
        color: #FFF;
        border: none;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .nav_item .nav_blank {
        float: left;
        padding: 5px 0px 5px 1px;
        text-transform: none;
        text-decoration: none;
        color: var(--black);
        background: transparent;
        border: none;
        font-size: 0.75em;
        font-weight: bold;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .nav_item .nav_blank:hover {
        background: transparent;
        color: var(--black);
        border: none;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .nav_item .nav_blank img {
        height: 16px;
    }

    .nav_sub {
        display: none;
        position: absolute;
        top: 20px;
        left: 0;
        width: 210px;
        background: var(--black);
        padding: 5px;
        box-shadow: 1px 1px 3px #999;
        text-align: left;
        z-index: 99;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
        margin-top: 1px;
    }

    .nav_sub_item {
        position: relative;
        float: left;
        width: 100%;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
        list-style-image: none;
        list-style-type: none;
    }

    .nav_sub_sub {
        display: none;
        position: absolute;
        top: -5px;
        left: 226px;
        width: 240px;
        background: var(--lightgray);
        padding: 5px;
        text-align: left;
        z-index: 99;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .search .input {
        margin-left: 0px
    }

    .nav_item:hover .nav_sub,
    .nav_item > a:hover .nav_sub {
        display: block;
    }

    .nav_sub_item:hover .nav_sub_sub,
    .nav_sub_item > a:hover .nav_sub_sub {
        display: block;
    }

    .nav_sub_sub_item {
        float: left;
        width: 100%;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
        list-style-image: none;
        list-style-type: none;
    }

    .nav_sub:focus {
        margin-bottom: -1px;
    }

    .nav_sub_sub:focus {
        margin-bottom: -1px;
    }

    .nav_sub_item a {
        float: left;
        width: 100%;
        padding: 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        color: #FFF;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .nav_sub_item a:hover {
        background: var(--lightgray);
        color: var(--black);
    }

    .nav_sub_sub_item a {
        float: left;
        width: 100%;
        padding: 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        color: #00268C;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .nav_sub_sub_item a:hover {
        background: #FFF;
        color: var(--black);
    }

}

/* 1120px */
@media (min-width: 70em) {
    .areas {
        position: relative;
        min-height: 360px;
    }
    .box-class {
        min-height: 150px;
    }
}

@media (min-width: 80em) {
    .box-class {
        min-height: 160px;
    }
    .box-class .line1 {
        padding-top: 45px;
        font-weight: 800;
        color: #FFF;
    }

    .box-class .line2 {
        padding-top: 35px;
        font-weight: 800;
        color: #FFF;
    }

    .box-class .line3 {
        padding-top: 30px;
        font-weight: 800;
        color: #FFF;
    }

    .box-class .line4 {
        padding-top: 30px;
        font-weight: 800;
        color: #FFF;
    }
}

button {
    border: none;
    cursor: pointer;
    color: white;
    background: none;
    transition: all .3s ease-in-out;
}

.containers {
    width: 100%;
    height: 11vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.carousel-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 44px 0;
    transition: all 0.25s ease-in;
}

.carousel-view .item-list {
    max-width: 1280px;
    width: 70vw;
    padding: 50px 10px;
    display: flex;
    gap: 48px;
    scroll-behavior: smooth;
    transition: all 0.25s ease-in;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    overflow: auto;
    scroll-snap-type: x mandatory;
}


.item-list::-webkit-scrollbar {
    display: none;
}

.prev-btn {
    background: none;
    cursor: pointer;
}

.prev-btn img,.next-btn img {
    width: 32px;
}

.next-btn {
    cursor: pointer;
}

.img-item {
    scroll-snap-align: center;
    min-width: 96px;
    height: 96px;
    background-color: deeppink;
}