/*
Theme Name: Círculo de Corredores 2018
Author: Zesak
Author URI: https://www.zesak.cl
Description: Creado para el Círculo de Corredores de Propiedades
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

body{
	padding-top: 68px;
}


/*CABECERA*/
.cabecera .navbar{
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.19);
}
.navbar-brand{
	padding: 10px;
}
.navbar-brand img{
	width: 160px;
	height: auto;
}
.navbar-inverse .navbar-nav>li>a, 
.navbar-inverse .navbar-text{
	text-transform: uppercase;
	font-size: 12px;
}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover{
	background-color: #378dc4;
	color: #FFF;
}
.navbar-nav>li>a{
	line-height: 13px;
}



@media (min-width: 768px){
	.navbar-inverse .navbar-nav>.active>a, 
	.navbar-inverse .navbar-nav>.active>a:focus, 
	.navbar-inverse .navbar-nav>.active>a:hover{
		border-bottom: 8px solid #0066a8;
		background-color: transparent;
		color: #182f7c;
	}
	.navbar-inverse .navbar-nav>.open>a, 
	.navbar-inverse .navbar-nav>.open>a:focus, 
	.navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav a:hover{
		border-bottom: 8px solid #eff5f5;
	}

	.navbar-nav>li>.dropdown-menu{
		background-color: #FFF;
	}
	.open .dropdown-menu>li>a{
		border-bottom: 0;
	}
	.open .dropdown-menu>li>a:hover{
		border-bottom: 0;
	}

	.subtt{
		font-size: 24px;
		margin-bottom: 40px;	
	}

}

.intro{
	background: url('img/bg-movil.jpg') no-repeat center top;
	background-size: cover;
	min-height: 400px;
	color:#FFF;
	text-align: center;
	padding: 40px 0;
	position: relative;
}
.intro::after{
	content: '';
	display: block;
	width: 100%;
	height: 47px;
	background: url('img/calado-intro.png') no-repeat center;
	position: absolute;
	bottom: 0;
	left: 0;
}


.isotipo{
	width: 100px;
	height: auto;
	margin-bottom: 50px;
}
.intro h1{
	max-width: 700px;
	margin: auto;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.3em;
}

