@charset "UTF-8";

/* Estilos Sobrecargados
*********************************************************************/
#profile-single .profile-body .profile-contacts li.text-normal {
	text-transform: none;
	font-weight: lighter;
}

.navbar-brand > img {
	max-width: 155px;
}

.eshop-detail .eshop-product .product-price {
  margin: 10px 0 0 0;
  padding: 0px 10px;
  background-color: #FFFFFF;
  text-align: left;
  border: 1px dashed #E0E0E0;
  text-align:right;
}
/*********************************************************************/


/* Estilos Específicos
*********************************************************************/
#btn-acceso-campus {
	padding: 0.5em 1em;
	font-size: 0.9em;
	position: relative;
	top: 2px;
	border-radius: 20px;
}

#carrito_listado {
	min-width: 500px;
}
/*********************************************************************/


/* Estilos Generales
*********************************************************************/

/*Video Responsive*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text-height-md {
  line-height: 1.5em;
}

.text-height-lg {
  line-height: 2em;
}

.text-justify {
  text-align: justify;
}

.img-auto-width {
  width: 100%;
}

.radio-xs {
  border-radius: 5px;
}

.radio-sm {
  border-radius: 10px;
}

.radio-md {
  border-radius: 15px;
}

.radio-lg {
  border-radius: 20px;
}

.text-verde-torcal {
  color:#00b052;
}

.text-naranja-torcal {
  color:#ef800d;;
}

.bg-verde-torcal {
  background-color: #00b052;
}

.bg-naranja-torcal {
  background-color: #ef800d;
}

/*------------------------------------*\
    $UTILITIES
\*------------------------------------*/
.color-naranja {
	color:#ef800d;
}

.f-s-md {
  font-size: 1.25em;
}

.text-white {
  color: white !important; }

.text-black {
  color: black !important; }

.text-justify {
  text-align: justify; }

.text-uppercase {
  text-transform: uppercase; }

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

hr {
  border-color: #eaedf2;
  border-top-width: 2px;
  margin-top: 50px;
  margin-bottom: 50px; }
  hr.hr-dashed {
    border-style: dashed; }
  hr.hr-invisible {
    visibility: hidden; }
  hr.hr-half {
    margin-top: 25px;
    margin-bottom: 25px; }
  hr.hr-quarter {
    margin-top: 10px;
    margin-bottom: 10px; }

.no-mg {
  margin: 0 !important; }

.no-mg-t {
  margin-top: 0 !important; }

.no-mg-r {
  margin-right: 0 !important; }

.no-mg-b {
  margin-bottom: 0 !important; }

.no-mg-l {
  margin-left: 0 !important; }

@media (max-width: 767px) {
  .no-mg-xso {
    margin: 0 !important; } }

@media (max-width: 767px) {
  .no-mg-t-xso {
    margin-top: 0 !important; } }

@media (max-width: 767px) {
  .no-mg-r-xso {
    margin-right: 0 !important; } }

@media (max-width: 767px) {
  .no-mg-b-xso {
    margin-top: 0 !important; } }

@media (max-width: 767px) {
  .no-mg-l-xso {
    margin-left: 0 !important; } }

.no-pd {
  padding: 0 !important; }

.no-pd-t {
  padding-top: 0 !important; }

.no-pd-r {
  padding-right: 0 !important; }

.no-pd-b {
  padding-bottom: 0 !important; }

.no-pd-l {
  padding-left: 0 !important; }

@media (max-width: 767px) {
  .no-pd-xso {
    padding: 0 !important; } }

@media (max-width: 767px) {
  .no-pd-t-xso {
    padding-top: 0 !important; } }

@media (max-width: 767px) {
  .no-pd-r-xso {
    padding-right: 0 !important; } }

@media (max-width: 767px) {
  .no-pd-b-xso {
    padding-top: 0 !important; } }

@media (max-width: 767px) {
  .no-pd-l-xso {
    padding-left: 0 !important; } }

.mg-lg {
  margin: 40px; }

.pd-lg {
  padding: 40px; }

.mg-t-lg {
  margin-top: 40px; }

.mg-r-lg {
  margin-right: 40px; }

.mg-b-lg {
  margin-bottom: 40px; }

.mg-l-lg {
  margin-left: 40px; }

.pd-t-lg {
  padding-top: 40px; }

.pd-r-lg {
  padding-right: 40px; }

.pd-b-lg {
  padding-bottom: 40px; }

.pd-l-lg {
  padding-left: 40px; }

@media (max-width: 767px) {
  .mg-t-xso-lg {
    margin-top: 40px; } }

@media (max-width: 767px) {
  .mg-r-xso-lg {
    margin-right: 40px; } }

