/* Centered texts in each section
* --------------------------------------- */
.section{
  text-align:center;
}

#content_01{
  height: auto !important;
}

.list_content_01{
  list-style:none;
  text-align: left;
}


.list_content_01.cursosProfesionales{
  list-style:none;
  text-align: left;
}

.catalogo{
  margin-top: 7%;
}

.inscripcion{
  background-color: #de9a23;
  color: white;
  border-radius: 40px;
  text-align: right;
  margin-left: 46%;
}

.robotNova{
  width: 100%;
  position: relative;
  top: 13%;
  display: block;
}

.NovaMobile{
  display: none !important;
}

@media screen and (max-width: 600px) {
  .rows{
    margin-right: 0px;
  }

  .nova_robot_01, .nova_robot_02, .nova_robot_03, .nova_robot_04{
    width: 70% !important;
    margin-bottom: 5%;
  }

  .nova_robot_05{
    width: 50% !important;
    margin-bottom: 5%;
  }

  .nova_robot_06{
    width: 70% !important;
    margin-bottom: 5%;

  }

  .tituloCursos{
    width: 400px !important;
  }

  .inscripcion {
    margin-left: 10%;
  }

  .NovaMobile{
    display: block !important;
    position: relative;
    top: 20%;
  }

  .robotNova{
    display: none !important;
  }

}

@media screen and (orientation:landscape)
and (min-device-width: 400px)
and (max-device-width: 800px) {

  .rows{
    margin-right: 0px;
  }

  .nova_robot_01, .nova_robot_02, .nova_robot_03, .nova_robot_04{
    width: 70% !important;
    margin-bottom: 5%;
  }

  .nova_robot_05{
    width: 50% !important;
    margin-bottom: 5%;
  }

  .nova_robot_06{
    width: 70% !important;
    margin-bottom: 5%;

  }

  .tituloCursos{
    width: 400px !important;
  }

  .inscripcion {
    margin-left: 10%;
  }

  .NovaMobile{
    display: block !important;
    position: relative;
    top: 20%;
  }

  .robotNova{
    display: none !important;
  }

}

/* tablet portrait*/
@media (min-device-height: 800px)
and (max-device-height: 1280px)
and (orientation:portrait){
  .inscripcion {
    margin-left: 12%;
  }

  .robotNova {
    top: 21%;
  }

  .nova_robot_05{
    width: 150% !important;
  }

  .nova_robot_06{
    width: 125% !important;
  }

}
