:root {
    --main-color: #553193;
    --barra-naranja: #ff610f;
    --gris-claro: #ecedee;
    --celeste: #747474;
    --morado: #B11829;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    /** Reset para REMS - 62.5% = 10px = 1rem **/
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Didact Gothic', 'Roboto', Tahoma, sans-serif;
    width: 100%;
    background-color: #efefef;
    margin: 0;
    font-size: 1.6rem;
    /* font-style: italic; */
    color: black;
}


/** Globales **/

img {
    max-width: 60%;
}

h1 {
    font-size: 3.6rem;
}

h2 {
    font-size: 3.2rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.4rem;
}

h5 {
    font-size: 2.0rem;
}

h6 {
    font-size: 1.8rem;
}


p {
    font-size: 1.6rem;
}

a {
    text-decoration: none;
    color: white;
}

.small {
    font-size: 1.2rem;
}

.fw-centrar {
    text-align: center;
}


/** Botones **/

.btn {
    color: #fff;
    background-color: var(--morado);
    font-weight: 700;
    padding: 1rem 3rem;
    text-align: center;
    border: none;
    display: inline-block;
    border-radius: 0.6rem;
    line-height: 1;
    transition: all .3s linear;
}

.btn:hover {
    background-color: var(--celeste);
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.btnr {
    color: #fff;
    background-color: var(--morado);
    font-weight: 700;
    padding: 1rem 3rem;
    text-align: center;
    border: none;
    display: inline-block;
    border-radius: 0.6rem;
    line-height: 1;
    transition: all .3s linear;
}

.btnr:hover {
    background-color: var(--celeste);
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}


/** Principal **/

.contenido {
    max-width: 1280px;
    background-color: white;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(224, 189, 113, 0.5);
    -moz-box-shadow: 0px 0px 12px 0px rgba(224, 189, 113, 0.5);
    box-shadow: 0px 0px 12px 0px rgba(224, 189, 113, 0.5);
}


/** ** Encabezado ** **/

.head1 {
    /**background-image: url(../img/head.png);**/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /**height: 20rem;**/
    display: grid;
    /**padding: 0 0.5rem;**/
}

.head1 img {
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
    max-width: 15%;
}

.head1 a h5,
.head1 a p {
    text-transform: uppercase;
    margin: 0;
}

.head1 .btn-reg {
    justify-self: center;
    align-self: end;
}

@media (min-width: 480px) {
    .head1 .btn-reg {
        justify-self: self-end;
    }
}

.head1 .btn-reg .btn {
    margin-bottom: 1rem;
}

div.logo {
    display: grid;
    grid-template-columns: 1fr 15rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    font-size: 1.2rem;
}

a.btnr {
   
    align-self: end;
    
}

/** Menu principal **/

.barra-nav {
    background-color: rgba(0, 0, 0, 0.3);
    display: grid;
    gap: 1rem;
    position: relative;
    align-items: center;
    color: white;
    /* height: 8rem; */
    /* align-self: end; */
}

.barra-nav1 {
    background-color: rgba(0, 0, 0, 0.3);
    display: grid;
    gap: 1rem;
    position: relative;
    align-items: center;
    color: white;
    height: 8rem;
    align-self: end;
}

.bar1 {
    grid-template-columns: 1fr 16rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.bar2 {
    grid-template-columns: 10rem 1fr 25.5rem;
}

.mobile-menu i {
    /* display: none; */
    color: white;
    font-size: 3.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.userdat * {
    padding: 0;
    margin: 0;
    color: var(--main-color);
}

.price {
    display: grid;
    align-items: center;
    grid-template-columns: 10rem 1rem 10rem 1rem 7rem 8rem 8rem 7rem;
    /* grid-template-rows: repeat(2, auto); */
    color: var(--main-color);
    font-weight: bold;
}

.price img {
    padding: 0 0.3rem;
}

.price p {
    padding: 0;
    margin-left: 0.3rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    display: block;
}

.price .cri1 {
    color: white;
}

.price .monto1 {
    margin-left: 0.5rem;
}

.price .monto2 {
    margin-left: 0.5rem;
}

.bar2 .userdat p,
.bar2 .price p {
    font-style: normal!important;
}

.barra-nav .btn-lg {
    font-size: 1.2rem;
}

.navegacion {
    display: none;
    font-size: 1.8rem;
    justify-self: end;
}

.navegacion>a {
    display: block;
    transition: all linear 0.3s;
    border-bottom: solid 3px rgba(0, 0, 0, 0);
    border-top: solid 3px rgba(0, 0, 0, 0);
}

.navegacion>a:hover,
.navegacion>a:focus {
    /*border-bottom: solid 3px #f7ae42!important;
    border-top: solid 3px #f7ae42!important;
    border-radius: 1rem;*/
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 480px) {
    .navegacion a {
        padding: 1.2rem 4rem;
        border-bottom: solid 1px white;
        /* font-weight: bold; */
    }
    .navegacion a:last-child {
        border-bottom: none;
    }
}

@media (min-width: 480px) {
    .mobile-menu {
        display: none;
    }
    .navegacion {
        display: block;
    }
    .navegacion>a {
        display: inline-block;
        padding: 0 0.8rem;
    }
}


/** ** Final encabezado ** **/


/** ** main ** **/

main {
    position: relative;
    
}

.ban h1 {
    font-weight: bold;
    text-shadow: 1px 1px 3px #666;
}

.ban p {
    font-size: 2rem;
}

.ban_faq {
    padding-bottom: 5rem;
}

.ban_faq h1 {
    font-weight: bold;
    text-shadow: 1px 1px 3px #666;
    margin-left: 2rem;
    margin-right: 2rem;
}

.ban_faq h4 {
    text-shadow: 1px 1px 3px #666;
    margin-left: 2rem;
    margin-right: 2rem;
}

.ban_faq p {
    font-size: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.ban_faq ul {
    font-size: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.precios {
    background-color: black;
    overflow: hidden;
    line-height: 1.5;
    max-height: 12rem;
    min-height: 10rem;
    display: grid;
    grid-template-columns: 16rem 1rem 16rem 1fr;
    justify-items: center;
    align-items: center;
    padding: 0;
}

.precios img {
    display: none;
    max-height: 12rem;
}

.cambio {
    text-align: left;
}

.cambio p {
    color: white;
    /* text-transform: uppercase; */
    margin: 0;
    font-family: 'Poppins';
    font-size: 1em;
    font-style: normal;
}

.cambio .monto {
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}

.TAGS p {
    color: white;
    /* text-transform: uppercase; */
    margin: 0;
    font-family: 'Poppins';
    font-size: 1em;
    font-style: normal;
}

.ETH p {
    color: white;
    /* text-transform: uppercase; */
    margin: 0;
    font-family: 'Poppins';
    font-size: 1em;
    font-style: normal;
}

.LTC p {
    color: white;
    /* text-transform: uppercase; */
    margin: 0;
    font-family: 'Poppins';
    font-size: 1em;
    font-style: normal;
}

.CRI p {
    color: white;
    /* text-transform: uppercase; */
    margin: 0;
    font-family: 'Poppins';
    font-size: 1em;
    font-style: normal;
}

.CRI .monto {
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}


/* p.monto:before{content: 'S/ ';} */

.vbarra {
    /* background-color: var(--main-color); */
    background-color: #3f6d87;
    width: 0.5rem;
    height: 10rem;
    margin: 0 auto;
    text-align: center;
}

.vbarra1 {
    /* background-color: var(--main-color); */
    background-color: #3f6d87;
    width: 0.5rem;
    height: 6rem;
    margin: 0 auto;
    text-align: center;
}

.vbarra .ldg {
    /* background-color: #3f6d87; */
    background-color: var(--main-color);
    width: 0.5rem;
    height: 10rem;
    /* padding: 0.5rem 0; */
    margin: auto auto;
}

.vbarra1 .ldg1 {
    /* background-color: #3f6d87; */
    background-color: var(--main-color);
    width: 0.5rem;
    height: 6rem;
    /* padding: 0.5rem 0; */
    margin: auto auto;
}

.img-flotante {
    display: none;
}

.divmorado {
    background-color: rgba(0, 0, 0, 0.3);
    height: 4.2rem;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    
}
.divmorado p {
    
    margin:0%;
    padding:0%;
    width: 5rem;
    display: block;
    color: white;
    font-weight: bold;
    /* display: flex;
    float: right; */
    
    
}


@media (min-width: 480px) {
    .precios {
        grid-template-columns: 16rem 1rem 16rem 1rem 11rem 12rem 12rem 12rem 12rem 1fr;
    }
    .precios img {
        display: inline-block;
        justify-self: self-start;
    }
    .ban {
        /* width: calc(100% - 10rem); */
        margin: 2rem auto;
    }
}

@media (max-width: 768px) {
    .precios img {
        display: none;
    }
    .TAGS {
        display: none;
    }
}

@media (max-width: 480px) {
    #wowslider-container1 {
        display: none;
    }
    
    .head1 img {
        margin-top: 1rem;
        margin-bottom: 0rem;
        margin-left: 2rem;
        max-width: 50%;
    }

    /* .fas {
        display: none;
    } */

    .foto {
        background-image: url(../img/fondo_moviles.jpg);
        background-size: cover;
        color: #fff;
        display: block;
        
        height: 23.8rem;
        padding-top: 1rem;
        padding-left: 2rem;
    }
    .foto p {
        display: none;
        font-size: 150%;
        padding: 0%;
        margin: 0%;
        font-weight: bold;
    }
    .carrusel {
        display: none;
    }
    
    .pag2 .box1 {
        /* display: none; */
        margin: 0%;
    }

    .pag3 p{
        font-size: 0.9rem;
        margin: 0%;
        padding: 0%;
        vertical-align: middle;
    }
    
    section.pag3 h6{
        /* font-size: 0.8rem; */
        margin: 0%;
        margin-bottom: 10%;
        padding: 0%;
    }
    .CRI {
        display: none;
    }

    
    section.pag3 {
        background-color: #f0eeee;
        padding: 1rem 1rem;
        margin: 10%;
        /* height: 40rem; */
        display: block;
        /* grid-template-columns: 50% 33% 1fr; */
        /* grid-template-rows: 12rem 20rem 20rem 20rem 20rem 20rem 20rem 20rem 20rem 20rem; */
        text-align: center;
        /* align-items: end; */
    }
    
    
}

@media (min-width: 768px) {
    .precios {
        grid-template-columns: 15rem 16rem 1rem 16rem 5rem 10rem 12rem 12rem 12rem 12rem 1fr;
    }
    .img-flotante {
        bottom: 0;
        right: 0;
        /* width: 30%; */
        max-width: 50rem;
        line-height: 0;
        display: block;
        justify-self: right;
    }
    .carrusel{
        width: 128rem;
        display: flex;
    }
    .ban {
        display: block;
        width: 50%; 
        min-width: 50rem;
        padding: 0;
        
        height: calc(100% - 12rem);
        font-size: 150%;
        margin: 0;
    }
    .divderecha {
        background-image: url(../img/unete.jpg);
        background-size: cover;
        width: 50%; 
        height: 17rem;
        display: grid;
        justify-items: right;
        align-items: center;
    }
    .unete {
        background-color: #553193;
        width: 25rem; 
        height: 8rem;
        margin-right: 1rem;
        background: linear-gradient(rgba(116,116,116, 0.6), rgba(177,24,41, 0.6));
        color: white;
        display: grid;
        justify-items:center;
        align-items: center;
    }
    .unete p{
        
        font-size: 1.6rem;
        font-weight: bold;
        
    }
    .foto {
        background-image: url(../img/foto.png);
        /* background-size: cover; */
        color: #fff;
        display: block;
        min-width: 50rem;
        /* min-height: 38rem; */
        padding-top: 4rem;
        padding-left: 4rem;
        padding-bottom: 4rem;
    }
    .foto p {
        font-size: 150%;
        padding: 0%;
        margin: 0%;
        font-weight: bold;
    }
}


/** ** pagina 2 ** **/

.pag2 {
    background-position: center center;
    /* background-size: cover; */
    background-repeat: no-repeat;
    padding: 5vw 1vw;
    margin: 0;
    text-align: center;
    /* display: grid; */
    align-items: center;
    line-height: 2;
}

.pag2 h2 {
    color: var(--main-color);
    margin: 5rem 1rem;
}

.pag2 .box {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.pag2 .box p {
    /* color: white; */
    font-family: 'Didact Gothic', 'Roboto', tahoma;
    padding: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    margin-right: 14vw;
    margin-left: 14vw;
    font-size: 1.6rem;
    font-style: normal;
}

main .box_c2 {
    display: grid;
    grid-template-columns: 50% 1fr;
    justify-items: left;
    padding: 0 0 10rem 0;
}

.p_c {
    font-size: 2.5rem;
}

.p_c1 {
    font-size: 1.8rem;
}

main .p_m {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    justify-self: center;
    align-self: center;
}

main .box_c2 p {
    margin-left: 10vw;
    /* margin-right: 10rem; */
}

main .box_c1 {
    display: flex;
    margin: auto;
    align-items: center;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

main .box_c1 h1 {
    margin: auto;
    align-items: center;
    border-bottom: rgb(255, 153, 0) 5px solid;
}

@media (max-width: 768px) {
    main .box_c2 {
        display: block;
        text-align: center;
        padding: 0 0 5rem 0;
    }
    main .box_c1 {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    main .box_c2 p {
        margin-left: 5rem;
        margin-right: 5rem;
    }
}

@media (max-width: 480px) {
    main .p_m {
        display: none;
    }

    .jd1 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        display: grid;
        align-items: center;
    }

    .pag3 {
        display: grid;
        
        grid-template-rows: 12rem 25rem 25rem 25rem;
    }


    .pag2 {
        background-image: url(../img/logo_fondo.jpg);
    }
    .pag2 .box p {
        font-family: 'Didact Gothic', tahoma;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 100;
        margin-right: 4rem;
        margin-left: 4rem;
    }
    .pag2 .box {
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.pag2 .box1 {
    background-color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
    .pag2 h2,
    .pag2 .box1 {
        width: 52rem;
        padding: 1rem;
        margin: auto;
    }
}


/** ** pagina 3 ** **/

.pag3 {
    background-color: #f0eeee;
    padding: 1rem 1rem;
    margin: 0;
    /* height: 40rem; */
    display: grid;
    grid-template-columns: 33% 33% 1fr;
    grid-template-rows: 12rem 20rem 20rem 20rem;
    text-align: center;
    /* align-items: end; */
}

.jd1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    display:grid;
    align-items: center;
}

.pag3 img{
    width: 25rem;
}

.pag3 p{
    font-size: 1.6rem;
    margin: 0%;
    padding: 0%;
    vertical-align: middle;
}

.pag3 h6{
    margin: 0%;
    padding: 0%;
}

.pag3 .info2 {
    line-height: 1.5;
    padding: 8vh 4vw;
    vertical-align: middle;
}

.pag3 .info2 h2 {
    color: var(--main-color);
    margin: 1rem;
}

.pag3 .info2 p {
    font-family: 'Didact Gothic', 'Roboto', tahoma;
    margin: 0;
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    margin-bottom: 1rem;
}

@media (min-width: 480px) {
    .pag3 {
        /* height: 38rem; */
        padding-bottom: 1rem;
        /* grid-template-columns: 33% 33% 1fr; */
        
    }
}

@media (max-width: 480px) {
    

    .pag3 .info2 p {
        color: #000;
        font-family: 'Didact Gothic', 'Roboto', tahoma;
        font-size: 1rem;
        font-style: normal;
        font-weight: bold;
        margin-bottom: 1rem;
    }
}


/** ** pagina 4 ** **/

.pag4 {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    justify-content: space-between;
    margin: 3rem 1rem;
    padding: 2rem 0.5rem;
}

@media (min-width: 480px) {
    .pag4 .peru {
        grid-column: 2 / 3;
    }
}

@media (min-width: 970px) {
    .pag4 {
        grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    }
}

@media (min-width: 1200px) {
    .pag4 {
        padding: 2rem 5rem;
    }
}

.icono {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.icono h3 {
    margin-top: 1rem;
}

.icono img {
    max-height: 10rem;
    margin-top: 5rem;
}


/** ** Pie de página ** **/

.foot-site {
    background-color: #000;
    background-image: url(../img/footer_bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    gap: 1rem;
    padding: 0.5rem;
    line-height: 1.5;
}

.foot-site .sec-footer {
    text-align: center;
    padding: 2rem 0;
}

.sec-footer h3 {
    color: var(--celeste);
    margin: 1rem 0;
}

.sec-footer nav i {
    color: var(--celeste);
}

.sec-footer .whatsapp1 {
    text-decoration: none;
    color: white;
    font-size: 2rem;
    margin: 0;
    padding: 0;
    font-style: normal;
    display: block;
}

.sec-footer nav a,
.sec-footer p {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    font-style: normal;
    display: block;
}

.logofoot {
    align-self: center;
}

.logofoot img {
    max-width: 12rem;
}

@media (min-width: 480px) and (max-width: 767px) {
    .foot-site {
        grid-template-columns: repeat(2, minmax(22rem, 1fr));
    }
    .logofoot {
        grid-area: 3 / 1 / 4 / 3;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .foot-site {
        grid-template-columns: repeat(6, 1fr);
    }
    .sec-footer {
        grid-column: span 2;
    }
    .sec-footer.footx3 {
        grid-column: span 3;
    }
}

@media (min-width: 1000px) {
    .foot-site {
        grid-template-columns: repeat(5, 1fr);
        padding-bottom: 5rem;
    }
}


/** ** bgform ** **/

.bgform {
    background-image: url(../img/bg-login.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1rem 1rem;
    margin: 0;
    min-height: 52rem;
    height: 100vh;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    justify-items: center;
    font-style: normal;
}

.bgform a {
    align-self: end;
}

.bgform img {
    width: 30rem;
    margin-bottom: 0.5rem;
    border-bottom: solid 2px var(--main-color);
    align-self: center;
}

.formulario {
    background-color: #fff;
    border: solid 1px var(--main-color);
    border-radius: 0.6rem;
    padding: 2rem;
    padding-bottom: 3rem;
    color: #666;
    align-self: start;
}

.form-log {
    width: 35rem;
}

.form-reg {
    width: 100%;
    margin: 4rem auto;
    padding: 2rem;
}
.leyenda-reg{
    width: 20rem;
}

@media (min-width: 480px) {
    .form-reg {
        width: 90%;
    }
}

.form-reg h5{
    
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    width: 20rem;
}

.camposreg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.camposreg .bloque {
    min-width: 30rem;
}

.campos {
    padding-bottom: 2rem;
    
}

.form_datos {
    margin-left: 3rem;
}

.reg_derecha{
position: relative;
width:60%;

}
.derecha{
    position: absolute;
    width: 40%;
    bottom: 0;
    right: 0;
    }

.izquierda{
    position: absolute;
    width: 60%;
    bottom: 0;
    left: 0;
    padding: 3rem;
    }

.form-head {
    width: 20rem;
    margin-right: 3rem;
}

.formulario input {
    /* width: 17.2rem; */
    width: 100%
}

.formulario select,
.formulario input[type="text"],
.formulario input[type="number"],
.formulario input[type="tel"],
.formulario input[type="email"],
.formulario input[type="password"] {
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
    border: 0;
    border-bottom: 2px solid #455A64;
    color: black;
    background-color: rgba(0, 0, 0, 0);
}

.campo p{
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
    border: 0;
    border-bottom: 2px solid #455A64;
    color: black;
    background-color: rgba(0, 0, 0, 0);
    justify-items: left;
}

.formulario input[type="submit"] {
    width: 22rem;
    color: white;
    margin-top: 1rem;

    /*margin-bottom: 2rem;*/
}



.formulario p a {
    color: #666;
    font-weight: bold;
}

.formulario .lk_reg {
    color: #0174ff;
}

.campo input:focus {
    border-bottom-color: dodgerblue;
    box-shadow: 0 2px 2px dodgerblue;
}

.campo input:focus+i {
    color: dodgerblue;
}

.campo input:focus datalist option+i {
    color: dodgerblue;
}

.campo input:invalid {
    border-bottom: 2px solid red;
}

.campo input:invalid+i {
    color: red;
}

.campo {
    position: relative;
    width: 100%;
    margin: 1rem auto;
}

.campo i {
    position: absolute;
    left: 0.2rem;
    top: 0.5rem;
}

.campos .campo {
    padding-right: 0.5rem;
}

.campos .campo p {
    
    margin: 0;
    font-size: 1.3rem;
    vertical-align: bottom;
}


/** * Business * **/

.colum-3 {
    display: grid;
    grid-template-columns: 20rem 50rem 1fr;
    font-style: normal;
    justify-content: space-around;
    margin: 4rem auto;
    flex-wrap: wrap;
}

.menuv {
    height: 40rem;
    display: flex;
    float: left;
    margin-left: 1rem;
    width: 18rem;
}

.menuv .barra-blue {
    background-color: var(--barra-azul);
    width: 1.5rem;
    height: 100%;
    margin-right: 0.3rem;
}

.menu-business {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0.5rem 0;
}

.menu-business a {
    display: block;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 14rem;
    border-bottom: solid 1px black;
    margin-bottom: 1.5rem;
}

.menu-business a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    border-width: 2px;
}

.menu-business .menu-inf a {
    margin-top: 15rem;
}

.negocios {
    /*background-color: var(--gris-claro);*/
    padding: 3rem;
    padding-top: 1rem;
    min-width: 50rem;
}

.cantidades {
    display: flex;
    justify-content: space-between;
}

.envias p {
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #3f6d87;
}

.negocios .box-f {
    
    border-bottom: 2px solid #3f6d87;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
}

.negocios .box-f span {
    color: rgb(145, 145, 145);
    margin: auto 0.8rem;
}
.box-sel{
    display: flex ;
    position: relative;
    width: 10rem;
}

/*.box-sel select {
    border: none;
    outline: 0px;
    color: rgb(150, 149, 149);
    width: 8rem;
    height: 2rem;
    font-weight: bold;
    -webkit-appearance: button;
}*/

.fa-chevron-down {
    pointer-events: none;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    line-height: 2.5rem;
    font-size: 28;
    color: rgb(251, 125, 53);
    right: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    
}

.box-f input[type="text"] {
    border: none;
    background-color: white;
    padding: 0.3rem;
    width: 11rem;
    height: 3.5rem;
    color: #3f6d87;
    font-size: 2rem;
    opacity: 1;
}
.box-f input::placeholder {
    
    color: #3f6d87;
    font-size: 1.5rem;
}

.info-transaccion {
    margin: 1rem auto;
}

.info-transaccion p {
    font-size: 1.4rem;
    margin: 0;
    margin-bottom: 0.5rem;
    padding: 0;
}

.info-transaccion h5 {
    font-size: 1.8rem;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.info-transaccion p span {
    font-weight: bold;
    font-size: 1.4rem;
}

.info-transaccion p #total2 {
    background-color: yellow;
}

.oculto {
    display: none;
}

.wallet input {
    border: none;
    border-bottom: 2px solid#3f6d87;
    width: 100%;
    height: 2.5rem;
    margin: 4rem 0 4rem 0;
}

.mesage textarea {
    border: solid 1px var(--main-color);
    width: 100%;
    height: 10rem;
    margin: 1rem 0 3rem 0;
}

.info-negocios {
    /* border: solid 1px var(--main-color); */
    border-radius: 0.5rem;
    padding: 2rem;
    padding-top:1rem;
    margin: auto;
    width: 40rem;
    float: right;
}

.info-negocios h5 {
    text-transform: uppercase;
    margin-left: 2rem;
    align-self: center;
}

.info-negocios span {
    font-weight: bold;
    display: flex;
    margin: 1rem 0;
    /* margin-left: 3rem; */
}

.info-negocios .number1 {
    font-weight: bold;
    font-size: 2rem;
    display: flex;
    margin: 1rem 0;
    /* margin-left: 3rem; */
}

.info-negocios p {
    font-size: 1.4rem;
    margin-left: 2rem;
}

.for-config {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.colum-3 .for-config .formulario {
    min-width: 40rem;
    border: none;
    background: none;
}

.colum-3 .for-config img {
    margin: 0.5rem 1rem;
}

.campos .campo label {
    padding: 0.5rem 2rem;
    margin-bottom: -0.5rem;
    background: #333;
    color: white;
    border-radius: 2rem;
    width: 60%;
    font-style: normal;
    transition: linear all 0.2s;
    margin:auto;    
}

.campos .campo label:hover {
    cursor: pointer;
    background: black;
    box-shadow: 0 0 6px dodgerblue;
}

.campos .campo input[type="file"] {
    display: none;
}

.campos .mb-0 {
    display: grid;
    grid-template-columns: 28rem 28rem;
    grid-template-rows: 3rem 14rem 2.5rem 2.5rem 3rem 14rem 2.5rem;
    height: 50rem;
    margin-bottom: 0;
}

.dni-front{
    
    margin: auto;
    
}

.dni-front img {
    
    max-height: 14rem;
    
}

.dni-back{
    
    margin: auto;
    
}

.dni-back img {
    
    max-height: 14rem;
    
}


/*para celulares*/



@media screen and (max-width:1100px) {
    
    .colum-3 {
        display: grid;
        grid-template-columns: 20rem 1fr;
        grid-template-rows: 1fr 50rem;
    }
    .negocios {
        /* background-color: var(--gris-claro); */
        padding: 4rem;
        padding-top: 1rem;
        width: 50rem;
    }

    .menuv {
        grid-column: 1/2;
        grid-row: 1/3;
    }
    
    .info-negocios {
        margin: 4rem;
    }
   

}



@media screen and (max-width:850px) {
    .price .monto2 {
        display: none;
    }
    .price {
        grid-template-columns: 11rem 1rem 11rem;
    }

    
}

@media screen and (max-width:650px) {
    .menuv .barra-blue {
        display: none;
    }
    .colum-3 {
        margin: 0;
        display: flex;
    }
    .menu-business {
        flex-direction: row;
        margin:auto;
    }
    
    .menu-sup {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 5rem 5rem 5rem;
        margin: auto;
    }

    #iniciom{
        grid-column: 1/2;
        grid-row: 1/2;
    }
    #compram{
        grid-column: 1/2;
        grid-row: 2/3;
    }
    #ventam{
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .menu-business .menu-inf a {
        margin-top: 1rem;
    }

    .menuv {
        height: auto;
        width: 100%;
        position: relative;
    }
    .menu-business a {
        margin: 1rem 1rem 1rem 0.5rem;
    }
    .cantidades {
        flex-direction: column;
    }
    .negocios {
        min-width: 30rem;
        margin-bottom: 2rem;
    }
    .info-negocios {
        flex: 0 0 30rem;
        margin-bottom: 2rem;
    }
    .info-negocios span {
        font-size: 1.2rem;
    }
    .box-f input[type="text"] {
        border: none;
        background-color: white;
        margin: 0.5rem;
        padding: 0.3rem;
        width: 12rem;
        color:#3f6d87;
        opacity: 1;
    }
    .info-negocios p {
        font-size: 1.2rem;
    }
    .info-negocios h5 {
        font-size: 1.4rem;
    }
    .bar2 {
        grid-template-columns: 14rem 1fr;
        grid-template-rows: 1rem auto;
        gap: 0.1rem;
        height: 10rem;
    }
    .userdat {
        grid-column: 1/4;
        grid-row: 1/3;
        display: flex;
    }
    /* .bar2 .userdat p,
    .bar2 .price p {
        margin-left: 1rem;
    } */
    .negocios .box-f {
        width: 75%;
    }

    .fa-chevron-down {
        display: none;
    }
}



@media (max-width: 480px) {
    .navegacion {
        position: absolute;
        padding: 0.3rem 2rem;
        top: 100%;
        left: 0;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.85);
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .bar2 {
        grid-template-columns: 10rem 1fr;
    }
}

.negocios form {
    padding-top: 0;
    padding-bottom: 0;
}


/*** HISTORIAL ****/

.historial {
    border-collapse: collapse;
}

.historial {
    border-collapse: collapse;
}

.historial th {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    border: 2px solid #e0b471;
    padding: 0.5rem 1rem;
}

.historial td {
    border: 2px solid #e0b471;
    padding: 0.5rem;
    text-align: center;
}


/*** ADMINISTRADOES ***/

.master-t {
    margin: 0.5rem auto;
}

.master-d {
    margin: 0.5rem;
}

.master-t i {
    font-size: 2rem;
}

.master-t ._new i {
    color: #41E892;
}

.master-t .bien {
    color: green;
    margin-right: 1rem;
}

.master-t .mal {
    color: red;
}


/* checkin terminos y condiciones */

input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.checkboxL {
    padding-left: 0.5rem;
    font-weight: bold;
    /*margin-right: 3rem;*/
}

.checkboxL a {
    color: #0174ff;
}

.monitor a {
    margin: auto;
    float: right;
    margin-right: 3rem;
    margin-top: 1rem;
    color: rgb(255, 72, 0);
    font-weight: bold;
}