/*
Theme Name: Theme Hiserme
Author: the 
Author URI:
*/
/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: inherit;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color:#2a2a2a;
	font-size:16px;
	background:#FFF;
font-weight:normal;
	/*16px = 1rem
		20px = 20/16 = 1.25rem */
}
a {
	text-decoration: none;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: top;
	height: auto;
}
.container {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	width: 100%;
	max-width:1200px;
}
/*Master Slider*/
#content .tparrows {
width: 57px;
    height: 57px;
    transform: none !important;
    background: url(images/prev.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 30px !important;
    margin-top: -28.5px;
}
#content .tparrows:before {
display:none !important;
}
#content .tp-rightarrow {
background: url(images/next.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: auto !important;
right:30px !important;
}
#content .rev-btn:after {
content: "\f061";
display:inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
font-size: 16px;
    margin: 0 0 0 5px;
}
#content .custom .tp-bullet {
border: 2px solid #fbfbfb;
    border-radius: 50%;
    background: no-repeat;
}
#content .custom .tp-bullet.selected {
background: #f26723;
}
/*Gravity Forms*/
#content .gform_wrapper {
	margin:0;
	padding: 0 0 0 0;
}
#content .gform_wrapper ul.gform_fields {
padding:0;
matgin:0;
}
#content .gform_wrapper .gform_body {
	width:100% !important;
	padding:0 !important;
	margin:0 !important;
	max-width:100% !important;
}
#content .gform_wrapper .ginput_container {
	padding: 0 !important;
	margin: 0 !important;
	display:block;
	max-width:100% !important;
}
#content .gform_wrapper ul.gform_fields li.gfield {
	padding-bottom:20px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	position:relative;
	background:none !important;
	border:0 !important;
	padding-top:0 !important;
	/*max-width:100% !important;
	width:100% !important;*/
}
#content .gform_wrapper .top_label input.large,
#content .gform_wrapper textarea.large {
	width: 100%;
	height: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	background: none;
	border: 0;
	outline: none;
	margin:0 !important;
	border: 1px solid #aeaeae;
	color:#7b7b7b;
	
}
#content .gform_wrapper textarea.large {
	height:120px;
	padding:15px;
}
#content .gform_wrapper select.large {
	color: #7b7b7b;
    outline: none;
    padding: 7px;
border: 1px solid #aeaeae;
}
#content .gform_wrapper .top_label .gfield_label {
	display:block;
	padding:0 0 6px 0;
	margin:0;
	float:none;
	width:100%;
	color:#000;
	font-weight:normal;
	display:none;
}
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	width: auto !important;
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
	font-weight:normal;
}
#content .gform_wrapper div.validation_error {
	width:100%;
	padding:10px 0;
	font-weight:normal;
}
#content .gform_wrapper .gform_footer {
	padding:0 15px 0 0;
	margin:0;
	text-align:right;
}
#content .gform_wrapper .gform_footer input.button, 
#content .gform_wrapper .gform_footer input[type=submit] {
	width: 135px;
	height: 40px;
	border: 0;
	margin:0 !important;
	background-color: #144891;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	outline: none;
	font-weight:bold;
	font-size:16px;
	-webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}
#content .gform_wrapper .gform_footer input.button:hover, 
#content .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color:#f26723;
}
#content .gform_wrapper .gfield_html h3 {
padding: 0 0 20px 0;
    color: #144891;
}
#content #gform_wrapper_2 .gform_footer {
padding:0;
text-align:center;
}
#content #gform_wrapper_2 #field_2_22 .gfield_label,
#content #gform_wrapper_2 #field_2_18 .gfield_label,
#content #gform_wrapper_2 #field_2_19 .gfield_label,
#content #gform_wrapper_2 #field_2_20 .gfield_label,
#content #gform_wrapper_2 #field_2_21 .gfield_label {
display:block;
}
#content .gform_wrapper .top_label li ul.gfield_radio {
padding: 0;
    margin: 0;
    width: 100%;
}
#content .gform_wrapper .top_label li ul.gfield_radio li {
padding: 0 15px 0 0 !important;
    margin: 0;
    display: inline-block;
}
#content .gform_wrapper .top_label li ul.gfield_radio li input {
padding: 0;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
#content .gform_wrapper .top_label li ul.gfield_radio li label {
padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    vertical-align: middle;
}

/*wp paginate*/
#content .navigation {
	text-align: center;
    padding: 35px 0;
    margin: 0 0 40px 0;
    font-size: 20px;
    background: #ebeced;
    font-weight: bold;
}
#content .navigation ol {
	display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
#content .navigation ol li {
	display:inline-block;
	margin: 0 12px;
}
#content .navigation ol li a {
}
#content .navigation ol li a:hover {
color:#144891;
}
#content .navigation ol li span.current {
color:#144891;
}
/*columns*/
.row-cols {
	position:relative;
	margin-left:-15px;
	margin-right:-15px;
}
.row-cols:after {
	clear:both;
	content:"";
	display:block;
}
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7,
.col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
	padding:0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}
