/*
Theme Name: Academo
Theme URI: 
Description: Plantilla desarrollada para el cliente ACADEMO DELGADO, ARAGÓN Y ASOCIADOS, S.C.
Author: Angel Ocampo Laurel
Author URI: www.angelocampomx.com
Version: 1.1
License: Private
Tags: html5,bootstrap,jquery,academo,academy,courses
*/

/* === GENERAL === */
:root{
  color-scheme: dark;
}
a{
	color: #FF8202;
	font-weight: bold;
}
.wrap{
	padding-top: 2em;
    padding-bottom: 2em;
	color: #FFFFFF;
}
.current_page_item {
	border-bottom: 2px solid;
	border-color: #FF8202;
}
.current_page_item a{
	color: #FF8202;
}
.navbar-top{
	background-color: #003862;
	color: white;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
.navbar-top a{
	color: white;
}
.navbar-top a:hover{
	background: none;
}
.navbar-top .navbar-right li{
	padding-right: 2em;
}
.navbar-toggle.collapsed{
	border: solid 2px #003862;
}
.navbar-toggle .icon-bar{
	background-color:#003862;
}
/* === HEAD STYLES === */
.mainPhones{
	display: inline-block;
	margin:0 5px;
}
/* === SLIDER === */
#slider .retransWrapper{
	position: fixed;
    width: 52%;
    left: 16px;
    top: 16px;
    height: 97%;
    z-index: 1;
	transition: all 0.5s;
}
#slider .carousel-caption h2{
	color: #FF8202;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;	
}
#slider .carousel-caption .lead{
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight:bolder;
	text-shadow:
	-2px -2px 0 #000000,
    1px -2px 0 #000000,
    -2px 1px 0 #000000,
    2px 2px 0 #000000
}
#slider .carousel-caption h2{
	font-weight:bolder;
	text-shadow:
	-2px -2px 0 #000000,
    1px -2px 0 #000000,
    -2px 1px 0 #000000,
    2px 2px 0 #000000
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	width:100%!important;
}
.carousel-indicators li{
	border-color:#000000;
	background-color:#ffffff;
	box-shadow:0 0 1px 0 #000000, 0 0 3px 0 #000000; 
}
.carousel-indicators .active{
	background-color:#f0ad4e;
}
.slider-vidBtn{
	position:absolute;
	bottom:20px;
	right:50px;
	padding:16px;
	background-color: #0673b9;
	border-radius:10px 0;
	color:#ffffff;
	text-decoration:none;
}
.slider-vidBtn:focus{
	text-decoration:none;
	outline:none;
}
.slider-vidBtn:hover{
	background-color:#003862;
	color:#ffffff;
	text-decoration:none;
}
/* === Courses DESIGN ===*/
.moreBtn, .btnStandar{
	display: inline-block;
	padding: 10px 1rem;
	color: #ffffff!important;
	background-color: #ff8203;
	border-radius: 5px; 
}
.btnStandarCourse{
	display: inline-block;
	padding: 1rem 3rem;
	color: #ffffff!important;
	background-color: #ff8203;
	border-radius: 5px;
}
.courseWrapper, .courseWrapper > *{
	font-size: 20px !important;
	font-family: "Roboto", helvetica, arial;
	padding:0;
	margin:0;
	box-sizing: border-box;
	transition: font-size 0.5s;
}
.courseWrapper h3{
	font-size:1.35em;
	padding: 0;
	margin: 0;
}
.courseWrapper{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-color: #084b7e;
	vertical-align: top;
	border-radius: 10px;
	overflow:hidden;
	box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.5);
	margin: 0 0 3rem 0;
}
.courseWrapper a{
	text-decoration: none;
}
.courseDateList{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background-color: #303030;
	padding: 2.5em 2em 2.5em 1em;
	height: 100%;
	border-radius: 0 50% 50% 0;
	box-shadow: 5px 0 10px 0 #063c5f
}
.dateHours{
	line-height: 150%;
}
.courseDay{
	color: #ff8203;
}
.timeLapse{
	color: #ffffff;
}
.courseDetail{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0.7em 1em;
	width:50%;
	max-width: 800px;
	min-width: 280px;
	height: 100%;
}
.courseName{
	width: 90%;
	font-weight:bolder;
	color: #ff8203;
}
.courseName span{
	display: block;
	color: #ff8203!important;
}
.courseDuration{
	display: inline-block;
	color: #ffffff;
	margin:0 0 0.5em 0;
}
.promSelected{
	display:inline-block;
	font-size: 12px;
	background-color: #ffcc00!important;
	color: #000000;
	padding: 2px 1rem;
	margin: 0 0 0 1rem !important;
	border-radius: 5px;
}
.courseInfoLinks{
	text-align: left;
}
.coursePonent{
	color:#ffffff;
	margin:0 0 10px 0;
}
.coursePonentInfoLink{
	color:#ff8203;
	font-weight: normal;
}
.infoButton{
	text-align: right;
	display: inline-block;
	padding: 5px 1rem;
	background-color: #ff8203;
	color: #ffffff !important;
	border-radius: 5px;
}
.courseRecomendations:hover .courseAddInfo{
	display: block;
	z-index: 2;
}
.courseAddInfo{
	display:none;
	position: absolute;
	padding: 0.7em;
	border-radius: 5px;
	min-width: 320px;
	max-width: 400px;
	height: fit-content;
	background-color: #00c3ff;
	margin: 0 auto;
	right: -160px;
	bottom: 0;
}
.additInfo{
	color: #ffffff !important;
	font-size: 0.8em;
	text-align: left!important;
}
.info{
	text-shadow: 0 0 1px #000000;
}
.courseRecomendations{
	position:relative;
	background-color: #00c3ff;
	cursor: pointer;
}
.detailAndReservation{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 40%;
	min-width: 300px;
	max-width: 650px;
	height: 100%;
	vertical-align: top;
	padding: 1rem 0;
	background-color: #0673b9;
	transition: min-width 0.5s;
}
.location{
	color: #ffffff;
	padding: 0 1em 5px 1em;
}
.location a{
	color: #ff8203;
}
.pricing{
	color: #ffffff;
	text-align: justify;
}
.investmentTitle{
	background: linear-gradient(to right,rgba(6,60,95,1),rgba(6,60,95,0));
	padding: 5px 1em;
	font-weight: bold;
}
.inClass, .online{
	display: inline-block;
	margin: 0 0 0 1em;
}
.inClassPrice, .onlinePrice{
	color: #ff8203;
}
.reservation{
	position: absolute;
	bottom: 0.7em;
	width: 100%;
	padding: 5px 1rem;
	text-align: right;
}
.reservCourse{
	position: relative;
}
.reservationIncludes{
	color: #ffffff;
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
}
/* === COURSES === */
.coursesList{
	width:100%;
	padding: 2rem 100px
}
#courses{
	color: white;
	background: rgba(106,145,173,1);
	background: -moz-linear-gradient(top, rgba(106,145,173,1) 0%, rgba(99,140,168,1) 7%, rgba(0,70,105,0.99) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(106,145,173,1)), color-stop(7%, rgba(99,140,168,1)), color-stop(100%, rgba(0,70,105,0.99)));
	background: -webkit-linear-gradient(top, rgba(106,145,173,1) 0%, rgba(99,140,168,1) 7%, rgba(0,70,105,0.99) 100%);
	background: -o-linear-gradient(top, rgba(106,145,173,1) 0%, rgba(99,140,168,1) 7%, rgba(0,70,105,0.99) 100%);
	background: -ms-linear-gradient(top, rgba(106,145,173,1) 0%, rgba(99,140,168,1) 7%, rgba(0,70,105,0.99) 100%);
	background: linear-gradient(to bottom, rgba(106,145,173,1) 0%, rgba(99,140,168,1) 7%, rgba(0,70,105,0.99) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a91ad', endColorstr='#004669', GradientType=0 );
}
#courses #months{
	list-style: none;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
}
#courses #months li{
	display: inline-block;
	padding-right: 2em;
	font-size: 2em;
}
#courses #months li.item-select{
	background: #9B9A9B;
	border-radius: 2em;
	text-align: center;
}
#courses #calendar .circle{
	border: none;
	padding: 10px;
	text-align: center;
	background: #ff8203;
	color: white;
	width: 130px;
	height: 130px;
	border-radius: 33em;
}
#courses #calendar .circle.aditionalDate h4{
	font-size:12px;
	font-weight:bold;
	margin:2.5px 0;
}
#courses #calendar .circle.aditionalDate p{
	font-size:11px;
	margin:2.5px 0;
}
#courses #calendar .certificates{
	padding-top: 1em;
	line-height: 50px;
}
#courses #calendar h2{
    margin-top: 10px;
    margin-bottom: 20px;
}
#courses #calendar a{
	color: #ff8203
}
#courses #calendar .item-agenda{
	padding-bottom: 2em;
	display:none;
}
#courses #calendar .item-agenda-more-information{
	background: #084B7E;
	border-top-right-radius: 0.4em;
	border-bottom-right-radius: 0.4em;
}
#courses #calendar table td{
	border: none;
}
#courses #calendar table tbody{
	margin: 1em;
}
/* === DEPOSIT === */
#deposit{
	background: #084B7E;
	color: white;
}

