/*@media (min-width: 641px) {
  #nuestros-cursos .ficha-curso:nth-child(3n+1) .content {margin-right: 10%;}
  #nuestros-cursos .ficha-curso:nth-child(3n+2) .content {margin: 0 5%;}
  #nuestros-cursos .ficha-curso:nth-child(3n+3) .content {margin-left: 10%;}
}*/

@media (max-width: 1250px) {
  .banner-gratis .anuncio {max-width: 40%; margin-right: 5%;}
  .banner-gratis .anuncio .top {padding: 20px;}
  .banner-gratis .anuncio .get {font-size: 30px;}
  .banner-gratis .anuncio .free {font-size: 80px;}
  .banner-gratis .anuncio .wait {margin-top: 10px;}
  .banner-gratis .anuncio .finish {margin-top: 15px;}

  .site-searcher {
    margin-top: 1rem;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .panel-content .wrap {padding-bottom: 3em; padding-top: 4em;}
  .block-home .block-desc {margin-bottom: 40px;}
  #carrusel-areas-profesionales .area {margin: 25px; height: 210px;}
  .banner-gratis .anuncio .get {font-size: 24px;}
  .banner-gratis .anuncio .free {font-size: 55px; line-height: 60px;}
  .banner-gratis .anuncio .wait {margin-top: 0;}
  .banner-gratis .anuncio .finish {margin-top: 15px; font-size: 15px;}
  .has-header-image.twentyseventeen-front-page .custom-header {display: block; height: auto;}
  .twentyseventeen-front-page.has-header-image .custom-header-media {position: relative;}
  .site-searcher {
    margin-top: 2rem;
    margin-bottom: 50px;
  }
}

@media (max-width: 640px) {
  .site-searcher {top: 20vh;}
  .site-searcher .home-search-title {font-size: 28px;}
  .site-searcher .home-search-subtitle {font-size: 15px;}
  .panel-content .wrap {padding-bottom: 20px; padding-top: 30px;}
  .block-home .block-desc {margin-bottom: 25px;}
  
  #nuestros-cursos .tabs .tab {margin: 0;}
  .banner-gratis {margin: 40px 0}
	.banner-gratis img {display: none;}
  .banner-gratis .anuncio {width: 100%; max-width: 100%;  margin-right: 0;}
	/*.banner-gratis .anuncio .top {padding: 10px;}
  .banner-gratis .anuncio .get {font-size: 16px;}
  .banner-gratis .anuncio .free {font-size: 35px; line-height: 35px;}
  .banner-gratis .anuncio .wait {font-size: 20px; line-height: 25px;}
  .banner-gratis .anuncio .finish {font-size: 10px;}
  .banner-gratis .anuncio .bottom {height: 40px; line-height: 40px; font-size: 12px;}*/

  #carrusel-areas-profesionales .area img {max-width: 36%;}
  #carrusel-areas-profesionales .area h3 {line-height: 26px;}

  .newsletter .txt {width: 100%; height: auto; font-size: 26px;}
  .newsletter .form {width: 100%;}
  .newsletter input[type="checkbox"] {margin-top: 55px;}

  #ultimas-noticias .noticias {margin-top: 20px;}
  #ultimas-noticias .noticia {width: 100%; margin-bottom: 25px;}
  #ultimas-noticias .noticia h5 {padding-top: 10px; margin-bottom: 10px;height: inherit;}
  #ultimas-noticias .noticia:first-child .content {margin-right: 0;}
  #ultimas-noticias .noticia:nth-child(2) .content {margin: 0}
  #ultimas-noticias .noticia:last-child .content {margin-left: 0;}
}


@media(max-width: 420px){
  #ultimas-noticias .wrapper-ver-mas {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}