@font-face {
  font-family: "FSbold";
  src: url("../assets/fonts/FSAlbertPro-Bold.ttf");
}
@font-face {
  font-family: "FSlight";
  src: url("../assets/fonts/FSAlbertPro-Light.ttf");
}
body {
  background-image: url(../assets/imgs/backgroundGreen.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: FSlight;
  overflow-x: hidden;
  overflow-y: hidden;
}
body strong {
  font-family: FSbold;
}

.logo1 {
  height: 90px;
  padding: 15px;
}

.logo2 {
  height: 90px;
  right: 0;
  position: absolute;
  top: 0;
}

.logoapp {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 15px;
}
.logoapp img {
  height: 90px;
  max-width: 100%;
}

h1 {
  color: #162789;
}

header {
  background-color: #f4f4f4;
  text-align: right;
}

.languageSelector {
  border: 1px solid #488e56;
  font-size: 20px;
  cursor: pointer;
  font-family: FSbold;
  color: #488e56;
  display: none;
}
.languageSelector .selected {
  color: #0f5e51;
  font-weight: bold;
  cursor: default;
}

.h75 {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h60 {
  height: 60px;
}

.container {
  max-width: 800px;
  overflow-x: hidden;
}

.iconDiv {
  width: 100%;
  max-width: 120px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-tabs, .nav-link {
  border-radius: 0 !important;
  color: #575756;
  border-color: #488e56;
  font-family: FSbold;
}
.nav-tabs .nav-item, .nav-link .nav-item {
  background-color: #dcdedb;
  border-radius: 0 !important;
  border: none;
  border-right: 1px solid white;
}
.nav-tabs .nav-item .active, .nav-link .nav-item .active {
  color: white;
  background-color: #488e56;
}

.infocontent {
  background-color: #488e56;
  color: white;
  min-height: 100vh;
}
.infocontent .ahorrobox {
  max-width: 600px;
  margin: auto;
}
.infocontent .ahorrobox.bigCont {
  max-width: 800px;
}
.infocontent .ahorrobox .card {
  max-width: 150px;
  margin: auto;
  background-color: #488e56;
  border-color: white;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: FSbold;
  border: none;
}

.d-grid {
  display: grid;
}

.ecosavingTitle {
  font-size: 28px;
}

.asterisco, .asteriscoSure, .asteriscoTwister {
  background-color: #0f5e51;
  color: white;
}
.asterisco p, .asteriscoSure p, .asteriscoTwister p {
  line-height: 1.2;
}

.asteriscoSure, .asteriscoTwister {
  width: 300px;
  position: absolute;
  right: 8px;
  margin-top: 10px;
  z-index: 2;
}

.formulario {
  color: #0f5e51;
}
.formulario .col-form-label {
  margin: auto;
  text-align: center;
}
.formulario .form-control {
  border-color: #488e56;
  color: #488e56;
  border-radius: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}

.formagris {
  display: none;
}

@media (max-width: 900px) {
  .logoapp {
    position: relative;
    top: 0;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  .languageSelector {
    top: 240px;
  }
  .formagris {
    display: none;
  }
  .logo1, .logo2 {
    height: 70px;
  }
}
#viewDisclaimer, #viewLegend {
  border: 1px solid #488e56;
  background-color: white;
  color: #488e56;
}

#disclaimerModal .modal-dialog {
  max-width: 750px;
}
#disclaimerModal .modal-dialog .modal-body {
  background-color: #488e56;
}
#disclaimerModal .modal-dialog .modal-body p {
  color: white;
}

@media (max-width: 770px) {
  .h75 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .iconDiv {
    margin-bottom: 100px;
  }
  body {
    overflow-y: auto;
    background-size: 600px !important;
  }
}/*# sourceMappingURL=syle.css.map */