/* === CONTACT === */
#contact{
	background: url(assets/img/im-contacto.png) no-repeat center;
	background-size: cover;
	color: white;
}
#contact .form-control{
	margin-bottom: 2em;
}
.frmInputs{
	color:#ffffff;
	border:none;
	border-radius:5px;
	padding:2px;
	width:100%;
}
#contact .btn-default{
	border-radius: 2em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 1.5em;
	text-transform: uppercase;
	color: #084B7E;
}
#contact .media-left img{
	height: 40px;
}

/* === FOOTER === */
#footer{
	background: #084B7E;
	color: white;
}
#footer #map-site ul{
	margin: 0 auto;
	list-style: none;
	padding: 15px 0 15px 10px;
	text-align: center;
}
#footer #map-site ul li{
	display: inline-block;
	/*margin: 0 3em 0 0;*/
	border-left: 2px solid;
}
#footer #map-site ul li:first-child{
	border-left: none;
}	
#footer #map-site ul li a{
	color: white;
}

/* === PAGE: ABOUT-US === */
#about-us-hero{
	min-height: 550px;
	background: url(assets/img/team/socios.jpg) no-repeat center;
	background-size: cover;
}
#about-us{
	color: white;
	background: rgba(106,145,173,1);
	background: -moz-linear-gradient(top, rgba(106,145,173,1) 0%, rgba(99,140,168,1) 7%, rgba(0,70,105,0.99) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(106,145,173,1)), color-stop(7%, rgba(99,140,168,1)), color-stop(100%, rgba(0,70,105,0.99)));
	background: -webkit-linear-gradient(top, rgba(106,145,173,1) 0%, rgba(99,140,168,1) 7%, rgba(0,70,105,0.99) 100%);
	background: -o-linear-gradient(top, rgba(106,145,173,1) 0%, rgba(99,140,168,1) 7%, rgba(0,70,105,0.99) 100%);
	background: -ms-linear-gradient(top, rgba(106,145,173,1) 0%, rgba(99,140,168,1) 7%, rgba(0,70,105,0.99) 100%);
	background: linear-gradient(to bottom, rgba(106,145,173,1) 0%, rgba(99,140,168,1) 7%, rgba(0,70,105,0.99) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a91ad', endColorstr='#004669', GradientType=0 );
}

