@import url("./font/stylesheet.css");

:root {
  --Color-primary: #01549e;
  --Color-secondary: #e32729;
  --Color-muted: #f3f3f3;
  --Color-whatsapp: #01ae5c;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
}

html body * {
  font-family: "Segoe UI" !important;
}

.color-primary {
  color: var(--Color-primary);
}

.color-secondary {
  color: var(--Color-secondary);
}

.bg-primary {
  background-color: var(--Color-primary);
}
.bg-secondary {
  background-color: var(--Color-secondary);
}

.uk-button {
  border-radius: 25px;
  text-transform: none;
}

.uk-button-primary {
  background-color: var(--Color-secondary);
}

.uk-button-primary:hover {
  background-color: var(--Color-primary);
}

.uk-button-secondary {
  background-color: var(--Color-primary);
}
.uk-button-secondary:hover {
  background-color: var(--Color-secondary);
}

.uk-card {
  border-radius: 10px;
}

.fw-bold {
  font-weight: bold;
}
.fw-black {
  font-weight: 900;
}
.fw-italic {
  font-style: italic;
}

.uk-card-default {
  background-color: var(--Color-muted);
  transition: all 0.3s ease-in-out 0s;
}

.button {
  color: #ffffff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 1.5rem;
}

.color-whatsapp {
  color: var(--Color-whatsapp);
}
.bg-whatsapp {
  background-color: var(--Color-whatsapp);
}

.uk-padding-small-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}

.uk-transparent {
  background-color: transparent;
}

header.rd-main-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  background: linear-gradient(180deg, white, transparent);
}

nav.uk-navbar-container.uk-active {
  background-color: #ffffff;
}

ul.uk-navbar-nav > li > a {
  color: var(--Color-primary);
  font-weight: 700;
  min-height: 0px;
  height: auto;
  padding: 5px 15px;
  display: inline-block;
  text-transform: initial;
  font-size: 18px;
}

ul.uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
  background: var(--Color-primary);
  border-radius: 25px;
}

ul.uk-navbar-nav > li {
  height: 68px;
  display: grid;
  place-items: center;
}

ul.uk-navbar-nav > li > a.btn-whatsapp {
  color: var(--Color-whatsapp);
  font-weight: 700;
}

/*
.slideshow-content::before {
  content: "";
  position: absolute;
  background-image: url(./img/disp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 118px;
  height: 153px;
  right: 10%;
  bottom: -16%;
  z-index: 1;
}*/

section#slide {
  position: relative;
}

.item-float-slide {
  position: absolute;
  bottom: 35px;
  left: 5%;
}

span.button.uk-h1 {
  font-size: clamp(2rem, 3.5rem, 4.2rem);
}

span.button.bg-primary.uk-h1 {
  border-radius: 50px;
  position: relative;
  bottom: -15px;
}

.uk-slideshow-items span.uk-icon > svg {
  width: 60px;
  position: relative;
  right: -25px;
}

.uk-slideshow-items h1 {
  line-height: 1;
}
span.button.uk-h4 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .uk-slideshow-items .uk-position-bottom-left {
    width: 100%;
    max-width: 815px;
    padding-bottom: 35px;
    padding-left: 50px;
  }
}

#gallery div.uk-slider-items > div img {
  width: 100%;
  max-height: 400px;
  min-height: 400px;
  object-fit: cover;
}

.uk-slider-nav > li.uk-active > a {
  background-color: var(--Color-secondary);
}

.uk-slider-nav > li > a {
  background-color: var(--Color-muted);
  border-color: var(--Color-muted);
}

#terminaciones .uk-grid-large.uk-grid > div img {
  height: 353px;
}

p.uk-h4 {
  font-size: 1.35rem;
}

ul.uk-list-space > li {
  line-height: 35px;
}
#video img.uk-border-rounded {
  border-radius: 25px;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

#video .uk-inline {
  display: block;
}
#video .uk-inline::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 20%);
  border-radius: 25px;
  transition: all 0.3s ease-in-out 0s;
}

#video .uk-inline span.uk-icon {
  z-index: 5;
}

#video .uk-inline:hover::before {
  background: rgb(0 0 0 / 50%);
}

body .uk-slider-items .uk-card-default:hover {
  background-color: var(--Color-primary);
}
body .uk-slider-items .uk-card-default:hover p {
  color: #ffffff;
}

body .uk-slider-items .uk-card-default p.color-muted {
  font-style: italic;
  font-size: 18px;
  min-height: 140px;
}

