@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Playfair+Display:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: sans-serif;
  font-size: 15px; }
  body.menu-active {
    overflow: hidden; }

a, button {
  color: inherit;
  text-decoration: none;
  transition: .3s;
  border: none;
  outline: none; }

img {
  display: block;
  max-width: 100%; }

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto; }

.img-holder {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .img-holder.img-full {
    padding-bottom: 100%; }
  .img-holder.img-std {
    padding-bottom: 75%; }

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-1 {
  flex: 1; }

.full-height {
  position: relative;
  height: 100%;
  padding-bottom: 0; }

.iframe-container {
  position: relative;
  padding-bottom: 56.25%; }

.container {
  max-width: 1200px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: 1em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

.filter-white {
  filter: brightness(0) invert(1); }

.cke_editable {
  padding: 15px;
  line-height: 1.25; }
  .cke_editable > *:not(:first-child) {
    margin-top: 1em; }

.relative {
  position: relative; }

.row-grid {
  margin: -15px; }
  .row-grid > * {
    padding: 15px; }

.row-grid-big {
  margin: -30px; }
  .row-grid-big > * {
    padding: 30px; }

.row-grid-small {
  margin: -7.5px; }
  .row-grid-small > * {
    padding: 7.5px; }

.animated {
  animation-duration: .3s; }

.text-uppercase {
  text-transform: uppercase; }

.wow {
  animation-duration: 1s; }

.slider {
  position: relative; }

section {
  position: relative; }

.img-fluid {
  width: 100%; }

.wrapper {
  position: relative; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

input {
  font: inherit; }

.form-control, button {
  background: none;
  display: block;
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
  font: inherit;
  color: inherit; }
  .form-control::placeholder, button::placeholder {
    color: inherit; }

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0; }

button {
  transition: .3s; }

strong, b {
  font-weight: bold; }

body {
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #333; }
  body.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important; }

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  line-height: 1.25; }

.top {
  background: #f8a404;
  color: #fff;
  padding: 10px 0; }
  .top .container {
    display: flex; }
    .top .container a {
      margin-left: auto; }
    .top .container i {
      font-size: 1.25em;
      line-height: .5; }
    .top .container p {
      display: flex;
      align-items: center;
      margin-right: 30px; }
      .top .container p i {
        margin-right: .5em; }

.header {
  position: sticky;
  top: -1px;
  z-index: 9999;
  background: #fff; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header.fixed {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); }
    .header.fixed .logo {
      height: 100%; }

.main {
  overflow: hidden;
  position: relative; }

.logo {
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }

.btn {
  padding: 1em 2em;
  border-radius: 2em;
  line-height: 1;
  font-weight: bold;
  background: #f8a404;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }

.nav {
  font-weight: bold;
  color: #f8a404;
  text-align: center;
  line-height: 1.25; }
  .nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .nav ul li {
      margin: 0 1em; }
      .nav ul li:hover, .nav ul li.active {
        color: #333; }

.content-html > *:not(:first-child) {
  margin-top: 1em; }
.content-html > *:not(h1):not(h2) {
  line-height: 1.5; }
.content-html img {
  height: auto !important;
  width: auto !important; }
.content-html ul {
  padding-left: 2em; }
.content-html h1 {
  font-size: 2.5em; }
.content-html h2 {
  font-size: 1.75em; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  overflow: auto;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center; }
  .modal.active {
    opacity: 1;
    visibility: visible; }
    .modal.active .modal-container {
      transform: translateY(0); }
  .modal .modal-container {
    background: #fff;
    max-width: 992px;
    width: 100%;
    margin: auto;
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
    transform: translateY(100vh); }
  .modal .modal-close {
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 2em;
    color: #fff;
    z-index: 1; }
    .modal .modal-close:hover {
      color: #f8a404; }
  .modal .modal-footer {
    margin-left: auto;
    margin-top: 30px; }
  .modal h3 {
    padding: 30px;
    border-bottom: 1px solid #ccc;
    color: #f8a404; }
  .modal .content-html {
    line-height: 1.5;
    padding: 30px; }
    .modal .content-html > *:not(:first-child) {
      margin-top: 1em; }
  .modal .divider {
    margin-left: auto;
    margin-top: 30px; }
  .modal .modal-wrapper {
    position: relative;
    height: 80vh; }
  .modal .inner-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto; }
    .modal .inner-container::-webkit-scrollbar {
      width: 5px; }
    .modal .inner-container::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .modal .inner-container::-webkit-scrollbar-thumb {
      background: #f8a404; }
    .modal .inner-container::-webkit-scrollbar-thumb:hover {
      background: rgba(0, 0, 0, 0.5); }

.home-slider .item {
  padding-bottom: 33.33333333%;
  background: #000; }
  .home-slider .item img {
    opacity: .85; }
  .home-slider .item .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .home-slider .item .inner-container {
    max-width: 992px;
    text-align: center;
    color: #fff;
    padding: 0 30px; }
.home-slider h1 {
  font-size: 3.33333333em;
  margin: 1em auto;
  line-height: 1.25; }
.home-slider .inner-container, .home-slider .btn-container {
  opacity: 0;
  visibility: hidden; }
  .home-slider .inner-container.animated, .home-slider .btn-container.animated {
    opacity: 1;
    visibility: visible; }

.logo-container {
  height: 90px;
  max-width: 40%; }

section {
  padding: 90px 0; }
  section h1 {
    font-size: 2.5em;
    text-align: center; }
    section h1 + p {
      margin-top: 1em;
      text-align: center; }

.la-firma h3 {
  text-align: center;
  font-size: 1.25em; }

.slogan {
  background: url("../images/bg.jpg") center center no-repeat;
  background-size: cover;
  color: #fff; }
  .slogan h1 {
    text-align: center;
    font-size: 1.5em; }
  .slogan .container {
    max-width: 992px; }

.registros .container {
  max-width: 992px; }
.registros .owl-carousel {
  padding: 0 30px; }
.registros .arrow {
  color: #001f7e; }
  .registros .arrow.arrow-left {
    left: 0; }
  .registros .arrow.arrow-right {
    right: 0; }
.registros .owl-carousel {
  margin-top: 45px; }

.arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 4em;
  height: 1em;
  text-align: center;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  color: #fff; }
  .arrow.arrow-left {
    left: .25em; }
  .arrow.arrow-right {
    right: .25em; }

.owl-nav button.disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.selector-link:hover, .selector-link.active {
  color: #f8a404; }

.icon {
  max-width: 96px;
  margin: 0 auto 15px; }

.staff .container {
  max-width: 992px; }
.staff h1 {
  margin-bottom: 45px; }
.staff .img-holder {
  padding-bottom: 125%;
  border-radius: .5em;
  overflow: hidden; }
.staff h3 {
  text-align: center;
  margin-top: 1em; }

.servicios {
  background: #e3e3e3; }
  .servicios h1 {
    margin-bottom: 45px; }
  .servicios h3 {
    margin-bottom: 1em;
    text-align: center; }

.icon-container {
  margin-top: 90px; }

.md-tab {
  margin-top: 30px; }

.alert {
  border: 2px solid;
  color: #f8a404;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 1em; }

.contacto h1 {
  margin-bottom: 45px; }
.contacto .map-container {
  padding-bottom: 56.25%;
  position: relative; }
  .contacto .map-container > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.contacto .btn {
  background: #001f7e; }
.contacto .container {
  max-width: 992px; }

.form-group + .form-group {
  margin-top: 15px; }

.form-control {
  display: block;
  width: 100%;
  padding: .5em 0;
  color: inherit;
  border-bottom: 2px solid #001f7e; }
  .form-control::placeholder {
    color: #ccc; }
  .form-control.has-error {
    border-color: #f8a404; }

.footer {
  color: #fff;
  padding: 90px 0;
  background: #333; }
  .footer .list {
    margin-top: 45px; }
    .footer .list li {
      display: flex;
      align-items: center; }
      .footer .list li:not(:first-child) {
        margin-top: 1em; }
      .footer .list li i {
        width: 1em;
        font-size: 1.25em;
        margin-right: .5em; }
  .footer h2 {
    margin-bottom: 1em;
    text-align: right; }
  .footer .footer-nav {
    text-align: right; }
    .footer .footer-nav ul li:not(:first-child) {
      margin-top: 1em; }
    .footer .footer-nav ul li:hover, .footer .footer-nav ul li.active {
      color: #f8a404; }

/*# sourceMappingURL=style.css.map */
