html, body {
    font-family: 'Montserrat', sans-serif !important; 
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

/* Common */
.App{
    padding: 80px 0;
}

#indexCont  .dis-table-cell{
    padding-right: 0 !important;
}

#indexCont .full-section{
    padding-top: 0;
}
/*INICIO*/
background-color: #181718;
.ajustVideo {
    background: #181718;
    margin: auto;
    align-content: center;
    height: 100%;
}
.full-section-video {
    min-height: 100vh;
    background-color: #181718;
}
.dis-table-cell-video {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
}

.dis-inline-block {
    display: inline-block;
}


/*headerer*/

.siVisible, .noVisible{
    text-align: right !important;
}

.siVisible li, .noVisible li{
    list-style-type: none;
    padding-right: 20px;
    position: relative;
    transition: color .2s ease;
}

.siVisible li::after, .noVisible li::after{
    background: rgba(0, 163, 251, 0.5);
    content: "";
    height: 3px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    width: 8px;
}

.siVisible{
    display: block;
}

.noVisible{
    display: none;
}

/*titulos*/
.menuNav a{
    color: #000!important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .75rem!important;
}

.menuNavW a{
    color: #FFF!important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .75rem!important;
}

.menuNavW a.blue, .menuNav a.blue{
    color: #00A3FB!important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .75rem!important;
}
/*subtitulos*/
.menuNav ul li a{
    letter-spacing: 1px;
    color: #000!important;
    text-transform: capitalize;
    font-size: .70rem!important;
}
.menuNavW ul li a{
    letter-spacing: 1px;
    color: #FFF!important;
    text-transform: capitalize;
    font-size: .70rem!important;
}

.menuNavW ul .is-current a, .menuNav ul .is-current a{
    letter-spacing: 1px;
    color: #00A3FB!important;
    text-transform: capitalize;
    font-size: .70rem!important;
}


/*fin de header*/
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Source Sans Pro,Oxygen,sans-serif;
    font-weight: 400;
    margin: 0;
    position: relative;
    white-space: pre-line;
}

.video{
    width: 100%;
}
.aspect-ratio-16\:9 {
    position: relative;
    margin-top: 10%;
}

