/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,html{
    overflow-x:hidden;
}
body {
    font-family: 'Sanchez', serif;
    overflow-x: hidden !important;
}

ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Muli', sans-serif;
}

h2 {
    color: #313338;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    height: auto;
}

h3 {
    color: #000000;
    font-family: 'Sanchez', serif;
    font-weight: 700;
    font-size: 19px;
}

img{
    border:none;
    margin: 0;
    padding: 0;
}

/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(img/status.GIF); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
    background: url("img/bootom-top-arrow.png") no-repeat scroll 13px 12px #ffffff;
    border: 3px solid #f0f1f3;
    border-radius: 5px;
    bottom: 20px;
    display: inline-block;
    height: 54px;
    opacity: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 54px;
    z-index: 100;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}
.scrollToTop:hover{
    background-position: 13px -50px;
    text-decoration: none;
    outline: none;
}


/*--------------------*/
/* HOME HEADER */
/*--------------------*/

#header{
    float: left;
    display: inline;
    width: 100%;
    background-color: #036aad;
}

.Banner{
    height: auto;
}


#imgBanner {
    display: inline;
    float: left;
    margin-top: 80px;
    text-align: center;
    width: 100%;
    padding: 0;
}
#imgBanner h2 {
    color: #004F9F;
    font-size: 62px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.inscripcion{
    text-align: center;
    background-color: #009EE3;

}

.inscripcion h3{
    display: inline-block;
    margin: 0;
    padding: 10px;
    color: white;

}

img.imagen{
    display: block;
    float: left;
    width: 25%;
}

.imagenes{
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;

}

.aprende{
    display: inline-block;
    width: 70%;
    text-align: center;
    margin-bottom: 50px;

}

h3.abierta{
    color: white;
    font-family: 'sw721';
    font-weight: 700;
    font-size: 25px;
    clear: both;
    padding: 10px;
    background: #036AAD;
    margin: 0;
}

h3.textocab{
    color: #FF8F1F;
    font-family: 'sw721';
    font-weight: 700;
    font-size: 30px;
    clear: both;
    padding: 10px;
    margin: 0;
}

.letraeddis{
    color: #ffffff;
    font-family: 'eddislet';
    /*font-weight: 700;*/
    font-size: 20px;
    clear: both;
    padding: 10px;
    margin: 0;
}

/*--------.menu_area-------- */
.menu_area{
    display: block;
    width: 100%;
    position: fixed;
    z-index: 1;
}

.navbar-header{
    display: inline-block;
}

.navbar-brand{
    height: 80px;
}

.navbar {
    background-color: #036AAD;
    border-color: transparent;
}

.cursos{
    font-family: sw721;
    color: white;
    font-size: 25px;
    margin-top: 15px;
    
}

/*--------------------*/
/* HOME COURSE SECTION */
/*--------------------*/

.single_course {
    background-color: #ffffff;
    border: 1px solid #efefef;
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}


.singCourse_content{
    float: left;
    display: inline;
    width: 100%;
    padding: 10px;
}

.singCourse_title {
    margin-top: 10px;
    padding-bottom: 10px;
}


.singCourse_price{
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    padding-top: 10px;
}
.singCourse_price > span {
    font-weight: bold;
    font-size: 18px;
}

.titulo{
    height: 50px;
}

.ast{
    clear: both;
    text-align: center;
}

.course_table{
	background-color: #fff;
	padding: 20px;
	width: 100%;
}
.course_table thead{
    color: #fff;
}
.course_table thead>tr>th{
    color: #ffffff;
    text-transform: uppercase;
}

.area{
    font-weight: 800;
    font-size: 20px;
    color: #009EE3;
    margin-bottom: 5px;
    
}

h3.areaTitulo{
	display: inline;
	text-align: left;
}

img.flecha{
    display: inline;
    float: right;
    width: 20px;
    margin-top: 20px;
    margin-right: 20px;
}

