:root {
  --naranja_01: #EF8031;
  --naranja_02: #E9651B;
  --naranja_03: #B95218;
  --azul_01: #3773B8;
  --azul_02: #20528f;
  --rojo_01: #d10000;
  --verde_01: #00b207;
  --amarillo_01: #FBBA00;
  --blanco: #ffffff;
  --negro: #000000;
  --gris_bg: #f4f4f4;
  --gris_txt: #969695;
  --gris_sec: #D6D6D6;
}
/*MODIFICACIONES EOG*/
.modalBackground {
    height: 100%;
    background-color: #494949;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.pnlBackGround {
    position: fixed;
    width: 90vw;
    height: 300px;
    margin: auto;
    padding: 20px;
    background-color: var(--blanco);
    border: 1px solid var(--blanco);
    border-top: 10px solid var(--naranja_01);
    text-align: center;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 12px;
}

.btnClose {
    height: 55px;
    margin-bottom: 20px;
    padding-top: -1px;
    border: solid 1px var(--gris_sec);
    font-size: 20px;
    font-weight: 700;
    color: var(--gris_sec);
    display: flex;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 1/2;
}

.btnClose:hover, .btnClose:focus {
    height: 55px;
    border: solid 1px var(--gris_txt);
    background-color: var(--gris_bg);
    color: var(--gris_txt);
}
.blur {
    background-color: black;
    z-index: 999;
    filter: alpha(opacity=60);
    opacity: 0.60;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed; /*absolute;    */
}
.spinnerConteiner {
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    position: fixed; /*absolute;*/
    display: flex;
}

.centerSpinner {
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 8px;
    background-color: #fff;
    background-image: url("../imgs/spinner.gif");
    background-size: 50px 50px;
    background-repeat: none;
}
/*FIN MODIFICACIONES EOG*/





