@media (min-width: 1299px) {
  .wrap,
  .border:after {
    width: 1180px;
  }
  .wrap--conteudo {
    width: 1200px !important;
  }
  .column--2 {
    width: 580px;
  }
  .column--2:last-of-type {
    margin: 0;
  }
  .column--3 {
    width: 380px;
  }
  .column--3:last-of-type {
    margin: 0;
  }
  .column--4 {
    width: 280px;
  }
  .column--4:last-of-type {
    margin: 0;
  }
  .column--video {
    width: 780px;
  }
  .column--texto {
    width: 380px;
  }
}

@media (max-width: 1299px) {
  .wrap,
  .border:after {
    width: 980px;
  }
  .wrap--conteudo {
    width: 1000px !important;
  }
  .cardCurso p {
    font-size: 16px;
    line-height: 21px;
  }
  .cardCurso .btn {
    font-size: 20px;
  }
  .column--2 {
    width: 480px;
  }
  .column--3 {
    width: 313.3px;
  }
  .column--4 {
    width: 230px;
  }
  .column--video {
    width: 580px;
  }
  .column--texto {
    width: 380px;
  }
  .column--awards p {
    width: 380px;
  }
  #mc_embed_signup input[type*="email"] {
    width: 800px !important;
  }
  #mc_embed_signup input[type*="submit"] {
    width: 180px !important;
  }
  .gridItem {
    width: 230px;
  }
  .gridItem--double {
    width: 480px;
  }
}

@media (max-width: 999px) {
  .wrap,
  .border:after {
    width: 780px;
  }
  .wrap--conteudo {
    width: 800px !important;
  }
  .cardCurso p {
    font-size: 16px;
    line-height: 21px;
  }
  .cardCurso .btn {
    font-size: 16px;
    font-family: "camptonSemibold", sans-serif;
  }
  .column--2 {
    width: 380px;
  }
  .column--3 {
    width: 246.6px;
  }
  .column--4 {
    width: 380px;
  }
  .column--video {
    width: 480px;
  }
  .column--texto {
    width: 280px;
  }
  .column--awards p {
    width: 270px;
  }
  .columns,
  .textColumns p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  #mc_embed_signup input[type*="email"] {
    width: 600px !important;
  }
  #mc_embed_signup input[type*="submit"] {
    width: 180px !important;
  }
  .gridItem {
    width: 180px;
  }
  .gridItem--double {
    width: 380px;
  }
}

