:root {
  --border-bottom: 1px solid rgb(51, 51, 51, 0.1);
  --p5: 50px;
  --footerColorGrey: #B1B1B1;
}

/* .wrapper-m { max-width: 1140px; margin: 0 auto;} */

#footerGNS {
  padding: 20px 0;
  margin-top: 60px;
  background-color: var(--color-gns-contrast);
}

#footerGNS a {
  text-decoration: none;
}

#footerGNS .wrapper {
  width: var(--wrapperWidth);
  max-width: var(--wrapperMaxWidth);
}

#footerGNS .row1,
#footerGNS .row2 {
  border-bottom: var(--border-bottom);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

#footerGNS .row1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footerGNS .row1>div {
  padding: var(--p3);
  width: calc((100% / 3) - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footerGNS .row2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#footerGNS .row2>div {
  min-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--p5);
}

#footerGNS .row2 h4 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 3px;
  color: #333333;
  padding: 10px 0px 2px 0px;
  margin-bottom: 0;
}

#footerGNS .row2>div>i {
  font-size: 24px;
  line-height: 28px;
  color: var(--footerColorGrey);
}

#footerSocial,
#footerLogo,
#footerNewsletter {
  width: calc(1140px / 3);
}

#footerSocial .social-icon {
  background: #CBCBCB;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footerSocial .social-icon i {
  font-size: 12px;
  color: white;
}

#footerSocial .social-icon:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #CBCBCB;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #CBCBCB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#footerLogo {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footerNewsletter {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#footerNewsletter>div {
  max-width: 315px !important;
  border-radius: 100px;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  /* align-self: flex-end; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footerNewsletter i {
  color: var(--footerColorGrey);
  padding-left: 20px;
}

#footerNewsletter input {
  margin: 0 10px;
  font-family: Lato;
  font-style: italic;
  /* font-weight: normal; */
  font-weight: lighter;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.342857px;
  color: var(--footerColorGrey);
  border: none;
}

#footerNewsletter button {
  background: rgb(248, 65, 46);
  border-radius: 100px;
  height: 35px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 0px;
  letter-spacing: 2px;
  color: #FFFFFF;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 25px;
}

#footerNewsletter button i {
  color: white;
  padding-right: 10px;
}

#footerNewsletter button:hover {
  background: rgba(248, 65, 46, 0.9);
  cursor: pointer;
}


#footerContacto>div {
  display: flex;
  flex-flow: column;
}

#footerContacto a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #747578;
}

#footerContacto a:last-child {
  font-weight: bold;
}

#footerTelefono a {
  /* font-weight: bold; */
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FF3301;
}

#footerOficina>div span {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  color: #747578;
}

#footerOficina>div i {
  color: rgba(0, 0, 0, 0.54);
  margin-right: 5px;
  font-size: 10px;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
}

#footerOficina>div i:hover {
  -webkit-transform: scale(2.0) !important;
  transform: scale(2.0) !important;
}

#footerCopyRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: var(--p2);

  font-family: Lato;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: #747578;

  display: flex;
  flex-flow: column;
  align-items: center;
}

#footerCopyRight .designBy {
  font-size: 10px;
  color: #747578;
}

@media all and (max-width: 974px) {
  #footerGNS .row2>div {
    min-width: 150px;
    padding: var(--p3) var(--p1) !important;
  }
}

@media all and (max-width: 900px) {

  #footerGNS {
    padding: 0px;
  }

  #footerGNS .row1 {
    padding: 20px;
  }

  #footerGNS .row1>div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px var(--p3);
    width: auto;
  }

  #footerNewsletter {
    width: auto !important;
  }

  /* #footerGNS > div > * { padding: var(--p2) !important; } */
}

@media all and (max-width: 760px) {
  #footerSocial {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #footerLogo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #footerNewsletter {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

}

@media all and (max-width: 675px) {

  #footerContacto {
    width: 100%
  }

  #footerNewsletter>div {
    max-width: 290px !important;
  }

  #footerNewsletter button {
    font-size: 10px !important;
  }
}