.tiempo{
	text-align: right;
	font-size: 12px;
	width: 15%;
}

.punto{
	color: #F39200;
	text-align: right;
	width: 5%;
}

span.aclara{
    font-size: 10px;
}

/*--------------------*/
/* FOOTER SECTION */
/*--------------------*/

#footer{
    float: left;
    display: inline;
    width: 100%;
}
.footer_top{
    font-family: sw721;
    width: 100%;
    background-color: #394390;
    padding: 60px 0px;
    color: white;
    text-align: center;
    font-size: 30px;
}

.footer_bottom{
    display: block;
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px 0px;
}
.footer_bootomLeft{
    display: inline; 
    float: left;
    width: 100%;
    text-align: left;
}

.footer_bootomRight{
    display: inline;
    float: right;
    width: 100%;
    text-align: right;
}

.footer_bootomLeft_img{
    display: inline;
    float: left;
    width: 45px;
}

img.cai{
    display: inline;
    width: 100px;
}

p.cai {
    display: inline;
}



/*--------------------*/
/* COURSE ARCHIVE PAGE */
/*--------------------*/


#courseArchive{
    float: left;
    display: inline;
    width: 100%;
    background-color: #f6f6f6;
    padding: 60px 0px;
    min-height: 500px;
}


/*--------------------*/
/* CONTACT */
/*--------------------*/

#contact{
    float: left;
    display: inline;
    width: 100%;
    background-color: #f6f6f6;
    padding: 60px 0;
}
.contact_form {
    float: left;
    display: inline;
    width: 100%;
}
.wp-form-control {
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: inline;
    float: left;
    margin-bottom: 20px;
    padding: 10px 12px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    background-color: #FAEAC0;
}
.wp-form-control2 {
	border: 1px solid #ffffff;
	border-radius: 5px;
	display: inline;
	float: left;
	margin-bottom: 20px;
	padding: 10px 12px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	background-color: #CFEBF1;
	text-align: center;
}
.wpcf7-text{
    height: 45px;
}
.wpcf7-email{
    height: 45px;
}
.wpcf7-textarea {
    height: 200px;
    padding: 15px;
}
.wpcf7-textarea2 {
	height: 100px;
	padding: 15px;
}
.wpcf7-submit {
	padding: 10px 15px;
	border-radius: 4px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	float: right;
}
.contact_address{
    float: left;
    display: inline;
    width: 100%;
}
.contact_address>h3{
    margin-top: 0px;
}
.address_group{
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 30px;
}
.address_group .footer_social li a{
    color: #ccc;
}

/*======================///////////////
start responsive style
=====================///////////////////////*/

@media(min-width:992px){
    .cursos{display: inline-block; float: right;}
}

@media(max-width:991px ){
    .navbar{clear: both; margin: auto;} 
    .container{margin: auto;}
    .navbar-header{ margin: auto;}
    img.navbar-brand {margin-left: auto; margin-right: auto;}
    .cursos{display: block; margin-top: 5px; margin-bottom: 20px;}
    .footer_bootomLeft{text-align: center;}
    .footer_bootomRight{text-align: center;}
    td {text-align: left;}

}

@media(max-width:767px ){
    #imgBanner {margin-top: 180px;}
    #imgBanner h2 {font-size: 50px; margin-top: 100px;}
    .aprende{width: 90%}
    

}


@media(max-width:591px ){
    #imgBanner h2 {font-size: 40px;}
    #imgBanner {padding: 0;}
}

@media(max-width:504px){
    img.cai{display: block; margin: auto;}
    img.imagen{width:  50%;}
}

@media(max-width:360px ){
    #imgBanner h2 {font-size: 30px;}
  

}

@media(max-width:320px ){

}

@font-face {
    font-family: sw721;
    src: url(fonts/sw721kci.TTF);
}

@font-face {
    font-family: eddislet;
    src: url(fonts/avgardm.ttf);
}