/* === PAGE: CONTACT === */
#policies{
	background: #084B7E;
	color: white;
}
#policies h4{
	padding-top: 2em;
	padding-bottom: 1em;
}
#our-team{
	background: #084B7E;
	color: white;
	text-align: center;
}
#our-team .circle {
  	display: inline-block;
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

#our-team .circle img {
	width: auto;
	height: 100%;
	margin-left: -50px;
}
/*Detalles de diplomados, formato de tabla de módulos*/
.diplomat-table, .seminary-table, .online-table, .retransmTable{
	width:100% !important;
}
.diplomat-table td, .seminary-table td, .online-table td, .retransmTable td{
	padding:5px;
	text-align:center;
}
.retransmTable{
	overflow:hidden;
	border-radius:10px 10px 0 0;
	box-shadow:5px 5px 10px 0 #909090;
}
.retransmTable th, .retransmTable td{
	padding:10px;
	text-align:center;
}
.retransmHead{
	background: linear-gradient(#afafaf,#ffffff);
}
.retransmTable tr th{
	height:50px;
	background-color:#6990ac;
}
.diplomat-table tr:nth-child(2n+0), .seminary-table tr:nth-child(2n+0), .online-table tr:nth-child(2n+0), .retransmTable tr:nth-child(2n+0){
	background-color:#6a91ad;
	color:#ffffff;
}

/*INPC*/

.INPC_taable{
	width:100%;
}
.INPC_taable td{
	padding:3px !important;
	text-align:center;
	vertical-align:middle;
}
/*Online Entrance*/
.onlineTable td{
			padding: 10px;
		}
		.onlineTable th{
			font-size: 20px;
			color: #ffffff;
			text-align: center;
		}
		.onlineTable tr:nth-child(odd){
			background-color: #003862;
		}
		.onlineTable tr th:nth-child(even), .onlineTable tr td:nth-child(even){
			background-color: #ffffff;
		}
		.onlineTable tr:nth-child(even) td .courseTitle, .onlineTable tr:nth-child(even) td .onlinePonent{
			color: #505050;
			text-shadow: none;
		}
		.courseTitle{
			color:#ffffff;
			text-shadow: 0 0 2px #000000;
			margin: 5px 0;
			padding: 0;
		}
		.courseDate{
			color:#ff8203;
			margin: 5px 0;
		}
		.onlinePonent{
			color: #ffffff;
			padding: 0;
			font-weight:bold;
			margin: 5px;
		}
		.courseInvestment{
			color: #ff8203;
			text-align: right;
			font-weight: bold;
			font-size: 20px;
			margin:5px;
			padding: 0;
		}
	.blankCourse{
		background-color:#ffffff;
	}
.headerLink, .footerLink{
	font-family: arial;
	color:#ffffff;
}

.headerLink:hover, .footerLink:hover{
	color:#FF8202;
}
.promoBack{
	background: url("https://www.academo.com.mx/wp-content/themes/academo/assets/img/vec_back.jpg") no-repeat left bottom;
}