﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.e-toast-container.e-toast-top-right {
    right: 10px;
    top: 60px;
}

.btn-min {
    padding: .2rem .5rem;
    font-size: 14px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 940px;
    }
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}



/*#region Animacion modal*/
.modal-animation {
    -webkit-animation: scale-up-hor-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-hor-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes scale-up-hor-center {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes scale-up-hor-center {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
/*#endregion Animacion modal*/



.text-muted {
    color: #6c757d !important;
    font-size:14px;
}



#loader {
    /* Uncomment this to make it run! */
    /*
     animation: loader 5s linear infinite; 
  */

    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%;
    }
}

#box {
    width: 50px;
    height: 50px;
    background: #fff;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1,.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

#shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}

@keyframes shadow {
    50% {
        transform: scale(1.2,1);
    }
}






/*#region Original*/
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #4db1e296;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient( 180deg, #08AEEA 0%, #3fc1b3 100%);
    font-family: Montserrat,Arial,Helvetica,sans-serif;
}

    .sidebar .top-row {
        background-color: transparent;
        box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
        border-bottom-right-radius: 5rem;
    }

    .sidebar .navbar-brand {
        font-size: 1.7rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.4rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 1.2rem;
        padding-bottom: 1rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: white;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: #c6c6c6c9;
    top: 30%;
    display: none;
    left: 0;
    padding: 5rem 4rem;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1200;
    box-shadow: 0px 0px 34px 130px #c6c6c6c9;
    text-align: center;
    font-size: 30px;
    color: black;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100%;
        position: fixed;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/*#endregion Original*/

.card-modal-title {
    font-size: 18px;
    margin-left: 1rem;
    margin-bottom: 0;
    margin-top: 0.3rem;
}

.e-dropdown-popup ul .e-item .e-menu-url {
    color: white;
}

.e-tab .e-tab-header .e-toolbar-item.e-active {
    border: 1px solid rgb(77 177 226 / 59%);
    border-radius: 4px 4px 0 0;
}

.e-tab .e-tab-header::before {
    border-color: rgb(77 177 226 / 59%);
    border-style: solid;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
    background: transparent;
    border: 1px solid rgb(77 177 226 / 100%);
    border-radius: 4px 4px 0 0;
}

.e-grid .e-toolbar {
    border-top: 0 !important;
}

.form-group {
    text-align: left !important;
}

.border-input-form {
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
    padding: 0.2rem 0.3rem 0rem 0.5rem;
    min-height: 32px;
}

    .border-input-form:hover {
        box-shadow: 0px 0px 3px 1px rgb(77 177 226 / 59%) !important;
    }

.border-shadow {
    box-shadow: 0px 0px 15px 3px rgb(77 177 226 / 59%) !important;
}

.e-icons.e-add.e-btn-icon {
    color: #28a745;
}

.e-icons.e-delete.e-btn-icon {
    color: #dc3545;
}

.e-icons.e-edit.e-btn-icon {
    color: #17a2b8;
}

.e-btn.e-outline.e-danger:hover .e-icons.e-delete.e-btn-icon {
    color: #fff;
}

.e-btn.e-outline.e-info:hover .e-icons.e-edit.e-btn-icon {
    color: #fff;
}

.e-radio:disabled + label .e-label {
    color: #494a4a;
}


/*=========================== 
        CUSTOM
============================= */
.dialog-max-content {
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    max-height: max-content !important;
    min-height: 100% !important;
    overflow-y: visible !important;
    z-index: 100 !important;
}

    .dialog-max-content .e-dlg-content {
        background-color: transparent !important;
        overflow: inherit !important;
        min-height: 100% !important;
        max-height: max-content !important;
    }

.alert-pers-warning {
    width: 50%;
    overflow-wrap: normal;
    margin: auto;
    border-radius: 1rem;
    line-height: 1.8rem;
    border: 2px solid;
    border-color: #f7b900;
    background-color: #f7b90047;
    color: darkslategrey;
    padding: 0.5rem;
}

.alert-pers-info {
    width: 50%;
    overflow-wrap: normal;
    margin: auto;
    border-radius: 1rem;
    line-height: 1.8rem;
    border: 2px solid;
    border-color: rgb(77 177 226 / 100%);
    background-color: rgb(77 177 226 / 25%);
    color: darkslategrey;
    padding: 0.5rem;
}

.alert-pers-default {
    width: 50%;
    overflow-wrap: normal;
    margin: auto;
    border-radius: 1rem;
    line-height: 1.8rem;
    border: 2px solid;
    border-color: rgb(156 156 156);
    background-color: rgb(156 156 156 / 15%);
    color: darkslategrey;
    padding: 0.5rem;
}


.e-dlg-content {
    display: inline-table !important;
}

.input-group-append, .input-group-prepend {
    height: 31px !important;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    padding: 0 0.7rem;
}


/*#region General*/
.pad-b-1 {
    padding-bottom: 1rem
}

.pad-b-2 {
    padding-bottom: 2rem
}

.pad-b-3 {
    padding-bottom: 3rem
}

.pad-b-4 {
    padding-bottom: 4rem
}

.pad-b-5 {
    padding-bottom: 5rem
}

.pad-b-6 {
    padding-bottom: 6rem
}


.mgn-l-6 {
    margin-left: 6px;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.225);
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,.5);
}