@media all and (max-width: 675px) {
  #footerGNS .row1 {
    flex-flow: column;
    align-items: center;
  }

  #footerGNS .row2>div {
    padding: 15px 30px !important;
    flex-flow: row;
    width: auto;
    gap: 1.5rem;
    /* text-align: start; */
  }

  #footerGNS .footer-title {
    display: none;
  }

  #footerCopyRight {
    display: none;
  }

  #footerGNS .row1,
  #footerGNS .row2 {
    border-bottom: none;
  }
}

@media (max-width: 350px) {
  #footerGNS .row1>div {
    width: 100%;
  }
}

.modal-container {
  padding: 20px;
}

.modal {
  z-index: 1051;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-shown {
  display: flex !important;
}

.modal-hidden {
  display: none !important;
}

.modal-content {
  margin: auto 20px;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.modal header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px lightgray;
  margin-bottom: 1rem;
}

.modal p {
  font-style: normal;
  /* font-weight: 500; */
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.28125px;
  color: #333333;
  padding-bottom: 20px;
  text-align: left;
}

.modal header h5 {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal input {
  margin: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F888F;
}

.modal-button {
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  color: #666
}

.modal-button:hover {
  color: #000 !important;
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

.checkbox-group {
  z-index: 0;
  position: relative;
  display: inline-block;
  color: #222;
  font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Input */
.checkbox-group>input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(var(123, 0, 123), 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, transform 0.2s;
  transition: opacity 0.3s, transform 0.2s, -webkit-transform 0.2s;
}

/* Span */
.checkbox-group>label {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

/* Box */
.checkbox-group>label::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 3px 11px 3px 1px;
  border: solid 2px;
  /* Safari */
  border-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  width: 18px;
  height: 18px;
  vertical-align: top;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.checkbox-group>label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 1px;
  width: 10px;
  height: 5px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  -webkit-transform: translate(3px, 4px) rotate(-45deg);
  transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.checkbox-group>input:checked,
.checkbox-group>input:indeterminate {
  background-color: rgb(248, 65, 46);
}

.checkbox-group>input:checked+label::before,
.checkbox-group>input:indeterminate+label::before {
  border-color: rgb(248, 65, 46);
  background-color: rgb(248, 65, 46);
}

.checkbox-group>input:checked+label::after,
.checkbox-group>input:indeterminate+label::after {
  border-color: white;
}

.checkbox-group>input:indeterminate+label::after {
  border-left: none;
  -webkit-transform: translate(4px, 3px);
  transform: translate(4px, 3px);
}

/* Hover, Focus */
.checkbox-group:hover>input {
  opacity: 0.04;
}

.checkbox-group>input:focus {
  opacity: 0.12;
}

.checkbox-group:hover>input:focus {
  opacity: 0.16;
}

/* Active */
.checkbox-group>input:active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.checkbox-group>input:active+label::before {
  border-color: rgb(248, 65, 46);
}

.checkbox-group>input:checked:active+label::before {
  border-color: transparent;
  background-color: rgba(var(123, 0, 123), 0.6);
}

/* Disabled */
.checkbox-group>input:disabled {
  opacity: 0;
}

.checkbox-group>input:disabled+label {
  color: grey;
  cursor: initial;
}

.checkbox-group>input:disabled+label::before {
  border-color: currentColor;
}

.checkbox-group>input:checked:disabled+label::before,
.checkbox-group>input:indeterminate:disabled+label::before {
  border-color: transparent;
  background-color: currentColor;
}


#newsletter_suscription {
  background: rgb(248, 65, 46);
  border-radius: 100px;
  height: 35px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  color: #FFFFFF;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  margin-right: 10px;
}

#newsletter_msj {
  color: #28a745;
  text-align: center;
  padding: 5px;
}

.checkbox-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media all and (max-width: 380px) {
  .checkbox-list {
    grid-template-columns: 1fr;
  }
}

#suscribe-form p {
  margin-bottom: 0;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: start;
}

.input-group span {
  min-width: 150px;
}

#nl_name,
#nl_email {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px;
  min-width: 50%;
  min-width: 50%;
  margin: 10px 0;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 43%;
}