body .uk-slider-items .uk-card-default p.color-primary {
  letter-spacing: 0.2px;
  font-size: 19px;
}

ul.list-start {
  list-style: none;
  padding-left: 0px;
  display: flex;
}

ul.list-start > li:not(:last-child) {
  margin-right: 10px;
}

ul.list-start > li svg > polygon {
  fill: var(--Color-secondary);
  stroke: var(--Color-secondary) !important;
}

#financiamiento h2.uk-h1 {
  font-size: 2.4rem;
}

#financiamiento h2.uk-h1 + h4 {
  font-size: 1.35rem;
}

.form-content {
  width: 100%;
  max-width: 600px;
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.form-content {
  padding: 25px;
}

.form-content input,
.form-content textarea {
  border-radius: 5px;
}

.form-content p {
  margin-top: 0px;
  font-size: 16px;
  color: #ffffff;
}

.form-content h2 {
  margin-bottom: 0px;
  font-size: 2.45rem;
  font-weight: 700;
}

.form-content input::placeholder,
.form-content textarea::placeholder {
  font-weight: 600;
  color: #666666;
}

.button-border {
  border: 1px solid #ffffff;
  font-size: 18px;
}

table.uk-table td {
  padding: 0px 2px;
}
table.uk-table td {
  padding: 0px 2px;
}

.footer-contaienr p:not(.uk-text-small),
.footer-contaienr li,
.footer-contaienr a:not(.uk-text-large) {
  font-size: 15px;
}

.footer-contaienr p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.footer-contaienr img + p {
  margin-bottom: 0px;
  margin-top: 15px;
}
ul.list-redes {
  list-style: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
}

ul.list-redes > li:not(:last-child) {
  margin-right: 10px;
}

ul.list-redes > li > a > svg {
  width: 30px;
  background: var(--Color-primary);
  color: #ffffff;
  padding: 5px;
  border-radius: 25px;
  transition: all 0.3s ease-in-out 0s;
}

ul.list-redes > li > a > svg:hover {
  background: var(--Color-secondary);
}

.ws {
  position: fixed;
  bottom: 10%;
  right: 2%;
}

.toTop {
  position: absolute;
  right: 2%;
  top: -50px;
  background: var(--Color-primary);
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 25px;
}

.btn-float {
  position: relative;
  height: 2px;
}

.toTop > a {
  color: #ffffff;
}

.ws > a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  background: var(--Color-whatsapp);
  display: inline-block;
  border-radius: 25px;
}

/*OFF-CANVAS*/
.uk-offcanvas-bar {
  background: #ffffff;
}

button.uk-offcanvas-close {
  background: var(--Color-primary);
}

.uk-offcanvas-bar nav.uk-navbar-container.uk-navbar {
  background: transparent;
  margin-top: 25px;
}

.uk-offcanvas-bar
  nav.uk-navbar-container.uk-navbar
  > ul
  > li:not(:last-child)
  > a {
  color: var(--Color-primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.uk-offcanvas-bar nav.uk-navbar-container.uk-navbar > ul > li:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out 0s;
}

.uk-offcanvas-bar nav.uk-navbar-container.uk-navbar > ul > li:hover,
.uk-offcanvas-bar nav.uk-navbar-container.uk-navbar > ul > li.uk-active {
  border-color: var(--Color-secondary);
}

.uk-offcanvas-bar nav.uk-navbar-container.uk-navbar > ul > li:last-child > a {
  color: var(--Color-whatsapp);
  font-weight: 600;
  font-size: 20px;
}

/*MOVIL*/
@media screen and (width < 768px) {
  .slideshow-content::before {
    width: 70px;
    bottom: -50px;
    height: 90px;
  }

  h2.uk-h3 {
    font-size: 1.3rem;
    margin-bottom: 0px;
    margin-top: 35px;
  }

  h3 > .button {
    font-size: 15px;
    padding: 11px 5px;
    width: 100%;
  }

  h2.uk-h3 + h3 {
    margin-top: 20px;
  }

  h2.uk-h1 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  .form-content {
    padding: 25px;
  }

  .footer-contaienr .uk-width-1-4\@m {
    text-align: center;
  }

  ul.list-redes {
    justify-content: center;
  }

  table.uk-table.uk-table-divider p {
    text-align: justify;
  }

  .footer-contaienr .uk-width-auto\@m {
    text-align: center;
  }

  .footer-contaienr .uk-text-right {
    text-align: center !important;
  }
  .uk-slideshow-items .uk-position-cover > img + div {
    padding-bottom: 50px;
  }
}
