/*variables*/
/*colors*/
/*buttonsHovers*/
@font-face {
  font-family: "newsgoth_lt_btlight";
  src: url("fonts/newsgotlb-webfont.eot");
  src: url("fonts/newsgotlb-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/newsgotlb-webfont.woff2") format("woff2"),
    url("fonts/newsgotlb-webfont.woff") format("woff"),
    url("fonts/newsgotlb-webfont.ttf") format("truetype"),
    url("fonts/newsgotlb-webfont.svg#newsgoth_lt_btlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

* {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

html {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden !important;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: "newsgoth_lt_btlight";
  font-size: 13px;
  color: #324e63;
}

button {
  border: none;
  box-shadow: none;
}

button a:hover {
  text-transform: none;
}

/*Containers*/
header {
  box-shadow: 2px 2px 8px grey;
  height: 110px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header img {
  height: 110px !important;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

header.smaller {
  height: 70px;
  background-color: white;
}

header.smaller img {
  height: 70px;
}

header {
  box-shadow: none;
}

header img {
  height: 114px !important;
}

header.smaller img {
  height: auto;
}

option {
  margin-top: 12px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Sit on top */
  padding-top: 0px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.uppercase {
  text-transform: uppercase;
}

/*Color Classes*/
.blueColor {
  background: #3bbcc4;
}

.principalBlueColor {
  background: #00549f;
}

.softBlueColor {
  background: #e5e5e5;
}

.skyBlueColor {
  background: #4a7bab;
}

.specialBlueColor {
  background: #4b7bab;
}

.kingBlueColor {
  background: #012b50;
}

.grayColor {
  background: #9b9ea3;
}

.greenSiClickMain {
  background: #3F9E2A;
}

.greenSiClickBackground {
  background: #bed7ac
}

.grayColor .text:hover {
  text-decoration: underline;
}

.grayColor .glyphicon {
  float: left;
}
.grayColor .text {
  text-overflow: ellipsis;
  /* will make [...] at the end */
  /*  width: 90px;change to your preferences */
  white-space: nowrap;
  /* paragraph to one line */
  overflow: hidden;
  /* older browsers */
  padding-left: 5px;
}
.grayColor .text:hover {
  text-decoration: underline;
}

.dropdown-menu .grayColor {
  padding-left: 5px;
  padding-right: 5px;
}

.grayColor .text {
  text-overflow: ellipsis;
  /* will make [...] at the end */
  width: 82px;
  /* change to your preferences */
  white-space: nowrap;
  /* paragraph to one line */
  overflow: hidden;
  /* older browsers */
  float: left;
  padding-left: 5px;
}

.green {
  background: #68953b;
}

.green .glyphicon {
  float: left;
}
.green .text {
  text-overflow: ellipsis;
  /* will make [...] at the end */
  /* width:90px;  change to your preferences */
  white-space: nowrap;
  /* paragraph to one line */
  overflow: hidden;
  /* older browsers */
  padding-left: 5px;
}
.green .text:hover {
  text-decoration: underline;
}

.orange {
  background: #eb3c00;
}

.red {
  background: #bc112e;
}

.yellow {
  background: #db9635;
}

/*nav bar*/
.yellow .text {
  text-overflow: ellipsis;
  /* will make [...] at the end */
  width: 82px;
  /* change to your preferences */
  white-space: nowrap;
  /* paragraph to one line */
  overflow: hidden;
  /* older browsers */
  float: left;
  padding-left: 5px;
}

.yellow .text:hover {
  text-decoration: underline;
}

.greenSiClickSecondary .text {
  text-overflow: ellipsis;
  /* will make [...] at the end */
  width: 82px;
  /* change to your preferences */
  white-space: nowrap;
  /* paragraph to one line */
  overflow: hidden;
  /* older browsers */
  float: left;
  padding-left: 5px;
}

.greenSiClickMain .text {
  text-overflow: ellipsis;
  /* will make [...] at the end */
  width: 82px;
  /* change to your preferences */
  white-space: nowrap;
  /* paragraph to one line */
  overflow: hidden;
  /* older browsers */
  float: left;
  padding-left: 5px;
}

.greenSiClickThird .text {
  text-overflow: ellipsis;
  /* will make [...] at the end */
  width: 82px;
  /* change to your preferences */
  white-space: nowrap;
  /* paragraph to one line */
  overflow: hidden;
  /* older browsers */
  float: left;
  padding-left: 5px;
}

.white {
  color: #fff;
}

/*Color Classes*/

/*General Classes*/

.autocadProducts {
  height: 400px;
  background: transparent;
  margin-top: -160px;
}
.autocadProducts .image1 {
  position: relative;
  bottom: 0px;
}
.autocadProducts .image2 {
  position: absolute;
  right: 0px;
  top: 80px;
  bottom: 0px;
}
.autocadProducts .productOne {
  margin: 190px 180px 0px 10px;
}

.border-left-right-cero {
  border-left: 0;
  border-right: 0;
}

.btn {
  border-radius: 0px;
}

.btn-default:hover {
  color: #fff;
  background: #3F9E2A;
}

.btn-default:visited {
  background: #3F9E2A;
  color: #fff;
}

.btn-success {
  width: fit-content;
  height: 45px;
  background: #3F9E2A;
  border-color: transparent;
  border-radius: 5px;
}

.btn-success:hover {
  background: #3e5d1f;
}

.btn-link {
  min-width: 150px;
  height: 45px;
  color: #3f3f3f !important;
}

.btn-primary {
  min-width: 150px;
  height: 45px;
  background: #3F9E2A !important;
  border-color: #3e5d1f !important;
}

.btn-primary:hover {
  background: #3e5d1f;
  border-color: #3e5d1f !important;
}

.btn-warning {
  min-width: 150px;
  height: 45px;
  background: #db9635;
}

.btn-warning:hover {
  background: #a26713;
}

.btn-danger {
  width: fit-content;
  height: 45px;
  color: #595959;
  background: white;
  border: 3px solid #595959;
  border-radius: 5px;
}

.btn-danger:hover {
  background: #595959 !important;
  color: white;
  border: 3px solid #595959;
}

.gridjs-tdi {
  padding: 0 !important;
}

.btnSend {
  margin-top: 10px;
  margin-right: 13px;
}

.carousel-control {
  width: 8% !important;
}

.carousel-indicators .active {
  background: #3F9E2A;
}

.distinctive {
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
}

.distinctive img {
  max-width: 130px;
}

.divLoading {
  display: table;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  padding-top: 25%;
  opacity: 0.9;
  overflow: hidden;
  z-index: 990 !important;
  margin: 0;
  background-size: 100% 100%;
  background-color: rgba(250, 250, 250, 0);
  background-position: center !important;
  width: 100% !important;
  height: 100% !important;
  transition: transform 0.1s;
  -moz-transition: transform 0.1s;
  -webkit-transition: transform 0.1s;
  -o-transition: transform 0.1s;
  transition: all 0.1s ease-in;
}

.dropdown-menu > li > a {
  color: #000000;
}

.dropdown-menu > li > a:hover {
  color: #000000 !important;
}

/* 404 */
.error-template {
  padding: 40px 15px;
  text-align: center;
}

.error-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}

.error-actions .btn {
  margin-right: 10px;
}

.fa {
  float: left;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #3c3c3c;
  background: #3F9E2A;
  padding-top: 2em;
}

.footer-logos {
  margin-bottom: 0;
}

.footer-text {
  color:#fff; 
  font-weight: bold;
}

.footer-rights {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-control {
  border-radius: 0px;
}

.helpStart {
  position: absolute;
  top: 100px;
  right: 0px;
  padding: 18px 20px 5px 10px !important;
  width: 20px;
  height: 40px;
  background: #3F9E2A;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: -11;
}

.helpStart:hover {
  background: #3F9E2A;
}

.home {
  margin-top: -180px;
  height: 750px;
  background: url("../images/background.png") no-repeat fixed;
  background-size: cover;
  padding: 15% 120px;
}
.home .center-block {
  width: 82px;
}
.home h1 {
  font-size: 30px;
}
.home p {
  font-size: 15px;
}

.labelMonth {
  padding-top: 10px !important;
}

.md-primary {
  min-width: 150px;
  height: 45px;
  background: #3F9E2A !important;
}

.navColor {
  background: #5ca643;
}

.navbar-default {
  background: #3F9E2A;
}

.navHover:hover {
  background: #5ca643;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.navbar-nav .title {
  padding-left: 20px !important;
}

.navbar-default {
  color: #fff;
  border: none;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .nav > li > a {
  padding: 15px 15px !important;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #ffffff !important;
  text-decoration: underline;
  background-color: transparent !important;
}
.navbar-default .navbar-brand {
  padding: 15px 12px !important;
}
.navbar-default .navbar-nav > li > a:visited {
  color: #fff;
  background: #363636;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-default .navbar-form {
  border: none;
}

.collapse .navbar-collapse {
  background: #3F9E2A;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #56565a !important;
  font-weight: 900;
  background-color: transparent !important;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  text-decoration: underline !important;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default
  .navbar-default
  .navbar-nav
  .open
  .dropdown-menu
  > li
  > a:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
}

.navbar {
  margin-bottom: 0px;
  border-radius: 0px;
}

.paginator {
  cursor: pointer;
}

.profile-card {
  width: 100%;
  min-height: 460px;
  margin: auto;
  box-shadow: -1px -1px 2px -1px rgba(13, 28, 39, 0.6);
  background: rgba(255, 255, 255, 0.445);
  border-radius: 12px;
  position: relative;
  margin-top: 70px;
}
.profile-card.active .profile-card__cnt {
  filter: blur(6px);
}
.profile-card.active .profile-card-message,
.profile-card.active .profile-card__overlay {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.1s;
}
.profile-card.active .profile-card-form {
  transform: none;
  transition-delay: 0.1s;
}
.profile-card__img {
  width: 25%;
  height: 25%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  position: relative;
  z-index: 4;
  padding-top: 20px;
  padding-bottom: 30px;
}

.profile-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-card__cnt {
  margin-top: -35px;
  padding: 0 100px;
  padding-bottom: 40px;
  transition: all 0.3s;
}
.profile-card__name {
  font-size: 32px;
  color: #5ca643;
  margin-bottom: 15px;
  padding-top: 40px;
  text-align: center;
}
.profile-card__txt {
  font-size: 16px;
  font-family: "newsgoth_lt_btlight";
  font-weight: 500;
  color: #3e5d1f;
}
.profile-card__txt strong {
  font-weight: 700;
}
.profile-card-loc {
  display: flex;
  font-size: 18px;
  font-weight: 600;
}
.profile-card-loc__icon {
  display: inline-flex;
  font-size: 27px;
  margin-right: 10px;
}
.profile-card-inf {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.profile-card-inf__item {
  min-width: 150px;
}

.profile-card-inf__title {
  font-weight: 700;
  font-size: 27px;
  color: #3e5d1f;
}
.profile-card-inf__txt {
  font-weight: 500;
}
.profile-card-form {
  box-shadow: 0 4px 30px rgba(15, 22, 56, 0.35);
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  transform: scale(0.8);
  position: relative;
  z-index: 3;
  transition: all 0.3s;
}
.profile-card-form__bottom {
  justify-content: space-between;
  display: flex;
}

/*landing uses search bar button*/
.searchBar .btn-default {
  min-width: 150px;
  height: 34px;
  background: #3F9E2A !important;
  color: #fff;
}

.search {
  height: 60px;
  padding: 13px 0 0 0;
}

.tour-step-background {
  background: rgba(250, 250, 250, 0.2) !important;
}

.tooltip.customClass .tooltip-inner {
  color: #880000;
  background-color: #eee;
  box-shadow: 0 10px 12px rgba(75, 123, 171, 0.175);
}

/* Hide arrow */
.tooltip.customClass .tooltip-arrow {
  display: none;
}

.blueText {
  color: #3e5d1f !important;
}

.pb-3 {
  padding-bottom: 30px;
}

/*General Classes*/

/* Media Queries*/

@media screen and (max-width: 576px) {
  .profile-card__img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .profile-card-inf__item {
    min-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .profile-card-form {
    max-width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .profile-card-form {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .profile-card-form__bottom {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .text-left h3 {
    margin-top: 110px;
  }

  #hamburguer {
    position: absolute;
    float: left;
    margin-left: 5px;
  }

  #menu-desplegable {
    position: absolute;
    width: 100%;
    top: 82px;
    z-index: 5;
  }
}
@media screen and (min-width: 991px) and (max-width: 1500px) {
  .distinctive {
    display: none !important;
  }

  .img-responsive {
    height: 250px;
  }

  .imageBanner {
    max-width: 400px !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .home {
    height: auto !important;
  }

  .containerGral {
    margin-top: 80px !important;
  }

  .helpStart {
    display: none;
  }

  .navbar-default .navbar-brand {
    padding: 0 !important;
    margin-bottom: 40px;
  }

  .home {
    margin-top: 10px;
    padding: 10px;
  }

  .autocadProducts {
    height: auto;
  }
  .autocadProducts .productOne {
    margin: 180px 10px;
  }
  .autocadProducts .image1 {
    display: none;
  }
  .autocadProducts .image2 {
    display: none;
  }

  .FourProduct {
    background: #a1cffd !important;
  }

  .imageBanner {
    display: none;
  }

  .thirdProduct {
    height: auto;
  }

  .navbar-default {
    background-color: #fff !important;
  }

  .brands {
    display: none;
  }

  .allProductSecondary {
    margin-bottom: 30px !important;
  }

  .logoFooter {
    display: none !important;
  }

  .textFooter {
    display: block !important;
    text-align: center;
    margin-left: 0px !important;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.pt-5 {
  padding-top: 2em;
}
.mt-5 {
  margin-top: 2em;
}

/* Media Queries*/

.tituloSpei {
  background: #3F9E2A;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.montoSpei {
  padding: 5px;
  background: #4c4c4c;
  color: white;
  border-radius: 5px;
}

.montoTotalSpei {
  font-size: large;
}

.avisoInfo {
  color: #db9635 !important;
}

.btnRounded {
  border-radius: 5px;
}

.specialBlueText {
  color: #4b7bab;
}

.pagoNormal {
  background: #db96351a;
}

#recaptcha   {
  max-width: 100%;
  width: 100%;
 }

 #recaptcha iframe  {
  max-width: 100%;
 }


#btnBack {
  margin-bottom: 30px;
}


@media screen and (max-width: 400px) and (min-width: 20px) {
  .footerSeparation {
    padding-bottom: 40em;
  }
}

@media screen and (max-width: 769px) and (min-width: 401px) {
  .footerSeparation {
    padding-bottom: 40em;
  }
}

@media screen and (max-width: 989px) and (min-width: 770px) {
  .footerSeparation {
    padding-bottom: 20em;
  }
}

@media screen and (max-width: 1199px) and (min-width: 990px) {
  .footerSeparation {
    padding-bottom: 24em;
  }
}

@media screen and (min-width: 1200px) {
  .footerSeparation {
    padding-bottom: 6em;
  }
}

.footerStyle {
  padding-left: 3.5em;
}

@media screen and (min-width: 770px) {
  .footerTextAlign {
    text-align: right;
  }
}


@media screen and (max-width: 1200px) and (min-width: 770px) {
  .footerTextAlignCenter {
    text-align: center;
    align-content: center;
  }
}

.iconsFooter {
  color: #fff; 
  margin: 4px;
}

.mainContent {
  margin-top:12em;
  margin-bottom: 18em;
}

th.gridjs-th-sort {
  background: #3f9e2a !important;
  color: white !important;
}

th.gridjs-th-sort:hover {
  background: #bed7ac !important;
}

th.gridjs-th {
  text-align: center !important;
}

th.gridjs-th {
  padding: 14px 4px !important;
}

td.gridjs-td {
  padding: 14px 4px !important;
}

.gridjs-th {
  white-space: nowrap !important;
}

.gridjs-container {
  overflow-x: auto;
}

.btn-cash {
  color: #3f9e2a !important;
  background: white !important;
  border-radius: 5px;
}

.btn-cash-del {
  color: #b96464 !important;
  background: transparent;
}

.btn-cash:hover {
  background: #2d721d !important;
  color: white !important;
}

#tableCash .gridjs-td:nth-child(7) {
  padding: 0 !important;
}

.col-del {
  color: #b96464 !important;
  margin-left: 15px;
  margin-right: 15px;
  font-size: large !important;
}

.col-del:hover {
  color: #8c4242 !important;
}

.gridjs-td {
  text-align: center !important;
}

.swal2-icon {
  font-size: smaller !important;
}

.btn-del {
  background: #3f9e2a !important;
  color: white !important;
  border-radius: 5px;
}
.btn-del:hover {
  background: #3e5d1f;
  border-color: #3e5d1f !important;
  color: white !important;
}
.btn-noDel {
  color: #3f9e2a !important;
  background: white !important;
  border: 2px solid #3f9e2a !important;
  border-radius: 5px;
}
.btn-noDel:hover {
  background: #3e5d1f !important;
  color: white !important;
}

.swal2-modal {
  font-size: small !important;
}

.swal2-container .swal2-styled.swal2-confirm {
  background-color: #3f9e2a !important;
  color: white !important;
}

.swal2-container .swal2-styled.swal2-confirm:hover {
  background-color: #3e5d1f !important;
}


.swal2-container .swal2-styled.swal2-cancel {
  color: #3f9e2a !important;
  background: white !important;
  border: 2px solid #3f9e2a !important;
  border-radius: 5px;
}

.swal2-container .swal2-styled.swal2-cancel:hover {
  color: white !important;
  background: #3f9e2a !important;
}


.p-5 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.swal2-cancel, .swal2-confirm {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mca-modal .modal-dialog.modal-lg{
  width: 860px; 
}

.mca-modal-content{
  border-radius: 6px;
}

.mca-header{
  border-bottom: 0;
  padding: 18px 22px 10px;
}

.mca-title{
  color: #2e7d32;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.mca-subtitle{
  text-align: center;
  color: #666;
  margin-top: 8px;
  font-size: 12px;
}

.mca-close{
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 22px;
}

.mca-body{
  padding: 10px 22px 0;
}

.mca-info{
  background: #e9f4ff;
  border: 1px solid #b9dcff;
  border-left: 4px solid #2f80ed;
  color: #2b2b2b;
  border-radius: 4px;
  margin-bottom: 18px;
}

.mca-info-title{
  font-weight: 700;
  color: #1b64c8;
  margin-bottom: 6px;
}

.mca-input{
  height: 46px;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: none;
}

.mca-required{
  color: #d32f2f;
  margin: 6px 0 10px;
  font-size: 12px;
}

.mca-consent{
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 14px;
  color: #444;
  font-size: 12px;
  margin-bottom: 10px;
}

.mca-footer{
  border-top: 1px solid #eee;
  padding: 14px 22px 18px;
}

.mca-btn{
  min-width: 110px;
}
