/*
@media only screen and (max-device-width : 640px) {

	*{
				font-size: 1.2em !important;
	}
	body{
		color:red !important;
		font-size: 1.2em !important;
	}
}

@media only screen and (max-device-width: 768px) {
	*{
				font-size: 1.2em !important;
	}
	body{
		color:red !important;
		font-size: 1.2em !important;
	}
}*/
body {
  background-image: url("img/fondo3.png");
  background-color: white;
}
#logform {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1em;
}
nav {
  /* background-color: #ffffff!important;
    border-bottom: solid 5px orange; */
  /* border-radius: 0 0 0.5em 0.5em;*/
}
nav img {
  /* border-right: solid 1px #b3b3b3;
  padding-right: 1em; */
}
.image_testimonio {
  transition: 0.3s ease;
}
.image_testimonio:hover {
  transform: scale(1.05) rotate(3deg);
}
.resOp {
  background: white;
  transition: 1s;
}
.resOp:hover {
  background: #ffc860;
  color: white;
}
.card1 {
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
}
.card1 h5 {
  background: #ffa500;
  color: white;
  padding: 1em;
  margin: 0;
  font-size: 1.5em;
}
.card1 span {
  display: block;
  font-size: 1.2em;
}
.banner_logos img {
  margin: 1em;
  height: 120px;
  transition: 1s;
}
.banner_logos {
  margin: 0.5em 0;
  /*border-top: solid 1px grey;
	border-bottom: solid 1px grey;*/
  background: rgba(0, 0, 0, 0.2);
}
.banner_logos img:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.tablaHorario td {
  padding: 0.2em;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8em;
}
.botonAction:hover {
  cursor: pointer;
}

.clase {
  border: solid 2px orange !important;
  font-size: 0.8em;
  padding: 0;
  background: #ffd4864d;
}
.btnHoverAcademia {
  transition: 0.5s;
}
.btnHoverAcademia:hover {
  /*background: #40404054;*/
  border: solid 1px orange;
  transform: scale(1.05);
}
.logoEncuesta {
  text-align: right;
}
.imgAcademia {
  width: 50% !important;
}

.main-with-side {
  margin-left: 15em;
  margin-top: 8em;
}
.table-habilidades tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.table-habilidades tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 0 6px;
}
.banner-convocatorias {
}
.nav-item a,
.nav-item i {
  color: #3f5155 !important;
}
.calif_baja {
  background: tomato;
  color: white;
}
.calif_baja_2 {
  color: tomato;
}
@media only screen and (max-width: 767px) {
  .logoEncuesta {
    text-align: center;
  }
  .imgAcademia {
    width: 100% !important;
  }
  .pHidden {
    display: none;
  }
  .main-with-side {
    margin-left: 0.5em;
    margin-top: 1em;
  }
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  .pshow,
  .pshow * {
    display: flex !important;
  }
  .pshowInline,
  .pshowInline * {
    display: inline !important;
  }
  .cardCurso {
  }
  /*tr:nth-child(even) td {
background-color: rgba(0,0,0,0) !important;
-webkit-print-color-adjust: exact;
}
.table td {
      background-color: red !important;
    }
.clase{
	border:solid 2px orange !important;
	font-size: 0.8em;
	padding: 0;
	background: #ffd4864d;
	-webkit-print-color-adjust: exact;
}*/
}