@media (max-width: 799px) {
  .wrap,
  .border:after {
    width: 580px;
  }
  .wrap--conteudo {
    width: 600px !important;
  }
  .hero {
    min-height: 300px;
  }
  .column--2 {
    width: 280px;
  }
  .column--3 {
    width: 180px;
  }
  .column--4 {
    width: 580px;
  }
  .column--video {
    width: 580px;
    margin: 0;
  }
  .column--texto {
    width: 580px;
    margin: 30px 0 0;
  }
  .column--awards {
    width: 100%;
  }
  .column--awards span {
    margin: 0 20px 0 0;
  }
  .column--awards p {
    width: 480px;
  }
  .cardCurso {
    width: 280px;
  }
  .flexCenter {
    flex-direction: column;
  }
  #mc_embed_signup input[type*="email"] {
    width: 400px !important;
  }
  #mc_embed_signup input[type*="submit"] {
    width: 180px !important;
  }
  .rect {
    width: 180px;
  }
  .rect:before {
    padding-top: 100%;
  }
  .menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #1a18e3;
    right: 0;
    pointer-events: none;
    transition: all cubic-bezier(0.4, 0, 0.14, 1) 750ms;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .menu.open {
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .menu.open a {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .menu a {
    font-size: 6vw;
    margin: 30px 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    transition-delay: 0ms;
  }
  .menu a:nth-child(1) {
    transition-delay: 100ms;
  }
  .menu a:nth-child(2) {
    transition-delay: 200ms;
  }
  .menu a:nth-child(3) {
    transition-delay: 300ms;
  }
  .menu a:nth-child(4) {
    transition-delay: 400ms;
  }
  .btnSearch {
    right: 40px;
  }
  .btnMenu {
    display: block;
  }
  .searchBar input {
    width: calc(100% - 80px);
  }
  .searchBar form {
    width: calc(100% + 40px);
  }
  .button {
    font-size: 24px;
    margin: 0 15px 0 0;
  }
  .button:after {
    right: -10px;
  }

  .btnLanguage {
    background-size: 10vw;
    width: 9vw;
    height: 9vw;
  }
  .wrap--alt h2 {
    width: 100%;
    font-size: 38px;
  }
  .button:before {
    height: 1px;
    width: 80%;
  }

  .flickity-page-dots{
    bottom: 5px;
  }
  .flickity-page-dots .dot{
        width: 5px;
    height: 5px;
  }
  .badge img {
      width: 50px;
    height: 50px;
  }
}

@media (max-width: 599px) {
  .wrap,
  .border:after {
    width: 480px;
  }
  .wrap--conteudo {
    width: 500px !important;
  }
  .cardCurso {
    width: 480px;
  }
  .column--awards p {
    width: 380px;
  }
  .column--2,
  .column--3,
  .column--4,
  .column--video,
  .column--texto {
    width: 480px;
  }
  #mc_embed_signup input[type*="email"] {
    width: 300px !important;
  }
  #mc_embed_signup input[type*="submit"] {
    width: 180px !important;
  }
  .gridItem {
    width: 230px;
  }
  .gridItem--double {
    width: 230px;
  }
  .button {
    font-size: 20px;
    margin: 0 15px 0 0;
  }
  .button:after {
    right: -10px;
  }
}

@media (max-width: 499px) {
  .wrap,
  .border:after {
    width: 380px;
  }
  .wrap--conteudo {
    width: 400px !important;
  }
  .section {
    padding: 30px 0;
  }
  .section--mini {
    padding: 0 0 0;
  }
  .hero {
    min-height: 300px;
  }
  .column--awards p {
    width: 280px;
  }
  .column--2,
  .column--3,
  .column--4,
  .column--video,
  .column--texto {
    width: 380px;
    margin: 0;
  }
  .column--texto {
    margin: 30px 0 0 !important;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 28px;
    margin: 0 0 20px;
  }
  h4 {
    font-size: 24px;
  }
  .btn {
    font-size: 16px;
  }
  p {
    margin: 0 0 20px;
  }
  .social {
    font-size: 28px;
  }
  #mc_embed_signup input[type*="email"] {
    width: 100% !important;
  }
  #mc_embed_signup input[type*="submit"] {
    width: 100% !important;
  }
  .gridItem {
    width: 180px;
  }
  .gridItem--double {
    width: 380px;
  }
  .rect:before {
    padding-top: calc(50% - 10px);
  }
  .projectTitle {
    font-size: 5vw;
  }
  .button {
    font-size: 14px;
    margin: 0 15px 0 0;
  }
  .button:after {
    right: -10px;
  }
  #sobre p {
    font-size: 24px;
    line-height: 32px;
  }
  .awards {
    width: 45%;
    display: inline-block;
    position: relative;
    margin: 0;
  }
  .awards img {
    background-color: transparent;
  }
	footer p{
		    line-height: 13px;
	}
}

@media (max-width: 399px) {
  .wrap,
  .border:after {
    width: 280px;
  }
  .wrap--conteudo {
    width: 300px !important;
  }
  .column--2,
  .column--3,
  .column--4,
  .column--video,
  .column--texto {
    width: 280px;
    margin: 0;
  }
  .column--awards .square:before {
    padding-top: 100%;
  }
  .column--awards p {
    width: 180px;
  }
  .gridItem {
    width: 280px;
  }
  .gridItem--double {
    width: 280px;
  }
  .square:before {
    padding-top: calc(50% - 10px);
  }
  .button {
    font-size: 20px;
    width: 50%;
    text-align: left;
    margin: 0 0 20px 0;
  }
  .button:after {
    content: "";
  }
  .awards:before {
    padding-top: 100%;
  }
}
