﻿/*
label{
    font-family:'Cambria Math';
}
*/
 body {
    margin: 0;
    /*padding: 10px;*/
    /*height: 100%;*/
    /*border: 1px solid red;*/
}

#nv_Logo {
    /*border: 1px solid;*/
    width: 95%;
    height: 55px;
    display: flex;
    padding-top:10px;
    /*padding-left:50px;*/
    /*background-color: #F2F2F2;*/
}

/*#dv_Logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px;
    border: 1px solid;
    width: 100%;
}*/

#img_Logo {
    width: 18%;
}

#dv_Container {
    /*border:1px solid;*/
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;

}

#ft_Derechos {
    /*border:1px solid purple;*/
    width: 100%;
    height: 5%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#dv_derechos {
    /*border: 1px solid;*/
    width: 100%;
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
}


#dv_SubContainer {
    /*border:1px solid purple;*/
    width: 100%;
    display: flex;
}

#dv_Aside {
    /*border: 1px solid green;*/
    width: 27%;
    display:flex;
    justify-content:center;
}

#dv_Formulario {
    /*border: 1px solid;*/
    width:70%;
    /*height:100%;*/
    display: flex;
}

#dv_Barra {
    width: 100%;
    /*border:1px solid red;*/
    height: 100%;
    background-color: white;
    display: flex;
    /*flex-direction: column;*/
    justify-content: space-between;
    /*align-items: end;*/
    /*margin-top:60px;*/
}

   /* #dv_Barra label {
        font-size: 50px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }*/

#dv_Titulos{
    /*border:1px solid;*/
    display:flex;
    flex-direction:column;
    /*justify-content:space-between;*/
    /*margin-left:45%;*/
    width:75%;
    /*height:100%;*/
    position:relative;
}

#dv_DTicket {
    /*border: 1px solid;*/
    position: absolute;
    top: 6%;
    right: -20px;
    margin-left: 8px;
}

#lbl_DTicket {
    /*border: 1px solid;
    position: absolute;
    top: 40px;
    right: -50px;*/
    font-size: clamp(10px, 2.5vw, 25px);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: lightgray;
}

#dv_DPersonales {
    /*border: 1px solid;*/
    position: absolute;
    top: 45%;
    right: -30px;
    margin-left:88px;
}

#lbl_DPersonales {
    /*border: 1px solid;
    position: absolute;
    top: 244px;
    right: -50px;*/
    font-size: clamp(10px, 2.5vw, 25px);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: lightgray;
}

#dv_DEquipo {
    /*border: 1px solid;*/
    position: absolute;
    top: 87%;
    right: -20px;
    margin-left: 8px;
}

#lbl_DEquipo {
    /*border: 1px solid;
    position: absolute;
    top: 474px;
    right: -50px;*/
    font-size: clamp(10px, 2.5vw, 25px);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: lightgray;
}

#dv_FormContainer {
    /*border: 1px solid;*/
    width: 100%;
    /*height: 100%;*/
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#dv_DatosTicket {
    /*border: 1px solid;*/
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%;
    /*height:150px;*/
}

#tt_Ticket {
    width: 55%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #5C5F65;
    font-size: clamp(20px, 2.5vw, 30px);
    border-bottom: 3px solid;
    text-align: center;
    padding: 10px;
    margin-top: -50px;
    margin-bottom: 2%;
}

#dv_DatosTicketContainer {
    /*border: 1px solid;*/
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    margin: 15px;
}

    #dv_DatosTicketContainer label {
        font-size: clamp(12px, 2.5vw, 1px);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #5C5F65;
        opacity: 0.9;
    }

#dv_Ticket, #dv_FechaTicket {
    /*border: 1px solid;*/
    display: flex;
    flex-direction: column;
    margin: 0px 10px 10px 10px;
    width: 70%;
}

#txt_Ticket, #txt_FechaTicket {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    /*width: clamp(10%, 40vw, 10%);*/
    padding: 10px;
    margin: 10px 0px;
    font-size: 10px;
}

#dv_DatosPersonales {
    /*border: 1px solid;*/
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#dv_DatosPersonalesContainer {
    /*border:1px solid;*/
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    margin: 15px;
}

    #dv_DatosPersonalesContainer label {
        font-size: clamp(12px, 2.5vw, 1px);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #5C5F65;
        opacity: 0.9;
    }

#dv_Nombre, #dv_PA, #dv_SA, #dv_FN, #dv_Email {
    /*border: 1px solid;*/
    display: flex;
    flex-direction:column;
    margin:0px 10px 10px 10px
}

#txt_Nombre, #txt_PA, #txt_SA, #txt_FN {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 90%;
    padding: 10px;
    margin: 10px 0px;
    width: 140px;
    font-size: 10px;
}

