@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(../fonts/roboto-condensed-normal.woff) format("woff");
  src: url(../fonts/roboto-condensed-normal.woff2) format("woff2");
}
body, a, p, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.6;
}

p {
  line-height: 1.2em;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.button, .btn {
  background-color: #5C6CB1;
  color: #fff;
  border: none;
  padding: 10px 60px;
  font-size: 1rem;
  font-weight: normal;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  border-radius: 12px;
}
.button:hover, .btn:hover {
  background-color: #172DBD;
  color: white;
}
.button:visited, .btn:visited {
  color: white;
}

.column {
  text-align: center;
  padding: 20px;
}
.column img {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.column h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #5C6CB1;
}
.column p {
  font-size: 1rem;
  color: #666;
  max-width: 80%;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.5;
}

.claim {
  font-size: 1.2rem;
  color: #5C6CB1;
  text-align: center;
  font-weight: 400;
  font-size: 2.25rem;
  margin: 40px auto 0 auto;
  line-height: 1.2em;
  max-width: 75%;
}

.button-container {
  text-align: center;
}

.site-header .top-bar {
  background: linear-gradient(to right, #5C6CB1, #172DBD);
  padding: 10px 0;
}
.site-header .top-bar .container {
  padding: 0;
}
.site-header .top-bar .contact-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
}
.site-header .top-bar .contact-info a {
  color: #fff;
  text-decoration: none;
}
.site-header .top-bar .contact-info .emails:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/email.svg) no-repeat center center;
  background-size: contain;
  float: left;
  margin: 0 15px 0 0;
}
.site-header .top-bar .contact-info .emails a:after {
  content: "|";
  margin: 0 10px;
}
.site-header .top-bar .contact-info .emails a:last-of-type:after {
  display: none;
}
.site-header .top-bar .contact-info .phone a:before {
  content: "";
  display: block;
  float: left;
  margin: 0 15px 0 50px;
  width: 20px;
  height: 20px;
  background: url(../images/phone.svg) no-repeat center center;
  background-size: contain;
}
.site-header .top-bar .button {
  float: right;
  background: #fff;
  color: #5C6CB1;
  text-transform: uppercase;
  padding: 10px 30px 7px 30px;
}
.site-header .site-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.site-header .site-menu .main-navigation {
  width: initial;
}
.site-header .site-menu .main-navigation a {
  color: black;
  font-size: 1.25rem;
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.site-header .site-menu .main-navigation li.current-menu-item a {
  border-bottom: 3px solid #5C6CB1;
}

.home section.slider .item {
  width: 100%;
  height: 500px;
  background-size: cover;
  position: relative;
}
.home section.slider .item h2 {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
  max-width: 40%;
}
.home section.slider .item .opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home section.slider .slick-prev {
  z-index: 999;
  left: 35px;
}
.home section.slider .slick-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/left-arrow.svg) no-repeat center center;
  background-size: contain;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.home section.slider .slick-next {
  z-index: 999;
  right: 35px;
}
.home section.slider .slick-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/left-arrow.svg) no-repeat center center;
  background-size: contain;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  transform: rotate(180deg);
}
.home section.slider .slick-dots {
  bottom: 15px;
}
.home section.slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.home section.slider .slick-dots li button:before {
  color: #fff;
  font-size: 12px;
  opacity: 1;
}
.home section.slider .slick-dots li.slick-active button:before {
  color: #5C6CB1;
}
.home section.intro {
  margin: 50px 0;
  padding: 50px;
}
.home section.intro p {
  font-size: 1.5rem;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
  line-height: 1.2em;
}
.home section.cats .item {
  width: 100%;
  background-color: #5C6CB1;
  position: relative;
  transition: all 0.3s ease;
}
.home section.cats .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.home section.cats .item img {
  width: 100%;
}
.home section.cats .item p {
  padding: 20px !important;
  text-align: center;
  color: white;
  font-size: 2.5rem;
}
.home section.cats .item:hover {
  background-color: black;
}
.home section.featured .main-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home section.featured .main-content .content-wrapper {
  padding-left: 50px;
  font-size: 1.5rem;
}
.home section.featured .main-content .content-wrapper p {
  margin-bottom: 0;
}
.home section.featured .featured-content {
  padding: 30px 0;
  text-align: center;
  font-size: 1.5rem;
}
.home section.featured .featured-content h2 {
  font-size: 2.25rem;
  margin-bottom: 10px;
  color: #5C6CB1;
  font-weight: 400;
}

