* {
    margin: 0;
    outline: 0;
    padding: 0;
}
body {
    padding-right: 0px !important;
}
/*-----------------------Margins-------------------------------*/

.mt-d02 {
    margin-top: -0.2%;
}
.mt-d1 {
    margin-top: -1%;
}
.mt-d2 {
    margin-top: -2%;
}
.mt-d3 {
    margin-top: -3%;
}
.mt-d5 {
    margin-top: -5%;
}
.mt-5 {
    margin-top: 5%;
}
.mt-10 {
    margin-top: 10%;
}
.mt-15 {
    margin-top: 15%;
}
.mt-20 {
    margin-top: 20%;
}
.mt-25 {
    margin-top: 25%;
}
.mt-30 {
    margin-top: 30%;
}
.mt-35 {
    margin-top: 35%;
}
.mt-40 {
    margin-top: 40%;
}
.mt-45 {
    margin-top: 45%;
}
.ml-20 {
    margin-left: 20%;
}
.ml-35 {
    margin-left: 35%;
}
.ml-40 {
    margin-left: 40%;
}
/*------------------------------------Bordes-------------------------------------*/

.border-left-orange {
    border-left: 0.25rem solid #dc7633 !important;
}
.border-left-blue {
    border-left: 0.25rem solid #3498db !important;
}
.border-left-purple {
    border-left: 0.25rem solid #7d30e2b7 !important;
}
.border-left-bio {
    border-left: 0.25rem solid #00b2ff !important;
}
/*----------------------------------- ALERTS------------------------------------ */

/* inspired by Twitter Bootstrap */

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 4px;
    position: fixed;
    bottom: 0px;
    right: 21px;
    float: right;
    clear: right;
    background-color: white;
    z-index: 8000;
}
.alert-red {
    color: white;
    background-color: #DA4453;
}
.alert-green {
    color: white;
    background-color: #37BC9B;
}
.alert-blue {
    color: white;
    background-color: #4A89DC;
}
.alert-yellow {
    color: white;
    background-color: #F6BB42;
}
.alert-orange {
    color: white;
    background-color: #E9573F;
}
/*------------------------WIDTHS--------------------*/

.w-responsive {
    width: 75% !important;
}
/*-------------------------BACKGROUNDS------------------------------*/

.bg-gray {
    background-color: #d6dbdf;
}
.bg-gradient-bio {
    background-color: #00b2ff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #00b2ff), to(#224abe));
    background-image: linear-gradient(180deg, #00b2ff 10%, #224abe 100%);
    background-size: cover;
}
/*----------------------------Textos-----------------------------------*/

.text-decoration-none {
    text-decoration: none !important;
}
.text-orange {
    color: #dc7633 !important;
}
.text-blue {
    color: #3498db !important;
}
.text-purple {
    color: #7d30e2b7 !important;
}
.text-bio {
    color: #3498db !important;
}
/*----------------------------Cursor--------------------------------------*/

.cursor-pointer {
    cursor: pointer !important;
}
/*---------------------------------Button------------------------------------*/

.btn-bio {
    color: #fff;
    background-color: #00b2ff;
    border-color: #00b2ff;
}
.btn-bio:hover {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
}
/*-----------------------------------SWITCH--------------------------------------*/

.switch {
    margin-left: 5% !important;
}
.switch.ios, .switch-on.ios, .switch-off.ios {
    border-radius: 20rem;
}
.switch.ios .switch-handle {
    border-radius: 20rem;
}
/*-----------------RESPONSIVE---------------------------*/

@media screen and (min-width: 1024px) {
    .w-responsive {
        width: 50% !important;
    }
}
@media screen and (max-width: 1024px) {
    .w-responsive {
        width: 80% !important;
    }
}
/*-----------------------------------------------------*/

.btn-flotante {
    color: #ffffff;
    /* Color del texto */
    border-radius: 100%;
    /* Borde del boton */
    color: #fff;
    background-color: #00b2ff;
    border-color: #00b2ff;
    padding: 15px 20px;
    /* Relleno del boton */
    position: fixed;
    bottom: 40px;
    right: 15px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}
.btn-flotante:hover {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
    /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}
@media only screen and (max-width: 600px) {
    .btn-flotante {
        padding: 15px 20px;
        bottom: 20px;
        right: 20px;
    }
}
.drawingBuffer {
    display: none;
}
#scanner-container video {
    width: 100%;
    height: auto;
}