/*Editorial*/
.editorial{
	background-color: #eff5f5;
}
.cont-editorial{
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.autor-edit{
	width: 160px;
	margin-right: 20px;
}
.autor-edit img{
	width: 100%;
	height: auto;
}
.autor-edit .infedit{
	display: block;
	padding: 5px;
	text-align: center;
	background-color: #378dc4;
}
.cont-editorial h2{
	font-size: 28px;
	max-width: 70%;
}
.cont-editorial h2 strong{
	display: block;
	font-size: 20px;
	color: #005082;
}

.editorial-home{
	margin: 40px 0 20px 0;
	display: flex;
	justify-content: center;
}
.editorial-home img{
	width: 60px;
	height: 60px;
	border:2px solid rgba(255,255,255,0.4);
	margin-right: 10px;
}
.editorial-home:hover img{
	border-color: #FFF;
}
.infedit{
	color: #FFF
}
.infedit strong{
	display: block;
	font-size: 12px;
	border-bottom: 1px dashed rgba(255,255,255,0.6);
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.infedit span{
	font-size: 10px;
	display: block;
}

.editorial-head{
	display: flex;
	background-color: #eff5f5;
	align-items: center;
}
.editorial-head img{
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
.editorial-head strong{
	display: block;
	font-size: 12px;
	color: #005082;
}
.editorial-head em{
	display: block;
	font-size: 12px;
	color: #555;
}


.mapa-ubicacion {
    display: block;
    text-indent: -5000px;
    height: 300px;
    background: url(img/ubicacion.jpg) no-repeat center center;
}
.list-contacto{
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-contacto li{

}

@media (min-width: 768px){
	.isotipo{
		width: 160px;
	}
	.intro{
		background: url('img/bg3.jpg') no-repeat center top;
		background-size: cover;
		background-attachment: fixed;
		min-height: 500px;
		padding: 90px 0;
	}
	
	.intro h1{
		font-size: 36px;
	}
	.editorial-home{
		position: absolute;
	    top: 20px;
	    right: 20px;
	    flex-wrap: wrap;
	    margin: 0;
	}
	.editorial-home img{
		margin-right: 0;
	}
	.infedit{
		width: 100%;
	}
	.cont-editorial h2{
		font-size: 32px;
		max-width: 500px;
	}
}

.main{
	padding: 10px 0;
} 

.main .container{
	padding-left: 0;
	padding-right: 0;
}
.breadcrumb{
	margin-bottom: 5px;
	font-size: 14px;
	border-bottom: 1px dashed #d2d4d4;
	border-radius: 0;
}
.breadcrumb .divider{
	margin: 0 5px;
	color: #d2d4d4;
}
.bloque{
	padding: 40px 0;
}
.tt{
	font-size: 24px;
	margin: 10px 0;
	color: #005082;
}
.subtt,.tt-sub{
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	color: #979797;
	margin: 0 0 30px 0;
	
}
.subtt span{
	border-bottom: 4px solid #ffba00;
}

.img-nota{
	border-bottom: 5px solid #378dc4;
}

.f{
	background-color: #378dc4;
	color: #FFF;
	font-size: 10px;
	padding: 2px 4px;
}

.cuerpo{
	margin-top: 15px;
}
.cuerpo p strong,
blockquote .small, 
blockquote footer, 
blockquote small,
caption{
	color: #4c5154;
}

.cuerpo h3{
	font-weight: 700;
	font-size: 20px;
	color:#182f7c;
}

.cont-mesa{
	margin-bottom: 40px;
}

.alignleft{
	float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.alignright{
	float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}


@media (min-width: 768px){
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.tt{
		font-size: 36px;
	}
}

/*CLIENTES*/
.list-logos{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.list-logos li{
	display: inline-block;
	width: 50px;
	margin: 15px;
}
.list-logos li img{
	width: 100%;
	height: auto;
}

@media (min-width: 768px){
	.list-logos li{
		width: 100px;
	}
}


.cont-mesa .list-logos li{
	width: 80px;
}

/*MIEMBROS*/
.miembros{
	background: url('img/bg-movil.jpg') no-repeat center bottom;
	background-size: cover;
	background-color: #378dc4;
	text-transform: uppercase;
	text-align: center;
}
.n-miembros{
	display: flex;
	align-items: center; 
	margin-bottom: 10px;
}
.n-miembros .n,
.n-miembros h3{
	margin: 0;
	color: #ffba00;
	font-size: 36px;
}
.n-miembros .n{
	font-size: 110px;
	font-weight: 700;
	letter-spacing: -10px;
	margin-right: 20px;
}

.lnk-asociarte{
	display: block;
	margin-top: 20px;
}
.lnk-asociarte span{
	display: inline-block;
	padding: 10px;
	background-color: #FFF;
	color: #ffba00;
	font-weight: 700;
	border-top: 6px solid #ffba00;
}
@media (min-width: 768px){
	.miembros{
		background: url('img/bg2.jpg') no-repeat center top;
		background-size: cover;
		background-attachment: fixed;
		padding-bottom: 0;
	}
	.miembros .container{
		position: relative;
	}
	.n-miembros .n{
		font-size: 160px;
	}
	.n-miembros h3{
		display: block;
	}
	.lnk-asociarte{
		position: absolute;
		bottom: 0;
		right: 0;
		background: url('img/mujer-pensando.png') no-repeat center top;
		padding-top: 200px;
	}
}

/*NOTICIAS*/
.noticias{
	background-color: #eff5f5;
}
.cont-noticias{
	display: flex;
	flex-wrap: wrap;
	align-items: center; 
	justify-content: center;
}
.cont-noticias article{
	width: 100%;
	height: 160px;
	position: relative;
	margin: 0 10px 33px 10px;
}
.cont-noticias article::after{
	content: '';
	display: block;
	width: 100%;
	height: 33px;
	background: url('img/sombra-chica.png') no-repeat left top;
	position: absolute;
	bottom: -33px;
	left: 0;
}

.cont-noticias figure{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cont-noticias img{
	width: 100%;
	height: auto;
}
.cont-noticias header{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(55,141,196,0.8);
	padding: 5px;
}
.cont-noticias h1{
	margin: 0;
	text-align: center;
	font-size: 14px;
}
.cont-noticias h1 a{
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	line-height: 18px;
}
.cont-noticias .f{
	position: absolute;
	top: -18px;
}

@media (min-width: 768px){
	.cont-noticias article{
		width: 270px;
		height: 180px;
	}
	
}


/*BENEFICIOS*/
.list-beneficios{
	list-style: none;
	margin:0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.list-beneficios li{
	width:100%;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #d4d4d4;
}
.list-beneficios li:nth-child(3){
	border-bottom: 0;
}
.list-beneficios li .fa{
	font-size: 50px;
	color: #ffba00;
}
.list-beneficios h2{
	font-size: 20px;
	color: #ffba00;
}
.list-beneficios p{
	font-size: 16px;
	color: #919191;
}

@media (min-width: 768px){
	.list-beneficios li{
		width: 30%;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.list-beneficios li .fa{
		font-size: 100px;
	}
}


/*PIE*/
.pie{
	background-color: #a9a9a9;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	text-align: center;
}
.pie p{
	font-size: 12px;
}

.social{
	list-style: none;
	margin: 0;
	padding: 0;
}
.social li{
	display: inline;	
}
.social a{
	color:#FFF;
	margin: 0 5px;
	font-size: 24px;
}

@media (min-width: 768px){
	.pie{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pie p{
		text-align: left;
		background: url('img/isotipo-blanco.svg') no-repeat left center;
		height: 32px;
		background-size: auto 32px;
		padding-left: 34px;
    	line-height: 30px;
    	float: left;
	}
	.pie .social{
		float: right;
	}
}
	

@media (min-width: 1200px){
	.container {
		width: 970px;
	}
}

