

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,700');
@import url('eleganticons.css');

/* menu */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}

.navbar-default {
	background-color: transparent;
	border: 0;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	opacity:1;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	opacity: .8;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { background:none;
color: #fff;
opacity: 1; }

/* termina menu */
body {
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	color:#333333;
}

/* botones */

.boton { 
	background:none;
	font-family: 'Droid Sans', sans;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 3px;
	
	color: #333;
	display: inline-block;
	text-transform: uppercase;
	transition: all .2s linear;  }

.boton:hover, .boton:focus {
	color:#333; text-decoration: none;
	
}

.boton:hover .arrow_right { margin-left: 5px;
	 }

.boton .arrow_right { font-size: 14px; padding-top: 4px; transition: all .2s linear; }

h2 { font-size: 36px; line-height: 60px; font-weight: 700; }

h3 { font-size: 20px; 
	line-height: 30px; }

h4 { font-family: 'Droid Sans', sans;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .8px;}

hr { margin:40px auto; width: 5%; border-color: #000; }

.header {
	background-image: url("../images/header-home.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 690px;
	margin-top: -70px;
	background-position: center center;
	position: relative; z-index: -1;
}

.header h2 { color: #fff;
position: absolute;
left: 0; right: 0; margin:0 auto; text-align: center;
top: 50%; font-size: 52px;
transform: translateY(-50%); }

.header-interno {
	background-image: url("../images/header-interno.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	margin-top: -70px;
	background-position: center center;
}

.titulo-seccion { text-align: center; }
.titulo-seccion h2 { font-size: 26px; line-height: 40px; }


.area-resumen-texto {padding-left: 15px; padding-right: 15px;}
.area-resumen p {
	line-height: 24px;
}

.area-resumen p {
	font-size: 16px;
	text-align: left;
}

.icono-area { text-align: center; margin:40px 0 40px 0; }

section {margin:80px 0;}

footer {
	background-color: #e0e0e0;
	text-align: center;
	padding:40px 0;
}

/* internas */

.header-interno-contenido {
	color: #fff;
	text-align: center;
	padding:100px 0;
}

.header-interno-contenido h2 {
	font-size: 52px;
}

.header-interno-contenido h4 {
	font-size: 10px;
}

p { text-align: justify; }
p, .listado { font-size: 20px;
	line-height: 30px; }

.datos-contacto {
	font-family: 'Droid Sans', sans;
	text-transform: uppercase;
	margin-top: 20px;
}
.datos-contacto p {
	font-size: 13px!important;
	font-weight: 700;
	line-height: 13px;
	text-align: center;
}

/* form */
.texto-claro {
	color:#999;
}

.boton-submit {
	background-color: #000;
	color: #fff;
	font-family:'Droid Sans', sans;
	padding:6px 12px;
	border: none;
	text-transform: uppercase;
}

.social_facebook_circle { font-size: 18px; }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

	.header {
		margin-bottom: 80px;
		} 
}

@media (max-width: 420px) {

	h2 { font-size: 24px; line-height: 34px; }
	.header-interno-contenido h2, {font-size:34px;}
	.header h2 { font-size: 30px; } 
	.header, .header-interno { margin-top: 0px; height: 300px; }
	.header {background-image: url('../images/header-home-sm.jpg');}
	.header-interno {background-image: url('../images/header-interno-sm.jpg');}
	.navbar-default { background-color: #333; }

	.navbar {
    position: relative;
    min-height: 68px;
    margin-bottom: 0px;    border: 1px solid transparent;
	}


}











