/* ESTILOS VISTA HOSTS/GRAPHS */

.grid-container2 {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr); 
}

@media (max-width: 768px) {
  .grid-container2 {
    grid-template-columns: repeat(
      2,
      1fr
    ); 
  }
}

/* FIN */

:root {
  --white: white;
  --black: black;
  --color-1: #c2c600 !important;
  --color-2: #fad700 !important;
  --color-3: #ffaa00 !important;
  --color-4: #ff6100;
  --color-5: #ff4000;
}

.container-opco1 {
  background-color: #0000;
  background-image: url('../../images/download.png');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 100px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: inline-flex;
}

.container-opco1:hover {
  background-color: #375D9D;
  background-image: url('../../images/LLA-Logo-white.png');
}

.container-opco2 {
  background-color: #0000;
  background-image: url('../../images/LCPR-Iso-OG.png');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 120px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: inline-flex;
}

.container-opco2:hover {
  background-color: #009aff;
  background-image: url('../../images/LCPR-Iso-White.png');
}

.container-opco3 {
  background-color: #0000;
  background-image: url('../../images/Iso-cw.png');
  background-position: 50% 88%;
  background-repeat: no-repeat;
  background-size: 100px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: inline-flex;
}

.container-opco3:hover {
  background-color: #4f307c;
  background-image: url('../../images/Iso-cw-white.png');
}

.container-opco4 {
  background-image: url('../../images/LN-iso-OG.png');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 120px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: inline-flex;
}

