/* Generated by less 3.11.1 */
/*=============
Variables
=============*/
/*=============

=============*/
/*=============
General
=============*/
body {
  font-family: sans-serif;
  color: #222222;
  background: url(../img/bg/marmol.jpg) center fixed;
}
a {
  color: #f18028;
}
a:hover {
  color: #f4af36;
  text-decoration: none;
}
h1 {
  font-family: sans-serif;
}
h2 {
  font-family: sans-serif;
}
h3 {
  font-family: sans-serif;
}
h4 {
  font-family: sans-serif;
}
h5 {
  font-family: sans-serif;
}
h6 {
  font-family: sans-serif;
}
/*=============
Back to top button
=============*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 995;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background: #479dbb;
  color: #1a1814;
  transition: all 0.4s;
}
.back-to-top i:hover {
  background: #f18028;
  color: #1a1814;
}
/*=============
Disable aos
=============*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*=============
Header
=============*/
#header {
  background: #ffffff;
  border-bottom: 1px solid #1a1814;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 50px;
  margin-right: 5px;
}
#header.header-scrolled {
  top: 0;
  border-bottom: 8px solid #f18028;
}
/*=============
Footer
=============*/
#footer {
  background-color: #1e3c70;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
/*=========
# Navigation Menu
=========*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul {
  display: flex;
  align-items: center;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding-left: 28px;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #1a1814;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  font-family: sans-serif;
}
.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #f18028;
}
.nav-menu .book-a-table a {
  border: 2px solid #479dbb;
  color: #1a1814;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s;
}
.nav-menu .book-a-table a:hover {
  background: #479dbb;
  color: #ffffff;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1a1814;
}
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #cda45e;
}
.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 25px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 34px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  color: #f18028;
}
.mobile-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  background: #1a1814;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav .mobile-nav-close {
  margin: 15px 15px 0 auto;
  display: block;
  border: 0;
  background: none;
  font-size: 30px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  color: rgba(255, 255, 255, 0.9);
}
.mobile-nav .mobile-nav-close:hover {
  color: #fff;
}
.mobile-nav ul {
  margin-top: 2em;
  font-size: 20px;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  transition: 0.3s;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #cda45e;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}
.mobile-nav .book-a-table a {
  color: #fff;
  border: 2px solid #cda45e;
  border-radius: 50px;
  margin: 20px 0 0 0;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
}
.mobile-nav .book-a-table a:hover {
  background: #cda45e;
  color: #fff;
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/*=============
Portada
=============*/
#port {
  margin: 30px 0;
}
/*=============
Sections General
=============*/
/*.section-title h2::after {
  content: "";
  width: 80px;
  height: 1px;
  font-weight: 600;
  display: inline-block;
  background: #bb8800;
  margin: 4px 10px;
}*/
section {
  padding: 40px 0 20px;
  overflow: hidden;
}
.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 26px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px 0;
  letter-spacing: 0px;
  color: #1e3c70 !important;
  font-family: sans-serif;
}
.section-title p {
  margin: 15px 0;
  font-size: 18px;
  text-align: justify;
  font-family: sans-serif;
  color: #000;
}
/*=============
Presentacion
=============*/
.Present {
  background-size: cover;
  position: relative;
  padding: 40px 0;
}
.Present .Present-img {
  position: relative;
  transition: 0.5s;
}
.Present .Present-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.Present .Present-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: '';
  border-left: 5px solid #1e3c70;
  border-top: 5px solid #1e3c70;
  transition: 0.5s;
}
.Present .Present-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: '';
  border-right: 5px solid #1e3c70;
  border-bottom: 5px solid #1e3c70;
  transition: 0.5s;
}
.Present .Present-img:hover {
  transform: scale(1.03);
}
.Present .Present-img:hover::before {
  left: 10px;
  top: 10px;
}
.Present .Present-img:hover::after {
  right: 10px;
  bottom: 10px;
}
.Present .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.Present .content ul {
  list-style: none;
  padding: 0;
}
.Present .content ul li {
  padding-bottom: 10px;
}
.Present .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}
.Present .content p {
  text-align: justify;
}
.Present .content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .Present {
    background-attachment: fixed;
  }
}
/*=============
Proceso
=============*/
.Proceso {
  overflow: hidden;
}
.Proceso .nav-tabs {
  border: 0;
}
.Proceso .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #222;
  border-radius: 0;
  border-right: 2px solid #9fe7f4;
  font-weight: 600;
  font-size: 15px;
}
.Proceso .nav-link:hover {
  color: #f4af36;
  border-color: #f18028;
}
.Proceso .nav-link.active {
  color: #f4af36;
  background: #9fe7f4;
  border-color: #9fe7f4;
}
.Proceso .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.Proceso .info h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1814;
}
.Proceso .info p {
  color: #1a1814;
  text-align: justify;
}
.Proceso .info p:last-child {
  margin-bottom: 0;
}
.Proceso .cont {
  padding: 20px 30px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 0.3s;
  background: #479dbb;
  border-radius: 15px;
  height: 220px;
}
.Proceso .cont span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #f4af36;
}
.Proceso .cont h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0 10px;
  color: #ffffff;
}
.Proceso .cont p {
  color: #1a1814;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-align: justify;
}
.Proceso .cont .btn-mas {
  text-align: center;
}
.Proceso .cont .btn-mas a {
  color: #9fe7f4;
  border: 2px solid #9fe7f4;
  border-radius: 50px;
  margin: 10px 0 0 0;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
}
.Proceso .cont .btn-mas a:hover {
  background: #1E3C70;
  color: #fff;
}
.Proceso .cont::-webkit-scrollbar-button:increment {
  display: none;
}
.Proceso .normal::-webkit-scrollbar {
  -webkit-appearance: none;
}
.Proceso .normal::-webkit-scrollbar:vertical {
  width: 10px;
}
.Proceso .normal::-webkit-scrollbar:horizontal {
  height: 10px;
}
.Proceso .normal::-webkit-scrollbar-button {
  display: none;
}
.Proceso .normal::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}
.Proceso .normal::-webkit-scrollbar-track {
  border-radius: 10px;
}
@media (max-width: 992px) {
  .Proceso .normal .nav-link {
    border: 0;
    padding: 15px;
  }
  .normal {
    display: ;
    height: 70px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
/*=============
Historico
=============*/
.Historicos .container {
  position: relative;
}
.Historicos .Historicos-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}
.Historicos .Historico-item {
  color: #fff;
}
.Historicos .Historico-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #1a1814;
}
.Historicos .Historico-item .date {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.Historicos .Historico-item .date span {
  color: #bb8800;
  border-bottom: 2px solid #1e3c70;
}
.Historicos .Historico-item ul {
  list-style: none;
  padding: 0;
}
.Historicos .Historico-item ul li {
  padding-bottom: 10px;
  color: #1e3c70;
}
.Historicos .Historico-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}
.Historicos .Historico-item p {
  color: #222222;
  font-weight: 600;
  font-size: 14px;
}
.Historicos .Historico-item p:last-child {
  margin-bottom: 0;
}
.Historicos .Historico-item .btn-mas {
  text-align: left;
}
.Historicos .Historico-item .btn-mas a {
  color: #1e3c70;
  border: 2px solid #f4af36;
  border-radius: 50px;
  margin: 20px 0 0 0;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
}
.Historicos .Historico-item .btn-mas a:hover {
  background: #479dbb;
  color: #fff;
  border: 2px solid #479dbb;
}
.Historicos .owl-nav {
  margin-top: 5px;
  text-align: center;
}
.Historicos .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.Historicos .owl-dot {
  display: inline-block;
  margin: 25px 5px 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.Historicos .owl-dot.active {
  background-color: #f18028 !important;
}
@media (min-width: 1024px) {
  .Historicos {
    background-attachment: fixed;
  }
}
@media (min-width: 992px) {
  .Historicos .testimonial-item p {
    width: 80%;
  }
}
/*=========
# Cursos
=========*/
.Cursos .Curso-item {
  border-radius: 5px;
  width: 100%;
  border: 2px solid;
  border-color: #f4af36;
  margin: 15px 0;
}
.Cursos .Curso-content {
  padding: 15px;
}
.Cursos .Curso-content h3 {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin: 35px 0;
}
.Cursos .Curso-content p {
  font-size: 14px;
  color: #777777;
}
.Cursos .Curso-content h4 {
  font-size: 14px;
  background: #479dbb;
  padding: 7px 14px;
  color: #ffffff;
  margin: 0;
}
.Cursos .Curso-content .dur {
  margin: 0;
  font-weight: 800;
  font-size: 15px;
  color: #37423b;
  text-align: right;
}
.Cursos .Curso-content ul {
  list-style: none;
  margin: 5px auto;
  text-align: left;
  padding: 0 15px;
}
.Cursos .Curso-content li {
  font-size: 14px;
}
.Cursos .Curso-content li i {
  color: #1e3c70;
}
.Cursos .Curso-content .book-a-table {
  margin: 20px 0;
  text-align: center;
}
.Cursos .Curso-content .book-a-table a {
  border: 2px solid #cda45e;
  color: #1e3c70;
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}
.Cursos .Curso-content .book-a-table a:hover {
  background: #cda45e;
  color: #fff;
}
.Cursos .esp {
  padding-top: 15px;
  border-top: 1px solid;
  border-top-color: linear-gradient(to right, #ad5389, #3c1053);
}
.Cursos .esp .esp-mod span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 12px;
  color: #5a6c60;
}
.Cursos .esp .esp-cup {
  font-size: 14px;
  color: #657a6d;
}
.Cursos .btn-mas {
  text-align: center;
  margin: 15px 0;
}
.Cursos .btn-mas a {
  color: #1e3c70;
  border: 2px solid #cda45e;
  border-radius: 50px;
  margin: 20px 0 0 0;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s;
}
.Cursos .btn-mas a:hover {
  background: #cda45e;
  color: #fff;
}