#txt_Email {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 90%;
    padding: 10px;
    margin: 10px 0px;
    width: 210px;
    font-size: 10px;
}

#dv_DatosEquipo {
    /*border: 1px solid;*/
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#dv_DatosEquipoContainer {
    /*border:1px solid;*/
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    margin: 15px;
    width:80%;
    
}

    #dv_DatosEquipoContainer label {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #5C5F65;
        opacity: 0.9;
        font-size:10px;
    }

#dv_Celular, #dv_Emei, #dv_Plan {
    /*border: 1px solid;*/
    display: flex;
    flex-direction: column;
    margin: 0px 10px 10px 10px;
    justify-content: space-between;
}

#dv_EQ {
    /*border: 1px solid;*/
    display: flex;
    flex-direction: column;
    margin: 0px 10px 10px 10px;
    justify-content: space-between;
    width: 100%;
}

#txt_Celular, #txt_Emei, #slPlan {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 90%;
    padding: 10px;
    margin: 10px 0px;
    width: 140px;
    font-size:10px;
}

#slItem {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 90%;
    padding: 10px;
    margin: 10px 0px;
    width: 100%;
    font-size: 10px;
}

#dv_Button {
    /*border: 1px solid;*/
    display: flex;
    justify-content: center;
    width:100%;
}


#bnt_Enviar, #bnt_Buscar, #bnt_Continuar {
    /*width: 10%;*/
    height: 35px;
    margin-top: 30px;
    border: 1px solid #E92A7B;
    border-radius: 5px;
    background-color: transparent;
    color: #E92A7B;
    font-weight: 700;
}

    #bnt_Enviar:hover, #bnt_Buscar:hover, #bnt_Continuar:hover {
        background-color: #E92A7B;
        color: white;
        font-weight: 700;
        cursor: pointer;
    }

#dv_Gracias {
    display: none;
    justify-content: center;
    /*border: 1px solid;*/
    font-size: 40px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #5C5F65;
    text-align:center;
}

    #dv_Gracias p {
        border-bottom: 3px double #342D9D;
        padding-bottom: 17px;
    }

.mi-titulo {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; /* Cambia la fuente del título */
}

.mi-contenido {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; /* Cambia la fuente del contenido */
}


/*CSS PARA MODAL*/

.modal {
    display: none; /* Lo ocultamos por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Contenido del modal */
.modal-content {
    background-color: #fff;
    padding: 8px 20px 20px 20px;
    border-radius: 8px;
    max-width: 260px;
    width: 90%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
}

/* Botón de cerrar */
.close-btn {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #d33;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


#dv_Sn_Close, #dv_Pl_Close {
    font-size: 22px;
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    /*border: 1px solid;*/
    padding: 0px;
    margin: 0px;
}

#dv_tt_Sn {
    width: 100%;
    /*border:1px solid;*/
    padding: 2px;
}

#tt_Sn {
    font-size: 30px;
    border-bottom: 1px solid;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #5C5F65;
}

#dv_Sn_Nombre{
    display:flex;
    justify-content:space-between;
}


#txt_Sn_Nombre, #txt_Sn_APaterno, #txt_Sn_AMaterno, #txt_Sn_Email, #txt_Sn_Telefono, #txt_Sn_FechaRegistro, #txt_Sn_Marca, #txt_Sn_Linea, #txt_Sn_Modelo, #txt_Sn_uuid, #txt_Sn_Certificado, #txt_Sn_Imei, #txt_Sn_NumeroCaso, #txt_Sn_Descripcion, #txt_Sn_Calle, #txt_Sn_Municipio, #txt_Sn_Ciudad, #txt_Sn_Estado, #txt_Sn_CP, #txt_Sn_Referencia {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 90%;
    padding: 7px;
    /*margin: 3px 0px;*/
    width: 140px;
    font-size: 10px;
}

#dv_FormularioSiniestro label {
    font-size: 12px;
}

#btn_Sn_Enviar{
    margin-top:15px;
}

#dv_links{
    /*border:1px solid;*/
    width:100%;
    display:flex;
    margin-bottom:7px;
}

#sp_Politicas {
    font-size: 12px;
    margin-left: 5%;
    color: #E92A7B;
    cursor:pointer;
}

    #sp_Politicas:hover {
        color: #342D9D;
    }


#dv_ContainerPoliticas {
    max-height: 83%;
}

#dv_PolText {
    height:550px;
    overflow: scroll;
    overflow-x: hidden;
    /*border: 1px solid;*/
}

#sp_PolText {
    font-size: 14px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    text-align:justify;
}