@charset "utf-8";

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .65rem;
}

img {
    width: 100%
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper2 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .video-wrapper2 video {
        width: 100%;
    }

.container.video-back {
    position: absolute;
}

.modal-content, .modal-dialog {
    height: 90%;
}

.modal-body {
    max-height: calc(100% - 120px);
    overflow-y: auto;
}

input:focus {
    outline-style: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

header {
    font-family: 'Lato', sans-serif;
    transition: all 0.5s
}

    header.sticky-on {
        background-color: #fff;
        transition: all 0.5s
    }

a, a:hover {
    text-decoration: none;
    transition: all 0.5s
}

    a:hover {
        color: #1f4df5;
    }

ul {
    list-style: none;
    padding-left: 0px;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 700
}

h1 {
    font-family: 'Poppins', sans-serif;
    color: #004eff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: 1.4em
}

h5 {
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3em;
    letter-spacing: 0.05rem;
    color: #333333
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

p strong {
    font-weight: 500;
}

a {
    color: #004eff;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 300;
    color: #333333;
    margin-bottom: 1.3em;
}

    p.small, small {
        font-size: 14px;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #004EFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-left: 0px;
}

    .sidenav .closebtn {
        position: absolute;
        top: 0px;
        right: 22px;
        font-size: 36px;
        margin-left: 50px;
        color: #fff;
        font-weight: 300;
    }

    .sidenav .bot-logo-sidenav .logo-aside {
        width: 130px;
        height: auto;
    }

    .sidenav .bot-logo-sidenav {
        display: block;
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .sidenav h4 {
        font-size: 16px;
        color: #ffffff82;
        letter-spacing: 0px;
        margin-bottom: 20px;
        white-space: nowrap;
        font-weight: 400;
    }

        .sidenav h4 a {
            color: #fff;
            display: block;
            margin-top: 30px;
            margin-bottom: 10px;
        }

    .sidenav h5 {
        font-family: 'Nunito', sans-serif;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        white-space: nowrap;
        margin-bottom: 5px;
    }

    .sidenav ul {
        list-style: disc;
        color: #3c78ff;
        margin-left: 30px;
        margin-bottom: 15px;
    }

        .sidenav ul li a {
            color: #fff;
            display: block;
            white-space: nowrap;
            font-size: 16px;
            padding-bottom: 20px;
        }

a.button-login-m {
    background: #fff;
    width: 100px;
    color: #1f4df5 !important;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 35px;
}

    a.button-login-m:hover {
        background: #1f4df5;
        color: #fff !important;
        border: 1px solid #fff;
    }

a.button-1 {
    border: 1px solid #fff;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 22px;
    font-family: 'Poppins';
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-top: 0px;
}

    a.button-1:hover {
        border: 1px solid #fff;
        background-color: #fff;
        color: #004eff;
    }

a.button-2 {
    border: 1px solid #004EFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 22px;
    font-family: 'Poppins';
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

    a.button-2:hover {
        border: 1px solid #004EFF;
        background-color: #004EFF;
        color: #fff;
    }

a.button-wsp {
    width: 72px;
    transition: transform .2s;
}

    a.button-wsp:hover {
        transform: scale(1.2);
    }

a.button-in {
    width: 40px;
    display: block;
    margin: auto;
    transition: transform .2s;
}

    a.button-in:hover {
        transform: scale(1.2);
    }

header {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 50;
}

    header .main-header {
        height: 72px;
    }

        header .main-header .logo {
            width: 130px;
            height: auto;
        }

        header .main-header .toggle {
            font-size: 26px;
            float: right;
            padding-top: 0px;
            color: #323260;
            padding-right: 8px;
        }

section.hero {
    height: 520px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    section.hero.video {
        height: 520px;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.hero.servicios {
        background-image: url("../img/hero-servicios-m.jpg");
    }

    section.hero.servicios-caas {
        background-image: url("../img/hero-servicios-caas.jpg");
    }

    section.hero.equipo {
        background-image: url(../img/hero-equipo.png);
    }

    section.hero.contacto {
        background-image: url("../img/hero-contacto.png");
        height: 620px;
    }

span.line-tit {
    border-bottom: 1px solid #0000004a;
    width: 45px;
    display: inline-block;
    margin-right: 8px;
}

.main-home-1 h2 {
    color: #004eff;
}

span.tit-h2-font2 {
    font-family: 'DM Serif Display', serif;
    font-size: 29px;
}

section.main-home-2 {
    background-image: url(../img/img-arex-otc.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

    section.main-home-2 .col-md-5.col-12 {
        padding-top: 60%;
    }

.main-home-2 h2, .main-home-4 h2, .main-servicio-1 h2, .main-servicio-caas-1 h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 32px;
    color: #004eff;
}

.main-servicio-2 h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 32px;
    color: #fff;
}

.main-home-3 h3, .main-home-3 h3 {
    font-family: 'DM Serif Display';
    font-size: 21px;
    letter-spacing: 0.03em;
    color: #333333;
}

img.icon-serv-otc {
    width: 50px;
    margin-bottom: 15px;
}

img.icon-serv-otc2 {
    width: 48px;
    margin-bottom: 15px;
    margin-top: -5px;
}

section.main-home-3 {
    margin-bottom: 180px !important;
}

section.main-home-4 {
    background-color: #f4f4f4;
    padding-bottom: 180px
}

img.image-tel {
    width: 100%;
    margin-top: -145px;
}

section.banner-registrar {
    width: 96%;
    margin: auto;
    background-image: url("../img/back-banner-registrar-m.png");
    background-size: cover;
    background-position-x: center;
    height: 260px;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    margin-top: -125px;
    z-index: 15;
    position: relative;
}

.banner-registrar span.txt {
    font-family: 'DM Serif Display';
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.03em;
    text-align: center
}

    .banner-registrar span.txt span {
        font-family: 'poppins';
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.03em;
    }

section.banner-contacto, section.banner-contacto2, section.banner-contacto3 {
    width: 100%;
    margin: auto;
    height: 310px;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e4e4e4;
}

section.banner-contacto2 {
    height: 500px;
    margin-top: -115px
}

section.banner-contacto3 {
    height: 500px;
    margin-top: 100px;
}

.banner-contacto span.txt, .banner-contacto2 span.txt {
    font-family: 'DM Serif Display';
    color: #333333;
    font-size: 24px;
    letter-spacing: 0.03em;
    margin-right: 0px;
}

    .banner-contacto span.txt span, .banner-contacto2 span.txt span {
        font-family: 'poppins';
        color: #333333;
        font-size: 21px;
        letter-spacing: 0.03em;
        font-weight: 700;
    }

section.banner-img-home {
    background-image: url(../img/fdo-video-rueda-m.jpg);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: auto;
    margin-top: -115px;
    padding-top: 115px;
    background-color: #e4e4e4;
}

section.hero.servicios img {
    width: 200px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}

section.hero h1 span {
    font-weight: 400;
}

section.main-servicio-1 .mesaotc-box {
    width: 100%;
    height: 290px;
    background: #F7F7F7;
    border-radius: 15px;
    padding: 20px;
    padding-top: 35px;
}

    section.main-servicio-1 .mesaotc-box h3 {
        font-family: 'DM Serif Display';
        font-size: 22px;
        letter-spacing: 0.03em;
        color: #004EFF;
    }

.main-servicio-1 img.img-activo-digitales {
    width: 100%;
}

section.main-servicio-2 {
    background-image: url("../img/back-section-compliance-m.png");
    background-size: cover;
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 60px;
    background-position-x: center;
}

section.main-servicio-3 {
    margin-bottom: 180px;
}

.accordion.otc .accordion-button::before {
    content: url("../img/dots-grey.svg");
    width: 10px;
    margin-right: 18px;
}

.accordion.otc button.accordion-button {
    background: #fff !important;
}

.accordion.otc .accordion-item {
    border: none !important;
    margin-top: 10px;
}

.accordion.otc .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion.otc h2.accordion-header button {
    font-family: 'DM Serif Display';
    font-size: 22px !important;
    line-height: 1em;
    letter-spacing: 0.03rem;
    color: #1f4df5;
}

.accordion.otc .accordion-button:not(.collapsed) {
    color: #004eff !important;
}

.accordion.otc .accordion-button:focus {
    border-color: #ffffff;
    box-shadow: none;
}

.accordion.otc .accordion-button:not(.collapsed)::before {
    content: url("../img/dots-blue.svg") !important;
    width: 10px;
    margin-right: 18px;
}

.accordion.otc img.img-1 {
    width: 270px;
    margin: auto;
    display: block;
    margin-top: 35px;
}

.accordion.otc .accordion-body {
    box-shadow: 4px 4px 8px #0000001c;
    padding-bottom: 45px;
}

.accordion.otc .dots::before {
    content: url(../img/bluedots-interior.svg) !important;
    width: 36px;
    margin-right: 18px;
}

.accordion.otc .dots2::before {
    content: url(../img/bluedots-interior2.svg) !important;
    width: 72px;
    margin-right: 18px;
}

.accordion.otc .dots3::before {
    content: url(../img/bluedots-interior3.svg) !important;
    width: 110px;
    margin-right: 18px;
}

section.main-servicio-caas-1 {
    padding-bottom: 140px;
    background-image: url("../img/img-caas-txt.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}

    section.main-servicio-caas-1 .padding-content-otc {
        padding: 100px;
        padding-bottom: 50px;
    }

section.hero.servicios-caas img {
    width: 230px;
    margin-bottom: 15px;
}

.main-servicio-caas-1 p {
    font-size: 16px;
}

    .main-servicio-caas-1 p strong {
        font-size: 16px;
        line-height: 1.6em;
        margin-bottom: 1.3em;
        color: #1f4df5;
    }

section.main-servicio-caas-2 {
    width: 96%;
    margin: auto;
    height: auto;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    background-color: #004EFF;
}

.main-servicio-caas-1 .caja-crypto {
    padding-top: 140%;
}

section.main-servicio-caas-2 .padding-content-otc {
    padding: 15px;
    padding-bottom: 40px;
}

    section.main-servicio-caas-2 .padding-content-otc p.strong {
        font-weight: 500
    }

section.main-servicio-caas-2 img {
    margin-top: -130px;
}

.banner-contacto3 {
    font-family: 'poppins';
    color: #333333;
    font-size: 23px;
    letter-spacing: 0.03em;
    font-weight: 700;
}

    .banner-contacto3 p.txt-contacto-caas {
        width: 100%;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.4em;
    }

    .banner-contacto3 a.button-wsp {
        width: 90px;
        transition: transform .2s;
        margin-bottom: 30px;
        display: block;
        margin: auto;
        padding-bottom: 25px;
    }

section.main-equipo-1 span {
    font-family: 'Poppins';
}

.banner-contacto3 p.txt-contacto-caas strong {
    font-weight: 700;
}

section.main-equipo-1 p {
    font-weight: 400;
}

    section.main-equipo-1 p strong {
        font-weight: 700;
    }

section.main-equipo-1 .miembros {
    margin-top: 0px;
    margin-bottom: 160px;
}

section.main-equipo-1 .row.miembros .col-12 {
    margin-bottom: 80px;
}

section.main-equipo-1 .miembros h3 {
    font-family: 'DM Serif Display';
    font-size: 25px !important;
    line-height: 2.6em;
    letter-spacing: 0.03rem;
    color: #004EFF;
    margin-bottom: 0px
}

section.hero.contacto mark {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 34px;
}

section.hero.contacto p {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 45px;
}

section.hero.contacto .contacto-hero p {
    font-weight: 300 !important;
    font-size: 17px !important;
}

    section.hero.contacto .contacto-hero p a {
        color: #004EFF;
        font-weight: 400;
        transition: all .2s;
    }

        section.hero.contacto .contacto-hero p a:hover {
            color: #000;
            font-weight: 600;
            transition: all .2s;
        }

section.hero.contacto .contacto-hero a.button-wsp {
    width: 60px;
    transition: transform .2s;
    display: inline-table;
    margin-left: 10px;
}

section.hero.contacto .contacto-hero {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

section.banner-img-contacto {
    height: 440px;
    background-image: url("../img/img-contacto-m.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: -115px
}

section.tyc {
    padding-top: 200px;
    padding-bottom: 180px;
}

    section.tyc p {
        font-size: 13px;
        line-height: 1.7em;
        font-weight: 400;
        color: #373535;
        margin-bottom: 1.4em;
    }

        section.tyc p strong {
            font-weight: 700;
        }

    section.tyc h3 {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 1em;
    }

body.back-registro {
    background-image: url("../img/back-registro-m.jpg");
    background-size: cover;
    background-attachment: fixed;
}

section.form-registro {
    padding-top: 100px;
}

    section.form-registro .caja-form {
        background-color: #fff;
        border-radius: 25px;
        margin-bottom: 100px;
        min-height: 500px;
    }

    section.form-registro .button-registro {
        border: 1px solid #004EFF;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 22px;
        font-family: 'Poppins';
        color: #333333;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.03em;
        width: 220px;
        text-align: center
    }

        section.form-registro .button-registro:hover {
            color: #fff;
            background: #004EFF
        }

    section.form-registro h1 {
        font-family: 'DM Serif Display', serif;
        color: #004eff;
        font-weight: 400;
        font-size: 24px;
        line-height: 1.3em;
        letter-spacing: 0.05rem;
    }

    section.form-registro .head-form {
        max-width: 960px;
        margin: auto;
        padding-top: 60px;
    }

        section.form-registro .head-form a {
            color: #000000;
        }

            section.form-registro .head-form a:hover {
                color: #004EFF;
            }

    section.form-registro h2 {
        font-size: 18px;
        font-weight: 500;
    }

    section.form-registro .formulario {
        max-width: 960px;
        margin: auto;
        padding-bottom: 80px;
        padding-left: 12px;
        padding-right: 12px;
    }

.button-form {
    color: #333333;
    font-size: 14px;
    background-color: #fff;
    border-radius: 35px;
    border: 1px solid #004EFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

    .button-form:hover {
        color: #fff;
        background-color: #004EFF;
    }

.form-control {
    padding: 0.75rem 0.75rem;
    border-radius: 0.6rem;
    color: #666666;
}

.formulario p {
    font-size: 13px;
}

.formulario label {
    color: #666666;
    font-size: 0.9rem;
}

.caja-login {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.caja-fin-registro img {
    width: 130px;
    margin: auto;
    display: block;
}

.caja-fin-registro {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.form-registro .small {
    font-size: 0.95rem
}

footer {
    padding-top: 30px;
    background: #f4f4f4;
}

    footer .col-logo {
        width: 100%;
    }

    footer a, footer li {
        font-family: 'Poppins';
        font-size: 12px;
        font-weight: 500;
        color: #333333;
    }

        footer a:hover {
            font-weight: 700;
        }

    footer .col-info1 ul li, footer .col-info2 ul li, footer .col-info3, footer .col-info4 {
        text-align: center;
    }

    footer ul li a, footer li {
        line-height: 2.2rem;
    }

    footer .col-info1 ul ul {
        margin-left: 0px;
    }

    footer h4 {
        font-size: 12px;
        color: #333;
        font-family: 'Poppins';
        margin-bottom: 0;
        letter-spacing: 0.05em;
    }

    footer .logo-footer img {
        width: 160px;
        margin: auto;
        display: block;
        margin-bottom: 40px;
    }

    footer .menu-footer {
        margin-bottom: 30px;
    }

        footer .menu-footer li a {
            color: #fff;
            padding-bottom: 5px;
            display: block;
        }

            footer .menu-footer li a:hover {
                color: #3c78ff
            }

    footer .col-info4 {
        margin-top: 25px;
    }

    footer .bottom {
        width: 100%;
        height: 35px;
        background-color: #fff;
        display: flex;
    }

        footer .bottom p {
            font-size: 11px;
            color: #fff;
            font-weight: 400;
            margin-bottom: 0px;
            padding-top: 8px;
        }

    footer a.social {
        width: 22px;
        display: block;
        transition: transform .2s;
        margin-top: 8px;
        margin-left: auto;
        margin-right: auto;
    }

        footer a.social:hover {
            transform: scale(1.2);
        }

    footer .bottom {
        height: 60px;
    }

        footer .bottom span {
            font-family: 'Poppins';
            font-size: 12px;
            font-weight: 500;
        }

.mobile-menu-dashboard {
    display: flex;
    flex-direction: column;
}

    .mobile-menu-dashboard a.user-dash {
        background-image: url(../img/icon-user-white.svg);
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 42px;
        background-size: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 2em;
        color: #fff;
        font-weight: 500;
        font-family: Poppins;
        display: inline-flex;
        margin-bottom: 45px;
        white-space: nowrap;
    }

    .mobile-menu-dashboard .name {
        font-family: poppins;
        color: #fff;
        font-size: 15px;
        white-space: nowrap;
    }

    .mobile-menu-dashboard hr {
        border: solid 1px #fff;
        opacity: 1;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mobile-menu-dashboard a.button-historial {
        font-family: poppins;
        color: #fff;
        font-size: 15px;
        background-image: url(../img/icon-historial.svg);
        background-repeat: no-repeat;
        background-size: 26px;
        padding-left: 35px;
        height: 38px;
        line-height: 1.6em;
        display: inline-flex;
        white-space: nowrap;
    }

header.dashboard {
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
    position: inherit
}

header .user-dash {
    background-image: url("../img/icon-user.svg");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 44px;
    background-size: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 2em;
    color: #373535;
    font-weight: 500;
    font-family: Poppins;
}

section.dashboard-main .sidebar {
    background: #004EFF;
    padding-top: 45px;
    padding-left: 35px;
    padding-right: 25px;
    padding-bottom: 45px;
}

    section.dashboard-main .sidebar .name {
        font-family: poppins;
        color: #fff;
        font-size: 15px;
    }

    section.dashboard-main .sidebar hr {
        border: solid 1px #fff;
        opacity: 1;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    section.dashboard-main .sidebar .button-historial {
        font-family: poppins;
        color: #fff;
        font-size: 15px;
        background-image: url("../img/icon-historial.svg");
        background-repeat: no-repeat;
        background-size: 26px;
        padding-left: 35px;
        height: 38px;
        line-height: 1.6em;
        display: inline-flex;
    }

section.dashboard-main .information-main {
    background: #F4F4F4
}

section.dashboard-main {
    background-color: #004EFF;
}

.dashboard-main h1 {
    font-family: 'DM Serif Display', serif;
    font-size: 24px;
    font-weight: 500;
}

.dashboard-main .box-information {
    max-width: 100%;
    background: #fff;
    min-height: 200px;
    border-radius: 25px;
}

.dashboard-main .header-box {
    height: 50px;
    font-family: 'DM Serif Display', serif;
    font-size: 18px;
    background: #004EFF;
    color: #fff;
    letter-spacing: 0.05rem;
    border-radius: 25px 25px 0px 0px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dashboard-main .header-box.black {
        background: #373535
    }

.dashboard-main .information-box .object-info h5 {
    color: #373535;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.9em
}

.dashboard-main .information-box .object-info .imagen .icon {
    width: 56px;
}

.dashboard-main .information-box.cotizaciones .object-info .imagen .icon {
    width: 46px;
}

.dashboard-main .information-box .object-info .information1 {
    font-family: 'Poppins';
    font-size: 20px;
    color: #004EFF;
    line-height: 1.3em
}

.dashboard-main .information-box .object-info .information2, .dashboard-main .information-box .object-info .information3 {
    font-family: 'Poppins';
    font-size: 12px;
    color: #B2B2B2;
    line-height: 1.3em
}

.dashboard-main .box-information hr {
    width: 90%;
    margin: auto;
}

.information-box img {
    width: 100%;
}

.dashboard-main h3 {
    color: #373535;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 0.9em
}

.dashboard-main label {
    color: #373535;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.85em;
    width: 100px;
    display: block
}

    .dashboard-main label.width-long {
        width: 180px;
    }

.dashboard-main input {
    color: #373535;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.85em;
    padding-left: 15px;
    border: none;
    height: 40px;
    border-radius: 35px;
}

.dashboard-main .input-dashboard {
    max-width: 680px
}

.dashboard-main .form-check-input {
    width: 20px;
    height: 20px;
}

.dashboard-main .form-check-label {
    width: auto
}

.dashboard-main .dash-guardar {
    background: #004EFF;
    color: #fff
}

    .dashboard-main .dash-guardar:hover {
        background: #0037A5;
        color: #fff
    }

.dashboard-main .dash-volver {
    background-color: #f4f4f4 !important;
}

    .dashboard-main .dash-volver:hover {
        background-color: #C1C1C1 !important;
        border-color: #C1C1C1 !important;
    }

.dashboard-main h2 {
    color: #373535;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1.2em
}

.dashboard-main input.historial {
    height: 32px;
    border-radius: 12px;
}

.dashboard-main input.historial2 {
    height: 32px;
    border-radius: 12px;
    width: 500px;
}

.dashboard-main select.historial {
    font-family: 'Poppins';
    height: 32px;
    border-radius: 12px;
    max-width: 500px;
    border: none !important;
    font-size: 0.85em;
}

.dashboard-main table.tabla-historial {
    font-family: 'Poppins';
    height: 32px;
    font-size: 0.85em;
    background: #fff;
    border-radius: 10px;
    font-weight: 400 !important;
}

    .dashboard-main table.tabla-historial thead th {
        font-size: 0.85rem !important;
        background: #004EFF;
        color: #fff;
        text-shadow: none !important;
        font-weight: normal;
        cursor: pointer;
        position: relative;
    }

        .dashboard-main table.tabla-historial thead th:first-child {
            border-radius: 10px 0px 0px 0px
        }

        .dashboard-main table.tabla-historial thead th:last-child {
            border-radius: 0px 10px 0px 0px
        }

.dashboard-main .table > :not(caption) > * > * {
    padding: 0.8rem 0.5rem;
}

.dashboard-main table.tabla-historial thead th.sorting:before {
    right: 0.8em;
    content: url("../img/icon-up.svg");
    width: 10px;
    position: absolute;
    display: block;
    bottom: 1.5em;
    box-sizing: border-box;
}

.dashboard-main table.tabla-historial thead th.sorting:after {
    right: 0.8em;
    content: url("../img/icon-down.svg");
    width: 10px;
    position: absolute;
    display: block;
    bottom: 0.7em;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .whatsapp-float {
        display: none
    }

    h4 {
        font-size: 20px;
        line-height: 24px;
    }

    header .main-header {
        height: 90px;
    }

        header .main-header .logo {
            width: 200px;
        }

    main {
        padding-top: 150px;
    }
}

@media screen and (min-width: 992px) {
    .video-wrapper2 {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .video-wrapper2 video {
            width: 100%;
        }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
        line-height: 1.5em;
        margin-bottom: 1.3em;
    }

        p.small, small {
            font-size: 16px;
        }

    a.button-1 {
        font-size: 16px;
    }

    header .main-header .logo {
        width: 146px;
    }

    header .main-header .menu-desktop {
        width: auto;
        height: auto;
    }

    ul.menu {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        width: 500px;
    }

        ul.menu li a {
            font-size: 17px;
            color: #373535;
        }

            ul.menu li a:hover {
                font-weight: 700;
            }

        ul.menu .submenu-1::after {
            content: url("../img/chevron-down.svg");
            display: inline-block;
            width: 13px;
        }

    a.bot-login {
        background-color: #1f4df5;
        color: #fff !important;
        padding-left: 28px;
        padding-right: 28px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 25px;
    }

    .bot-registrarse {
        color: #004eff !important;
    }

    .submenu-1 {
        position: relative;
        display: inline-block;
    }

        .submenu-1 span {
            font-size: 18px;
            color: #323260;
            font-weight: 700;
            margin-bottom: 5px;
            display: block;
        }

        .submenu-1 ul, .submenu-2 ul {
            list-style: disc;
            color: #3c78ff;
            margin-left: 18px;
            margin-bottom: 15px;
        }

            .submenu-1 ul li a, .submenu-2 ul li a {
                font-size: 17px;
                line-height: 40px;
            }

    .dropdown-content {
        position: absolute;
        background-color: #f9f9f9;
        width: 160px;
        box-shadow: 0px 0 16px 2px rgb(0 0 0 / 20%);
        padding: 17px 16px 5px;
        z-index: 1;
        border-radius: 10px;
        transition: all 0.5s;
        display: none;
    }

    .submenu-1:hover .dropdown-content {
        display: block;
    }

    .submenu-2:hover .dropdown-content {
        display: block;
    }

    section.hero {
        height: 840px;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        section.hero.video {
            height: 100vh;
            background-size: cover;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        section.hero.servicios {
            background-image: url("../img/hero-servicios.jpg");
            height: 840px;
        }

        section.hero.servicios-caas {
            background-image: url("../img/hero-servicios-caas.jpg");
            height: 840px;
        }

        section.hero.equipo {
            background-image: url("../img/hero-equipo.png");
            height: 640px;
        }

        section.hero.contacto {
            background-image: url("../img/hero-contacto.png");
            height: 840px;
        }

    span.tit-h2-font2 {
        font-size: 29px;
    }

    section.main-home-2 .col-md-5.col-12 {
        padding-top: 0%;
    }

    .main-home-1 h2 {
        width: 580px
    }

    .main-home-2 h2 {
        font-size: 38px;
    }

    section.main-home-2 {
        background-size: 50%;
        background-repeat: no-repeat;
        margin-bottom: 80px;
    }

    img.icon-serv-otc {
        margin-bottom: 25px;
    }

    img.icon-serv-otc2 {
        margin-bottom: 25px;
    }

    .main-home-3 h3 {
        font-size: 25px;
        letter-spacing: 0.03em;
    }

    img.image-tel {
        width: 58%;
        margin-top: -160px;
    }

    .banner-registrar span.txt {
        font-size: 26px;
        letter-spacing: 0.03em;
        margin-right: 25px;
    }

        .banner-registrar span.txt span {
            font-size: 23px;
            letter-spacing: 0.03em;
        }

    section.banner-registrar {
        background-image: url("../img/back-banner-registrar.png");
        height: 310px;
        flex-direction: row;
    }

    .banner-registrar span.txt {
        font-size: 26px;
    }

        .banner-registrar span.txt span {
            font-size: 23px;
        }

    section.banner-img-home {
        background-image: url(../img/fdo-video-rueda.jpg);
        height: auto;
    }

    section.banner-contacto, section.banner-contacto2, section.banner-contacto3 {
        height: 420px;
        flex-direction: row;
        margin-top: -115px;
    }

    .banner-contacto span.txt, .banner-contacto2 span.txt {
        font-size: 28px;
        margin-right: 25px;
        letter-spacing: 0.03em;
    }

    section.banner-contacto {
        height: 300px;
        margin-top: 0px;
    }

    section.banner-contacto3 {
        height: 500px;
        margin-top: 100px;
        background-image: url(../img/back-banner-contacto2.jpg);
    }

    .banner-contacto span.txt span {
        font-size: 23px;
        letter-spacing: 0.03em;
    }

    section.hero.servicios img {
        width: 240px;
        margin-bottom: 20px;
    }

    section.hero.servicios {
        background-image: url("../img/hero-servicios.jpg");
    }

    section.main-servicio-1 .mesaotc-box {
        height: 360px;
        padding: 60px;
    }

    .main-servicio-1 img.img-activo-digitales {
        width: 446px;
    }

    .main-servicio-2 h2 {
        font-size: 38px;
    }

    section.main-servicio-2 {
        background-image: url("../img/back-section-compliance.png");
    }

    .accordion.otc img.img-1 {
        width: 340px;
        margin-top: -15px;
    }

    .accordion.otc .dots::before {
        width: 28px;
    }

    .accordion.otc .dots2::before {
        width: 64px;
    }

    .accordion.otc .dots3::before {
        width: 97px;
    }

    section.hero.servicios-caas img {
        width: 270px;
        margin-bottom: 20px;
    }

    section.main-servicio-caas-1 {
        z-index: 15;
        position: relative;
        padding-bottom: 220px;
        background-size: 440px;
    }

    .main-servicio-caas-1 p {
        font-size: 20px;
    }

        .main-servicio-caas-1 p strong {
            font-size: 20px;
            line-height: 1.6em;
        }

    .main-servicio-caas-1 .caja-crypto {
        padding-top: 0px;
    }

    .main-servicio-caas-1 p strong {
        font-size: 20px;
        line-height: 1.6em;
        margin-bottom: 1.3em;
    }

    section.main-servicio-caas-2 .padding-content-otc {
        padding: 100px;
        padding-bottom: 50px;
    }

    section.main-servicio-caas-2 {
        width: 96%;
        margin: auto;
        background-color: #004EFF;
        height: auto;
        display: flex;
        align-content: center;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 35px;
        margin-top: -100px;
    }

    .banner-contacto3 p.txt-contacto-caas {
        width: 640px;
        font-size: 24px;
        margin: auto;
    }

    section.main-equipo-1 .miembros {
        margin-top: 90px;
        margin-bottom: 280px;
    }

    .row.miembros p {
        min-height: 120px;
    }

    section.main-equipo-1 .row.miembros .col-12 {
        margin-bottom: 0px;
    }

    section.hero.contacto mark {
        font-size: 44px;
    }

    section.hero.contacto p {
        font-size: 26px;
    }

    section.hero.contacto .contacto-hero {
        align-items: center;
        justify-content: space-between;
        width: 550px;
    }

        section.hero.contacto .contacto-hero p {
            font-size: 20px !important;
        }

    section.banner-img-contacto {
        height: 900px;
        background-image: url("../img/img-contacto.jpg");
        margin-top: -115px
    }

    section.tyc {
        padding-top: 200px;
        padding-bottom: 180px;
    }

    body.back-registro {
        background-image: url("../img/back-registro.jpg");
    }

    section.form-registro h2 {
        font-size: 20px;
    }

    section.form-registro {
        padding-top: 160px;
    }

    .formulario label {
        font-size: 1rem;
    }

    section.form-registro .caja-form {
        padding-left: 0px;
        padding-right: 0px;
    }

    section.form-registro .button-registro {
        font-size: 18px;
    }

    section.form-registro h1 {
        font-size: 26px;
        margin-left: -98px;
    }

        section.form-registro h1.tit-registrate {
            margin-left: 0px;
        }

    section.form-registro .caja-fin-registro h1 {
        margin-left: 0px;
    }

    .caja-login {
        padding-left: 0px;
        padding-right: 0px;
        width: 500px;
    }

    .caja-fin-registro {
        width: 500px;
        padding-left: 0px;
        padding-right: 0px;
    }

    header.dashboard {
        padding-left: 25px;
        padding-right: 25px;
    }

    .information-box img {
        width: 560px;
    }

    footer {
        padding-top: 0px;
    }

        footer .logo-footer img {
            width: 150px;
        }

        footer .menu-footer {
            list-style: disc;
            color: #3c78ff;
            margin-left: 15px;
            margin-bottom: 20px;
        }

        footer h4 a {
            margin-bottom: 20px;
        }

        footer .col-info1 ul li, footer .col-info2 ul li, footer .col-info3, footer .col-info4 {
            text-align: left;
        }

        footer ul li a {
            line-height: 1.7rem;
        }

        footer .col-info1 ul ul {
            margin-left: 10px;
        }

        footer .col-info4 {
            margin-top: 0px;
        }

        footer a.social {
            margin-left: inherit;
            margin-right: inherit;
        }

        footer .menu-footer li a {
            padding-bottom: 4px;
        }

        footer .contacto-footer.phone, footer .contacto-footer.wsp, footer .contacto-footer.mail {
            width: auto;
            padding-bottom: 4px;
        }

        footer .col-logo {
            width: 40%
        }

        footer .col-info1, footer .col-info2, footer .col-info3, footer .col-info4 {
            width: 15%;
        }

        footer .bottom p {
            font-size: 12px;
        }
}

@media screen and (min-width: 1400px) {
    section.banner-registrar {
        width: 1300px;
        margin: auto;
        background-image: url(../img/back-banner-registrar.png);
        background-size: cover;
        height: 240px;
        display: flex;
        align-content: center;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 35px;
        margin-top: -125px
    }

    section.main-servicio-caas-2 {
        width: 1300px;
        margin: auto;
        background-color: #004EFF;
        height: auto;
        display: flex;
        align-content: center;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 35px;
        margin-top: -100px;
    }

    .accordion.otc .dots::before {
        width: 26px;
    }

    .accordion.otc .dots2::before {
        width: 48px;
    }

    .accordion.otc .dots3::before {
        width: 80px;
    }
}

@media screen and (min-width: 1600px) {
    section.banner-registrar {
        width: 1540px;
        margin: auto;
        background-image: url(../img/back-banner-registrar.png);
        background-size: cover;
        height: 240px;
        display: flex;
        align-content: center;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 35px;
        margin-top: -125px;
    }

    section.main-servicio-caas-2 {
        width: 1540px;
        margin: auto;
        background-color: #004EFF;
        height: auto;
        display: flex;
        align-content: center;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 35px;
        margin-top: -100px;
    }
}



/*
 * 08. DATEPICKER
 */
.daterangepicker .btn-primary, .daterangepicker .btn-primary:hover, .daterangepicker .btn-primary:focus,
.daterangepicker .btn-primary.disabled, .daterangepicker .btn-primary:disabled {
    background-color: #5d5386;
    border-color: #5d5386;
}

.input-daterange input {
    text-align: center
}

    .input-daterange input:first-child {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px
    }

    .input-daterange input:last-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px
    }

.daterangepicker {
    position: absolute;
    left: 0;
    margin-top: 5px;
    width: auto;
    padding: 0
}

    .daterangepicker.dropdown-menu {
        max-width: none;
        background-color: transparent;
        border: 0;
        z-index: 1000;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .daterangepicker.dropup {
        margin-top: -7px
    }

    .daterangepicker .calendar,
    .daterangepicker .ranges {
        float: left
    }

    .daterangepicker.opensleft .calendars {
        float: left
    }

    .daterangepicker.opensright .calendars {
        float: right
    }

    .daterangepicker.single .calendar {
        float: none;
        margin-left: 0;
        margin-right: 0
    }

    .daterangepicker.single .ranges {
        display: none
    }

    .daterangepicker.show-calendar .calendar {
        display: block
    }

    .daterangepicker .calendar {
        display: none;
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
        margin: 7px;
        padding: 14px;
        -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
        box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08)
    }

    .daterangepicker table {
        width: 100%;
        margin: 0
    }

        .daterangepicker table tbody td,
        .daterangepicker table tbody th {
            cursor: pointer
        }

    .daterangepicker td,
    .daterangepicker th {
        white-space: nowrap;
        text-align: center
    }

        .daterangepicker td.week,
        .daterangepicker th.week {
            font-size: 80%;
            color: #ccc
        }

    .daterangepicker th {
        color: #2c304d;
        font-weight: 500;
        font-size: 1rem;
    }

        .daterangepicker th > i {
            top: 0
        }

        .daterangepicker th.next,
        .daterangepicker th.prev {
            cursor: pointer
        }

            .daterangepicker th.next i,
            .daterangepicker th.prev i {
                font-size: 20px;
            }

        .daterangepicker th.available:focus,
        .daterangepicker th.available:hover {
            color: #333
        }

    .daterangepicker td.available:focus,
    .daterangepicker td.available:hover {
        background-color: rgba(200, 200, 200, 0.2);
        border-radius: 3px;
    }

    .daterangepicker td.disabled,
    .daterangepicker td.off {
        color: #aea9c3 !important;
    }

    .daterangepicker td.available {
        color: #2c304d;
    }

    .daterangepicker td.disabled {
        cursor: not-allowed
    }

    .daterangepicker td.in-range {
        background-color: rgba(200, 200, 200, 0.2);
    }

    .daterangepicker td.active,
    .daterangepicker td.active:focus,
    .daterangepicker td.active:hover {
        background-color: #5d5386;
        color: #fff;
        border-radius: 4px;
    }

    .daterangepicker .table-condensed tr > td,
    .daterangepicker .table-condensed tr > th {
        padding: 10px;
        line-height: 1.2
    }

    .daterangepicker .table-condensed thead tr:last-child th {
        padding-top: 14px
    }

    .daterangepicker .table-condensed .month {
        font-size: 1.07rem;
        line-height: 1;
        color: #e76c90;
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 500
    }

    .daterangepicker select {
        display: inline-block
    }

        .daterangepicker select.monthselect {
            margin-right: 2%;
            width: 56%
        }

        .daterangepicker select.yearselect {
            width: 40%
        }

        .daterangepicker select.ampmselect,
        .daterangepicker select.hourselect,
        .daterangepicker select.minuteselect,
        .daterangepicker select.secondselect {
            width: 60px;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 0;
        }

    .daterangepicker .daterangepicker_input {
        position: relative
    }

        .daterangepicker .daterangepicker_input i {
            position: absolute;
            right: 11px;
            top: auto;
            bottom: 2px;
            color: #999;
            font-size: 24px;
        }

        .daterangepicker .daterangepicker_input input {
            padding-left: 11px;
            padding-right: 34px
        }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 12px 0
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed
        }

.ranges {
    background-color: #fff;
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
    width: 200px;
    margin-top: 7px;
    -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08)
}

.opensright .ranges {
    margin-left: 0
}

.opensleft .ranges {
    margin-right: 0
}

.ranges ul {
    list-style: none;
    margin: 0;
    padding: 7px 0
}

    .ranges ul + .daterangepicker-inputs {
        border-top: 1px solid #e5e5e5
    }

    .ranges ul li {
        color: #333;
        padding: 8px 12px;
        cursor: pointer;
        margin-top: 1px
    }

        .ranges ul li:first-child {
            margin-top: 0
        }

        .ranges ul li:focus,
        .ranges ul li:hover {
            background-color: rgba(200, 200, 200, 0.2)
        }

        .ranges ul li.active {
            color: #fff;
            background-color: #6200ea
        }

.ranges .daterangepicker-inputs {
    padding: 12px;
    padding-top: 19px
}

    .ranges .daterangepicker-inputs .daterangepicker_input + .daterangepicker_input {
        margin-top: 19px
    }

    .ranges .daterangepicker-inputs .daterangepicker_input > span {
        display: block;
        font-size: 12px;
        margin-bottom: 7px;
        color: #999
    }

    .ranges .daterangepicker-inputs + .range_inputs {
        border-top: 1px solid #e5e5e5
    }

.ranges .range_inputs {
    padding: 12px
}

    .ranges .range_inputs .btn {
        display: block;
        width: 100%
    }

        .ranges .range_inputs .btn + .btn {
            margin-top: 12px
        }

@media (min-width:769px) {
    .ranges {
        margin: 7px
    }
}

.daterange-custom {
    cursor: pointer
}

    .daterange-custom:after {
        content: '';
        display: table;
        clear: both
    }

    .daterange-custom .badge,
    .daterange-custom .label {
        margin: 4px 0 0 7px;
        vertical-align: top
    }

    .daterange-custom .label-icon {
        margin-top: 0;
        margin-right: 5px
    }

.daterange-custom-display {
    display: inline-block;
    position: relative;
    padding-left: 21px;
    line-height: 1
}

    .daterange-custom-display:after {
        content: '\e9c9';
        font-family: icomoon;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -8px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s
    }

.daterange-custom.is-opened .daterange-custom-display:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.daterange-custom-display > i {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.015em
}

.daterange-custom-display b {
    display: inline-block;
    margin-left: 4px;
    font-weight: 400
}

    .daterange-custom-display b > i {
        font-size: 11px;
        display: block;
        line-height: 12px;
        text-transform: uppercase;
        font-style: normal;
        font-weight: 400
    }

.daterange-custom-display em {
    line-height: 30px;
    vertical-align: top;
    margin: 0 4px
}

@media (max-width:769px) {
    .opensleft,
    .opensright {
        left: 0 !important;
        right: 0
    }

        .opensleft .calendars,
        .opensright .calendars {
            float: none
        }

    .daterangepicker.opensleft .calendar,
    .daterangepicker.opensleft .calendars,
    .daterangepicker.opensleft .ranges,
    .daterangepicker.opensright .calendar,
    .daterangepicker.opensright .calendars,
    .daterangepicker.opensright .ranges {
        float: none
    }

    .daterangepicker {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

        .daterangepicker .calendar {
            margin-left: 0;
            margin-right: 0
        }

        .daterangepicker .ranges {
            width: 100%
        }
}


canvas {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.canvas {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.loader-logo {
    display: block;
    width: 120px;
    margin-bottom: 25px;
}

.spinner {
    animation: spinner 1s linear infinite;
    border: solid 5px transparent;
    border-top: solid 5px #5d5386;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