.page-template-page-material .header-img {
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
}
.page-template-page-material .header-img .opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.page-template-page-material .header-img h1 {
  color: white;
  font-size: 4rem;
  position: relative;
  z-index: 999;
}
.page-template-page-material section.intro {
  padding: 75px 0;
  text-align: center;
}
.page-template-page-material section.intro p {
  font-size: 1.5rem;
  max-width: 90%;
  margin: 0 auto;
}
.page-template-page-material section.categorias {
  padding: 50px 0;
}
.page-template-page-material section.categorias .item {
  margin-bottom: 30px;
  background: #5C6CB1;
}
.page-template-page-material section.categorias .item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-material section.categorias .item p {
  padding: 20px;
  text-align: center;
  color: white;
  font-size: 2rem;
}

.page-template-page-quienes .history {
  margin-top: 50px;
}
.page-template-page-quienes .content-block h2 {
  font-size: 2.5rem;
  color: #5C6CB1;
}
.page-template-page-quienes .content-block p {
  font-size: 1.5rem;
}
.page-template-page-quienes section.values {
  background: #F1F1F1;
  padding: 100px 0;
  margin: 75px 0;
}
.page-template-page-quienes section.values h2 {
  color: #5C6CB1;
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 20px;
}
.page-template-page-quienes section.values .claim {
  line-height: 1.2em;
  max-width: 60%;
  margin: 0 auto;
  font-weight: 400;
  padding: 40px 0;
}
.page-template-page-quienes section.prefooter {
  background: #F1F1F1;
  padding: 100px 0;
  margin-bottom: 0;
}

.page-template-page-contacto section.intro .intro-content {
  padding: 50px 0;
  text-align: center;
}
.page-template-page-contacto section.intro .intro-content h2 {
  font-size: 4rem;
  color: #5C6CB1;
  text-align: center;
  margin-bottom: 5px;
}
.page-template-page-contacto section.intro .intro-content p {
  font-size: 1.5rem;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
  color: #5C6CB1;
}
.page-template-page-contacto section.intro .emails {
  text-align: center;
}
.page-template-page-contacto section.intro .emails a {
  display: block;
  font-size: 2.25rem;
  text-decoration: none;
  color: #5C6CB1;
  font-weight: 400;
}
.page-template-page-contacto section.intro .emails:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/email.svg) no-repeat center center;
  background-size: contain;
  margin: 20px auto;
  filter: invert(44%) sepia(41%) saturate(635%) hue-rotate(191deg) brightness(88%) contrast(87%);
}
.page-template-page-contacto section.intro .phone {
  text-align: center;
}
.page-template-page-contacto section.intro .phone a {
  display: block;
  font-size: 2.25rem;
  text-decoration: none;
  color: #5C6CB1;
}
.page-template-page-contacto section.intro .phone:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/phone.svg) no-repeat center center;
  background-size: contain;
  margin: 20px auto;
  filter: invert(44%) sepia(41%) saturate(635%) hue-rotate(191deg) brightness(88%) contrast(87%);
}
.page-template-page-contacto section.form-wrapper {
  padding: 100px 0;
  background: #F1F1F1;
  margin: 100px 0;
}
.page-template-page-contacto section.form-wrapper .form label {
  font-size: 1.25rem;
  color: #5C6CB1;
  text-align: left;
  display: block;
}
.page-template-page-contacto section.form-wrapper .form form p {
  width: 45%;
  float: left;
  margin-right: 5%;
}
.page-template-page-contacto section.form-wrapper .form form p.full {
  width: 100%;
}
.page-template-page-contacto section.form-wrapper .form form input[type=email], .page-template-page-contacto section.form-wrapper .form form input[type=text], .page-template-page-contacto section.form-wrapper .form form textarea {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 20px;
  border-radius: 0;
  background: none;
  border: 0;
  border-bottom: 3px solid #5C6CB1;
}
.page-template-page-contacto section.form-wrapper .form form input[type=email]:focus-visible, .page-template-page-contacto section.form-wrapper .form form input[type=text]:focus-visible, .page-template-page-contacto section.form-wrapper .form form textarea:focus-visible {
  outline: none;
}
.page-template-page-contacto section.form-wrapper .form form input[type=submit] {
  background: #5C6CB1;
  color: white;
  border: none;
  padding: 10px 40px;
  font-size: 1.25rem;
}

section.prefooter {
  margin: 75px 0;
}