.e-input-group.e-control-wrapper.e-control-container {
    width: 100%;
    background: inherit;
    /*height: 1.8rem;*/
    align-items: center;
    /*text-align-last: center;*/
}

.banner-text .e-input-group.e-control-wrapper.e-control-container {
    color: white;
    font-size: 25px;
}

.shipping-info .e-input-group.e-control-wrapper.e-control-container {
    color: black;
    font-size: 30px;
}

.subtitulo {
    font-size: 15px !important;
}


.hidden {
    display: none;
}


.justify-content-evenly p {
    font-size: 14px !important;
}



.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
    font-size: 17px;
}

.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
    color: #05283a !important;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
    color: #05283a !important;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    color: #777 !important;
}

    .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
        color: #777 !important;
    }

.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
    color: #777 !important;
}

.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
    color: #777 !important;
}

.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
    color: #05283a !important;
}


/*#region ModeloProducto*/
.card-model-editor {
    margin-bottom: 0;
    height: 100% !important;
    width: 100% !important;
    display: -webkit-flex;
    flex-direction: column;
    min-width: 0;
    border-radius: .35rem;
    background-clip: border-box;
    -webkit-box-shadow: 0 5px 20px 4px #ccc;
    box-shadow: 0 5px 20px 4px #ccc;
}

/*#endregion ModeloProducto*/


.card.border-top-blue.border-top-3.border-bottom-blue .e-card-content {
    padding: 0;
}


.card-header .heading-elements, .card-header .heading-elements-toggle {
    position: absolute;
    top: 21px;
    right: 20px;
}

.row.mbl-lista {
    justify-content: flex-start;
    align-items: center;
}

.fas.fa-cash-register.mbl {
    font-size: 20px;
    margin-left: 2rem;
}

.card .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .05rem;
    margin-bottom: 0;
}



.e-btn-group:not(.e-outline), .e-css.e-btn-group:not(.e-outline) {
    box-shadow: none !important;
}

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type, .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
    border-left: transparent;
}

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type, *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn, *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
    margin-left: 0;
}

.e-btn.e-outline.e-success, .e-css.e-btn.e-outline.e-success {
    background-color: transparent;
    border-color: #4d841d;
    color: #4d841d;
}

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type, .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
    border-left: transparent;
}

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type, *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn, *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
    margin-left: 0;
}

.e-btn.e-outline.e-success, .e-css.e-btn.e-outline.e-success {
    background-color: transparent;
    border-color: #4d841d;
    color: #4d841d;
}

.e-card .e-card-content {
    padding: 0px;
}

.card-title {
    margin-bottom: .75rem;
    font-size: 22px;
}

.e-card {
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

/*    .e-card:hover {
        border: 1px solid rgba(0, 0, 0, 0.12) !important;
        border-top: 3px solid #2196F3 !important;
        border-bottom: 1px solid #2196F3 !important;
    }

    .e-card:active {
        border: transparent;
    }*/

.border-top-success {
    border-top: 3px solid #5ed84f !important;
}

.e-card.border-top-success:hover {
    border-top: 3px solid #5ed84f !important;
    border-bottom: 1px solid #5ed84f !important;
}


.t-alg-cnter {
    text-align: -webkit-center;
}

.border-top-blue {
    border-top: 3px solid #2196F3 !important;
}

.nav-link {
    font-size: 18px;
}

.pdng-20 {
    padding-right: 20px !important;
}

.pb-35 {
    padding-bottom: 3.5rem;
}

.ancho-1 {
    width: 1%;
    font-size: 14px;
    text-align-last: center;
}

.e-detailcell {
    text-align: -webkit-center;
}

.borde-perm-gris {
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.tabla-permisos {
    width: 50%;
}

    .tabla-permisos td {
        padding: 8px 0px;
    }

.size-celda-permisos {
    font-size: 13px;
}

.title-caracteristicas-table {
    font-size: 16px;
    font-weight: bold;
}

.e-detailcell {
    background: #f5f5f5;
}

.custom-file-input-prd {
    position: absolute;
    z-index: 4;
    width: 50px;
    height: 50px;
    margin: 0;
    opacity: 0;
    top: 90px;
    left: 90px;
    cursor: pointer;
}

.icon.img-slider {
    width: 100%;
    height: 100%;
}

.separator-dark {
    width: 90%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top: 1px solid rgba(0,0,0,.1) !important;
    border: 1px;
}

.separator-dark-vertical {
    width: 1px;
    margin-left: 0;
    margin-right: 0;
    border-left: 1px solid rgba(0,0,0,.1) !important;
    border: 1px;
    height: 220px;
}

/*#endregion general*/

/*#region Dientes*/
.cube {
    margin: 0 12px;
    width: 30px;
    height: 30px;
    position: relative;
    perspective: 80px;
    transform-style: preserve-3d;
    transform: scale(0.6);
}

.cube-face {
    width: inherit;
    height: inherit;
    position: absolute;
    background: white;
    opacity: 0.7;
    border: 1px solid black;
    cursor: pointer;
}

.cube-face-front {
    transform: translate3d(0, 0, 75px);
}

.cube-face-back {
    transform: rotateY( 180deg ) translate3d(0, 0, -15px);
}

.cube-face-left {
    transform: rotateY( -90deg ) translate3d(30px, 0px, 15px);
}

.cube-face-right {
    transform: rotateY( 90deg ) translate3d(-30px, 0px, 15px);
}

.cube-face-top {
    transform: rotateX( 90deg ) translate3d(0px, 30px, 15px);
}

.cube-face-bottom {
    transform: rotateX( -90deg ) translate3d(0, -30px, 15px);
}

.bg-red {
    background-color: red;
}

.bg-blue {
    background-color: blue;
}

.linea-dental {
    margin: 0 13%;
    justify-content: center;
}

hr {
    margin: 80px 0;
}

.texto-dientes {
    text-align: center;
    color: black;
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
}

.texto-titulo {
    font-size: 3.5rem;
    color: black;
    text-align: center;
    margin-bottom: 4rem;
}

.texto-titulo-medio {
    font-size: 1.2rem;
    color: black;
}

.borde-sombra {
    border-radius: 20px;
    box-shadow: 3px 8px 6px rgba(0, 0, 0, 0.3)
}

.linea-dental-box {
    margin: 0 3%;
}




.caja-diente, .caja-diente-top {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.caja-diente-top {
    border-bottom: 2px solid;
    padding-bottom: 1rem;
}




@media (min-width: 992px) and (max-width: 1200px) {
    .linea-dental {
        margin: 0 6%;
    }
}
/*#endregion Dientes*/

.borde-gris {
    border: 1px solid rgba(0,0,0,.1) !important;
    /*border-bottom: 1px solid rgba(0,0,0,.1) !important;*/
}

/*.borde-abajo-gris {
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
}*/

.justify-content-evenly {
    justify-content: space-between;
    margin: 0 5px 0px 0px;
}

.texto-izquierda {
    text-align-last: left !important;
}

.label-medium {
    font-size: 14px;
}


.card-header:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

card-modal-header {
    padding: 0 5.8rem 0 4rem;
}

.card-header {
    padding: 0 5.8rem 0 4.9rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 1rem;
}

    .card-header .e-input-group input.e-input, .card-header .e-input-group.e-control-wrapper input.e-input {
        background: #fafafa;
        color: inherit;
    }

    .card-header .e-input-group .e-input-group-icon, .card-header .e-input-group.e-control-wrapper .e-input-group-icon {
        background: #fafafa;
        border-color: #ced4da;
        color: #495057;
    }





    .card-header .e-btn.e-outline.e-info, .card-header .e-css.e-btn.e-outline.e-info {
        background-color: #f5f5f5;
        border-color: #17a2b8;
        color: #17a2b8;
    }

    .card-header .e-btn.e-outline.e-warning, .card-header .e-css.e-btn.e-outline.e-warning {
        background-color: #f5f5f5;
        border-color: #ffc107;
        color: #ffc107;
    }

    .card-header .e-btn.e-outline.e-success, .card-header .e-css.e-btn.e-outline.e-success {
        background-color: #f5f5f5;
        border-color: #4d841d;
        color: #4d841d;
    }

    .card-header .e-btn.e-outline.e-danger, .card-header .e-css.e-btn.e-outline.e-danger {
        background-color: #f5f5f5;
        border-color: #dc3545;
        color: #dc3545;
    }


.separator-dark {
    width: 100%;
    padding: 5px 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top: 2px solid #449cfbb8 !important;
}


.borde-gris-redondo {
    border-radius: 15px;
    border: 1px solid #ced4da;
}

.borde-abajo-gris {
    border-bottom: 2px solid #ced4da;
}

.background-casi-blanco {
    background: #fff;
}

.my-3.borde-gris-redondo.background-casi-blanco.pt-3.pb-5 .e-input-group.e-control-wrapper.e-control-container {
    height: 3rem;
}

.my-3.borde-gris-redondo.background-casi-blanco.pt-3.pb-5 .e-control.e-textbox.e-lib.e-input {
    height: inherit !important;
}

.bordes-arriba-redondo {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.sombra-light {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.boton-menu {
    background: #008fd5;
    transform: scale(0.4);
}

.fondo-azul {
    background: #008fd5;
}

    .fondo-azul:hover, .fondo-azul:active, .fondo-azul.e-active, .fondo-azul .e-dropdown-menu .e-item:hover {
        background: #008fd5;
    }

    .fondo-azul .e-dropdown-menu {
        background: #4db1e2;
    }

        .fondo-azul .e-dropdown-menu .e-item, .fondo-azul .e-dropdown-menu .e-item .e-menu-icon, .fondo-azul .e-dropdown-menu .e-item:hover {
            color: white;
        }

.e-accordion {
    /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);*/
}


@media (min-width: 992px) and (max-width: 1200px) {
    .card-header {
        padding: 0 5.8rem 0 1rem;
    }

        .card-header .heading-elements, .card-header .heading-elements-toggle {
            position: absolute;
            top: 16px;
            right: 20px;
        }

    .texto-titulo-medio {
        font-size: 1.45rem;
        color: black;
    }

    .e-btn-icon.e-icons.e-caret {
        display: none;
    }
}

.boton-menu label {
    display: flex;
    flex-direction: column;
    width: 70px;
    cursor: pointer;
}

    .boton-menu label span {
        background: #fff;
        border-radius: 10px;
        height: 7px;
        margin: 7px 0;
        transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }


.boton-menu span:nth-of-type(1) {
    width: 50%;
}

.boton-menu span:nth-of-type(2) {
    width: 100%;
}


.boton-menu span:nth-of-type(3) {
    width: 75%;
}


.boton-menu input[type="checkbox"] {
    display: none;
}


    .boton-menu input[type="checkbox"]:checked ~ span:nth-of-type(1) {
        transform-origin: bottom;
        transform: rotatez(45deg) translate(8px,0px)
    }


    .boton-menu input[type="checkbox"]:checked ~ span:nth-of-type(2) {
        transform-origin: top;
        transform: rotatez(-45deg)
    }


    .boton-menu input[type="checkbox"]:checked ~ span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
        transform: translate(30px,-11px) rotatez(45deg);
    }
