/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.opening-table .heading-block span {
	font-size: 16px;
	font-weight: 400;
}

.opening-table {
	padding: 30px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #EEE;
}

.time-table-wrap .time-table {
	padding: 14px 0;
	text-align: left;
	border-top: 1px solid #E5E5E5;
}

.time-table-wrap .time-table:first-child { border-top: none; }

.time-table-wrap .time-table .col-md-5 { padding-left: 0; }

.time-table-wrap .time-table h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.time-table-wrap .time-table span { font-weight: 500; }




.contactenos  {
  position: fixed;
  bottom: 0px;
  left: 85%;
  z-index:200;
}

.contactenos-m  {
  position: fixed;
  bottom: 10px;
  left: 75%;
  z-index:200;
}


.texto-slide  {
	font-size: 56px;
	font-weight: 700;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.6);

}


.texto-slide-2  {
	font-size: 56px;
	font-weight: 700;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.6);
	font-size: 1.9rem!important;

}



.detalle-texto  {
}

.detalle-texto  p { margin-bottom: 10px!important;
}


.detalle-texto ul  { 
	margin: 0 0 0 10px;
	padding: 0;
	list-style: disc;
}


.detalle-texto li  { 
	list-style: disc;
}



.title-back {
	background-color: #0b524e;
	padding: 4px 6px;
	color:#eee;
	float: left;
	margin: 0!important;
}

 

.section-home-matriculado {
    background: url(../images/00/back-sc.jpg) bottom / cover;
    padding: 70px 0 50px 0;
}

.section-home-matriculado .content-wrap {
     padding: 10px 0 0 0
}

   .texto-big  {
 font-size: 1.1rem;
	   font-weight: 500;
}


.home-clases-banner h3 span {
	
	font-weight: 500;
	font-size: 22px;
}

.footer-lista-01 {
	list-style: none;
	font-size: 14px;
	color: #000;
}

.footer-lista-01 li {
	margin-bottom: 5px;
}

.footer-lista-01 i {
color: #c7973f;
}





.opening-table .heading-block span {
	font-size: 14px;
	font-weight: 400;
}

.opening-table {
	padding: 30px;
	background-color: #eff0ef;
	border-radius: 4px;
	border: 1px solid #EEE;
}

.opening-table-2-header {
	padding: 10px 20px;
	background-color: #403d5a;
	border-radius: 4px 4px 0 0;
	border: 0px solid #EEE;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.opening-table-2 {
	padding: 0 20px 0px 20px;
	background-color: #eff0ef;
	border-radius: 0 0 4px 4px;
	border: 1px solid #EEE;
	margin-bottom: 20px;
}

.icon-contacto {
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 5px 0px 5px 0px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}






@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
   }


 .texto-slide  {
	font-size: 36px;
	font-weight: 700;
}


.banner-titulo {
	padding: 30px 5px 0px 40px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.banner-texto {
		padding: 5px 5px 5px 40px;
	font-size: 15px;
	font-weight: 500;
	color: #bdb867!important;
}


.lead {
    font-size: 1rem;
    font-weight: 300; 
}

  .home-clases-banner h3 {
	text-align: center;
	color:  #bdb867;
	font-weight: 400;
	font-size: 30px;
}

  .home-clases-banner h3 a {
	color:  #fff!important;
}



.home-clases-banner h3 span {
	
	font-weight: 500;
	font-size: 20px;
}

.titulo-clase span {
    font-size: 12px;
    line-height: 13px!important;
    font-weight: 500;
    letter-spacing: 0;
}

..portfolio-desc h3 a {
    font-size: 17px;
}




  
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