@media (max-width: 767px) {
  .mg-b-xso-lg {
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .mg-l-xso-lg {
    margin-left: 40px; } }

@media (max-width: 767px) {
  .pd-t-xso-lg {
    padding-top: 40px; } }

@media (max-width: 767px) {
  .pd-r-xso-lg {
    padding-right: 40px; } }

@media (max-width: 767px) {
  .pd-b-xso-lg {
    padding-bottom: 40px; } }

@media (max-width: 767px) {
  .pd-l-xso-lg {
    padding-left: 40px; } }

.mg-md {
  margin: 30px; }

.pd-md {
  padding: 30px; }

.mg-t-md {
  margin-top: 30px; }

.mg-r-md {
  margin-right: 30px; }

.mg-b-md {
  margin-bottom: 30px; }

.mg-l-md {
  margin-left: 30px; }

.pd-t-md {
  padding-top: 30px; }

.pd-r-md {
  padding-right: 30px; }

.pd-b-md {
  padding-bottom: 30px; }

.pd-l-md {
  padding-left: 30px; }

@media (max-width: 767px) {
  .mg-t-xso-md {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .mg-r-xso-md {
    margin-right: 30px; } }

@media (max-width: 767px) {
  .mg-b-xso-md {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .mg-l-xso-md {
    margin-left: 30px; } }

@media (max-width: 767px) {
  .pd-t-xso-md {
    padding-top: 30px; } }

@media (max-width: 767px) {
  .pd-r-xso-md {
    padding-right: 30px; } }

@media (max-width: 767px) {
  .pd-b-xso-md {
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .pd-l-xso-md {
    padding-left: 30px; } }

.mg {
  margin: 20px; }

.pd {
  padding: 20px; }

.mg-t {
  margin-top: 20px; }

.mg-r {
  margin-right: 20px; }

.mg-b {
  margin-bottom: 20px; }

.mg-l {
  margin-left: 20px; }

.pd-t {
  padding-top: 20px; }

.pd-r {
  padding-right: 20px; }

.pd-b {
  padding-bottom: 20px; }

.pd-l {
  padding-left: 20px; }

@media (max-width: 767px) {
  .mg-t-xso {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .mg-r-xso {
    margin-right: 20px; } }

@media (max-width: 767px) {
  .mg-b-xso {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .mg-l-xso {
    margin-left: 20px; } }

@media (max-width: 767px) {
  .pd-t-xso {
    padding-top: 20px; } }

@media (max-width: 767px) {
  .pd-r-xso {
    padding-right: 20px; } }

@media (max-width: 767px) {
  .pd-b-xso {
    padding-bottom: 20px; } }

@media (max-width: 767px) {
  .pd-l-xso {
    padding-left: 20px; } }

.mg-sm {
  margin: 10px; }

.pd-sm {
  padding: 10px; }

.mg-t-sm {
  margin-top: 10px; }

.mg-r-sm {
  margin-right: 10px; }

.mg-b-sm {
  margin-bottom: 10px; }

.mg-l-sm {
  margin-left: 10px; }

.pd-t-sm {
  padding-top: 10px; }

.pd-r-sm {
  padding-right: 10px; }

.pd-b-sm {
  padding-bottom: 10px; }

.pd-l-sm {
  padding-left: 10px; }

@media (max-width: 767px) {
  .mg-t-xso-sm {
    margin-top: 10px; } }

@media (max-width: 767px) {
  .mg-r-xso-sm {
    margin-right: 10px; } }

@media (max-width: 767px) {
  .mg-b-xso-sm {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .mg-l-xso-sm {
    margin-left: 10px; } }

@media (max-width: 767px) {
  .pd-t-xso-sm {
    padding-top: 10px; } }

@media (max-width: 767px) {
  .pd-r-xso-sm {
    padding-right: 10px; } }

@media (max-width: 767px) {
  .pd-b-xso-sm {
    padding-bottom: 10px; } }

@media (max-width: 767px) {
  .pd-l-xso-sm {
    padding-left: 10px; } }

.mg-xs {
  margin: 5px; }

.pd-xs {
  padding: 5px; }

.mg-t-xs {
  margin-top: 5px; }

.mg-r-xs {
  margin-right: 5px; }

.mg-b-xs {
  margin-bottom: 5px; }

.mg-l-xs {
  margin-left: 5px; }

.pd-t-xs {
  padding-top: 5px; }

.pd-r-xs {
  padding-right: 5px; }

.pd-b-xs {
  padding-bottom: 5px; }

.pd-l-xs {
  padding-left: 5px; }

@media (max-width: 767px) {
  .mg-t-xso-xs {
    margin-top: 5px; } }

@media (max-width: 767px) {
  .mg-r-xso-xs {
    margin-right: 5px; } }

@media (max-width: 767px) {
  .mg-b-xso-xs {
    margin-bottom: 5px; } }

@media (max-width: 767px) {
  .mg-l-xso-xs {
    margin-left: 5px; } }

@media (max-width: 767px) {
  .pd-t-xso-xs {
    padding-top: 5px; } }

@media (max-width: 767px) {
  .pd-r-xso-xs {
    padding-right: 5px; } }

@media (max-width: 767px) {
  .pd-b-xso-xs {
    padding-bottom: 5px; } }

@media (max-width: 767px) {
  .pd-l-xso-xs {
    padding-left: 5px; } }

.text-white {
  color: white !important; }
/********************************************************************/



/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/

/* Phones - Extra Small Devices (< 768px)
*********************************************************************/
@media (max-width: 767px) {
  .text-md {
    font-size: 14px;
  }
}
/********************************************************************/

/* Tablets - Small Devices Tablets (>= 768px)
*********************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
  .text-md {
    font-size: 16px;
  }

}
/********************************************************************/

/* Desktops - Medium Devices (>= 992px)
*********************************************************************/
@media (min-width: 992px) and (max-width: 1199px) {

  .text-md {
    font-size: 16px;
  }

	#torcal_logo {
		max-width: 100px;
	}

	#torcal_logo a.navbar-brand img {
		/*max-width: 100%;*/
	}

}
/********************************************************************/

/* Desktops - Large Devices (>= 1200px)
*********************************************************************/
@media (min-width: 1200px) {
  .text-md {
    font-size: 16px;
  }
}
/********************************************************************/

/* LINEA DE OFERTA EN COMPRA DE CLASES*/
.linea-oferta-clase{
	background-color: #efd6bd !important;
    font-weight: bold;
}

.linea-oferta-clase i {
    margin-right: 5px;
    color: #00b052;
}

.throbber{
    visibility:hidden;
    color: rgb(255,96,7);
}

.clear-fix{
  clear: both;
}