@charset "UTF-8";
body, html {
  background-color: #f7f0e9;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

body.open, html.open {
  overflow: hidden;
  height: 100%;
}

a {
  display: block;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 60px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 48px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 32px;
}

@media (max-width: 768px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 25px;
}

@media (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}

img {
  max-width: 100%;
}

.btn-eap {
  background-color: #3e55a6;
  border-radius: 40px;
  font-family: "Yeseva One", cursive;
  font-size: 21px;
  letter-spacing: 1px;
  color: #fff;
  border: 2px solid #3e55a6;
  display: inline-block;
  padding: 15px 66px;
}

.btn-eap.small {
  font-size: 18px;
  padding: 5px 20px;
}

.btn-eap.alt {
  background-color: transparent;
  color: #3e55a6;
}

.main-title {
  font-family: "Yeseva One", cursive;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.5px;
  color: #03262f;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 32px;
  }
}

.main-text {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: normal;
  color: #1a1a1a;
  margin-bottom: 60px;
}

.mapa {
  text-align: center;
}

.mapa iframe {
  width: 100%;
}

.mapa .address {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
  margin: 30px 0;
}

.owl-theme .owl-dots {
  margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #3e55a6;
  opacity: 0.9;
}

.owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 55px);
  left: 0;
  right: 0;
  padding: 0 10px;
}

.owl-theme .owl-nav .owl-prev {
  float: left;
  color: #3e55a6 !important;
  font-size: 60px !important;
}

.owl-theme .owl-nav .owl-next {
  float: right;
  color: #3e55a6 !important;
  font-size: 60px !important;
}

@media (max-width: 768px) {
  .owl-theme .owl-nav {
    top: calc(50% - 75px);
  }
}