.col-sm-12 {
	width:100%;
	float:none;
}
.col-sm-11 {
	width:90.66666%;
}
.col-sm-10 {
	width:83.33333%;
}
.col-sm-9 {
	width:75%;
}
.col-sm-8 {
	width:66.66666%;
}
.col-sm-7 {
	width:58.333333%;
}
.col-sm-6 {
	width:50%;
}
.col-sm-5 {
	width:41.66666%;
}
.col-sm-4 {
	width:33.33333%;
}
.col-sm-3 {
	width:25%;
}
.col-sm-2 {
	width:16.66666%;
}
.col-sm-1 {
	width:8.33333%;
}
/*Web Style*/
/*Header*/
#nav.fixed {
position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
}
#top {
background:#144891;
padding:7px 0;
color:#FFF;
font-size:16px;
}
#top .right {
float:right;
}
#top .left {
float:left;
}
#top .left a {
display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    font-size: 20px;
}
#top .right i {
font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px 0 20px;
}
#header {

}
#header h1 {
float: left;
    margin: 6px 0 3px 32px;
}
#header .sidebar-top {
float: right;
    padding: 42px 0 11px 0;
}
#header .sidebar-top .widget {
display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}
#nav {
background: #ebeced;
    border-top: 1px solid #d5d6d7;
    border-bottom: 1px solid #d5d6d7;
    font-weight: bold;
    font-size: 20px;
    color: #2a2a2a;
}
#nav .menu-menu-container {
padding:0 35px;
}
#nav ul {
width: 100%;
    display: table;
    list-style: none;
    text-align: center;
}
#nav ul li {
display: table-cell;
    vertical-align: middle;
position:relative;
}
#nav ul li a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
position:relative;
}
#nav ul li a:hover,
#nav ul li.current-menu-item a,
#nav ul li:hover > a,
#nav ul li.current-menu-parent a {
color:#144891;
}
#nav ul li.menu-item-27 a {
color:#FFF !important;
background:#f26723;
}
#nav ul li.menu-item-has-children a:after {
content: "";
    display: block;
    background: url(images/submenu.png);
    width: 13px;
    height: 7px;
    position: absolute;
    left: 50%;
    margin-left: -6.5px;
    bottom: 3px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#nav ul ul {
display: none;
    position: absolute;
    left: -15px;
    z-index: 80;
    width: 140px;
    background: #f26723;
    color: #FFF;
    font-size: 16px;
    top: 48px;
font-weight:normal;
}
#nav ul ul li {
display:block;
}
#nav ul ul li a {
padding:5px 2px;
}
#nav  ul li.menu-item-has-children ul li a:after {
display:none;
}
#nav ul ul li a:hover,
#nav ul ul li.current-menu-item a {
color:#fff;
opacity:0.7;
}
#nav ul li:hover > ul {
display:block;
}
/*Content*/
#content {
	
}
#content h1 {
	font-size:2.5rem;
	padding:0 0 15px 0;
	/*40px*/
}
#content h2 {
	font-size:35px;
	padding:0 0 15px 0;
font-weight:bold;
}
#content h3 {
	font-size: 20px;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
#content h4 {
	font-size:1rem;
	padding:0 0 15px 0;
	/*16px*/
}
#content .vc_separator h4 {
font-size: 35px;
    padding: 0 15px;
    font-weight: bold;
    line-height: 1;
text-align:center;
}
#content h5 {
	font-size:0.75rem;
	padding:0 0 15px 0;
	/*12px*/
}
#content h6 {
	font-size:0.625rem;
	padding:0 0 15px 0;
	/*10px*/
}
#content p {
	padding:0 0 15px 0;
}
#content ul {
	padding:0 0 15px 0;
}
#content ol {
	padding:0 0 15px 0;
}
#content img.alignleft {
	float:left;
	margin:0 20px 15px 0;
}
#content img.alignright {
	float:right;
	margin:0 0 15px 20px;
}
#content img.aligncenter {
	
}
#content .box-escudo {
max-width: 116px;
    height: 146px;
    width: 100%;
    background: url(images/escudo.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    line-height: 146px;
    font-size: 60px;
    color: #144891;
    font-weight: bold;
    margin: 0 auto 14px auto;
    display: block;
}
#content .text-escudo {
text-align: center;
    font-weight: bold;
}
#content .vc_btn3 {
background: #144891;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px;
}
#content .vc_btn3:hover {
background: #f26723;
}
#content .wrapp-services {
text-align:center;
}
#content .wrapp-services .item-services {
display: inline-block;
width:100%;
    max-width: 332px;
    vertical-align: top;
