@media only screen and (max-width: 1200px)  {


}





@media only screen and (min-width: 993px)  {
.desktop {display: show;}
.mobile {display: none;}

}


@media only screen and (max-width: 992px)  {
.desktop {display: none;}
.mobile {display: show;}
.marText {margin-top: 0px;}
}








@media only screen and (max-width: 768px)  {

.slide1 {
  background-image: url(../img/sl01m.jpg);
}
.slide2 {
  background-image: url(../img/sl02m.jpg);
}
.slide3 {
  background-image: url(../img/sl03m.jpg);
}
.titleCursos{
	font-size: 30px;
}

}

@media only screen and (max-width: 450px)  {

.slide1 {
  background-image: url(../img/sl01m1.jpg);
}
.slide2 {
  background-image: url(../img/sl02m1.jpg);
}
.slide3 {
  background-image: url(../img/sl03m1.jpg);
}

}

@media only screen and (max-width: 400px)  {

.slide1 {
  background-image: url(../img/sl01m.jpg);
}
.slide2 {
  background-image: url(../img/sl02m.jpg);
}
.slide3 {
  background-image: url(../img/sl03m.jpg);
}


}








@media only screen and (max-width: 576px)  {

.whatsapp{
  position:fixed; bottom:100px; right:120px; width: 120px;
}

}