body {
  background-color: var(--gris_bg);
  font-family: 'Lato', sans-serif;
  color: var(--blanco);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h2 {
  font-size: 24px;
  font-weight: 700;
}
h3 {
  font-size: 16px;
  font-weight: 400;
}
h4 {
  font-size: 16px;
  font-weight: 400;
}
h5 {
  font-size: 14px;
  font-weight: 400;
}
a {
  color: var(--blanco);
  font-weight: 300;
  text-decoration: none;
}
a:hover {
  color: var(--blanco);
}
header {
  background-color: var(--naranja_01);
}
nav {
  grid-column: 1/2;
  height: 200px;
  margin-top: 20px;
  padding: 20px;
  background-color: var(--naranja_01);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
button {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
input {
  font-family: 'Lato', sans-serif;
}
.contenedor {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
/* CSS Header*/

.header {
  height: 130px;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 60px auto 100px;
  grid-template-rows: 60px 50px;
}
.logo {
  display: none
}
.salir {
  grid-column: 3/4;
  grid-row: 1/2;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
}
.salir p, img {
  margin: auto 0 auto 14px;
}
.usuario {
  grid-column: 1 / 4;
  grid-row: 2/3;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.usuario_date {
  text-transform: none;
}
/* CSS Menú*/
.menu {
  width: 100vw;
  margin-left: -100vw;
  text-transform: uppercase;
  transition: all 0.5s;
  margin-top: 0px;
  z-index: 1;
}
#btn-menu {
  display: none;
}
#btn-menu:checked ~ .menu {
  margin-left: 0px;
}
/* CSS Contenido*/
.adhesivo {
  flex-grow: 1;
}
/* CSS Búsquedas*/
.buscar {
  margin: 20px 20px 20px 20px;
  background-color: var(--blanco);
  color: var(--negro);
  display: flex;
  flex-direction: column;
}
.b_titulo {
  margin: 20px;
  font-size: 24px;
  color: var(--azul_01);
  display: flex;
}
.b_titulo h2 {
  margin-left: 16px;
}
.b_forma {
  display: flex;
  flex-direction: column;
}
.b_campo {
  width: 90%;
  height: 55px;
  margin: 0px auto 0px auto;
  padding: 8px;
  background-color: var(--gris_bg);
  border-top: 0;
  border-right: 0px;
  border-bottom: 3px solid var(--azul_01);
  border-left: 0px;
  font-weight: 300;
  font-size: 20px;
}
.b_btn {
  width: 90%;
  height: 55px;
  margin: 16px auto 20px auto;
  padding-top: 12px;
  background-color: var(--azul_01);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: var(--blanco);
  display: flex;
  justify-content: center;
}
.b_btn a:hover {
  width: 90%;
  height: 55px;
  color: var(--blanco);
}
.resultados {
  width: 90vw;
  margin: 0px auto 20px auto;
  display: grid;
  grid-template-rows: 50px 50px;
}
.regresar {
  margin-right: 20px;
  display: flex;
  justify-content: flex-end;
  padding-top: 1em;
  grid-row: 1/2;
}
.regresar h3 {
  font-weight: 700;
}
.regresar h3, img {
  margin: auto 0 auto 8px;
}
.saludo {
  color: var(--negro);
  grid-row: 2/3;
}
.cordial {
  color: var(--naranja_01);
}
.nombre_usuario {
  font-weight: 300;
  font-style: italic;
  color: var(--azul_01);
}
.add_contenedor {
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.add a {
  height: 55px;
  margin: 10px 20px 20px 20px;
  padding-top: 12px;
  background-color: var(--azul_01);
  font-size: 20px;
  font-weight: 700;
  color: var(--blanco);
  display: flex;
  justify-content: center;
}
/* CSS Forma */
.subir_usuario {
  width: 90vw;
  margin: 20px auto 0px auto;
  display: flex;
  flex-direction: column;
}
.formulario {
  background-color: var(--blanco);
  margin: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.f_campo {
  height: 55px;
  margin-bottom: 20px;
  padding: 8px;
  background-color: var(--gris_bg);
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid;
  border-top: 0px;
  border-color: var(--azul_01);
  font-weight: 300;
  font-size: 16px;
}
.f_radio {
    height: 55px;
    margin-bottom: 20px;
    padding: 8px;
    background-color: var(--gris_bg);
    border-left: 0px;
    border-right: 0px;
    border-bottom: 3px solid;
    border-top: 0px;
    border-color: var(--azul_01);
    font-weight: 300;
    font-size: 16px;
    color: gray;
}
.f_btns {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr 1fr;
}
.f_btn_add a {
  height: 55px;
  margin-bottom: 20px;
  padding-top: 12px;
  background-color: var(--azul_01);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.f_btn_add a:hover {
  height: 55px;
  background-color: var(--azul_02);
  color: var(--blanco);
}
.f_btn_cancelar a {
  height: 55px;
  margin-bottom: 20px;
  padding-top: 12px;
  border: solid 1px var(--gris_sec);
  font-size: 20px;
  font-weight: 700;
  color: var(--gris_sec);
  display: flex;
  justify-content: center;
}
.f_btn_cancelar a:hover {
  height: 55px;
  border: solid 1px var(--gris_txt);
  background-color: var(--gris_bg);
  color: var(--gris_txt);
}
.f_exito {
  font-weight: 300;
  color: var(--negro);
  display: flex;
  flex-direction: column;
}
.f_exito h1 {
  margin: 0 auto 20px auto;
  color: var(--verde_01);
}
.f_exito p {
  margin: 0 auto 20px auto;
}
.f_regresar {
  width: 200px;
  height: 45px;
  margin: 0 auto 20px auto;
  padding-top: 12px;
  background-color: var(--azul_01);
  color: var(--blanco);
  font-weight: 700;
  display: flex;
  justify-content: center;
}
/* CSS Fichas*/
.servicio {
  margin: 0px 20px 20px 20px;
  padding: 0px 20px 0px 20px;
  background-color: var(--blanco);
  color: var(--negro);
  display: grid;
  grid-template-columns: 1fr;
}
.servicioHeader {
  margin: 20px 20px 0px 20px;
  padding: 0px 20px 0px 20px;
  background-color: var(--blanco);
  color: var(--negro);
  display: grid;
  grid-template-columns: 1fr;
}
.acordeon {
  width: 100%;
  height: 70px;
  background-color: var(--blanco);
  border: none;
  outline: none;
  transition: 0.4s;
  cursor: pointer;
}
.panel {
  margin-bottom: 20px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.tipo_seg {
    display: flex;
    grid-column: 1 /2;
    color: var(--azul_01);
    margin-top: 10px;
    margin-bottom: 10px;
}
.tipo_seg img {
  margin-left: 0px;
}
.tipo_seg h2 {
  margin-left: 12px;
}
.seguro {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px var(--azul_01);
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
}
.agente {
  margin-top: 10px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.agenteAdmin {
    margin-top: 10px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
}
.agenteRes {
    margin-top: 10px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    border-bottom: solid 1px var(--azul_01);
}
.contratado {
  margin-top: 10px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
}
.poliza {
  color: var(--azul_01);
}
.poliza p {
  font-size: 24px;
  font-weight: 700;
  color: var(--negro);
}
.nombre {
  color: var(--azul_01);
}
.certificado {
  color: var(--azul_01);
}
.estado {
  color: var(--azul_01);
}
.estadoAdmin {
    color: var(--azul_01);
}
.ver_poliza {
  display: none;
}
/* CSS Colores de estado*/
.regular {
  font-size: 14px;
  font-weight: 400;
  color: var(--gris_txt);
}
.regular a {
  color: var(--naranja_02);
  text-decoration: underline;
}
.vigente {
  font-size: 16px;
  color: var(--verde_01);
}
.vencido {
  font-size: 16px;
  color: var(--rojo_01);
}
.cancelado {
  font-size: 16px;
  color: var(--amarillo_01);
}
.renovacion {
  font-size: 16px;
  color: var(--naranja_02);
}
.editar_usuario a {
  font-size: 16px;
  font-weight: 700;
  color: var(--naranja_02);
}
/* CSS Login */
.inicio {
  background-color: var(--naranja_01);
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.login {
  margin: auto;
  background-color: var(--naranja_01);
}
.login p {
  margin-bottom: 12px;
}
.bienvenido {
  width: 309px;
  margin: 20px 0px 20px 0px;
  font-size: 54px;
  font-weight: 400;
}
.campo {
  width: 309px;
  height: 55px;
  margin-bottom: 20px;
  padding: 8px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid;
  border-top: 0px;
  border-color: var(--azul_01);
  font-weight: 400;
  font-size: 16px;
}
.campo:focus {
    font-weight: 400;
}
.btn_login a {
  width: 309px;
  height: 55px;
  margin-bottom: 20px;
  padding-top: 12px;
  background-color: var(--azul_01);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.btn_login a:hover {
  width: 309px;
  height: 55px;
  background-color: var(--azul_02);
}
/*CSS Footer*/
.footer {
  width: 100vw;
  height: 50px;
  display: flex;
  z-index: 3;
}
.footer p {
  display: none;
}
.btn_izq a {
  width: 50vw;
  height: 50px;
  padding-top: 12px;
  background-color: var(--naranja_02);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.btn_izq a:hover {
  background-color: var(--naranja_03);
  color: var(--blanco);
}
.btn_der a {
  width: 50vw;
  height: 50px;
  padding-top: 12px;
  background-color: var(--naranja_01);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.btn_der a:hover {
  background-color: var(--naranja_02);
  color: var(--blanco);
}
/*CSS Ventana modal*/
.modalContainer {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modalContainer .modal-content {
  width: 90vw;
  height: 40vh;
  margin: auto;
  padding: 20px;
  background-color: var(--blanco);
  border: 1px solid var(--blanco);
  border-top: 10px solid var(--naranja_01);
  text-align: center;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 12px;
}
.modalContainer .close {
  height: 55px;
  margin-bottom: 20px;
  padding-top: 12px;
  border: solid 1px var(--gris_sec);
  font-size: 20px;
  font-weight: 700;
  color: var(--gris_sec);
  display: flex;
  justify-content: center;
  grid-column: 1/2;
  grid-row: 1/2;
}
.modalContainer .close:hover, .modalContainer .close:focus {
  height: 55px;
  border: solid 1px var(--gris_txt);
  background-color: var(--gris_bg);
  color: var(--gris_txt);
}
.m_btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 8px;
}
.m_btn_add {
  grid-column: 2/3;
}
.m_btn_add a {
  height: 55px;
  margin-bottom: 20px;
  padding-top: 12px;
  background-color: var(--azul_01);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.m_btn_add a:hover {
  height: 55px;
  background-color: var(--azul_02);
  color: var(--blanco);
}
.m_btn_cancelar {
  grid-column: 1/2;
  grid-row: 1/2;
}
.m_btn_cancelar a {
  height: 55px;
  margin-bottom: 20px;
  padding-top: 12px;
  border: solid 1px var(--azul_01);
  font-size: 20px;
  font-weight: 700;
  color: var(--azul_01);
  display: flex;
  justify-content: center;
}
.m_btn_cancelar a:hover {
  height: 55px;
  background-color: var(--azul_02);
  color: var(--blanco);
}

@media (min-width: 768px) {}
@media (min-width: 1024px) {
  header {
    width: 100vw;
    height: 150px;
  }
  .header {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 150px 3fr 2fr 0.5fr;
    grid-template-rows: 70px;
  }
  nav {
    width: 300px;
    height: auto;
    margin: 0px;
    padding-top: 1em;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  /*CSS Menú*/
  header label {
    display: none;
  }
  .menu {
    width: 500px;
    margin-top: 0px;
    margin-left: 0px;
  }
  /* CSS Header*/
  .logo {
    display: block;
  }
  .salir {
    grid-column: 4 / 5;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .salir p, img {
    margin: auto 0 auto 14px;
  }
  .usuario {
    grid-column: 3 / 4;
    grid-row: 1 /2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* CSS Contenido*/
  .resultados {
    width: 90vw;
    margin: 0px auto 20px auto;
    display: grid;
    grid-template-rows: 50px 50px;
  }
  .regresar {
    margin-right: 20px;
    display: flex;
    justify-content: flex-end;
    padding-top: 1em;
    grid-row: 1/2;
  }
  .regresar h3 {
    font-weight: 700;
  }
  .regresar h3, img {
    margin: auto 0 auto 8px;
  }
  .saludo {
    color: var(--negro);
    grid-row: 2/3;
  }
  .cordial {
    color: var(--naranja_01);
  }
  .nombre_usuario {
    font-weight: 300;
    font-style: italic;
    color: var(--azul_01);
  }
  /* CSS Búsquedas*/
  .buscar {
    width: 90vw;
    margin: 20px auto 20px auto;
    background-color: var(--blanco);
    color: var(--negro);
    display: flex;
    flex-direction: column;
  }
  .b_forma {
    margin: 0px 20px 0px 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
  }
  .b_campo {
    width: 60%;
    margin: 0px;
  }
  .b_btn {
    width: 30%;
    margin: 0px 0px 0px 20px;
  }
  .resultados {
    width: 90vw;
    margin: 0px auto 0px auto;
    display: flex;
  }
  .regresar {
    margin-right: 20px;
    display: flex;
    justify-content: flex-end;
    padding-top: 1em;
  }
  .saludo {
    width: 90vw;
    margin: 20px auto 20px auto;
    color: var(--negro);
  }
  .add_contenedor {
    width: 90vw;
    margin: 0px auto 0px auto;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .add a {
    width: 44vw;
    height: 55px;
    margin: 0px;
  }
  /* CSS Forma */
  .subir_usuario {
    width: 50vw;
    margin: 0px auto 0px auto;
  }
  .formulario {
    width: 50vw;
    margin: 0px auto 20px auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .f_campo {
    width: 100%;
    height: 55px;
  }
  .f_radio {
    width: 100%;
    height: 55px;
  }
  .f_btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
  .f_btn_add {
    grid-column: 2/3;
  }
  .f_btn_add a {
    width: 100%;
  }
  .f_btn_cancelar {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .f_btn_cancelar a {
    width: 95%;
  }
  .f_exito h1 {
    margin: 0 0 20px 0;
  }
  .f_exito p {
    margin: 0 0 20px 0;
  }
  .f_regresar {
    margin: 0 0 20px 0;
  }
  /* CSS Fichas*/
  .servicio {
    width: 90vw;
    margin: 0 auto 20px auto;
    display: grid;
    grid-template-columns: 1fr;
  }
    .servicioHeader {
    width: 90vw;
    margin: 20px auto 0px auto;
    display: grid;
    grid-template-columns: 1fr;
  }
  .tipo_seg {
    display: flex;
    grid-column: 1 /2;
    color: var(--azul_01);
  }
/*  .seguro {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--azul_01);
    display: grid;
    grid-template-columns: repeat(4, 1fr) 100px 150px;
    grid-template-rows: 50px 50px;
    grid-gap: 14px;
  }*/
  /* INICIA CSS MODIFICADA PARA LOS DATOS DE SEGURO*/
  .seguro {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--azul_01);
    display: grid;
    grid-template-columns: repeat(3, 1fr) 100px 100px 150px;
    grid-template-rows: 50px 70px;
    grid-gap: 14px;
  }
  /* TERMINA CSS MODIFICADA PARA LOS DATOS DE SEGURO*/
  .agente {
    margin-top: 10px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 16px;
  }
.agenteAdmin {
    margin-top: 10px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 16px;
}
.agenteRes {
    margin-top: 10px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr) 200px;
    grid-gap: 16px;
}
  .contratado {
    margin-top: 10px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr) 100px 150px;
    grid-template-rows: 50px 50px;
    grid-gap: 14px;
  }
  .poliza {
    grid-column: 1/2;
    color: var(--azul_01);
  }
  .poliza p {
    font-size: 16px;
    font-weight: 700;
    color: var(--negro);
  }
  .nombre {
    grid-column: 2/3;
    color: var(--azul_01);
  }
  .certificado {
    grid-column: 3/4;
    color: var(--azul_01);
  }
  /*** INICIA CSS PARA UBICAR LA VIGENCIA EN LA FILA SUPERIOR***/
  .estadoVigencia {
    grid-colum: 4/3;
    color: var(--azul_01);
  }
  /*** TERMINA CSS PARA UBICAR LA VIGENCIA EN LA FILA SUPERIOR***/
  .estado {
    grid-row: 2/3;
    color: var(--azul_01);
  }
.estadoAdmin {
    grid-row: 1/2;
    color: var(--azul_01);
}
  .ver_poliza {
    display: block;
  }
  /* CSS Footer*/
  .footer {
    height: 70px;
    padding: 20px 0px 20px 0px;
    background-color: var(--naranja_01);
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer p {
    width: 100vw;
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
  }
  .footer p a {
    color: var(--blanco);
    font-weight: 400;
  }
  .footer p a:hover {
    color: var(--azul_01);
  }
  .btn_izq a {
    display: none;
  }
  .btn_der a {
    display: none;
  }
  /*CSS Ventana modal*/
  .modalContainer .modal-content {
    width: 30vw;
  }
	.pnlBackGround {
    position: fixed;
    width: 30vw;
    height: 35vh;
    margin: auto;
    padding: 20px;
    background-color: var(--blanco);
    border: 1px solid var(--blanco);
    border-top: 10px solid var(--naranja_01);
    text-align: center;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 12px;
}
    .centerSpinner {
        width: 100px;
        height: 100px;
        margin: auto;
        background-image: url("../imgs/spinner.gif");
        background-size: 100px 100px;
        background-repeat: none;
    }
}