margin:0 20px 40px 20px !important;
background: #FFF;
}
#content .wrapp-services .item-services .image {
position:relative;
display:block;
}
#content .wrapp-services .item-services .image .intro {
position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #144891;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
opacity:0;
}
#content .wrapp-services .item-services:hover > .image .intro {
opacity:1;
}
#content .wrapp-services .item-services h3 {
border-top: 6px solid #f26723;
    padding: 12px 5px 3px 5px;
    text-transform: uppercase;
    font-size: 20px;
    color: #144891;
    font-weight: bold;
    margin: 0;
}
#content .wrapp-services .item-services p {
padding: 0 0 18px 0;
    font-weight: bold;
    font-size: 14px;
margin:0;
}
#content .wrapp-services .item-services .image .intro:before {
content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#content .wrapp-services .item-services .image .intro .txt {
display: inline-block;
    vertical-align: middle;
    padding: 10px;
    max-width: 85%;
}
#content .wrapp-posts {
position: relative;
    margin-left: -15px;
    margin-right: -15px;
text-align:center;
}
#content .wrapp-posts .item-post {
display: inline-block;
    width: 100%;
    max-width: 370px;
    vertical-align: top;
    margin: 0 15px;
    margin-bottom: 30px;
text-align: left;
}
#content .wrapp-posts .item-post h3 {
padding: 18px 0 0 0;
    margin: 0;
    color: #144891;
}
#content .wrapp-posts .item-post p {
padding: 18px 0 0 0;
    margin: 0;
}
#content .wrapp-posts .item-post time {
margin: 0;
    font-weight: bold;
    display: block;
    padding: 5px 0 0 0;
}
#content.content-posts .wrapp-posts .item-post {
margin:0 13px;
margin-bottom: 35px;
}
#banner {
height: 195px;
    color: #FFF;
    font-size: 60px;
    font-weight: bold;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
position:relative;
}
#banner .title {
position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -30px;
    line-height: 1;
    left: 0;
}
#banner .vc_column-inner {
padding:0;
}
#banner .wpb_content_element  {
margin:0;
}
#banner .wpb_content_element p {
margin:0;
padding:0;
line-height:1;
}
#content .wpb_text_column .wpb_wrapper:after {
content:"";
display:block;
clear:both;
}
#content #servicio-pie {
color:#FFF;
}
#content #servicio-pie h2 {
padding:0;
margin:0;
}
#content #servicio-pie h3 {
padding:0 0 15px 0;
}
#content #servicio-pie a {
text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
}
#content #servicio-pie a:hover {
background:#f26723;
}
#content a.btn {
text-decoration: none;
    display: inline-block;
    border: 0;
    padding: 14px 55px;
    font-size: 20px;
    font-weight: bold;
    background: #144891;
    color: white;
}
#content a.btn:hover {
background:#f26723;
}
#content .wpb_gmaps_widget .wpb_wrapper {
    background-color: #aeaeae;
    padding: 1px;
}
#content .title-top {
margin: 35px 0;
    text-align: center;
    position: relative;
}
#content .title-top:after {
content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #c3c3c3;
    position: absolute;
    left: 0;
    top: 18px;
}
#content .title-top h2 {
padding: 0 8px;
    display: inline-block;
    background: #FFF;
    position: relative;
    z-index: 5;
    margin: 0;
    line-height: 1;
}
#content .title-top h3 {
line-height: 1;
    color: #144891;
}
#content h2.title-single {
font-size: 30px;
    color: #144891;
    padding: 0;
}
#content .date {
font-weight: bold;
    padding: 0 0 15px 0;
}
#content .featured-single {
    padding: 0 0 15px 0;
}

/*Sidebar*/
#sidebar {
	
}
/*Footer*/
#footer {
background: #2a2a2a;
    color: #FFF;
    padding: 40px 0 0 0;
font-size:14px;
font-weight:bold;
}
#footer .widget {
float: left;
    width: 33.33333%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
margin:0 0 30px 0;
}
#footer .widget p {
padding:12px 0 0 0;
margin:0;
}
#footer .widget h3.widget-title {
padding: 0 0 3px 0;
    margin: 0;
    font-size: 35px;
    color: #f26723;
    font-weight: bold;
    line-height: 1;
}
#copy {
padding: 10px 0;
    background: #000000;
    font-size: 14px;
    color: #686767;
    font-weight: bold;
    text-align: center;
}
#footer .widget .aligncenter {
margin:0 auto 20px auto !important;
display:block;
}

#footer .widget i {
font-size: 18px;
    margin: 0 5px 0 0;
    width: 18px;
    text-align: center;
}
#footer .widget .socials {
padding: 15px 0 20px 0;
}
#footer .widget .socials a {
    font-size: 30px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
#footer .widget .socials a i {
font-size: inherit;
    width: auto;
}


