/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 14px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #3e3e3e;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

.tag-box-v12 {
	border-top: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
}

#formSaludo .modal-header
{
	background:transparent;
	border:0;
}
#formSaludo .modal-body
{
	padding:0px;
	background:transparent;
}
#formSaludo img
{
	width:100%;
}
#formSaludo .modal-content
{
background: transparent;
    box-shadow: none;
    border: 0px;
	}
#formSaludo .modal-header .close {
    margin-top: 18px;
    position: absolute;
    right: 3px;
    z-index: 99;
    color: black !important;
    text-shadow: none;
    opacity: 1;
}

.bg-color-maroon { background-color:#801818 !important; color:white !important;}
.bg-color-maroon p {color:white !important;}

.error
{
	color:red;
	font-weight:400;
	font-size:11px;
	display:table;
		
}
.msg-error {
  color: red;
 }
 .teamlead h4
{
	line-height:30px;
	margin-bottom:0px;
}
.quote-v1 p {
    color: #3e3e3e;
    font-size: 16px !important;    
}

.logo-slogan{margin-top:-7px;}
.logo-slogan ul{margin:0px;padding:0px;}
.logo-slogan li {
	padding: 0px;
	margin:0px;
	font-size: 8px;
    text-decoration: none;
    color: #116835;
    line-height: 15px;  	
	letter-spacing: -0.2px;
}

.logo-slogan li:hover{text-decoration:none;}

.logo-slogan li{
	float:left;
	padding-right:15px;
	padding-left:0px;
	left:-10px;
	margin-right:-1px
	}
.logo-slogan li span{margin-left: -4px;}
.logo-slogan li:first-child{list-style:none;padding-left:0px !important;}

@media (min-width: 992px){
.header-fixed .header-v6.header-fixed-shrink .navbar-brand ul{
   
   margin-top:6px;
}

.font-size-20{font-size:20px;}
