/*
###############################################
####### ESTILO MODAL MANTENEDOR AGREGAR #######
###############################################
*/

.modalMensaje {
    background-color: rgba(0,0,0,.9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    display: none;
    z-index: 40;
}

#modal_contenido_mensaje {

}

/*
.conten_modal_crud {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 144rem;
    width: 95%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
*/

#conten_modal_mensaje {
    transition: all 1s;
    border-radius: .5rem;
    height: 100%;
    z-index: 50;
    width: 100%;
}

/*
#conten_modal_mensaje h1 {
    font-size: 1.8rem;
    font-weight: 400;
    border: 1px solid red;
}
*/

/*
.modal_contenido_mensaje {
    padding: 5px;
}
*/

/*
#conten_modal_mensaje_superior_mensaje {
    margin: 0 auto;
    text-align: right;
    display: flex;
    border-bottom: 2px solid  #017A9F;
    justify-content: space-between;
    background-color:  #EE5601;
    border-radius: .5rem .5rem 0 0;
    text-transform: uppercase;
}
*/

#conten_mensaje_modal {
    display: flex;
    height: 100%;
    width: 100%;
     display: flex;
    justify-content: center;
    align-items: center;
}

#conten_mensaje_modal_contenido {
    height: 12rem;
    width: 45rem;
    max-width: 98%;
    border-radius: .5rem;
    display: flex;
/*    background-color: #039303;*/
/*    background-color: #de0000;*/
    background-color: #358324;
/*    border-top: 2px solid #074a07;*/
/*    border-top: 2px solid #6c0000;*/
    border: 2px solid #ac4c44;
    border-radius: 1.3rem;
}


#mensaje_modal_izq {
    width: 20%;
/*    border: 1px solid red;*/
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cuadro_icono_check_modal_mensaje {
/*    border: 1px solid red; */
    padding: 1rem 1rem;
    border-radius: 50%;
/*    background-color: #e2d55a;*/
}

#mensaje_modal_izq span {
    font-size: 4rem;
/*    padding: 1rem;*/
    
/*    color: #886005;*/
}

#mensaje_modal_cen {
    width: 70%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
/*    border: 1px solid red;*/
}

#mensaje_modal_cen h1 {
/*    color: #886005;*/
    display: flex;
    width: 100%;
    font-size: 2rem;
/*    border: 1px solid red;*/
}

#mensaje_modal_cen h2 {
/*    color: #d1a43c;*/
    display: flex;
    width: 100%;
    font-size: 1.7rem;
    font-weight: 400;
/*    border: 1px solid red;*/
}


#mensaje_modal_der {
    width: 10%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mensaje_modal_der span {
    font-size: 3rem;
    font-weight: 100;
/*    color: #ddd33f;*/
}

#mensaje_modal_der span:hover {
    cursor: pointer;
}


/*

#mensaje_modal_sup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #035f03;
    background-color: #980000;
    background-color: #00046c;
    padding: 0rem 1rem;
    
}
*/

/*
#mensaje_modal_sup_izq {
    display: flex;
    justify-content: center;
    width: 100%;
}

#mensaje_modal_sup_izq label {
    color: var(--claro);
    font-size: 1.8rem;
}
*/

/*
#mensaje_modal_sup_der {
    display: flex;
    justify-content: center;
    align-items: center;
}

#mensaje_modal_sup_der span {
    color: var(--claro);
    font-size: 2rem;
}

#mensaje_modal_sup_der span:hover {
    cursor: pointer;
    color: var(--oscuro);   
}
*/

#mensaje_modal_cen {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
#mensaje_modal_cen_izq {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 1rem;
}

