@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(../fonts/Montserrat/Montserrat-ExtraBold.ttf);
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
}

@font-face {
  font-family: Montserrat-Light;
  src: url(../fonts/Montserrat/Montserrat-Light.ttf);
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat-Regular";
}

:root {
  --themecolor: #ffd200;
  --themecolorlight: #ffdd3c;
  --themecolor2: #000000;
  --themecolor2light: #2c2c2c;
  --themecolor3: #686868;
  --themecolor3light: #9e9e9e;
  --themegray: #cacaca;
  --themegraylight: #f1f1ef;
  --themeblack: #212121;
  --themegraydark: #58595c;
  --themelightborder: #e5e5e5;
  --themebgvitrina: #f4f2f5;
  --themecolortrans: #ffd200ba;
  --themecolortrans2: #ffd20091;
  --themecolortrans3: #ffd20057;
  --themecolor2trans: #000000cc;
  --themecolor2trans2: #00000091;
  --themecolor2trans3: #0000004b;
  --themecolorhvr: #f2c701;
  --themecolor2hvr: #000000;
  --themecolor3hvr: #555555;
  --danger: #ff4c4c !important;
  --success: #63b194 !important;
}

button:focus {
  outline: none !important;
}

.container-header {
  width: 100%;
  background: var(--themecolor);
  padding: 0.5rem 10%;
  position: fixed;
  z-index: 10;
}

.navbar-brand img {
  width: 200px;
}

.babge-link {
  background: var(--themecolor2);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 20px;
}

.navbar-nav .nav-link {
  color: var(--themecolor2) !important;
  font-family: "Montserrat-Medium";
}

.navbar-nav .nav-item {
  padding-left: 2rem;
  padding-right: 2rem;
}

.navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.container-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: var(--themecolor2);
  color: #ffffff;
  padding: 1.5rem 11%;
}

.container-footer .content-address {
  font-size: 28px;
  font-style: italic;
}

.container-footer .content-social {
  display: flex;
  align-items: center;
  font-style: italic;
}

.content-social a.icon-social {
  margin: 5px;
  display: inline-block;
  width: 40px;
  /* height: 40px; */
  text-align: center;
  /* vertical-align: middle; */
  /* padding-top: 9px; */
}

.content-social a.icon-social i {
  font-size: 22px;
  color: #ffffff;
}

.container-subscribe {
  background-image: url("../img/bolivia-newsletter.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.container-about,
.container-subscribe {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

.container-about .content-img-about,
.container-subscribe .content-form-subscribe {
  width: 42%;
}

.container-subscribe .content-form-subscribe {
  padding: 5%;
  text-align: center;
}

.container-about .content-history-about,
.container-subscribe .content-img-subscribe {
  text-align: center;
  width: 58%;
  padding: 2% 5%;
}

.content-history-about-title {
  font-size: 24px;
  font-family: "Montserrat-Bold";
  padding: 0 8%;
  color: var(--themecolor2);
}

.content-form-subscribe-title {
  font-size: 36px;
  font-family: "Montserrat-Bold";
  font-style: italic;
  color: #d1f4ff;
}

.content-history-about-body {
  font-size: 17px;
  margin-top: 35px;
}

.content-form-subscribe p {
  font-size: 14px;
  color: #ffffff;
  margin: 2% 0 8%;
}

.close-float {
  position: absolute;
  top: -70px;
  right: -70px;
  z-index: 1;
}

.close {
  font-size: 5rem;
  font-family: auto;
}

.input-group .input-group-text,
.input-group .form-control {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}

.input-group .form-control::placeholder,
.form-group label {
  font-size: 13px;
}

.form-group label,
.form-group label a {
  color: #ffffff !important;
}

.form-group label a {
  text-decoration: underline;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #ffffff;
  /* border: 2px solid #0079bf; */
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-theme {
  background: var(--themecolor2);
  color: #ffffff;
  border-radius: 25px;
  font-family: "Montserrat-Medium";
  padding: 0.375rem 2.75rem !important;
}

.btn-theme:hover {
  background: var(--themecolor2light);
  color: #ffffff;
}

/* ///////////////// ALERTIFY MODIFICATIONS ////////////////// */
.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}

.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff;
}

.alertify .ajs-body {
  min-height: 56px;
}

.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}

.alertify-notifier .ajs-message {
  position: relative;
  width: 265px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  text-align: center;
  font-size: 13px;
  font-family: "Montserrat-Medium";
}

.alertify-notifier .ajs-message.ajs-visible {
  opacity: 1;
  max-height: 100%;
  padding: 10px 10px;
  margin-top: 10px;
}

.alertify-notifier .ajs-message.ajs-success {
  /* background: var(--themecolor);
  color: white; */

  border: 1px solid black;
  background: white;
  color: black;
}

.alertify-notifier .ajs-message.ajs-success:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.alertify-notifier .ajs-message.ajs-error {
  /* background: var(--themecolor2);
  color: white; */
  /* border: 1px solid #dd0f24;
  color: #dd0f24; */
  border: 1px solid black;
  background: white;
  color: black;
}

.alertify-notifier .ajs-message.ajs-error:before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

/* ///////////////// FIN ALERTIFY MODIFICATIONS ////////////////// */

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1000px !important;
  }
}

@media screen and (max-width: 576px) {
  .container-header {
    padding: 0.5rem 0;
  }
  .navbar-brand img {
    width: 160px;
  }

  .navbar-light .navbar-toggler {
    border: none !important;
  }

  .navbar-toggler {
    padding: 0.25rem 0 0.25rem 0.75rem !important;
    line-height: normal;
  }

  .navbar-nav .nav-item {
    padding-left: 0;
    padding-right: 0;
  }

  .container-footer {
    width: 100%;
    padding: 1.5rem 5%;
  }

  .container-footer .content-address {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .container-footer .content-social {
    flex-direction: column;
    width: 100%;
  }

  .content-social span {
    margin-bottom: 3%;
  }

  .container-subscribe {
    background-image: url("../img/bolivia-mobile-newsletter.png");
    /* background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto; */
  }

  .container-about .content-img-about,
  .container-about .content-history-about,
  .container-subscribe .content-form-subscribe,
  .container-subscribe .content-img-subscribe {
    width: 100%;
  }

  .content-history-about-body {
    margin-top: 10px;
  }

  .container-subscribe .content-img-subscribe {
    height: 290px;
  }

  .close {
    font-size: 3rem;
  }

  .close-float {
    top: 5px;
    right: 8px;
  }
}