.site-footer {
  background: linear-gradient(to right, #5C6CB1, #353F6D);
  color: #fff;
  padding: 80px 0 0 0;
}
.site-footer h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.site-footer a {
  color: white;
  text-decoration: none;
}
.site-footer .footer-logo {
  padding-right: 60px;
}
.site-footer .footer-logo img {
  margin-bottom: 40px;
  filter: brightness(9);
}
.site-footer .footer-menu .lista-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu .lista-menu li {
  margin-bottom: 10px;
}
.site-footer .footer-menu .lista-menu li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer .footer-menu .lista-menu li a:hover {
  text-decoration: underline;
}
.site-footer .legal-info {
  text-align: center;
  padding: 20px 0;
  background-color: black;
  margin-top: 50px;
}
.site-footer .legal-info .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-footer .legal-info .container p {
  margin: 0;
}
.site-footer .legal-info .container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.site-footer .legal-info .container ul li {
  display: inline-block;
  margin: 0 10px;
  list-style-type: none;
}
.site-footer .legal-info .container ul li a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}
.site-footer .legal-info .container ul li a:hover {
  text-decoration: underline;
}

section.kd {
  padding: 20px 0;
  text-align: center;
}
section.kd img {
  width: 480px;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .home section.slider .item h2 {
    font-size: 3rem;
    left: 50px;
    max-width: 60%;
  }
}
@media screen and (max-width: 1180px) {
  .site-header .top-bar {
    padding: 10px 20px;
  }
  .site-header .site-menu {
    padding: 20px;
  }
}
@media screen and (max-width: 980px) {
  .site-header .site-menu .site-branding img {
    max-width: 25vw;
  }
  .site-header .site-menu .main-navigation a {
    font-size: 1rem;
    margin-left: 15px;
  }
}
@media screen and (max-width: 890px) {
  .site-header .top-bar .top-bar-row > div {
    width: 100% !important;
  }
  .site-header .top-bar .top-bar-row .contact-info {
    justify-content: space-between;
  }
  .site-header .top-bar .button {
    margin: 10px auto 0 auto;
    padding: 2px 30px 0px 30px;
    float: none;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .site-header .top-bar .contact-info {
    padding: 0;
  }
  .site-header .top-bar .contact-info .emails:before, .site-header .top-bar .contact-info .phone:before {
    margin: 0 7px 0 0;
  }
  .menu-toggle, .main-navigation.toggled ul {
    display: block !important;
  }
  .site-menu {
    position: relative;
  }
  .site-menu #primary-menu {
    position: absolute;
    right: 25px;
    top: 60px;
    background: white;
    z-index: 999;
    padding: 20px;
    border: 1px solid;
    text-align: right;
  }
  .menu-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    background: url(../images/menu.svg) no-repeat center center;
    background-size: contain;
  }
  .main-navigation ul {
    display: none !important;
  }
  .home section.slider .item {
    height: 380px;
  }
  .home section.slider .item h2 {
    max-width: 70%;
  }
  .site-footer .legal-info .container {
    flex-direction: column;
    align-items: center;
  }
  .site-footer .legal-info .container p {
    margin-bottom: 10px;
  }
  .site-footer .legal-info .container ul {
    justify-content: center;
  }
  .site-footer .legal-info .container ul li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 576px) {
  .top-bar .contact-info {
    font-size: 0.875rem !important;
  }
  .top-bar .contact-info .phone a {
    font-size: 0;
  }
  .home section.slider .item {
    height: 320px;
    background-position: center;
  }
  .home section.slider .item h2 {
    font-size: 2.5rem;
    max-width: 70%;
    left: 25px;
  }
  .home section.intro {
    padding: 0;
  }
  .home section.cats .item p {
    font-size: 1.5rem;
  }
  .home section.featured img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .home section.featured .main-content .content-wrapper {
    padding: 10px 25px;
  }
  .home section.featured .main-content .content-wrapper p {
    text-align: center;
  }
  .home section.featured h2 {
    line-height: 1.3em;
    margin-bottom: 30px !important;
  }
  .site-footer .legal-info .container {
    flex-direction: column;
    align-items: center;
  }
  .site-footer .legal-info .container p {
    margin-bottom: 10px;
  }
  .site-footer .legal-info .container ul {
    justify-content: center;
  }
  .site-footer .legal-info .container ul li {
    margin: 0 5px;
  }
  .site-footer .footer-menu .lista-menu li {
    margin-bottom: 0px;
  }
  .site-footer h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */