/*
Theme Name: NetVoip
Theme URI: http://www.netvoip.cl/
Author: HuellaProducciones
Author URI: http://huellaproducciones.cl/
Description: Tema Wordpress para Netvoip
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html{
	min-height: 100%;
	height: 100%;
}

body {
	min-height: 100%;
	height: 100%;
}

p{
	font-family: 'Open Sans', 'sans-serif';
	color: #434343;
}

.wrapper {
	background: url('img/bg_site.jpg') bottom center repeat-x;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
	height: 70px; /* '.push' must be the same height as 'footer' */
}

.orbit-container{
	height: 450px;
}

.home_banner{
	height: 450px;
	overflow: hidden;
}

.home_banner li {
	position: relative;
}

.img_bg{
	height: auto;
	min-width: 100%;
	box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
}

.cont_caption{
	position: relative;
}

.caption{
	position: absolute;
	color: white;
	background-color: rgba(0,0,0,0.71);
	margin-top: 15%;
	z-index: 10;
	width: 100%;
}

.caption * {
	text-shadow: 0px 0px 2px black;
}

.caption p{
	color: white!important;
}

.caption h2{
	color: white;
}

.button_home{
	padding: 10px;
	background-color: #f37622;
	color: #ffffff!important;
	font-family: 'Jura', 'sans-serif';
	font-size: 1.4em;
	border-radius: 4px;
}

/**************************************** home *********************************/

#home_page{
	margin-bottom: 20px;
}

.bg_orange{
	background-color: #F37422;
	border-radius: 0px 0px 15px 15px;
	padding-top: 20px;
	margin-top: -55px;
	box-shadow: 1px 2px 7px rgba(0,0,0,0.6);
	border: 1px solid #fba46b;
	z-index: 30;
}

#form_home{}

.bg_orange h2{
	color: white;
	font-weight: bold;
	font-family: 'Open Sans', 'sans-serif';
	font-size: 2em;
	margin-bottom: 0px;
	z-index: 30;
}
.bg_orange p.sub_title {
	font-size: 0.9em;
	font-style: italic;
	color: white;
	z-index: 30;
}

.bg_orange p {
	font-size: 0.8em;
	font-style: italic;
	color: white;
}

#home_page input{
	margin-bottom: -10px;
}

.span.wpcf7-not-valid-tip{
	color: #853906!important;
	font-size: 0.9em;
}

#txt_home{
	padding-top: 20px;
}

#txt_home h2{
	font-family: 'Jura', 'sans-serif';
	color: #F37422;
}

#buttom_home{
	background-color: #F37422;
	color: white;
	padding: 10px;
	font-family: 'Jura', 'sans-serif';
	border-radius: 15px;
}

#buttom_home:hover{
	background-color: #b94b00;
}

/***************** barra de navegacion *****************/

.top-bar .name{
	background-color:#F37422;
	height: 68px;
	padding: 9px;
}

.contain-to-grid{
	background-color: rgba(255,255,255,0.8);
}

.top-bar{
	background: none;
	height: 68px;
}

.top-bar-section ul{
	background: none;
}

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	border-right: none;
}

.top-bar-section li:not(.has-form) a:not(.button){
	background: none;
	font-family: 'Jura', 'sans-serif';
	color: #1D536D;
	font-size:large;
	line-height: 68px;
}

.top-bar-section li:not(.has-form) a:not(.button):hover{
	background-color: rgba(255,255,255,0.4);
	color: #F37422;
}

.current_page_item a{
	color: #F37422!important;
}

/**************** paginas ********************/
#page_banner{
	height: 210px;
	position: relative;
	overflow: hidden;
}
#page_banner img{
	position: absolute!important;
	min-width: 100%;
}

.caption_page{
	position: absolute;
	z-index: 10;
	margin-top: 100px;
	width: 100%;
	color: white!important;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	font-family: 'Jura', 'sans-serif';
}

.titulo_page, .frase_page{
	line-height: 80px;
}

.titulo_page{
	font-size: 2.5em;
}

.frase_page{
	border-left: 2px solid white;
	padding-left: 20px;
	font-size: 1.3em;
}

#page_cont{
	margin-top: 20px;
	margin-bottom: 20px;
}

#page_cont h1, #page_cont h2, #page_cont h3, #page_cont h4, #page_cont h5, #page_cont h6{
	font-family: 'Jura', 'sans-serif';
	color: #F37422;
	line-height: 0.8em;
}

.img_radius{
	border-radius: 10px;
}

/**************************************** contacto *********************************/

/**************************************** generico_wp *********************************/
.aligncenter{
	text-align: center!important;
}

.alignright{
	text-align: right;
}

.alignleft {
	text-align: left;
}
/**************************************** footer *********************************/

footer{
	background-color: #1F536D;
	border-radius: 15px 15px 0px 0px;
	padding: 10px;
}

#logo_foot_svg{
	float: left;
}

.txt_footer{
	float: left;
	line-height: 42px;
	color: white;
	margin: 0px 0px 0px 10px;
	font-weight: lighter;
	font-size: 0.9em;
}
.firma{
	color: #5F768C;
	float: right;
}

#huella_footer{
	float: right;
}

/**************************************** servicios *********************************/
.icon_service{
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
	text-align: center;
	display: block;
}
