@media (max-width: 767px) {
  .nomobile{
    display: none !important;
  }
  body {
    font-size: 14px;
  }
  .section-padding {
    padding: 80px 0;
  }
  .carousel h1 {
      font-size: 4vh;
  }

  .carousel {
    /*margin-bottom: 4rem;*/
  }
  #myCarousel .carousel-caption {
    bottom: 32%;
    z-index: 10;
    color:#1E3567;
    left: 0px;
    right: 0px;
  }
  #myCarousel .carousel-item {
    height: 430px;
    background-color: transparent;
  }
  #myCarousel .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 430px;
  }
  #myCarousel .carousel h1{
    font-size: 6vh;
  }

  .carousel2 {
    /*margin-bottom: 4rem;*/
    margin-top: -130px;
  }
  #myCarousel2 .carousel-caption {
    bottom: 40vh;
    z-index: 10;
    color:#1E3567;
    left: 0px;
    right: 0px;
  }
  #myCarousel2 .carousel-item {
    height: 130px;
    background-color: transparent;
  }
  #myCarousel2 .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 130px;
  }
  #myCarousel2 .carousel2 h1{
    font-size: 6vh;
  }


  .carousel3 {
    /*margin-bottom: 4rem;*/
  }
  #myCarousel3 .carousel-caption {
    bottom: 32%;
    z-index: 10;
    color:#1E3567;
    left: 0px;
    right: 0px;
  }
  #myCarousel3 .carousel-item {
    height: 270px;
    background-color: transparent;
  }
  #myCarousel3 .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 270px;
  }
  #myCarousel3 .carousel3 h1{
    font-size: 6vh;
  }


  .carousel4 {
    /*margin-bottom: 4rem;*/
  }
  #myCarousel4 .carousel-caption {
    bottom: 32%;
    z-index: 10;
    color:#1E3567;
    left: 0px;
    right: 0px;
  }
  #myCarousel4 .carousel-item {
    height: 50vh;
    background-color: transparent;
  }
  #myCarousel4 .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 50vh;
  }
  #myCarousel4 .carousel4 h1{
    font-size: 6vh;
  }

 .mobilecenter{
	text-align:center !important;
 }

 .institucional img{
 	width: 100%;
 	padding:20px 0px;
 }



}


@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }

  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .
}