@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
* {
  padding: 0;
  margin: 0;
}
body,
html {
  position: relative;
  height: 100%;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-weight: 300;
}
.wrap {
  position: relative;
  min-height: 80%;
}
.font-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.font-destaq {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.font-titles {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.topo {
  background: #121b60;
}
.topo .nav-link {
  color: #fff;
}
.header {
  background: #fff;
  position: relative;
  min-height: 116px;
}
.header .navbar-brand {
  position: absolute;
  background: #121b60;
  top: -35px;
  padding: 5px 0 5px 20px;
  left: 0;
}
.header .navbar-brand img {
  height: 110px;
  transition: 0.3s;
}
.header .navbar-brand::after {
  content: '';
  position: absolute;
  left: -300px;
  top: 0;
  bottom: 0;
  width: 300px;
  background: #121b60;
}
.header .navbar-brand::before {
  content: '';
  position: absolute;
  width: 50px;
  right: -50px;
  bottom: 0;
  top: 0;
  background: url('../img/triangulo.png') no-repeat top left;
  background-size: 100% 100%;
}
.header .menu-principal {
  margin: 10px 0;
}
.header .menu-principal .nav-item .nav-link {
  color: #5f5f5f;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  position: relative;
  z-index: 20;
  padding-right: 5px;
  padding-left: 5px;
  transition: 0.3s;
}
.header .menu-principal .nav-item .nav-link:hover,
.header .menu-principal .nav-item .nav-link:focus,
.header .menu-principal .nav-item .nav-link.active {
  color: #121b60 !important;
  transition: 0.3s;
}
.header.fixed-top {
  background: #fff;
  transition: 0.3s;
}
.header.fixed-top .navbar-brand img {
  transition: 0.3s;
  height: 70px;
}
.header.fixed-top .menu-principal .nav-item .nav-link {
  transition: 0.3s;
}
.header.fixed-top .menu-principal .nav-item .nav-link:hover,
.header.fixed-top .menu-principal .nav-item .nav-link:focus,
.header.fixed-top .menu-principal .nav-item .nav-link.active {
  color: #121b60 !important;
  transition: 0.3s;
}
.header.fixed-top .menu-principal .nav-item:nth-child(6) .nav-link {
  color: #121b60 !important;
}
.fixed-top + .page-header {
  margin-top: 250px;
}
.btn-header {
  margin-left: 3px;
}
.banner .carousel-caption {
  top: 30%;
  text-align: left;
}
.banner .carousel-caption .banner-subtitle {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.43);
  font-size: 1.3em;
}
.banner .carousel-caption .banner-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.43);
  font-size: 3.2em;
}
.banner .carousel-caption .btn-banner {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  transition: 0.3s;
  font-size: 1.3em;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
}
.banner .carousel-caption .btn-banner:hover,
.banner .carousel-caption .btn-bannerfocus {
  color: #121b60;
  transition: 0.3s;
  text-decoration: none;
}
.title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #121b60;
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 50px;
}
.title small {
  color: #00a6da;
  text-transform: uppercase;
  font-weight: bolder;
}
.title-simple {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.4em;
  position: relative;
}
.title-simple.title-md {
  font-size: 1.6em;
}
.color-white {
  color: #fff;
}
.text-default {
  font-size: 1.1em;
  line-height: 1.8em;
  font-weight: lighter;
}
.text-default img {
  margin: 0 0 30px 0;
  border-radius: 10px;
}
.text-home {
  border: 1px transparent solid;
  margin: 3em 0;
}
.img-home {
  position: relative;
  margin-bottom: 30px;
}
.img-home img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
.form-content {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 10px;
}
.form-content .title-form {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.4em;
  position: relative;
  font-size: 1.5em;
}
.form-content .title-form.title-md {
  font-size: 1.6em;
}
.form-content .text-form {
  font-weight: lighter;
}
.section {
  padding: 3em 0;
}
.section-contact-home {
  padding: 3em;
  background: #121b60;
}
.section-contact-home .btn {
  margin-top: 15px;
  padding: 15px 60px;
}
.card-contact {
  height: 100%;
  background: #121b60;
  padding: 40px;
  color: #fff;
}
.card-contact h4 {
  font-family: 'Raleway', sans-serif;
}
.btn-outline-success {
  border: 3px #121b60 solid;
  color: #121b60;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.btn-outline-success:hover,
.btn-outline-success:focus {
  background-color: #121b60;
  border: 3px #121b60 solid;
}
.btn {
  font-family: 'Montserrat', sans-serif;
}
.btn-primary {
  background: #00a6da;
  border-color: #00a6da;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: darker(#00a6da, 10%);
  background: darker(#00a6da, 10%);
}
.btn-default {
  background: #121b60;
  border-color: #121b60;
  color: #fff;
  font-weight: 700;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  border-color: darker(#121b60, 10%);
  background: darker(#121b60, 10%);
}
.ml-10 {
  margin-left: 10px;
}
.principal-galery {
  position: relative;
  margin-bottom: 30px;
}
.principal-galery .caption {
  padding: 30px 100px 30px 15px;
  background: rgba(255, 255, 255, 0.5);
  width: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.principal-galery .caption p {
  background: #fff;
  z-index: 100;
  display: block;
}
.principal-galery .caption h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  display: block;
  color: #333;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 700;
  background: #fff;
  z-index: 100;
}
.principal-galery .caption::before {
  content: '';
  border: 1px #00a6da solid;
  border-left: transparent;
  right: 0;
  left: 40%;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}
.principal-galery .principal-img {
  width: 60%;
  float: right;
}
.secondary-galery {
  margin: 15px 15px 0;
}
.secondary-galery.w-130 {
  width: 130%;
  margin-left: -30%;
}
.secondary-galery a {
  display: block;
  position: relative;
  border: 2px transparent solid;
  transition: 0.3s;
}
.secondary-galery a img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.secondary-galery a span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  font-size: 1em;
  color: #121b60;
  opacity: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  transition: 0.3s;
}
.secondary-galery a:hover,
.secondary-galery a:focus {
  border-color: #00a6da;
  transition: 0.3s;
}
.secondary-galery a:hover span,
.secondary-galery a:focus span {
  opacity: 1;
  transition: 0.3s;
}
.card-values {
  text-align: center;
  margin: 15px 0;
}
.card-values h3 {
  font-size: 1.3em;
  font-weight: lighter;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 15px;
}
.card-values img {
  margin-bottom: 30px;
}
.card-portfolio {
  position: relative;
}
.card-portfolio img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-portfolio .caption {
  padding: 30px 15px 15px;
}
.card-portfolio .caption a:hover,
.card-portfolio .caption a:focus {
  text-decoration: none;
}
.card-portfolio .caption .title-card {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 20px;
}
.card-portfolio .caption .title-card a {
  display: block;
  color: #222;
}
.card-portfolio .caption .text-card {
  font-size: 1.05em;
  display: block;
  line-height: 2em;
  font-weight: lighter;
}
.card-portfolio .caption .text-card a {
  color: #222;
  display: block;
}
.card-portfolio .caption .btn-card {
  font-size: 1.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding-left: 0;
  transition: 0.3s;
}
.card-portfolio .caption .btn-card:hover,
.card-portfolio .caption .btn-card:focus {
  text-decoration: none;
  padding-left: 10px;
  transition: 0.3s;
}
.card-portfolio:hover .caption,
.card-portfolio:focus .caption {
  transition: 0.5s;
  opacity: 1;
}
.list-portfolios .card-portfolio {
  margin-bottom: 30px;
}
.card-service {
  background: #fff;
  border: 1px #ccc solid;
  padding: 15px;
  transition: 0.3s;
  transform: scale(1);
  margin: 15px 0;
}
.card-service img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-service .caption {
  padding: 30px 0 15px;
}
.card-service .caption .title-card {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 1.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.card-service .caption .title-card a {
  color: #222;
  display: block;
}
.card-service .caption .text-card {
  font-size: 1.05em;
  font-weight: lighter;
  display: block;
  line-height: 2em;
}
.card-service .caption .text-card a {
  color: #222;
  display: block;
}
.card-service .caption a {
  transition: 0.3s;
}
.card-service .caption a:hover,
.card-service .caption a:focus {
  text-decoration: none;
  color: #121b60;
  transition: 0.3s;
}
.card-service .caption .btn-card {
  font-size: 1.1em;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding-left: 0;
  transition: 0.3s;
}
.card-service .caption .btn-card:hover,
.card-service .caption .btn-card:focus {
  text-decoration: none;
  padding-left: 10px;
  transition: 0.3s;
}
.card-service:hover {
  transition: 0.3s;
  transform: scale(1.05);
}
.card-course {
  background: #fff;
  border: 1px #ccc solid;
  transition: 0.3s;
  margin: 15px 0;
}
.card-course img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.card-course .caption {
  padding: 15px;
}
.card-course .caption .title-card {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4em;
  height: 50px;
  overflow: hidden;
}
.card-course .caption .title-card a {
  color: #222;
  display: block;
}
.card-image {
  margin: 15px 0;
  display: block;
}
.card-image .legend {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #121b60;
  text-align: center;
  padding: 10px;
  font-size: 1.2em;
  transition: 0.3s;
}
.card-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.card-image:hover,
.card-image:focus {
  text-decoration: none;
}
.card-image:hover .legend,
.card-image:focus .legend {
  color: #5f5f5f;
  transition: 0.3s;
}
.container-fluid {
  padding: 0;
}
.footer {
  padding: 3em 0 0;
  background: #121b60;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-weight: lighter;
  letter-spacing: 0.05em;
}
.footer img {
  width: 100px;
  max-width: 90%;
  margin-bottom: 30px;
}
.footer .ft-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.8);
}
.footer .ft-list {
  list-style: none;
  width: 90%;
}
.footer .ft-list li a {
  display: block;
  padding: 3px 0;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.6);
}
.footer .ft-list li a:hover,
.footer .ft-list li a:focus {
  text-decoration: none;
  padding-left: 5px;
  transition: 0.3s;
  color: #121b60;
}
.footer .ft-address {
  display: block;
  width: 100%;
}
.footer .ft-address a {
  color: #343434;
  padding: 3px 0;
  display: block;
  transition: 0.3s;
}
.footer .ft-address a:hover,
.footer .ft-address a:focus {
  text-decoration: none;
  padding-left: 5px;
  transition: 0.3s;
}
.footer .ft-address a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .ft-address a span {
  font-weight: bolder;
}
.address {
  display: block;
  width: 100%;
}
.address a {
  color: #343434;
  padding: 3px 0;
  display: block;
  transition: 0.3s;
}
.address a:hover,
.address a:focus {
  text-decoration: none;
  padding-left: 5px;
  transition: 0.3s;
}
.assign {
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  padding: 20px;
  margin-top: 3em;
}
.assign p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.8em;
}
.assign p a {
  color: #121b60;
}
/* #main {
    // margin-top: 150px;
} */
.page-header {
  padding: 10px 0;
}
.page-header .breadcrumb {
  background: 0;
  margin-bottom: 0;
}
.page-header .breadcrumb .breadcrumb-item {
  color: #121b60;
}
.page-header .breadcrumb .breadcrumb-item a {
  color: #121b60;
  font-weight: 1.1em;
}
.page-header .breadcrumb .breadcrumb-item.active {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.form-default label {
  font-weight: bolder;
}
.form-default .form-control {
  border-radius: 0;
}

.text-primary {
    color: #004AAD !important;
}

@media screen and (max-width: 1200px) {
  .banner img {
    height: 550px;
    width: 100%;
    object-fit: cover;
  }
  .banner .carousel-caption .banner-title {
    font-size: 1.3em;
  }
  .banner .carousel-caption .banner-subtitle {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 800px) {
  .banner .carousel-caption {
    text-align: center;
    width: 70%;
  }
  .banner .carousel-caption .banner-title {
    font-size: 1.3em;
  }
  .banner .carousel-caption .banner-subtitle {
    font-size: 2.3em;
  }
  .banner .carousel-caption .division {
    margin: 15px auto;
  }
}
@media screen and (max-width: 992px) {
  .secondary-galery.w-130 {
    width: 100%;
    margin-left: 0;
  }
  .header .topo {
    padding: 10px;
  }
  .header .topo nav {
    display: none;
  }
  .header .navbar-brand {
    top: -10px;
  }
  .header .navbar-brand img {
    height: 100px;
    transition: 0.3s;
  }
  .header .container {
    max-width: 100%;
  }
  .header .navbar-toggler {
    border-color: #121b60;
    color: #121b60;
    margin-left: 3px;
    padding: 8px 12px;
  }
  .header .navbar-toggler:hover,
  .header .navbar-toggler:focus {
    background: transparent;
  }
  .header .navbar-collapse.show,
  .header .navbar-collapse.collapsing {
    background: #fff;
    transition: 0.3s;
  }
  .header .menu-principal .nav-item .nav-link {
    color: #00a6da !important;
  }
  .header .menu-principal .nav-item .nav-link:before {
    display: none;
  }
  .header .menu-principal .nav-item:last-child,
  .header .menu-principal .nav-item:nth-child(6) {
    /* display: none; */
  }
}
@media screen and (max-width: 768px) {
  .section-contact-home {
    text-align: center;
  }
  .header .navbar-brand img {
    height: 60px;
  }
  .principal-galery {
    position: relative;
    margin-bottom: 30px;
  }
  .principal-galery .caption {
    padding: 30px 15px;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .principal-galery .principal-img {
    display: none;
    width: 60%;
    float: right;
  }
  .navbar-collapse {
    margin-top: 12px;
  }
  .header {
    min-height: auto;
  }
}
@media screen and (max-width: 500px) {
  .banner .carousel-caption {
    text-align: center;
    width: 70%;
  }
  .banner .carousel-caption .banner-subtitle {
    font-size: 1.3em;
  }
  .banner .carousel-caption .banner-title {
    font-size: 1.8em;
  }
  .banner .carousel-caption .division {
    width: 150px;
  }
  .footer img {
    width: 60%;
    margin: 30px 20%;
  }
  .header .navbar-brand::before {
    width: 20px;
    right: -20px;
  }
}
