/*
Theme Name: Nuevo Audigeduc
Theme URI: 
Author: Jonathan Rojas
Author URI: 
Description: Auditorias y Gestión Educativa
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: audigeduc
Tags:

*/


*{
 	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
}

.bg-gris {
	padding-top: 30px;
	background-color: #e8e8e5;
}

/*EStilos para alineacion wp*/
.center {text-align: center;}
img.center, img[aling="center"] {display: block; margin-left: auto; margin-right: auto;}

.alingleft {float: left;}
img.alingleft, img[aling="left"] {float:left; margin: 2px 10px 5px 0px;}

.alingright {float: right;}
img.alingright, img[aling="right"] {float:right; margin: 2px 10px 5px 0px;}

.clear {clear: both;}
hr.clear {clear: both; visibility: hidden; margin: 0; padding: 0; height: 0;}

#articles_list article p {
	margin-bottom: 15px;
}

/* Foto grande cabecera */
 .header-img {
	background: url('http://www.audigeduc.cl/wp-content/uploads/2016/07/headerbg.jpg');
	background-position: center;
	height: 195px;
}

/* Navegacion */

/*LOGO nav bar*/

.navbar-brand {
    padding-top: 15px;
    font-weight: 600;
    font-stretch: condensed;

}

.navbar-default {
    background-color: #fff;
}

.navbar {
    margin-bottom: 0;
    border-top: 0px;
    border-bottom: 2px solid #c0eaf6;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #c0eaf6;
}


.navbar-default .navbar-nav>li>a {
	color: #0c7aab;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #777;
    background-color: #c0eaf6;
}

/*Index slider*/


#content-top {
	max-width: 859px;
	margin: auto;
}

#content-top #slideshow {
	width: 536px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}

#content-top #slideshow .thumb {
	width: 100%;
	border: 2px solid #c0eaf6;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.text-slide {
	width: 536px;
	padding-top: 5px;
}

.text-slide div.encabezado {
	display: inline-block;
	width: 30%;
	float: left;
	border-right: 2px solid #cecece;
	border-radius: 1px;
	margin-right: 2%;
}

.encabezado hgroup h2{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.encabezado .fecha {
	font-size: 12px;
	margin-top: 0;
}


.text-slide .titular {
	float: left;
	width: 68%;
	display: inline-block;
}

.text-slide .titular .extracto p {
	margin: 0;
	font-size: 12px;
	text-align: justify;
	padding-left: 3px;
}

#content-top #slideshow .slidesjs-pagination li {
	background-color: #c0eaf6;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	display: inline-block;
	border-radius: 10px;
}

#content-top #slideshow .slidesjs-pagination li a {
	width: 15px;
	height: 15px;
	display: block;
	font-size: 0px;
	}


#content-top #slideshow .slidesjs-pagination li a:hover {
	border-radius: 10px;
	background-color: #4c89a5;
	}

#content-top #slideshow .slidesjs-pagination li .active {
	border-radius: 10px;
	background-color: #4c89a5;
	}


/*banners*/
#banners {
	width: 323px;
	padding-left: 10%;
	float: left;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#banners ul {
	list-style: none;
}

#banners ul li a img {
	border: solid 1px #c0eaf6;
	border-radius: 2px;
	margin-bottom: 15px;
}



/*AUDIGEDUC LOGO*/

.bg-blanco {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
}

.logo-audigeduc {
	max-width: 940px;
	margin: 0 auto;
	padding-left: 80px;
	padding-right: 80px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.logo {
	width: 30%;
	display: inline-block;
	float: left;
	text-align: right;
}


.texto {
	width: 60%;
	margin-left: 5%;
	margin-right: 5%;
	display: inline-block;
	float: left;
}

.texto p {
	text-align: justify;
	padding-top: 30px;
	margin-right: 100px;
}

/*SERVICIOS*/

.col-md-4 h3 {
	text-transform: uppercase;
	font-weight: 500;
	color:#7a7a7a;
	text-align: center;
}

.col-md-4 p {
	font-size: 12px;
	font-weight: 400;
	color:#7a7a7a;
	text-align: justify;
	margin: 10px 20px;
}

.service-icon{
  width: 150px;
  height: 150px;
  display: inline-block;
  margin-top: 50px;
  text-align: center;
}

.service-one {
  background: url('http://www.audigeduc.cl/wp-content/uploads/2016/06/servicio1.png');
}

.service-two {
  background: url('http://www.audigeduc.cl/wp-content/uploads/2016/06/servicio2.png');
}

.line-btn {
  background-color: #7ecae9;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 50px;
  border-radius: 4px;
}

.line-btn:hover, .line-btn:focus {
	text-decoration: none;
	font-weight: 400;
	border-radius: 4px;
	border-bottom: 2px #4c89a5 solid;
	padding: 13px 60px;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}

.about-us h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.inner-page {
	margin-top: 50px;
	margin-bottom: 50px;
}

.inner-page p {
  font-size: 14px;
  text-align: justify;
  line-height: 25px;
  font-weight:300;
}

/*Footer*/


footer{
    background-color: #4c89a5;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer ul {
  padding-left: 0;
  list-style: none;
}
footer li {
  margin-bottom: 10px;

}
footer a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  }

footer h5 {
  font-weight: bold;
  font-size: 16px;
  color: #7ecae9;
}

.direccion p {
	color:#fff;
}


/*BLOG*/


#main #articles_list {
	clear:both;
	width:75%;
	float:left;
}

#main #articles_list article{
	margin-bottom:40px;
	margin-right:4%;
    	margin-left: 10%;
	padding-bottom:40px;
	border-bottom:1px solid #333333;
	overflow:hidden;
}

.blog-contenido{
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: #fff;
}

.post {
	margin-bottom: 40px;
	margin-right: 4%;
	padding-bottom: 40px;
	border-bottom: 1px solid #7ecae9;
}

.post-img {
	width: 90%;
	margin: 10px;
}


#pagination {
	width: 100%;
	margin-bottom: 40px;
}

#pagination p a {
	margin: 0 20px;
	display: inline-block;
}

.widget {
	width: 100%;
}

.widget {
	margin-bottom: 50px;
	display: block;
}

.widget ul li {
	list-style: none;
	margin-bottom: 10px;
}

.widget ul li a {
	font-size: 16px;
	font-weight: 500;
	color:#4c89a5;
}

.widget ul li a:hover {
	color:#4c89a5;
	text-decoration: none;
}


/*CONTACO*/

input[type="text"], textarea {
  width: 100%;
  border: 1px solid #b2b2b2;
  padding: 10px;
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.contact .fa {
  font-size: 20px;
  margin-left: 10px;
  text-align: center;
  width: 30px;
}

.contact h5 {
  color: #444444;
  display: block;
  float: none;
  margin-bottom: 20px;
    margin-top: 0;
}
.contact-detail h5 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.contact-detail span {
  font-size: 14px;
  font-weight: bold;
  color: #444444;
}
button.send {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 45px;
  display: table;
  float: none;
  margin: 0 auto;
  border-radius: 3px;
  background: #4c89a5;
  color: #ffffff;
  border: none;
  float: left;
  margin-bottom: 60px;
}


.mapa {
	width: 90%;
	border: 2px solid #c0eaf6;
	margin: auto;
}