﻿.rw * {
    font-family: "-apple-system";
    color: #212529;
}

.rw hr {
    hr

{
    border-top: 1px solid #ddd;
}

}

.rw p {
    font-size: 20px;
}


.title_big {
    font-family: arial;
    border: 0;
    font-size: 28px;
    line-height: 1.3;
    margin: 15px 0;
    padding: 0;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    color: white;
}

.title {
    font-size: 28px;
    font-weight: 500;
    font-family: arial;
}

.link-contabilidad {
    font-size: 20px;
    font-weight: 450;
    color: #36578C;
    text-decoration: none;
    display: block;
    font-weight: 500;
}


.this:hover {
    transform: scale(1.5) translateX(40px);
    transition: .5s;
}

.this {
    max-width: 450px;
    transition: .5s;
    margin: auto;
}

.this1 {
    max-width: 370px;
    transition: .5s;
}


.img-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.bold {
    font-weight: 700;
}



.a-img {
    float: left;
    /* position: relative;*/
    /*cambair*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s;
    cursor: default;
}

    .a-img img {
        display: block;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition: .3s;
        cursor: pointer;
    }

.a-img {
    z-index: 9999999999999999999999999999;
    position: fixed;
    width: 70%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: rgba(100,100,100,.95);
    box-shadow: 0 4px 8px 0 rgba(125, 125, 125, 0.2), 0 6px 20px 0 rgba(0, 0, 0, .99);
    left: calc(50% - 35%);
    top: calc(50vh - 30vh);
    display: none;
    opacity: .2;
}

    .a-img img {
        max-height: 95%;
        max-width: 95%;
        width: auto;
        height: auto;
        transition: .3s;
    }


/*boton*/

.x-c {
    position: relative;
    width: 40px;
    height: 40px;
    visibility: hidden;
}

    .x-c div {
        width: 90%;
        height: 5px;
        background: white;
        border-radius: 2.5px;
        position: absolute;
        cursor: pointer;
        top: 15;
        left: 2px;
    }

    .x-c /*:hover*/ div {
        background: black
    }

.x1 {
    transform: rotate(45deg);
    top: 0;
    right: 0;
}

.x2 {
    transform: rotate(-45deg);
    top: 0;
    right: 0;
}

.a-img .x-c {
    position: absolute;
    top: 15;
    right: 15;
    visibility: hidden;
}

.img-content > img {
    max-width: 95%
}

.img-ss {
    width: 45px;
    max-height: 98%;
    max-width: 98%
}

.a-img .img-ss {
    max-width: 85%;
    max-height: 85%
}

.img-s {
    width: 70px;
    max-height: 98%;
    max-width: 98%;
}

.a-img .img-s {
    max-width: 85%;
    max-height: 85%
}

.img-m {
    width: 170px;
    max-height: 98%;
    max-width: 98%;
}

.a-img .img-m {
    max-width: 85%;
    max-height: 85%
}

.img-mb {
    width: 190px;
    max-height: 98%;
    max-width: 98%;
}

.a-img .img-mb {
    max-width: 85%;
    max-height: 85%
}

.img-b {
    width: 270px;
    max-height: 98%;
    max-width: 98%;
}

.a-img .img-b {
    max-width: 85%;
    max-height: 85%
}

.img-bg {
    width: 470px;
    max-height: 98%;
    max-width: 98%;
}

.a-img .img-bg {
    max-width: 85%;
    max-height: 85%
}

/*new function*/

.img-content img:hover ~ a {
    display: flex;
    opacity: .95
}

.a-img:hover {
    display: flex;
    opacity: 1
}

.img-conent img {
    max-width: 95%;
}


.ctiner {
    width: 100%;
    text-align: center;
    height: 70px;
    background-color: #36578C;
    box-shadow: inset 0 10px 7px -10px rgb(0 0 0 / 75%), inset 0 -10px 7px -10px rgb(0 0 0 / 75%);
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
}

.title_big {
    font-family: arial;
    border: 0;
    font-size: 28px;
    line-height: 1.3;
    margin: 15px 0;
    padding: 0;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    color: white;
}

.title {
    font-size: 28px;
    font-weight: 500;
    font-family: arial;
}

.link-contabilidad {
    font-size: 20px;
    font-weight: 450;
    color: #36578C;
    text-decoration: none;
    display: block;
    font-weight: 500;
}


.this:hover {
    transform: scale(1.5) translateX(40px);
    transition: .5s;
}

.this {
    max-width: 450px;
    transition: .5s;
    margin: auto;
}

.this1 {
    max-width: 370px;
    transition: .5s;
}


.img-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.bold {
    font-weight: 700;
}


.rw ::selection {
    color: white;
    background: #36578C;
}

.main-content > hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

/*Diagrama*/

.containerDiagram {
    height: 100px;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 1fr 2fr 1fr 2fr;
    max-width: 933px;
    margin: auto;
    min-width: 400px;
}

.test {
    display: flex;
    align-items: center;
    position: relative;
}

.caja {
    width: 100%;
    border-radius: 4px;
    border: 2px gray solid;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.req-box {
    background: #EE5353;
}

.box-final {
    background: #488BDB;
}

.contenido-rw-d {
    font-size: 20px;
    font-weight: 500;
    color: white;
}

.containerFlecha {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flecha {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
}


.box-message-advertence {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    font-size: 14px;
    font-style: italic;
    margin: 1em 0 2em;
    padding: 1em 2em;
    display: grid;
    grid-template-columns: 1fr 9fr;
    width: 80%;
    font-style: oblique;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 350;
}


.link-contabilidad {
    font-size: 20px;
    color: #36578C;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.2;
}

.rw-logo-container {
    display: flex;
    justify-content: left;
    align-items: center;
}

    .rw-logo-container > img {
        width: 43px;
    }