.aspect-ratio-16\:9:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.aspect-ratio-16\:9>.aspect-ratio-item {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.aspect-ratio-16\:9>iframe, .aspect-ratio-16\:9>img, .aspect-ratio-16\:9>object, .aspect-ratio-16\:9>video {
    height: 100%!important;
    width: 100%!important;
}

.btn {
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1rem;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.btn.btn-color-blue {
    color: #161616;
}

.btn[class*=btn-color-]:before {
    background: #f5f5f5;
    content: "";
    height: 100%;
    left: 0;
    -webkit-transition: all .2s ease, outline .001ms;
    transition: all .2s ease, outline .001ms;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 1;
}

.btn.btn-color-blue:before {
    background: #00A3FB;
}

.btn span {
    position: relative;
    z-index: 2;
}

.c-blue{
    color: #00A3FB !important;
}

.c-black{
    color: #161616;
}

.c-white {
    color: #fff;
}

.fondo-negro .title {
    color: white;
}

p {
    margin: 0;
    padding: 5px 0;
    white-space: pre-line;
}

.center {
    text-align: center;
}

.contactanos-wrappar{
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
}

.dis-table {
    display: table;
}

.dis-table-section {
    display: table-row;
}

.dis-table-cell {
    display: table-cell;
    max-width: 1280px;
    padding-right: 200px;
    padding-left: 1%;
    margin: 0 auto;
    vertical-align: middle;
}

.dis-inline-block {
    display: inline-block;
}

.fondo-blanco {
    background: #fff;
}

.fondo-negro{
    background-color: #161616;
}

.link-gradient {
    position: relative;
}

.link-gradient:before {
    background: linear-gradient(145deg, #26a2ff, #b3e5fc);
    content: "";
    height: 3px;
    left: 0;
    margin-top: 3px;
    -webkit-transition: width .2s ease, outline .001ms;
    transition: width .2s ease, outline .001ms;
    position: absolute;
    top: 100%;
    width: 40px;
}

.link-gradient:hover:before {
    width: 100%;
}

.fs-30 {
    font-size: 1.875rem!important;
}

.fs-60 {
    font-size: 3.75rem!important;
}

.fs-24 {
    font-size: 1.5rem!important;
}

.fs-22 {
    font-size: 1.375rem!important;
}

.fs-20 {
    font-size: 1.25rem!important;
}

.fs-18 {
    font-size: 1.125rem!important;
}

.fs-26 {
    font-size: 1.625rem!important;
}

.fs-12 {
    font-size: .75rem!important;
}

.fw-light {
    font-weight: 300;
}

.fw-black {
    font-weight: 900;
}

.fw-bold{
    font-weight: 700;
}

.fw-semi-bold {
    font-weight: 600;
}

.fw-extra-bold{
    font-weight: 800;
}

.font-size-75rem{
    font-size: .75rem;
}

.full-section {
    min-height: 100vh;
    padding-bottom: 80px;
    padding-top: 80px;
}


.h-100 {
    height: 100%;
}


.line{
    font-size: 0;
    letter-spacing: 0;
    margin: 0 auto;
    padding: 0;
    word-spacing: 0;
}

.line > * {
    font-size: 1rem;
    letter-spacing: normal;
    word-spacing: normal;
}

.line-height-text {
    line-height: 1.5;
}

.line-height-title {
    line-height: 1;
}

.mrg-right-20 {
    margin-right: 20px;
}

.mrg-left-20 {
    margin-left: 20px;
}

.mrg-left-5 {
    margin-left: 5px;
}

.mrg-bt-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.mrg-all-0 {
    margin: 0;
}

.mrg-top-10 {
    margin-top: 10px;
}

.pad-bt-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.pad-bt-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.pad-bottom-80 {
    padding-bottom: 80px;
}

.pad-bottom-10 {
    padding-bottom: 20px;
}

.mrg-bottom-40 {
    margin-bottom: 40px;
}

.mrg-bottom-60 {
    margin-bottom: 80px;
}

.mrg-top-80 {
    margin-top: 80px;
}

.letter-spacing-3px{
    letter-spacing: 3px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
}

ul.\--check li, ol.\--check li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 25px;
}

ul li, ol li {
    position: relative;
}

ul.\--check li:before, ol.\--check li:before {
    content: "\F00C";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: bold;
    left: 0px;
    position: absolute;
    top: 2px;
}

.button-gradient.\--ico{
    height: 40px;
    width: 40px;
}

.button-gradient {
    display: inline-block;
    overflow: hidden;
    padding: 2px;
    position: relative;
    vertical-align: middle;
}

.button-gradient.\--ico a.\--black, .button-gradient.\--ico button.\--black {
    background: #161616;
}

.button-gradient.\--ico a, .button-gradient.\--ico button {
    bottom: 2px;
    display: block;
    left: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
}


.button-gradient > * {
    position: relative;
    z-index: 2;
}

a {
    color: #2196f3;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .2s ease,outline .001ms;
    transition: all .2s ease,outline .001ms;
}

.button-gradient.\--ico a i, .button-gradient.\--ico button i {
    left: 50%;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team-picture-current {
    height: 100%;
    min-height: 400px;
    position: relative;
    width: 100%;
}

.team-picture {
    cursor: pointer;
    position: relative;
}

.team-picture-current .team-picture-data {
    bottom: 10px;
    left: 10px;
    position: absolute;
}

.team-picture-current .team-picture-data .data {
    background: #161616;
    display: inline-block;
    padding: 5px 10px;
}

.team-picture:before, .team-picture:after {
    content: "";
    opacity: 0;
    position: absolute;
    transition: all .2s ease;
}

.team-picture:before {
    background: #00A3FB;
    height: 7px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 100%;
    width: 0%;
}

.team-picture:after {
    background: linear-gradient(0deg, rgba(22, 22, 22, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
}

.team-picture:hover:before, .team-picture.\--active:before {
    width: 100%;
}

.team-picture:hover:before, .team-picture:hover:after, .team-picture.\--active:before, .team-picture.\--active:after {
    opacity: 1;
}

.bg-img-cover {
    background-position: 50%;
    background-size: cover;
}



.fab, .far {
    font-weight: 400;
}

.button-gradient:before {
    background: linear-gradient(145deg, #26a2ff, #b3e5fc);
    border-radius: 50%;
    content: "";
    height: 150%;
    left: 50%;
    -webkit-transition: outline .001ms, -webkit-transform .2s ease;
    transition: outline .001ms, -webkit-transform .2s ease;
    transition: transform .2s ease, outline .001ms;
    transition: transform .2s ease, outline .001ms, -webkit-transform .2s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    width: 150%;
    z-index: 1;
}

.inline-block{
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
}

.offset-0 {
    margin-left: 0;
}

.pad-bt-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.pad-right-80 {
    padding-right: 80px;
}

.pad-left-40 {
    padding-left: 40px;
}

.pad-left-80 {
    padding-left: 80px;
}

.pad-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pad-bt-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.left {
    text-align: left;
}

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

.pos-relative {
    position: relative;
}

.ovf-hidden {
    overflow: hidden;
}


[class*=scontainer] {
    max-width: 1280px;
}

.scontainer {
    padding-right: 100px;
}

.spacer-80{
    margin-left: 80px;
}

.section-half-right{
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.section-half-left-white {
    position: relative;
}

.section-half-left-white > div {
    max-width: 600px;
}

.section-half-left-white:before {
    background: #fff;
    right: 0%;
}


.pad-all-5 {
    padding: 5px;
}

.pad-all-15 {
    padding: 15px;
}


.pad-all-0 {
    padding: 0;
}

.pad-all-40 {
    padding: 40px;
}

.scol-12, .scol-fit-1 {
    width: 100%;
}


/* FOOTER */
form .input-field {
    background: #eaf6ff;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease, width .001ms;
    transition: all .2s ease, width .001ms;
    position: relative;
}

form .input-field input:not([type=checkbox]):not([type=radio]):not([type=file]), form .input-field select, form .input-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0);
    border: none;
    position: relative;
    z-index: 2;
}

form .input-field .inherit, form .input-field input:not([type=checkbox]):not([type=radio]):not([type=file]), form .input-field select, form .input-field textarea, form .input-field input:not([type=checkbox]):not([type=radio]):not([type=file]) ~ label, form .input-field select ~ label, form .input-field textarea ~ label {
    font-size: 1rem;
    -webkit-transition: all .2s ease, outline .001ms;
    transition: all .2s ease, outline .001ms;
    padding: 15px 20px;
    width: 100%;
}

form .input-field input:not([type=checkbox]):not([type=radio]):not([type=file]) ~ label, form .input-field select ~ label, form .input-field textarea ~ label {
    color: #00A3FB;
    left: 0;
    max-width: 100%;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 50%;
    white-space: nowrap;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

form .input-field.select select {
    cursor: pointer;
    padding-right: 40px;
}

form .input-field.select select ~ label {
    padding-right: 40px;
}

form .input-field textarea {
    resize: none;
}

form .input-field textarea ~ label {
    top: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

form .input-field.select:after {
    color: #00A3FB;
    content: "\F0D7";
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    font-size: 1.25rem;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-half-left-white > *, .section-half-left-white ~ * {
    position: relative;
    z-index: 2;
}


/* video */
.video{
    width: 100%;
    height: 100%;
}

.adelante{
    z-index: 2;
}

.container1 {
    height: 70vh;
    padding-bottom: 80px;
    padding-top: 80px;
}

/*Rombos*/
.rombos{ 
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}   

.rombos > .rombo{
    position: absolute;
    z-index: 2;
}

.rombos img{
    border: 0;
    display: inline-block;
    outline: none;
    outline: 0;
    vertical-align: middle;
    opacity: 5%;   
}

.rombos > .left{
    left: 5%;
    top: 70%;
    width: 200px;
}

.rombos > .top{
    left: 40%;
    top: 5%;
    width: 300px;
}

.rombos > .right{
    right: 5%;
    top: 65%;
    width: 100px;
}

.rombos > .bottom{
    right: 30%;
    top: 80%;
    width: 500px;
}


/*Header*/
.container > .header{
    padding: 10px;
    margin-bottom: 80px;
}

.container > .header > .logo{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

a{
    color: #2196f3;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .2s ease,outline .001ms;
    transition: all .2s ease,outline .001ms;
}

.container > .header > .logo > a img{
    max-width: 252px;
    width: 100%;
}


/*Botones*/
.container > .btns{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 120px;
    position: relative;
}

.container > .btns > .left-container{
    display: flex;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: relative;
    padding: 10px;
}

.container > .btns > .right-container{
    display: flex;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: relative;
    padding: 10px;
}
.container > .btns button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: #fff;
    border-color: transparent;
    background-image: linear-gradient(to right, #00A3FB 10%, transparent 10%), linear-gradient(to right, #00A3FB 10%, transparent 10%), linear-gradient(to bottom, #00A3FB 10%, transparent 10%), linear-gradient(to bottom, #00A3FB 12%, transparent 10%);
    background-size: 90% 5px, 90% 5px, 5px 90%, 5px 90%;
    background-position: 0% 0%, 0% 100%, 0% 0%, 100% 0%;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}

.container > .btns button:hover{
    border: 0;
    background-image: linear-gradient(to right, #00A3FB 100%, transparent 10%), linear-gradient(to right, #00A3FB 100%, transparent 10%), linear-gradient(to bottom, #00A3FB 100%, transparent 10%), linear-gradient(to bottom, #00A3FB 100%, transparent 10%);
}

.container > .btns button p {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", "Source Sans Pro", Oxygen, sans-serif;
    font-size: 48px;
    font-weight: 200;
    height: 100%;
    margin: 0;
    white-space: pre-line;
    padding: 45px 130px;
}

.container > .btns button img {
    width: 70%;
}

.container > .btns  button p  > span{
    align-items: center;
    text-align: center;
}

.container > .btns button p  span > .fw-bold{
    font-weight: 900;
}


/*USUARIOS STYLES*/
.about-image-container {
    align-items: center;
    border-radius: 50%;
    border: 2px dashed #00A3FB;
    display: block;
    justify-content: center;
    position: relative;
}

.dicio-business-container {
    align-items: center;
    border-radius: 50%;
    border: 2px dashed #00A3FB;
    display: flex;
    justify-content: center;
    position: relative;
    width: 90%;
}

.about-step-dot {
    background-color: #aedcff;
    height: 25px;
    margin: auto;
    position: absolute !important;
    transform: rotate(45deg);
    width: 25px; 
}
.about-step-dot.\--circle {
    border-radius: 50%; 
}

.about-step-dot.\--active {
    background-color: #00A3FB;
    box-shadow: 0px 0px 10px 0px #00A3FB; 
}

.radar-info {
    opacity: 0;
}

.radar-info.\--active {
    opacity: 1;
    transition: all .8s ease;
}

.about-step-dot.\--circle {
    border-radius: 50%;
}

.about-image-container img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-steps-list {
    color: white;
    list-style-position: inside;
}

.about-steps-list li {
    cursor: default;
    margin-bottom: 15px;
    transition: color .2s ease;
}

.succes-story.\--dark .about-image-container img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    border-color: rgba(33, 33, 33, 0.5);
}

.succes-story {
    border: solid 4px rgba(0, 163, 251, 0.2);
    transition: background .2s ease;
    position: relative;
}

.succes-story:hover:after {
    opacity: 1;
    width: 100%;
}

.succes-story:after {
    background: #00A3FB;
    border: solid 4px #00A3FB;
    content: "";
    height: 6px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, 0);
    transition: all .2s ease;
    top: 100%;
    width: 0%;
}

.succes-story.\--dark {
    border-color: rgba(33, 33, 33, 0.5);
}

.succes-story.\--dark:hover {
    background: rgba(33, 33, 33, 0.5);
}


/* Heder */
header {
    background-color: transparent !important;
}

header {
    position: fixed;
    user-select: none;
    width: 100%;
    z-index: 900;
}

.pad-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.middle {
    vertical-align: middle;
}

.navbar-brand {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    z-index: 5;
}

img {
    border: 0;
    display: inline-block;
    outline: none;
    outline: 0;
    vertical-align: middle;
}

.social-button {
    background: #fff;
    border: 2px solid #aedcff;
    border-radius: 50px;
    display: inline-block;
    transition: all .2s ease;
    padding: 5px 15px;
    margin-top: .3125rem;
    margin-bottom: .3125rem;
    vertical-align: middle;
}

.show-inline {
    display: inline-block;
}

.social-button a, .social-button p {
    transition: all .2s ease;
    margin: 0 ;
}


/* Header NAV */
.right {
    text-align: right;
}


/*CAMBIOS ARMANDO*/
.fullW{
    width: 100%;
    padding-right: 20px;
    top: 0;
}

.padSec{
    padding-bottom: 80px;
    padding-top: 80px;
}

.margenF{
    margin-left: 10px;
}

.topFixed{
    top: 0;
    position: fixed;
    width: 100%;
    padding: 10px;
    z-index: 901;
}

.txt-uppercase{
    text-transform: uppercase;
}


.fixed{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.imgLogo{
    max-width: 160px;
    min-width: 100px;
    width: 100%;
}

.fw-blue a{
    font-weight: 900;
    color: #00A3FB!important;
}

.padContact{
    padding: 5px!important;
}

.btn[class*=btn-color-]:hover:before {
    width: 100%;
}

.btn.btn-color-blue:before {
    background: #00A3FB;
}

#contacto{
    max-width: 600px;
}

.fondo-footer{
    height: 100%;
    background: linear-gradient(90deg, #FFF 70%, #161616 30%);
}

.testimonials-user {
    border: solid 6px #F4FAFF;
}

.testimonial-container .testimonial-content {
    border-top: solid 7px #00A3FB;
    padding-top: 30px;
}

.testimonial-container .testimonials-user.active {
    background: #F4FAFF;
    transition: all .2s ease;
}

hr {
    border: none !important;
    border-top: solid 2px #00A3FB !important;
}

@media(max-width: 1280px){
    #users-about .dis-table-cell{
        padding-right: 10px;
    }
    #indexCont .container{
        max-width: 1110px;
    }
}

@media (max-width: 992px){
    /* INDEX */
    .left-container, .right-container{
        padding: 20px 10px !important;
    }
    .container{
        max-width: 950px !important;
    }
    .hideBG{
        display: none !important;
    }
    .hideSM{
        display: inline-block !important;
    }
    .dis-table-cell{
        padding-right: 10px;
    }
    .testimonials-user{
        height: 362px !important;
    }
    .hide-top{
        margin: 0 !important;
    }
    .mrgBottom{
        margin: 30px 0 !important;
    }
    .testimonial-squad{
        margin-bottom: 20px;
    }
    .text-c-left{
        text-align: center;
    }
    .padSecNull{
        padding: 0 !important;
    }
    .padNull{
        padding-top: 0 !important;
    }
    .fs-14 {
        font-size: .875rem!important;
    }

    /* BUSINESS */
    .user-right{
        order: 2;
        padding: 35px !important;
    }
    .user-left{
        order: 1;
        padding: 10px !important;
    }

}

@media (max-width: 767px) {
    .fondo-footer{
        background: linear-gradient(180deg, #FFF 60%, #161616 40%);
    }
    .social-button{
        display: none;
    }
    .dis-table-cell{
        padding-right: 10px;
    }
    .container{
        max-width: 720px !important;
    }
    .secPad{
        padding-left: 10px !important;
    }
    .title{
        font-size: 2.75rem !important;
        justify-content: center;
        text-align: center;
    }
    .right-v{
        padding-left: 0 !important;
    }

    /* BISNESS */
    .bisn-right{
        order: 2;
    }
    .bisn-left{
        padding-top: 10px !important;
        order: 1;
    }
    .c-bisness{
        padding: 0 40px !important;
    }
    .scontainer{
        padding-right: 0;
    }
    .text-c-left{
        text-align: center;
    }
    .radar-info{
        text-align: center;
        padding-bottom: 10px;
    }

    /* TEAM */
    .team-cont{
        padding-left: 20px !important;
    }
    .imgGrande{
        padding-bottom: 20px;
    }
    .imgPequeñas{
        padding-left: 0 !important;
        padding-right: 14px !important;
    }
    .mike, .ricardo, .dahir, .jc, .cass, .rayo{
        padding-bottom: 20px;
    }
    .pad-btm-team{
        padding-bottom: 80px !important;
    }

    /* FOLLOW */
    .follow-us{
        height: 90vh !important;
    }
    .f-us-cont{
        padding-left: 80px;
    }
    .noticeOP{
        margin: 80px 0 0;
    }
    .linksPD{
        margin: 0 0 80px;
    }
}

@media (max-width: 570px) {
    /* INDEX */
    .fs-32{
        font-size: 2rem!important;
    }
    #indexCont .container  .btns button p{
        padding: 20px 60px;
    }
    #indexCont .container  .header{
        margin-bottom: 10px;
    }

    /* NOSOTROS */
    .fondo-footer{
        background: #fff;
    }
    .boris, .tony, .serch, .anni, .mich, .sensei{
        padding-bottom: 20px;
    }
    .pad-bottom-10{
        padding: 2px;
    }
    .title{
        font-size: 1.875rem !important;
    }
    .leftt{
        text-align: center;
    }
    .c-bisness{
        padding: 5px !important;
    }
    .pad-contact{
        padding: 0 30px !important;
    }

    /* USUARIOS */
    .user-cont{
        padding: 0 !important;
    }
    .users-c{
        padding-top: 0;
    }
    .titleStart{
        text-align: start;
        padding: 20px 0;
    }
    .users-video{
        padding: 0;
    }
    .aboutContainer{
        padding: 0 !important;
    }
    .f-18{
        font-size: 1.125rem!important;
    }
    .about-image-container{
        width: 300px !important;
        height: 300px !important;
    }
    .successCont{
        padding: 0 !important;
    }
    .success-cont{
        padding: 20px !important;
    }
    .successTitle{
        text-align: start;
    }
    .mrgBottom{
        margin: 30px 0;
    }
}

a:active, a:focus, a:hover {
    color: #1565c0 !important;
    text-decoration: none !important;
}

/*Seccion*/
.dark-section {
    background-color: #161616;
}
/*Estilso diamantes*/
.diamonds {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.diamonds ~ * {
    position: relative;
    z-index: 2
}

.diamonds .diamond {
    position: absolute;
    z-index: 2;
}

.diamonds .diamond:first-of-type {
    left: 5%;
    top: 70%;
    width: 200px
}

.diamonds .diamond:nth-of-type(2) {
    left: 40%;
    top: 5%;
    width: 300px
}

.diamonds .diamond:nth-of-type(3) {
    right: 5%;
    top: 65%;
    width: 100px
}

.diamonds .diamond:nth-of-type(4) {
    right: 30%;
    top: 80%;
    width: 500px
}


/*EPIC BAR*/
.epic-bar {
    background: #F4FAFF;
    height: 100%;
    max-width: 450px;
    position: absolute;
    top: 0px;
    width: 100%;
}
.epic-bar.\--right {
    left: initial;
    right: 21%;
}
.epic-bar.\--left {
    left: 21%;
    right: initial;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
