/* -------------------------------------------------------------------
IMPORTS
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
COLORS
------------------------------------------------------------------- */
/* STANDARD */
/* VALIDATION / REFUS */
/* THEME */
/*
TEXT
*/
/*
BORDER-RADIUS
*/
/*
BORDER-GRADIENT
*/
/*
BACKGROUND-GRADIENT
*/
/*
TRANSITION
*/
/*
TRANSFORM
*/
/*
APPEARANCE
*/
/*
VERTICAL-CENTER
*/
/*
VERTICAL-CENTER-LINE-OBLIQUE
*/
/*
HORIZONTAL-CENTER
*/
/*
IMAGE-GRAYSCALE
*/
/*
OPACITY
*/
/*
KEYFRAMES
*/
/* -------------------------------------------------------------------
MEDIA-QUERIES
------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1045px) {
  .main-header .logo img {
    width: 190px;
  }

  .main-header nav ul li {
    margin-left: 20px !important;
  }

  .main-header nav ul li a {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 1046px) and (max-width: 1128px) {
  .main-header nav ul li {
    margin-left: 20px !important;
  }

  .main-header nav ul li a {
    font-size: 13px;
    line-height: 14px;
  }
}
/* -- DEVICES MD --*/
@media (min-width: 992px) and (max-width: 1199px) {
  /* OPEN MAIN MENU */
  .main-menu ul li a {
    font-size: 56px;
    line-height: 76px;
  }

  /* HEADER */
  .main-header nav ul li {
    margin-left: 20px;
  }

  /* CONTENT */
  .section-content .container {
    width: 100%;
  }

  .section-content .title-portafolio {
    top: -115px !important;
  }

  .section-content .content {
    /*-- HOMEPAGE - CONTENT STANDARD --*/
    /*-- INTERN - CONTENT STANDARD --*/
  }

  .section-content .content.content-homepage .picture.hexagon {
    padding-right: 30px;
  }

  .section-content .content.content-homepage .picture.rectangle {
    padding-left: 30px;
  }

  .section-content .content.content-homepage .picture.triangle {
    margin-top: -190px;
    padding-right: 30px;
  }

  .section-content .content.content-homepage .picture.triangle .crop img {
    height: 480px;
    margin-bottom: 0px;
  }

  .section-content .content.content-homepage .picture.circle {
    padding-left: 30px;
  }

  .section-content .content.content-intern .card-future .title.circle {
    padding-left: 20px;
  }

  .section-content .content.content-intern .card-future .title.standard {
    padding-left: 20px;
  }

  .section-content .content.content-intern .wrap-full .wrap-desc-right {
    margin-right: 20px;
  }

  .section-content .content.content-intern .picture.circle img {
    width: 450px !important;
    height: 450px !important;
  }
}
/*# sourceMappingURL=main_media_queries_md.css.map */

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