﻿<style>
body {
	font-family: 'Open Sans', sans-serif;
}
body p {
	/*text-align:justify;*/
}
.fondo {
	/*background-color:#18578C;*/
	padding-top:25px;
	padding-bottom:5px;
}
.barratop {
	/*height: 40px;*/
}
.barratop span {
    font-weight: 700;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
}
.barratop i {
    color: #566c91;
	font-size: 18px;
	font-weight: bold;
	padding-top:5px;
	margin-right:10px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
h2 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Merriweather', serif;
    color: #24598a;
    font-size: 32px;
    letter-spacing: 0px;
}
.lineadiv {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #24598a;
}
/* Header Parallax Element Style*/ 
.paral {
min-height: 200px;
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
}/* Paragraph for Parallax Section */ 
.paral p {
font-size: 24px;
color:#f5f5f5;
text-align: center;
line-height: 60px;
}
 
/* Heading for Parallax Section */ 
.paral h1 {
color: rgba(255, 255, 255, 0.8);
font-size: 60px;
text-align: center;
padding-top: 60px;
line-height: 100px;
}
.footer {
    position: relative;
    width: 100%;
    padding: 50px 0px 65px;
	color: #222;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
}
 @media screen and (min-width: 768px) {
.bg-company-red {
    background-color: #e5e8ea;
	border-radius: 4px;
	min-height: 100%;
}
 }
.activo {
    background: #f5f5f5;
}
.paralsec {
    padding: 180px;
}
#lhc_need_help_container {

    width: 235px;
    border-radius: 20px;
    background: #648000;
    position: absolute;
    color: #ffffff;
    padding: 10px;
    border: 1px solid #dbe257;
    margin-top: -105px;
	display:none;

}
#lhc_status_container * {

    direction: ltr;
    text-align: left;
    font-family: arial;
    font-size: 12px;
    box-sizing: content-box;
    zoom: 1;
    margin: 0;
        margin-top: 0px;
        margin-left: 0px;
    padding: 0;

}
.stop {
	position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
.mfondo
{
	background-color:#FFF;
	z-index:1;
	box-shadow: 0px 1px 8px 3px #888888;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 0;
}
.buscafield {
	border-left:hidden;
	border-right:hidden;
	border-top:hidden;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-align:center;
	width:220px;
}
</style>