.container-opco4:hover {
  background-color: #0000;
  background-image: url('../../images/LN-iso-white.png'), linear-gradient(90deg, #ff6000, #ffaf00 100%, #ff6000 101%);
  background-position: 50% 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 120px, auto;
}

.container-opco5 {
  background-color: #0000;
  background-image: url('../../images/LCR-Iso-OG.png');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 120px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: inline-flex;
}

.container-opco5:hover {
  background-color: #fe7d09;
  background-image: url('../../images/LCR-Iso-white.png');
}

.container-opco6 {
  background-color: #0000;
  background-image: url('../../images/CWP-Iso-OG.png');
  background-position: 50% 86.5%;
  background-repeat: no-repeat;
  background-size: 90px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: inline-flex;
}

.container-opco6:hover {
  background-color: #0085ca;
  background-image: url('../../images/CWP-Iso-white.png');
}

.nav__header-4{
  margin-bottom: 5px;
}

.custom-allselect-1{
  border: solid 1.4px #686868;
  border-radius: 1.2em;
  width: auto;
  display: inline-block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
  border-radius: 1.2em;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.body-login-2 {
  background-color: #cbcbcb;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.data-wrap {
  border: 1px solid #d6d6d6;
  border-radius: 1em;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
}

.data-heading {
  color: #686868;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Lato, sans-serif;
  font-size: 100%;
  line-height: 100%;
  display: flex;
  width: min-content;
}

.data-content {
  color: #375D9D;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 200%;
  display: flex;
  padding-left: 3%;
  padding-right: 3%;
}

.graph-wrap {
  border: 1px solid #d6d6d6;
  border-radius: 1em;
  box-shadow: 0 0 5px #d6d6d6;
}

.graph-column {
  padding-left: 0;
  padding-right: 0;
}

.div-2, .div-3, .div-4 {
  align-self: stretch;
}

.graph-flex {
  padding: 10px;
}

.columns {
  padding: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  place-content: space-between space-around;
  align-items: center;
  display: flex;
  background-color: #dddddd;
  margin-bottom: -11px;
  place-content: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom-left-radius: 1.4em;
  border-bottom-right-radius: 1.4em;
}

.graph-tittle {
  align-self: flex-start;
}

.data-column {
    padding-left: 0;
    padding-right: 0;
    width: min-content;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.columns-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
  background-color: #f5f5f5;
}

.graph-group {
  border: 1px solid #d6d6d6;
  border-radius: 1em;
  box-shadow: 0 0 5px #0003;
}

.div-block-2 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .data-column {
    min-width: 16%;
  }

  .data-heading {
    font-size: 1.6em;
  }

  .data-content {
    font-size: 36px;
  }

  .heading-resume {
    margin-left: 0;
    margin-right: 0;
    font-size: 180% !important;
    line-height: 74px !important;
  }
}

@media screen and (min-width: 1920px) {
  .formcontainer {
    background-color: #fff;
    border-radius: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 560px;
    height: 820px;
    margin: auto;
    padding: 54px;
    display: flex;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 5%;
  }

  .input-wrapper {
    margin-bottom: 1.4em;
  }

  .link-2 {
    margin-top: 2px;
    margin-bottom: 4%;
  }

  .checkbox-2 {
    margin-top: 1%;
  }

  .link-3 {
    font-size: 20px;
  }

  .button_en, .button_es {
    height: 40px;
    padding-top: 9px;
    font-size: 18px;
  }

  .image {
    top: 112px;
  }

  .lockimage {
    min-width: 50px;
  }

  .pass-formcontainer {
    aspect-ratio: auto;
    object-fit: cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 520px;
    height: 520px;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .menu.shadow-three {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .login-formcontainer {
    width: 480px;
    min-width: 280px;
    height: 480px;
    min-height: 280px;
    padding: 21px;
  }

  .page-wrapper {
    width: 380px;
    max-width: 400px;
  }

  .block-content {
    border-radius: 16px;
  }

  .heading-account {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 57px;
    line-height: 64px;
  }

  .button-alt1 {
    background-color: #375D9D;
    border-radius: 7px;
  }

  .button-alt1:hover {
    color: #375D9D;
    background-color: #50505000;
    border: 1px solid #375D9D;
  }

  .button-alt1:active {
    color: #bfbfbf;
    background-color: #404040;
    border-width: 0;
  }

  .button-alt2 {
    color: #fff;
    background-color: #7f7f7f;
    border-radius: 7px;
  }

  .button-alt2:hover {
    color: #404040;
    background-color: #40404000;
    border: 1px solid #404040;
  }

  .button-alt2:active {
    color: #bfbfbf;
    background-color: #404040;
    border: 1px solid #404040;
  }

  .input-wrapper-account {
    margin-bottom: 2%;
  }

  .container-opco2 {
    background-position: 50% 81%;
    background-size: 180px;
  }

  .container-opco3, .container-opco4 {
    background-position: 50% 81%;
    background-size: 170px;
  }

  .container-opco4:hover {
    background-position: 50% 81%, 0 0;
    background-size: 170px, auto;
  }

  .container-opco5 {
    background-position: 50% 81%;
    background-size: 170px;
  }

  .container-opco6 {
    background-position: 50% 81%;
    background-size: 160px;
  }

  .container-opco1 {
    background-position: 50% 80%;
    background-size: 140px;
  }

  .data-heading {
    font-size: 2em;
  }

  .data-content {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .body-login {
    background-size: auto 580px;
  }

  .data-column {
    min-width: 20%;
  }

  .formcontainer {
    width: 320px;
    max-width: 560px;
    height: 468px;
  }

  .heading {
    font-size: 36px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .input {
    height: 36px;
  }

  .button.in-form {
    height: 42px;
    padding-top: 10px;
  }

  .form-row.flex-end {
    margin-top: .8em;
  }

  .input-wrapper {
    margin-bottom: .2em;
  }

  .link-2 {
    margin-top: 2%;
  }

  .spacer-20 {
    height: 8px;
  }

  .link-3 {
    font-size: 12px;
  }

  .image {
    width: 320px;
    top: -61px;
    left: 105px;
  }

  .text-block-2 {
    font-size: 19px;
  }

  .pass-formcontainer {
    width: 320px;
    height: 320px;
  }

  .body-loginflat {
    background-color: #375D9D;
    background-size: 900px;
  }

  .checkbox-label-3 {
    font-size: 9px;
  }

  .checkbox-label-4 {
    font-size: 11px;
  }

  .login-formcontainer {
    width: 340px;
    height: 340px;
    min-height: 340px;
    padding: 20px;
    left: 26%;
    right: 26%;
  }

  .update-password-block {
    margin-top: -29px;
    padding-top: 36px;
  }

  .page-wrapper {
    width: 230px;
  }

  .heading-account {
    margin-top: 5%;
    font-size: 33px;
  }

  .input-wrapper-account {
    margin-bottom: 8px;
  }

  .input-list {
    height: 36px;
  }

  .container-opco2 {
    background-position: 50% 89%;
    background-size: 100px;
  }

  .container-opco3 {
    background-size: 80px;
  }

  .container-opco4 {
    background-size: 100px;
  }

  .container-opco4:hover {
    background-size: 100px, auto;
  }

  .container-opco5 {
    background-size: 100px;
  }

  .container-opco6 {
    background-image: url('../images/CWP-Iso-OG.png');
    background-repeat: no-repeat;
    background-size: 70px;
  }

  .container-opco1 {
    background-position: 50% 88%;
    background-size: 70px;
  }

  .body-login-2 {
    background-size: auto 580px;
  }

  .data-heading {
    font-size: 1.2em;
  }

  .data-content {
    font-size: 18px;
  }

  .columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .data-wrap{
    min-width: 12em;
  }

  .body-login {
    background-position: 0%;
    background-size: cover;
  }

  .formcontainer {
    width: 280px;
    max-width: 560px;
    height: 500px;
    left: 25%;
    right: 25%;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-2 {
    font-size: 11px;
    line-height: 15px;
  }

  .input {
    height: 32px;
    padding-top: 8px;
  }

  .button.in-form {
    height: 36px;
    padding-top: 7px;
  }

  .link-2 {
    margin-top: 5%;
    font-size: 10px;
    line-height: 15px;
  }

  .spacer-20 {
    height: 14px;
  }

  .checkbox-2 {
    margin-top: 2%;
  }

  .link-3 {
    font-size: 10px;
  }

  .button_en, .button_es {
    height: 28px;
    font-size: 12px;
  }

  .text-block {
    font-size: 10px;
  }

  .image {
    align-self: center;
    width: 280px;
    position: static;
    top: -67px;
    left: 56px;
  }

  .heading-error {
    text-align: center;
    align-self: center;
    font-size: 50.5px;
  }

  .text-block-2 {
    align-self: center;
    font-size: 14px;
  }

  .nav__user {
    right: 2%;
  }

  .menu {
    max-width: 100%;
  }

  .menu.shadow-three {
    align-items: center;
  }

  .body-loginflat {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .checkbox-label-3 {
    font-size: 7px;
  }

  .checkbox-label-4 {
    font-size: 8px;
  }

  .text-span {
    font-size: 10px;
  }

  .link-block-2 {
    font-size: 12px;
  }

  .login-formcontainer {
    width: 300px;
    height: 320px;
    min-height: 320px;
    left: 20%;
    right: 20%;
  }

  .update-password-block {
    margin-top: -18px;
  }

  .page-wrapper {
    width: 190px;
  }

  .heading-account {
    font-size: 28px;
    line-height: 32px;
  }

  .input-wrapper-account {
    margin-bottom: 8px;
  }

  .image-2 {
    order: -1;
    align-self: center;
    width: 2.4em;
    top: 10%;
  }

  .heading-menu {
    text-align: left;
    margin-bottom: .4em;
    margin-left: .4em;
    font-size: 20px;
  }

  .tittle {
    margin-bottom: 6.4px;
  }

  .square-tittle.is--link {
    margin-bottom: 0;
  }

  .dropdown-toggle-2 {
    min-width: 156px;
  }

  .input-list {
    height: 32px;
    padding-top: 8px;
  }

  .square-tittle-home.is--link {
    margin-bottom: 0;
  }

  .container-opco2 {
    background-position: 50% 70%;
    background-size: 64px;
  }

  .container-opco3 {
    background-position: 50% 70%;
    background-size: 54px;
  }

  .container-opco4 {
    background-position: 50% 70%;
    background-size: 70px;
  }

  .container-opco4:hover {
    background-position: 50% 70%, 0 0;
    background-size: 70px, auto;
  }

  .container-opco5 {
    background-position: 50% 70%;
    background-size: 60px;
  }

  .container-opco6, .container-opco1 {
    background-position: 50% 69%;
    background-size: 50px;
  }

  .body-login-2 {
    background-position: 0%;
    background-size: cover;
  }

  .data-heading {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 479px) {

  .data-content {
		
    font-size: 1.2em;
    font-weight: 800;
  }

  .columns-2 {
    flex-direction: column;
  }

  .body-login {
    background-color: #cbcbcb;
  }

  .data-wrap{
    min-width: 12em;
  }

  .formcontainer {
    inset: 52% 0% 48%;
  }

  .image {
    align-self: center;
    width: 180px;
    position: static;
    top: 1px;
    bottom: -1px;
    left: 155px;
  }

  .heading-error {
    align-self: center;
    font-size: 36px;
  }

  .text-block-2 {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 18px;
  }

  .pass-formcontainer {
    width: 280px;
    height: 280px;
    padding: 4vw;
  }

  .nav__user {
    right: 3%;
  }

  .menu.shadow-three {
    flex-wrap: wrap;
    align-content: center;
  }

  .reset-password-form-block {
    margin-top: -17px;
  }

  .login-formcontainer {
    left: 0%;
    right: 0%;
  }

  .update-password-block {
    margin-top: -58px;
  }

  .dropdown-toggle-2 {
    min-width: 150px;
    margin-right: -8px;
    right: 0;
  }

  .content {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding-left: 4vw;
  }

  .container-opco2 {
    background-position: 50% 64%;
    background-size: 46px;
    flex: 0 auto;
    width: 16.7%;
    max-width: 53.3px;
  }

  .container-opco3 {
    background-position: 50% 64%;
    background-size: 42px;
    flex: 0 auto;
    width: 16.7%;
    max-width: 53.3px;
  }

  .container-opco4 {
    background-position: 50% 64%;
    background-size: 50px;
    flex: 0 auto;
    width: 16.7%;
    max-width: 53.3px;
  }

  .container-opco4:hover {
    background-position: 50% 64%, 0 0;
    background-size: 50px, auto;
  }

  .container-opco5 {
    background-position: 50% 64%;
    background-size: 48px;
    flex: 0 auto;
    width: 16.7%;
    max-width: 53.3px;
  }

  .container-opco6 {
    background-position: 50% 64%;
    background-size: 40px;
    flex: 0 auto;
    width: 16.7%;
    max-width: 53.3px;
  }

  .container-opco1 {
    background-position: 50% 64%;
    background-size: 36px;
    flex: 0 auto;
    justify-content: space-between;
    width: 16.7%;
    max-width: 53.3px;
  }

  .body-login-2 {
    background-color: #cbcbcb;
  }

  .data-heading {		
    font-size: 1em;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 400%;
}
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 0;
}

a {
  color: #404040;
  text-decoration: none;
}

.body-login-2 {
  background-color: #cbcbcb;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.body-login {
  background-image: url(../../images/login-body-bg.png);
  background-color: #375D9D;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
}

.body-login:active {
  background-color: #375D9D;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: auto;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.formcontainer {
  width: 420px;
  height: 615px;
  max-height: 820px;
  max-width: 560px;
  min-height: 410px;
  min-width: 280px;
  background-color: #fff;
  border-radius: 19px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin: auto;
  padding: 36px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 5%;
}

.heading {
  color: #375D9D;
  text-align: center;
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0%;
  font-family: Lato, sans-serif;
  font-size: 42px;
  line-height: 40px;
}

.heading-2 {
  width: 100%;
  color: #404040;
  text-align: center;
  object-fit: none;
  object-position: 100% 50%;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  font-family: Lato, sans-serif;
  font-size: 16.4px;
  font-weight: 400;
  line-height: 17px;
  overflow: visible;
}

.form-block {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.eye-svg {
  width: 16px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  display: flex;
}

.input {
  height: 48px;
  color: #000;
  background-color: #fff;
  border: 1px solid #7b7b7b;
  border-radius: 6px;
  align-self: stretch;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 6px -2px rgba(29, 1, 80, 0.1);
}

.input:hover {
  box-shadow: none;
  border-width: 1.2px;
  border-color: #404040;
}

.input:focus {
  border: 1.4px solid #375D9D;
}

.input::-ms-input-placeholder {
  color: #6e6e6e;
}

.input::placeholder {
  color: #6e6e6e;
}

.button {
  width: 40%;
  height: auto;
  color: #fff;
  background-color: #375D9D;
  border: 1.8px solid #375D9D;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, 0.1);
}

.button:hover {
  box-shadow: none;
  color: #375D9D;
  background-color: #fff;
  border-width: 1.8px;
}

.button.in-form {
  clear: none;
  color: #fff;
  background-color: #375D9D;
  border: 2px solid #375D9D;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: .4em;
  margin-bottom: .4em;
  padding: 10px 15px 15px;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.button.in-form:hover {
  color: #375D9D;
  -webkit-text-stroke-width: 0px;
  background-color: #375D9D00;
  border: 2px solid #375D9D;
}

.button.in-form:active {
  color: #fff;
  -webkit-text-stroke-color: #375D9D00;
  background-color: #404040;
  border-color: #404040;
}

.show-password-wrap {
  z-index: 4;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 3%;
}

.form-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-row.flex-end {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.show-password {
  color: #7b7b7b;
  background-color: #fff;
  padding: 0 7px 0 6px;
  font-size: 13.5px;
  display: flex;
  bottom: 5px;
}

.show-password.w--current {
  display: none;
}

.input-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.2em;
  display: flex;
  position: relative;
}

.link-2 {
  color: #7b7b7b;
  align-self: flex-end;
  margin-top: 4%;
  font-weight: 400;
  text-decoration: none;
}

.link-2:hover {
  color: #404040;
}

.link-2:visited {
  color: #375D9D;
}

.message-error {
  background-color: #375D9D;
  border: 1px solid #375D9D;
  border-radius: 10px;
}

.message-success {
  color: #404040;
  background-color: #fff;
  border: 1px solid #375D9D;
  border-radius: 10px;
  font-weight: 600;
}

.input-label {
  z-index: 2;
  color: #7b7b7b;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-family: Lato, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.spacer-40 {
  width: 100%;
  height: 40px;
}

.tooltip-close {
  z-index: 5;
  width: 24px;
  height: 24px;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tooltip-close:hover {
  background-color: rgba(0, 42, 255, 0.1);
}

.hide {
  display: none;
}

.checkbox-field-2 {
  order: 0;
  align-self: stretch;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-label-2 {
  color: #404040;
}

.checkbox-2 {
  width: 14px;
  height: 14px;
  float: right;
  margin: 1.2% 0 0 4px;
}

.link-3 {
  text-align: left;
  font-size: 17px;
}

.submit-button-2 {
  background-color: #375D9D;
  border-radius: 7px;
}

.submit-button-2:hover {
  background-color: #404040;
}

.submit-button-2:active {
  color: #375D9D;
  background-color: rgba(64, 64, 64, 0);
  border: 2px solid #375D9D;
  border-radius: 7px;
}

.button_en {
  height: 32px;
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  border-right-width: 0.5px;
  flex: 1;
  order: -1;
  align-self: flex-start;
  padding-top: 6px;
}

.button_en:hover {
  background-color: #f3f3f3;
  border-right-width: 1px;
}

.button_en:active {
  color: #fff;
  background-color: #404040;
  border-right-width: 0;
}

.button_es {
  height: 32px;
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-left: 0.5px solid #000;
  flex: 1;
  order: 1;
  align-self: flex-start;
  padding-top: 6px;
}

.button_es:hover {
  background-color: #f4f4f4;
  border-left-width: 1px;
}

.button_es:active {
  color: #fff;
  background-color: #404040;
  border-left-width: 0;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: .4em;
  margin-bottom: .4em;
  display: flex;
}

.text-block {
  color: #fff;
  align-self: center;
}

.text-field-3 {
  height: 48px;
  color: #000;
  -webkit-text-stroke-color: black;
  border: 1px solid #7b7b7b;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 12px;
  font-size: 15px;
}

.text-field-3:hover {
  border-color: #000;
}

.text-field-3:focus {
  border-color: #375D9D;
}

.field-label-3 {
  z-index: 2;
  color: #7b7b7b;
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.image {
  width: 120px;
  order: -1;
  align-self: flex-start;
  position: relative;
  top: 113px;
  left: -142px;
}

.heading-error {
  color: #375D9D;
  order: 1;
  align-self: flex-end;
  font-family: Lato, sans-serif;
  font-size: 68px;
}

.text-block-2 {
  order: 1;
  align-self: stretch;
  margin-top: 19px;
  font-size: 17.2px;
}

.pass-formcontainer {
  width: 420px;
  height: 420px;
  max-width: none;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin: auto;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0%;
  right: 0%;
}

.nav__user {
  height: 72px;
  object-fit: contain;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.square {
  z-index: 4;
  width: 2.4em;
  height: 2.4em;
  border-radius: 0.5em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.square.is--hamburger {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
}

.square.is--hamburger:hover {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #000;
}

.square.is--hamburger {
  background-color: #375D9D;
  transition: background-color 0.2s;
}

.square.is--hamburger:hover {
  background-color: #1f1f1f;
}

.square.is-line {
  width: 100%;
  height: 0.15em;
  background-color: #fff;
}

.square.is-profile {
  background-image: url("../../images/user.svg");
  background-position: 50%;
  background-size: contain;
  margin-right: 5px;
}

.nav__links {
  object-fit: scale-down;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.navbar__icon {
  width: 1.4em;
  height: 1.4em;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: -1px;
}
.navbar__icon-2 {
  width: 1.5em;
  height: 1.5em;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar__icon.is--2 {
  display: none;
}

.navbar__icon.is--1 {
  -webkit-text-stroke-width: 0px;
  mix-blend-mode: normal;
  display: block;
}

.hide-text {
  width: 100%;
  max-width: 100%;
  color: #000;
  flex: 0 auto;
  overflow: hidden;
}

.hide-text.is--nav {
  white-space: nowrap;
  object-fit: none;
  object-position: 0% 50%;
  white-space: nowrap;
  align-self: auto;
  margin-left: 0.7em;
}

.navbar__top {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar__link {
  width: 100%;
  color: rgba(238, 237, 242, 0.5);
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.5em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.4em;
  transition: background-color 0.2s;
  display: flex;
}

.navbar__link:hover {
  height: auto;
  color: #eeedf2;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #404040;
}

.navbar__link:focus {
  background-color: #a5a5a5;
  border: 1px solid #404040;
}

.navbar__link.w--current {
  color: #eeedf2;
  background-color: #a5a5a5;
  border: 1px solid #404040;
}

.navbar__link.w--current:hover {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.11),
    rgba(255, 255, 255, 0.11)
  );
}

.menu {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.menu.shadow-three {
  width: 100%;
  height: 72px;
  max-width: none;
  width: auto;
  max-width: none;
  text-align: center;
  background-color: #375D9D;
  flex-flow: row;
  flex: 1;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body-main {
  left: 36px;
}

.body-loginflat {
  background-color: #375D9D;
}

.reset-password-form-block {
  flex: 1;
  align-self: stretch;
  padding: 8% 12% 12%;
  position: static;
}

.login-formcontainer {
  background-color: #fff;
  border-radius: 19px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 420px;
  min-width: 240px;
  max-width: 560px;
  height: fit-content;
  min-height: 410px;
  max-height: 820px;
  margin: auto;
  padding: 30px;
  display: flex;
  position: fixed;
  box-shadow: 0 2px 5px 4px #0003;
}

.update-password-block {
  padding: 36px;
}

.form-header {
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.block-header {
  border-radius: 1.2em;
}

.page-wrapper {
  width: 320px;
  max-width: 400px;
}

.block-content {
  border-radius: 1.2em;
}

.heading-account {
  color: #375D9D;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: Lato, sans-serif;
  font-size: 47px;
  line-height: 40px;
}

.button-alt1 {
  color: #fff;
  background-color: #375D9D;
  border: 1.4px solid #375D9D;
  border-radius: 0.5em;
}

.button-alt1:hover {
  color: #375D9D;
  background-color: #fff;
  border: 1.4px solid #375D9D;
}

.button-alt1:active {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.button-alt2 {
  border-radius: 0.5em;
}

.button-alt2:hover {
  color: #fff;
  background-color: #333;
}

.input-wrapper-account {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.language-link {
  width: 100%;
  min-height: 45px;
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #fb1400;
}

.image-2 {
  content: url(../../images/Iso-White.png);
  width: 3em;
  flex: 0 auto;
  position: fixed;
  align-content: flex-start;
  top: auto;
  bottom: auto;
  left: 1.3em;
  right: auto;
  margin-top: -7px;
}

.banner{
  content: url(../../images/Opco1_bannerReportes-LLA.png);
}

.heading-menu {
  width: 100%;
  color: #404040;
  text-align: left;
  object-fit: none;
  object-position: 0% 50%;
  margin: 0.4em 1.7em 0.4em 0.4em;
  font-size: 20px;
  line-height: 22px;
  display: block;
  overflow: hidden;
}

.tittle {
  height: 22px;
  aspect-ratio: auto;
  object-fit: contain;
  align-items: center;
  margin-top: 0em;
  margin-bottom: 0.6em;
}

.hide-text-tittle {
  width: 100%;
  max-width: 100%;
  color: #000;
  flex: 0 auto;
  overflow: hidden;
}

.hide-text-tittle.is--nav {
  white-space: nowrap;
  object-fit: contain;
  object-position: 0% 50%;
  white-space: nowrap;
  align-self: auto;
}

.square-tittle {
  z-index: 4;
  width: 1em;
  height: 2.4em;
  border-radius: 0.5em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.square-tittle.is--link {
  width: 100%;
  height: 22px;
  max-width: 44px;
  object-fit: contain;
  flex: none;
}

.square-tittle.is--link:hover {
  border: 0 solid #404040;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(255, 255, 255, 0);
  border: 1px rgba(255, 255, 255, 0);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  min-width: 200px;
  display: block;
  position: relative;
}

.text-color-green {
  color: #636363;
}

.dropdown-list {
  z-index: 1;
  background-color: #fff;
  border: 1.8px solid #8a8a8a;
  border-radius: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-list.w--open {
  float: left;
  clear: left;
  background-color: #fff;
  position: absolute;
}

.filter_reset-all {
  border-bottom: 1px solid #636363;
  padding-bottom: 0.2rem;
  text-decoration: none;
}

.filter_reset-all.text-color-green {
  color: #404040;
  border: 0 solid #000;
  border-radius: 0.8em;
  align-self: center;
  margin: 9px;
  padding: 0.5rem;
  font-size: 12px;
  text-decoration: none;
}

.filter_reset-all.text-color-green:hover {
  color: #375D9D;
}

.filter_reset-all.text-color-green:active {
  color: #fff;
  background-color: #375D9D;
  border-radius: 50px;
}

.filter_reset-all.text-color-green {
  text-decoration: none;
}

.filter_form-wrapper {
  clear: both;
  flex-flow: column wrap;
  flex: 1;
  order: -1;
  align-content: space-around;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 94%;
  margin: 0.8% 0.8% 0.8% 2.4%;
  display: flex;
}

.search-bar {
  color: #bbb;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  padding: 4px 0 0;
  display: flex;
}

.filter_form {
  background-color: #f8f8f8;
  border-radius: 8em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.filter_search-field {
  min-height: 2rem;
  color: #404040;
  background-image: url("../images/6592959c18d9ffc6a44a6509_search.svg");
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  border: 1.8px solid #8a8a8a;
  border-radius: 8em;
  flex: 1;
  align-self: stretch;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem 0.5rem 3rem;
  font-size: 14px;
}

.filter_search-field::-ms-input-placeholder {
  color: #404040;
}

.filter_search-field::placeholder {
  color: #404040;
}
.btn dropdown-toggle selectpicker btn-default{
  
}

.dropdown-toggle {
  background-color: #fff;
  border: 1.8px solid #8a8a8a;
  border-radius: 8em;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  min-height: 2rem;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: flex;
}

.dropdown {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  min-width: 200px;
  display: block;
}

.dropdown-2 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.dropdown-toggle-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 180px;
  height: 72px;
  display: flex;
  position: relative;
}

.icon {
  color: #fff;
}

.dropdown-list-2 {
  margin-top: 72px;
}

.user-log-in-log-out {
  color: #404040;
  background-color: rgba(255, 255, 255, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.dropdown-link {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: block;
  position: relative;
}

.button-filter {
  color: #fff;
  background-color: #375D9D;
  border: 1.8px solid #375D9D;
  border-radius: 8em;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  padding: 0.5rem 1.5rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, 0.1);
}

.button-filter:hover {
  box-shadow: none;
  color: #375D9D;
  background-color: #fff;
  border-width: 1.8px;
}

.div-resume {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.resume-block {
  max-width: 45%;
  min-width: 45%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin: 20px;
  padding: 0.5rem;
}

.resume-block2 {
  max-width: 100%;
  min-width: 50%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin: 20px;
  padding: 0.5rem;
}

.heading-resume {
  color: #375D9D;
  text-align: center;
  align-self: stretch;
  margin: 0 0 10px;
  font-size: 200% !important;
  line-height: 62px;
  background-color: #fff;
  border-top-left-radius: 0.7em !important;
  border-top-right-radius: 0.7em !important;
}

.heading-resume-2 {
  color: #375D9D;
  text-align: center;
  align-self: stretch;
  margin: 0 0 0px;
  font-size: 145% !important;
  line-height: 62px;
  background-color: #fff;
  border-top-left-radius: 0.7em !important;
  border-top-right-radius: 0.7em !important;
}

.flex-block {
  object-fit: scale-down;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.resume-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body {
  border: 1px solid #404040;
}

.date-field {
  color: #404040;
  border: 1.8px solid #8a8a8a;
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2rem;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem 0.5rem 3rem;
  font-size: 14px;
  transition: all 0.25s;
  display: flex;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, 0.04);
}

.date-field:hover {
  color: #000;
  border-color: #b6b9cd;
}

.date-field:focus {
  border-color: #375D9D;
}

.date-field::-ms-input-placeholder {
  color: #404040;
}

.date-field::placeholder {
  color: #404040;
}

.submit-button {
  width: 100%;
  min-height: 48px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #375D9D;
  border: 2px solid #375D9D;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 50px;
  font-size: 16px;
  transition: all 0.3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px rgba(114, 129, 167, 0.04);
}

.submit-button:hover {
  color: #375D9D;
  background-color: #fff;
  border-color: #375D9D;
}

.submit-button:active {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

.filter--date-wrap {
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.select-field {
  float: right;
  clear: right;
  color: #404040;
  object-fit: cover;
  background-color: rgba(255, 255, 255, 0);
  border: 1.8px #8a8a8a;
  border-radius: 0;
  align-items: center;
  margin-bottom: auto;
  line-height: 24px;
  position: static;
  overflow: scroll;
}

.error-message {
  color: #fff;
  background-color: #f03;
  font-weight: 400;
}

.success-message-2 {
  color: #fff;
  background-color: #73cc34;
  font-weight: 400;
}

.custom-overridebutton-text {
  margin: 10px 30px;
}

.date-form {
  background-color: #fff;
  border: 1.8px solid #8a8a8a;
  border-radius: 0.4em;
  margin: 20px;
  padding: 20px;
}

.menu-button {
  border-top-right-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 8px;
  display: flex;
}

.menu-button.w--open {
  background-color: rgba(255, 255, 255, 0);
}

.filterbar {
  z-index: 3;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0px;
  margin-top: -5px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;

}

.nav-menu {
  z-index: 3;
  background-color: #f8f8f8;
  border: 1px #000;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: wrap;
  flex: 1;
  order: 1;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.container {
  background-color: #375D9D;
  border-radius: 8px 8px 0 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.icon-2 {
  color: #fff;
  align-self: flex-end;
  font-size: 24px !important;
}

.icon-2-copy {
  color: #fff;
  align-self: flex-end;
  padding-left: 8px !important;
  padding-top: 4px;
  height: 35px;
}

.date-form-2 {
  background-color: #f8f8f8;
  border: 1.8px solid #f8f8f8;
  border-radius: 0.4em;
  margin: 20px;
  padding: 20px;
}

.div-block-3 {
  height: 100px;
}

.div-block-4 {
  height: 500px;
}

.input-list {
  height: auto;
  color: #000;
  background-color: #fff;
  border: 1px solid #7b7b7b;
  border-radius: 6px;
  align-self: stretch;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 6px -2px rgba(29, 1, 80, 0.1);
}

.input-list:hover {
  box-shadow: none;
  border-width: 1.2px;
  border-color: #404040;
}

.input-list:focus {
  border: 1.4px solid #375D9D;
}

.input-list::-ms-input-placeholder {
  color: #6e6e6e;
}

.input-list::placeholder {
  color: #6e6e6e;
}

.content {
  width: 100%;
  height: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  object-fit: contain;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: minmax(200px, 2.5fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: scroll;
}

.container-2 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: fixed;
  overflow: auto;
}

.navbar {
  width: 5.2em;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  background-color: #BFBFBF;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  padding: 1.3em;
  display: flex;
  position: static;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  overflow: scroll;
}

.navbar::-webkit-scrollbar {
  width: 3px;
}

.navbar::-webkit-scrollbar-track {
  background: #f1f1f100;
}

.navbar::-webkit-scrollbar-thumb {
  background: #80808080;
}




.main-text-resume {
  color: #404040;
  text-align: center;
  flex: 1;
  align-self: center;
  margin: 10px;
  font-size: 58px;
  font-weight: 700;
}

.paragraph-resume {
  text-align: center;
  flex: 1;
  align-self: center;
  margin: 10px;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-resume-2 {
  text-align: center;
  flex: 1;
  align-self: center;
  margin: 10px;
  font-size: 14px;
}

.filters {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  flex: 1;
  align-content: space-around;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  display: flex;
}

.main-text-resume-2 {
  color: #404040;
  flex: 1;
  align-self: center;
  margin: 10px;
  font-size: 42px;
  font-weight: 700;
}

.main-text-resume-3 {
  color: #404040;
  flex: 1;
  align-self: center;
  margin: 10px;
  font-size: 24px;
  font-weight: 700;
}

.flex-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.square-tittle-home {
  z-index: 4;
  width: 1em;
  height: 2.4em;
  border-radius: 0.5em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.square-tittle-home.is--link {
  width: 100%;
  height: 22px;
  object-fit: contain;
  flex: none;
}

.square-tittle-home.is--link:hover {
  border: 0 solid #404040;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 30rem;
  max-width: 40rem;
  margin: 1em auto;
}

#container-alerts {
  height: 400px;
}

.highcharts-data-table table {
  font-family: Lato, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 90%;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.date-label {
  z-index: 2;
  color: #000;
  -webkit-text-stroke-color: black;
  background-color: #F8F8F8;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Lato, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  bottom: 29px;
  left: 21px;
}

@media screen and (min-width: 1920px) {
  .body-login {
    background-color: #375D9D;
  }
  .container-opco2 {
    background-position: 50% 81%;
    background-size: 180px;
  }

  .container-opco3, .container-opco4 {
    background-position: 50% 81%;
    background-size: 170px;
  }

  .container-opco4:hover {
    background-position: 50% 81%, 0 0;
    background-size: 170px, auto;
  }

  .container-opco5 {
    background-position: 50% 81%;
    background-size: 170px;
  }

  .container-opco6 {
    background-position: 50% 81%;
    background-size: 160px;
  }

  .container-opco1 {
    background-position: 50% 80%;
    background-size: 140px;
  }

  .formcontainer {
    width: 560px;
    height: 820px;
    background-color: #fff;
    border-radius: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    padding: 54px;
    display: flex;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 5%;
  }

  .heading {
    margin-top: 8%;
    margin-bottom: 2%;
    font-size: 57px;
    line-height: 64px;
  }

  .heading-2 {
    margin-bottom: 5%;
    font-size: 22.5px;
    line-height: 28px;
  }

  .form-block {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .button.in-form {
    margin-top: 0%;
    margin-bottom: 2%;
    padding-top: 11px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .input-wrapper {
    margin-bottom: 2.2em;
  }

  .link-2 {
    margin-top: 2px;
    margin-bottom: 4%;
  }

  .checkbox-field-2 {
    margin-bottom: 5%;
  }

  .checkbox-2 {
    margin-top: 1%;
  }

  .link-3 {
    font-size: 20px;
  }

  .button_en,
  .button_es {
    height: 40px;
    padding-top: 9px;
    font-size: 18px;
  }

  .div-block {
    height: auto;
  }

  .image {
    top: 112px;
  }

  .lockimage {
    min-width: 50px;
  }

  .pass-formcontainer {
    width: 520px;
    height: 520px;
    aspect-ratio: auto;
    object-fit: cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .menu.shadow-three {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .login-formcontainer {
    width: 480px;
    min-width: 280px;
    height: fit-content;
    min-height: 280px;
    padding: 21px;
  }

  .page-wrapper {
    width: 380px;
    max-width: 400px;
  }

  .block-content {
    border-radius: 16px;
  }

  .heading-account {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 57px;
    line-height: 64px;
  }

  .button-alt1 {
    background-color: #375D9D;
    border-radius: 7px;
  }

  .button-alt1:hover {
    color: #375D9D;
    background-color: rgba(80, 80, 80, 0);
    border: 1px solid #375D9D;
  }

  .button-alt1:active {
    color: #bfbfbf;
    background-color: #404040;
    border-width: 0;
  }

  .button-alt2 {
    color: #fff;
    background-color: #7f7f7f;
    border-radius: 7px;
  }

  .button-alt2:hover {
    color: #404040;
    background-color: rgba(64, 64, 64, 0);
    border: 1px solid #404040;
  }

  .button-alt2:active {
    color: #bfbfbf;
    background-color: #404040;
    border: 1px solid #404040;
  }

  .input-wrapper-account {
    margin-bottom: 2%;
  }

  .dropdown-list {
    background-color: rgba(255, 255, 255, 0);
  }

  .filter_reset-all.text-color-green:active {
    border-radius: 8em;
  }

  .div-resume {
    width: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    align-items: stretch;
    margin: 10px 20px;
    padding: 10px 20px;
    display: flex;
  }

  .resume-block {
    max-width: 45%;
    min-width: 45%;
    border-radius: 1em;
    flex-flow: column wrap;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    padding: 20px;
  }

  .resume-block2 {
    max-width: 100%;
    min-width: 50%;
    border-radius: 1em;
    flex-flow: column wrap;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    padding: 20px;
  }

  .heading-resume {
    margin-left: 0;
    margin-right: 0;
    font-size: 230% !important;
    line-height: 74px;
  }

  .flex-block {
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .select-field {
    color: #404040;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #404040;
    border-radius: 0;
    margin-bottom: auto;
  }

  .container {
    min-width: 100%;
  }

  .main-text-resume {
    text-align: center;
    flex: 0 auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 63px;
  }

  .paragraph-resume {
    text-align: center;
    flex: 0 auto;
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-resume-2 {
    text-align: center;
    font-size: 24px;
  }

  .filters {
    align-content: space-around;
  }

  .main-text-resume-2 {
    text-align: center;
    flex: 0 auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 52px;
  }

  .main-text-resume-3 {
    text-align: center;
    flex: 0 auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .body-login {
    background-size: auto 580px;
  }

  .formcontainer {
    width: 320px;
    height: 468px;
    max-width: 560px;
  }

  .heading {
    margin-top: 5%;
    font-size: 33px;
  }

  .heading-2 {
    margin-top: 0%;
    font-size: 13px;
  }

  .container-opco2 {
    background-position: 50% 89%;
    background-size: 100px;
  }

  .container-opco3 {
    background-size: 80px;
  }

  .container-opco4 {
    background-size: 100px;
  }

  .container-opco4:hover {
    background-size: 100px, auto;
  }

  .container-opco5 {
    background-size: 100px;
  }

  .container-opco6 {
    background-image: url('../images/CWP-Iso-OG.png');
    background-repeat: no-repeat;
    background-size: 70px;
  }

  .container-opco1 {
    background-position: 50% 88%;
    background-size: 70px;
  }

  .input {
    height: 36px;
  }

  .button.in-form {
    height: 42px;
    padding-top: 10px;
  }

  .input-wrapper {
    margin-bottom: 0.8em;
  }

  .link-2 {
    margin-top: 2%;
  }

  .spacer-20 {
    height: 8px;
  }

  .spacer-40 {
    height: 16px;
  }

  .link-3 {
    font-size: 12px;
  }

  .div-block {
    margin-top: 6%;
    margin-bottom: 4%;
  }

  .image {
    width: 320px;
    top: -61px;
    left: 105px;
  }

  .text-block-2 {
    font-size: 19px;
  }

  .pass-formcontainer {
    width: 320px;
    height: 320px;
  }

  .body-loginflat {
    background-color: #375D9D;
    background-size: 900px;
  }

  .checkbox-label-3 {
    font-size: 9px;
  }

  .checkbox-label-4 {
    font-size: 11px;
  }

  .login-formcontainer {
    width: 340px;
    height: fit-content;
    min-height: 340px;
    padding: 20px;
    left: 26%;
    right: 26%;
  }

  .update-password-block {
    margin-top: -29px;
    padding-top: 36px;
  }

  .page-wrapper {
    width: 230px;
  }

  .heading-account {
    margin-top: 5%;
    font-size: 33px;
  }

  .input-wrapper-account {
    margin-bottom: 8px;
  }

  .div-resume {
    margin-left: 0;
    margin-right: 0;
  }

  .resume-block {
    max-width: 45%;
    min-width: 45%;
    object-fit: scale-down;
    margin: 10px;
  }

  .resume-block2 {
    max-width: 100%;
    min-width: 50%;
    object-fit: scale-down;
    margin: 10px;
  }

  .heading-resume {
    margin-top: 5px;
    font-size: 140% !important;
  }

  .flex-block {
    max-width: 80%;
    object-fit: scale-down;
    margin-bottom: 10px;
  }

  .input-list {
    height: 36px;
  }

  .main-text-resume {
    flex: 0 auto;
    margin: 5px;
    font-size: 36px;
  }

  .paragraph-resume {
    white-space: pre;
    word-break: keep-all;
    flex: 0 auto;
    margin: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-resume-2 {
    margin: 5px;
    font-size: 14px;
  }

  .filters {
    justify-content: space-around;
    align-items: stretch;
  }

  .main-text-resume-2 {
    margin: 5px;
    font-size: 36px;
  }
  .main-text-resume-3 {
    margin: 5px;
    font-size: 28px;
  }

  .flex-block-2,
  .flex-block-3,
  .flex-block-4,
  .flex-block-5 {
    object-fit: scale-down;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .body-login {
    background-position: 0%;
    background-size: cover;
  }

  .heading-resume {
    font-size: 120% !important;
  }

  .formcontainer {
    width: 280px;
    height: 500px;
    max-width: 560px;
    left: 25%;
    right: 25%;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-2 {
    font-size: 11px;
    line-height: 15px;
  }

  .container-opco2 {
    background-position: 50% 70%;
    background-size: 64px;
  }

  .container-opco3 {
    background-position: 50% 70%;
    background-size: 54px;
  }

  .container-opco4 {
    background-position: 50% 70%;
    background-size: 70px;
  }

  .container-opco4:hover {
    background-position: 50% 70%, 0 0;
    background-size: 70px, auto;
  }

  .container-opco5 {
    background-position: 50% 70%;
    background-size: 60px;
  }

  .container-opco6, .container-opco1 {
    background-position: 50% 69%;
    background-size: 50px;
  }

  .input {
    height: 32px;
    padding-top: 8px;
  }

  .button.in-form {
    height: 36px;
    padding-top: 7px;
  }

  .link-2 {
    margin-top: 5%;
    font-size: 10px;
    line-height: 15px;
  }

  .spacer-20 {
    height: 14px;
  }

  .spacer-40 {
    height: 28px;
  }

  .checkbox-2 {
    margin-top: 2%;
  }

  .link-3 {
    font-size: 10px;
  }

  .button_en,
  .button_es {
    height: 28px;
    font-size: 12px;
  }

  .text-block {
    font-size: 10px;
  }

  .image {
    width: 280px;
    align-self: center;
    position: static;
    top: -67px;
    left: 56px;
  }

  .heading-error {
    text-align: center;
    align-self: center;
    font-size: 50.5px;
  }

  .text-block-2 {
    align-self: center;
    font-size: 14px;
  }

  .nav__user {
    right: 2%;
  }

  .menu {
    max-width: 100%;
  }

  .menu.shadow-three {
    align-items: center;
  }

  .body-loginflat {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .checkbox-label-3 {
    font-size: 7px;
  }

  .checkbox-label-4 {
    font-size: 8px;
  }

  .text-span {
    font-size: 10px;
  }

  .link-block-2 {
    font-size: 12px;
  }

  .login-formcontainer {
    width: 300px;
    height: fit-content;
    min-height: 320px;
    left: 20%;
    right: 20%;
  }

  .update-password-block {
    margin-top: -18px;
  }

  .page-wrapper {
    width: 190px;
  }

  .heading-account {
    font-size: 28px;
    line-height: 32px;
  }

  .input-wrapper-account {
    margin-bottom: 8px;
  }

  .image-2 {
    width: 2.4em;
    order: -1;
    align-self: center;
    top: 7%;
  }

  .heading-menu {
    text-align: left;
    margin-bottom: 0.4em;
    margin-left: 0.4em;
    font-size: 20px;
  }

  .tittle {
    margin-bottom: 6.4px;
  }

  .square-tittle.is--link {
    margin-bottom: 0;
  }

  .filter_reset-all.text-color-green {
    padding: 15px 30px;
    font-size: 15px;
    line-height: 1.3;
  }

  .filter_form-wrapper {
    margin-left: 2.8%;
  }

  .search-bar {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .filter_form {
    border-radius: 2em;
  }

  .dropdown-toggle-2 {
    min-width: 156px;
  }

  .resume-block {
    max-width: 40%;
    min-width: 40%;
    margin: 10px;
  }

  .resume-block2 {
    max-width: 100%;
    min-width: 50%;
    margin: 10px;
  }

  .input-list {
    height: 32px;
    padding-top: 8px;
  }

  .main-text-resume {
    margin: 10px;
  }

  .paragraph-resume {
    margin: 10px;
    font-size: 10px;
    line-height: 20px;
  }

  .paragraph-resume-2 {
    margin: 10px;
    font-size: 12px;
  }

  .main-text-resume-2 {
    margin: 10px;
    font-size: 28px;
  }

  .square-tittle-home.is--link {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  * {
    box-sizing: border-box;
    background: none;
    width: 100%;
}

.data-column {		
  width: 100%;
}

  .body-login {
    background-size: cover;
  }

  .container-opco2 {
    background-position: 50% 64%;
    background-size: 46px;
    flex: 0 auto;
    width: 16.7%;
    max-width: 53.3px;
  }

  .container-opco3 {
    background-position: 50% 64%;
    background-size: 42px;
    flex: 0 auto;
    width: 16.7%;
    max-width: 53.3px;
  }

  .container-opco4 {
    background-position: 50% 64%;
    background-size: 50px;
    flex: 0 auto;
    width: 16.7%;
    max-width: 53.3px;
  }

  .container-opco4:hover {
    background-position: 50% 64%, 0 0;
    background-size: 50px, auto;
  }

  .container-opco5 {
    background-position: 50% 64%;
    background-size: 48px;
    flex: 0 auto;
    width: 16.7%;
    max-width: 53.3px;
  }

  .container-opco6 {
    background-position: 50% 64%;
    background-size: 40px;
    flex: 0 auto;
    width: 16.7%;
    max-width: 53.3px;
  }

  .container-opco1 {
    background-position: 50% 64%;
    background-size: 36px;
    flex: 0 auto;
    justify-content: space-between;
    width: 16.7%;
    max-width: 53.3px;
  }

  .formcontainer {
    top: 52%;
    bottom: 48%;
    left: 0%;
    right: 0%;
  }

  .image {
    width: 180px;
    align-self: center;
    position: static;
    top: 1px;
    bottom: -1px;
    left: 155px;
  }

  .heading-error {
    align-self: center;
    font-size: 36px;
  }

  .text-block-2 {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 18px;
  }

  .pass-formcontainer {
    width: 280px;
    height: 280px;
    padding: 4vw;
  }

  .nav__user {
    right: 3%;
  }

  .menu.shadow-three {
    flex-wrap: wrap;
    align-content: center;
  }

  .reset-password-form-block {
    margin-top: -17px;
  }

  .login-formcontainer {
    left: 0%;
    right: 0%;
  }

  .update-password-block {
    margin-top: -58px;
  }

  .filter_reset-all.text-color-green {
    margin: 0;
  }

  .search-bar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dropdown {
    min-width: 200px;
  }

  .dropdown-toggle-2 {
    min-width: 150px;
    margin-left: 300px;
    right: 0;
  }

  .resume-block {
    flex-wrap: wrap;
    flex: 1;
    align-content: center;
  }

  .heading-resume {
    padding:10px;
    margin: 0;
    line-height: 1.2;
    font-size: 1.4em !important;
  }

  .flex-block {
    flex-direction: column;
    flex: 1;
    align-self: center;
    align-items: center;
  }

  .custom-overridebutton-text {
    margin: 10px 20px;
    font-weight: 400;
  }

  .content {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding-left: 4vw;
  }

  .main-text-resume {
    text-align: center;
    order: -1;
    font-size: 48px;
  }

  .paragraph-resume {
    text-align: center;
    order: 1;
    margin: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-resume-2 {
    text-align: center;
    order: 1;
    margin: 10px;
    font-size: 16px;
  }

  .main-text-resume-2 {
    text-align: center;
    order: -1;
    font-size: 42px;
  }
}