.owl-theme button:hover, .owl-theme button:focus {
  outline-color: transparent !important;
  outline-width: 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

header .row {
  position: relative;
}

header .lang {
  position: absolute;
  top: 20px;
  right: 0;
  list-style-type: none;
  padding: 0;
}

header .lang li {
  float: left;
  margin: 0 5px;
}

header .lang li a {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid transparent;
}

header .lang li a span {
  display: none;
}

header .lang li.current-lang a {
  border-color: #cb2d2d;
}

header .menu {
  list-style-type: none;
  padding: 60px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .menu > li {
  position: relative;
}

header .menu > li a {
  font-family: "Yeseva One", cursive;
  font-size: 20px;
  color: #3e55a6;
  padding: 10px 0;
  margin: 0 20px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color .5s ease-in-out;
  transition: border-color .5s ease-in-out;
}

header .menu > li a:hover {
  border-color: #cb2d2d;
}

header .menu > li:last-child a {
  padding: 10px;
  border: 2px solid #3e55a6;
  border-radius: 40px;
  margin-right: 0;
}

header .menu > li:last-child a:hover {
  border-color: #cb2d2d;
}

header .menu > li.current_page_item > a {
  border-color: #cb2d2d;
}

header .menu > li ul {
  position: absolute;
  /* top: calc(100% + 15px); */
  top: calc(100% - 2px);
  left: 20px;
  list-style-type: none;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  border-top: 2px solid #cb2d2d;
}

header .menu > li ul:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  border-top: 2px solid #cb2d2d;
  border-right: 2px solid #cb2d2d;
  position: absolute;
  top: -8px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 10;
}

header .menu > li ul li {
  position: relative;
  z-index: 20;
}

header .menu > li ul li a {
  font-size: 16px;
  margin: 0;
  padding: 14px 20px !important;
  border-radius: 0 !important;
}

header .menu > li ul li a:hover {
  background-color: #3e55a6;
  color: #fff;
  border-color: transparent !important;
}

header .menu > li ul li.current_page_item a {
  border-color: none;
}

header .menu > li ul li:last-child a {
  border: none;
}

header .menu > li:hover ul {
  visibility: visible;
  opacity: 1;
}

header .btn-mobile {
  opacity: 1;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 10px;
  border: none;
  width: 30px;
  height: 25px;
  outline: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: none;
}

header .btn-mobile:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: auto;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e55a6), color-stop(20%, #3e55a6), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, #3e55a6), color-stop(60%, #3e55a6), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, #3e55a6), to(#3e55a6));
  background: linear-gradient(to bottom, #3e55a6, #3e55a6 20%, transparent 20%, transparent 40%, #3e55a6 40%, #3e55a6 60%, transparent 60%, transparent 80%, #3e55a6 80%, #3e55a6 100%);
  -webkit-transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
  transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}

header .btn-mobile:after {
  opacity: 0;
  content: '×';
  color: white;
  position: absolute;
  top: 16px;
  left: -4px;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

header .btn-mobile:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

header .btn-mobile:hover {
  opacity: 1;
}

.open header .btn-mobile {
  opacity: 1;
  position: fixed;
}

.open header .btn-mobile:before {
  opacity: 0;
  width: 0;
}

.open header .btn-mobile:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
          transform: translate3d(0, 0, 0) rotate(360deg);
  -webkit-transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
  transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
}

@media (max-width: 768px) {
  header .btn-mobile {
    display: block;
  }
}

@media (max-width: 1200px) {
  header .logo {
    width: 160px;
  }
}

@media (max-width: 991px) {
  header .menu li a {
    margin: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  header .lang {
    right: 50px;
  }
  header nav {
    z-index: 1;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
  }
  header nav:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(48, 66, 129, 0.98);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0.04), translateY(9999px);
            transform: scale(0.04), translateY(9999px);
    overflow: hidden;
  }
  .open header nav {
    top: 0;
  }
  .open header nav:before {
    -webkit-animation: menu-animation 0.8s ease-out forwards;
            animation: menu-animation 0.8s ease-out forwards;
  }
  header ul.menu {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
    color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  header ul.menu > li {
    opacity: 0;
    text-align: center;
    -webkit-transform: translate3d(0, 36px, 0);
            transform: translate3d(0, 36px, 0);
    /* &:after {
                    opacity: 0;
                    content: attr(data-text);
                    @include position-center;
                    color: $french-blue;
                    overflow: hidden;
                    transform: translate(-24px, 6px);
                    transition: transform 0.1s ease-out,
                        opacity 0.1s ease-out;
                } */
    /* &:hover {
                    &:before {
                        left: 0;
                        right: auto;
                        width: 100%;
                    }

                    &:after {
                        opacity: 1;
                        padding: 0 20px;
                        transform: translate(0px, 6px);
                        transition: transform 0.2s 0.14s ease-out,
                            opacity 0.2s 0.14s ease-out;
                    }
                } */
  }
  header ul.menu > li:last-child a {
    border: none;
  }
  header ul.menu > li a {
    color: #fff;
    font-size: 24px;
    margin: 0;
  }
  header ul.menu > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    left: auto;
    background-color: white;
    height: 100%;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.14s ease-out;
    transition: width 0.14s ease-out;
  }
  .open header ul.menu > li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .open header ul.menu > li:nth-child(1) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  .open header ul.menu > li:nth-child(2) {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
  .open header ul.menu > li:nth-child(3) {
    -webkit-transition-delay: 0.95s;
            transition-delay: 0.95s;
  }
  .open header ul.menu > li:nth-child(4) {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
  header ul.menu > li ul {
    position: relative;
    /*  opacity: 1;
                    visibility: visible; */
    display: none;
    background: transparent;
    border: none;
    left: auto;
  }
  header ul.menu > li ul::before {
    display: none;
  }
}

.secondary-menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  background: rgba(62, 85, 166, 0.7);
  width: 100%;
}

.secondary-menu ul li {
  margin: 0;
}

.secondary-menu ul li a {
  padding: 10px;
  font-family: "Yeseva One", cursive;
  font-size: 16px;
  color: #fff;
}

.secondary-menu ul li a:after {
  content: '|';
  margin-left: 10px;
}

.secondary-menu ul li:last-child a:after {
  content: '';
}

@media (max-width: 768px) {
  .secondary-menu {
    overflow: scroll;
  }
  .secondary-menu ul {
    padding: 0 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.banner {
  margin-top: 140px;
  position: relative;
  z-index: 10;
  min-height: 440px;
  background-position: center top;
  background-size: cover;
}

.banner:before {
  content: '';
  background: url("../images/mask.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner img {
  width: 100%;
  height: auto;
}

.banner .banner-title {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.76);
  font-family: "Abril Fatface", cursive;
  font-size: 42px;
  line-height: 1.67;
  letter-spacing: normal;
  color: #fff;
  margin-top: 300px;
}

@media (max-width: 768px) {
  .banner {
    margin-top: 70px;
    min-height: auto;
  }
  .banner .banner-title {
    font-size: 30px;
    text-align: center;
    margin-top: 160px;
    margin-bottom: 60px;
  }
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

.home-section {
  text-align: center;
  padding: 60px 0;
}

.home-section .decorator {
  opacity: 0.52;
  font-family: "Abril Fatface", cursive;
  font-size: 200px;
  line-height: 1;
  letter-spacing: normal;
  color: #8b9598;
  height: 100px;
}

.home-pages {
  padding: 60px 0;
}

.home-pages:nth-child(odd) > .container-fluid > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.home-pages:nth-child(odd) .slider {
  background-position: right center;
}

.home-pages:nth-child(odd) .slider .owl-dots {
  text-align: left;
}

.home-pages > .container-fluid {
  padding: 0;
}

.home-pages .slider {
  /* height: 600px; */
  background-position: left center;
}

.home-pages .slider .item {
  /* height: 600px; */
}

@media (max-width: 768px) {
  .home-pages .slider .item {
    /* height: 300px; */
  }
}

.home-pages .slider .owl-dots {
  text-align: right;
}

@media (max-width: 768px) {
  .home-pages .slider {
    /*  height: 330px; */
  }
}

.home-pages .main-content {
  padding: 0 100px;
}

@media (max-width: 768px) {
  .home-pages .main-content {
    padding: 0 40px;
    text-align: center;
  }
}

.home-contact {
  padding: 60px 0;
  text-align: center;
}

.home-contact > .container-fluid {
  padding: 0;
}

.home-contact .title {
  font-family: "Yeseva One", cursive;
  font-size: 27px;
  line-height: 2.37;
  letter-spacing: 0.7px;
  text-align: center;
  color: #03262f;
}

.home-contact .text {
  font-family: "Yeseva One", cursive;
  font-size: 20px;
  line-height: 3.2;
  letter-spacing: 0.5px;
  text-align: center;
  color: #03262f;
}

.home-contact iframe {
  width: 100%;
}

.main-content h1 {
  margin-top: 60px;
  text-align: center;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4 {
  margin-bottom: 60px;
  font-family: "Yeseva One", cursive;
  line-height: 1.17;
  letter-spacing: -0.5px;
  color: #03262f;
}

.main-content blockquote p {
  font-family: "Yeseva One", cursive;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.5px;
  text-align: center;
  color: #03262f;
}

.main-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: normal;
  color: #1a1a1a;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .main-content p {
    font-size: 16px;
  }
}

.main-content ul {
  list-style-type: none;
  margin-bottom: 40px;
}

.main-content ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal;
  color: #1a1a1a;
  margin: 20px 0;
}

.main-content ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3e55a6;
  margin-right: 10px;
  display: inline-block;
}

.main-content .wp-block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-content .wp-block-file .wp-block-file__button {
  background-color: #3e55a6;
}

.main-content iframe {
  display: block;
  margin: 0 auto;
}

.main-content.contact {
  margin-top: 260px;
}

.main-content.contact > .container {
  padding: 50px 90px;
  background-color: #fff;
}

.main-content.contact h1, .main-content.contact h2, .main-content.contact h3, .main-content.contact h4, .main-content.contact p {
  margin-bottom: 20px;
}

.main-content.contact form {
  max-width: 350px;
}

.main-content.contact form label {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
}

.main-content.contact form input, .main-content.contact form textarea {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  padding: 5px 10px;
  width: 100%;
}

.main-content.contact form p {
  margin-bottom: 20px;
}

.main-content.contact form .btn-eap {
  background-color: #3e55a6;
  border-radius: 40px;
  font-family: "Yeseva One", cursive;
  letter-spacing: 1px;
  color: #fff;
  border: 2px solid #3e55a6;
  display: inline-block;
  width: 120px;
}

.footer {
  padding-top: 120px;
  text-align: center;
}

.footer .logo {
  margin-bottom: 40px;
}

.footer .social .title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 2.13;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(26, 26, 26, 0.58);
}

.footer .email {
  font-family: "Yeseva One", cursive;
  font-size: 20px;
  line-height: 3.2;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 40px 0;
  display: block;
  color: #3e55a6;
}

.footer p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 2.13;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(26, 26, 26, 0.58);
}

@media (max-width: 768px) {
  .footer .email {
    font-size: 14px;
  }
}
/*# sourceMappingURL=main.css.map */