/*
    Blue1: #0e50a8;
    Blue2: #1157ab;
    Red1: #c3281c;
    Red2: #d52a1d;
*/

:root {
  --primary-color: #0e50a8;
  --primary-color-light: #1157ab;
  --secondary-color: #c3281c;
  --secondary-color-light: #d52a1d;
  --light: #fff;
  --light-gray: #f5f5f5;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ud-404 {
  flex: 1;
}

.required {
  color: var(--secondary-color-light) !important;
}

.errorM {
  color: var(--secondary-color-light);
}

.successM {
  color: var(--bs-success);
}

.ud-header {
  padding: 16px 0;
  background-color: var(--primary-color);
}

.navbar-brand img {
  max-width: 300px;
}

.ud-contact span,
.ud-contact p,
.ud-contact h5,
.ud-contact h2 {
  color: var(--light);
}
.ud-contact-info-wrapper .ud-info-icon {
  color: var(--light);
}

/* .ud-contact-info-wrapper {
  max-width: 80%;
} */

.ud-contact::after {
  background: url("./bg/tlo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.ud-main-btn:hover {
  background: var(--primary-color-light);
}

.ud-contact-form-wrapper .ud-form-group button {
  width: 100%;
}

.ud-pricing.ud-text-with-title .ud-section-title {
  max-width: none;
}

.ud-section-title h2 {
  text-transform: none;
}

/* .ud-section-title h2 p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: inherit;
} */

.ud-text-with-bg {
  background: var(--light-gray);
}

.ud-text-with-bg p {
  color: var(--bs-gray-dark);
  line-height: 1.4;
  font-size: 28px;
}

.obra-bullets {
  font-size: 22px;
  color: var(--heading-color);
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.obra-bullets-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.obra-bullets-item .lni {
  font-size: 32px;
}

.def-padding {
  padding: 120px 0;
}

.obra-agenda {
  background-color: var(--light-gray);
}

.agenda {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
}

.agenda-item {
  display: flex;
  gap: 24px;
  width: 380px;
  justify-content: center;
  max-width: 380px;
  position: relative;
}

.agenda-item-left {
  margin-left: -330px;
  flex-direction: row-reverse;
  text-align: right;
}
.agenda-item-right {
  margin-left: 320px;
}

.agenda-who {
  color: var(--heading-color);
  font-weight: bold;
  font-size: 24px;
}

.agenda-time {
  color: var(--heading-color);
}

.agenda-text {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  width: 300px;
}

.agenda-icon {
  font-size: 32px;
  background: var(--secondary-color);
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border-radius: 50%;
}

.obra-counter {
  background-color: var(--secondary-color);
}

#flipdown {
  margin: 0 auto 30px;
}

#map {
  height: 480px;
}

.obra-form-only .ud-contact-title {
  margin-bottom: 40px;
}

.ud-footer {
  padding-top: 0;
  background: var(--primary-color);
}

.ud-footer-bottom .ud-footer-bottom-left a:hover {
  color: var(--light);
  text-decoration: underline;
}

.site-name {
  color: var(--light);
  margin-right: 20px;
}

.ud-footer-bottom-left {
  justify-content: flex-end;
}

.ud-404-wrapper {
  max-width: none;
  /* padding: 0; */
}

#cookies-message {
  color: white;
  padding: 12px 10px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: var(--primary-color-light);
  z-index: 100000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  display: none;
}
#cookies-message .cookie-link {
  color: var(--light);
  text-decoration: underline;
}
#accept-cookies-checkbox {
  background-color: var(--secondary-color-light);
  color: white;
  border: solid 1px var(--secondary-color);
  transition: all 0.5s;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer;
}

.ud-form-group.checkbox input {
  width: 14px;
  height: 14px;
  border-radius: 2px;
}
.ud-form-group.checkbox span {
  color: var(--heading-color);
}
.ud-form-group.checkbox label {
  display: inline-flex;
  font-weight: normal;
  font-size: 12px;
  align-items: flex-start;
  gap: 10px;
}

.just-validate-error-field {
  border-bottom: 1px solid var(--secondary-color-light) !important;
}
.just-validate-error-label {
  color: var(--secondary-color-light) !important;
  font-size: 14px;
  margin-top: 5px;
}

.editor,
.editor h1 span,
.editor h2 span,
.editor h3 span,
.editor h4 span,
.editor h5 span,
.editor h6 span {
  font-size: inherit !important;
  margin: inherit !important;
}

.ud-main-btn.del {
  background: var(--secondary-color);
  padding: 2px 5px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .ud-contact {
    padding: 120px 0;
  }
  .ud-section-title {
    margin-bottom: 40px;
  }
  .ud-contact-info-wrapper {
    margin-bottom: 20px;
  }

  .ud-section-title h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .ud-text-with-bg p {
    font-size: 24px;
  }

  .ud-contact span {
    font-weight: 400;
  }

  .obra-bullets {
    font-size: 18px;
    padding-bottom: 40px;
    display: flex;
    grid-template-columns: none;
    flex-direction: column;
  }

  .obra-bullets-item .lni {
    font-size: 24px;
  }
  .def-padding {
    padding: 80px 0;
  }

  .obra-agenda {
    background-color: var(--light-gray);
  }

  .agenda {
    gap: 20px;
    font-size: 16px;
  }

  .agenda-who {
    font-size: 20px;
  }

  .agenda-icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .agenda-item-left,
  .agenda-item-right {
    margin: auto;
    text-align: center;
    flex-direction: column;
    width: auto;
    max-width: none;
    align-items: center;
  }
  #map {
    height: 300px;
  }
  .ud-footer-bottom .ud-footer-bottom-left {
    margin-top: 16px;
    gap: 10px;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ud-footer-bottom .ud-footer-bottom-left a {
    margin: 0;
  }
}