#mensaje_modal_cen_izq span {
    font-size: 5rem;
    color: #035f03;
    color: #6c0000;
    color: #00046c;
}
*/
/*

#mensaje_modal_cen_der {
    height: 100%;
     display: flex;
    justify-content: center;
    align-items: center;
   
    
}

#mensaje_modal_cen_der h1 {
    font-size: 2.7rem;
    font-weight: 400;
    color: var(--claro);
}
*/
/*

#mensaje_modal_inf {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#mensaje_modal_inf label {
    width: 15rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;
    background-color: #035f03;
    background-color: #6c0000;
    background-color: #00046c;
    color: var(--claro);
    transition: all 0.4s;
}

#mensaje_modal_inf label:hover {
    cursor: pointer;
    color: var(--primario_hover);
}
*/


/*
#conten_mensaje_modal_contenido h1 {
    margin-left: 4rem;
    margin-top: 6rem;
    font-size: 2.8rem;
}
*/

/*
#icono_check_modal_mensaje {
    color: white;   
    font-size: 5rem;
    margin-left: 3rem;
    margin-top: 7rem;
}
*/
/*


#conten_titulo_modal_mensaje {
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
*/

/*
#lbl_titulo_modal_mensaje {
    color: #fff;
    padding: 7px 15px 7px 15px;
    font-size: 1.4rem;
}
*/

/*
#btn_cerrar_modal_mensaje {
    padding: 7px 15px 7px 15px;
    text-decoration: none;   
    font-size: 1.8rem;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
*/

/*
#coten_modal_mensaje_central {
    display: flex;
    justify-content: space-around;
    padding: .5rem;
    height: 90%;
}
*/

/*
#conten_modal_mensaje_izq {
    border: 1px solid #d9d9d9;
    padding: .5rem .5rem 1rem .5rem;
    width: 79%;
    border-radius: .5rem;
}
*/

/*

#modal_contenido_mensaje {
    display: flex;
}

#conten_modal_mensaje_der {
    border: 1px solid #d9d9d9;
    width: 20%;
    padding: .5rem .5rem 1rem .5rem;
    border-radius: .5rem;
}

#conten_form_info_lateral_mensaje {
    width: 100%;
    border-radius: .5rem;
    padding: .3rem;
}

#conten_info_form_mensaje {
    border: 1px solid #d9d9d9;
    height: 90%;
    border-radius: .5rem;
    max-height: 30rem;
    overflow: hidden;
}

#conten_acciones_form_mensaje {
    display: flex;
    justify-content: space-around;
    padding: .5rem;
    flex-wrap: wrap;
    height: auto;
}

.btn_cotizacion{
    margin-top: 1rem;
    width: 100%;
    margin-bottom: 1rem;
}

.btn_nota_pedido{
    width: 100%;
}

.btn_nota_pedido input{
    width: 100%;
}

.btn-deshabilitado{
    pointer-events: none;
    cursor: default;
    filter: brightness(0.7);
}

.modalMensaje .pestana_panel label.seleccionada{
    background-color: #EE5601;
    color: white;
}

#frm_crear_cuenta_test {
    margin: 0 auto;
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    max-width: 40rem;
    height: 30rem;
}

#frm_crear_cuenta_test input {
    height: 4rem;
    width: 100%;
    outline: none;
    padding: .5rem;
    font-size: 1.8rem;
    color: var(--gris);
    font-weight: 300;
    border-radius: .4rem;
}


#frm_crear_cuenta_test label {
    height: 5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--claro);
    background-color: var(--primario);
    border-radius: .4rem;
    font-size: 1.8rem;
}

#frm_crear_cuenta_test label:hover {
    cursor: pointer;
    background-color: var(--primario_hover);
    color: var(--oscuro);
    transition: all .4s;
}

#cerrar_modal_mensaje_cuenta_test {
    position: absolute;
    display: flex;
    font-size: 2rem;
    cursor: pointer;
    color: var(--claro);
}

@media (min-width:480px) {
    #cerrar_modal_mensaje_cuenta_test {
        font-size: 2rem;
        cursor: pointer;
        color: var(--claro);
    }
}

@media (min-width:1768px) {
    #cerrar_modal_mensaje_cuenta_test {
        font-size: 2rem;
        cursor: pointer;
        color: var(--claro);
    }
}
*/
