/*      GENERALES       */

body, html {
    height: 100%;
}

a {
    color: #FF731C;
    font-weight: bold;
}

a:hover {
	text-decoration: underline !important;
	color: #D55200 !important;
}

@media (max-width:767px){.hidden-sm-down{display:none!important}}

.anchor-offset {
    display:block;
    height:20px;
    visibility: hidden;
}

#scroll-to-top {
    display: none !important;
}

.white-text, .white-text h1, .white-text h2, .white-text h3 {
    color: #FFF !important;
}

.col-title {
    font-size: 26px;
    color: #396AAD;
}

#nav a:hover {
	text-decoration: none !important;
    color: #FFF !important;
}

body.page.wpb-js-composer .wpcf7-text, body.page.wpb-js-composer .wpcf7-number, body.page.wpb-js-composer .wpcf7-date, body.page.wpb-js-composer .wpcf7-textarea, body.page.wpb-js-composer .wpcf7-select {
    border: 1px solid #396AAD;
    font-size: 15px;
    max-width: 300px;
    color: #333;
    background-color: #FFF;
    margin-bottom: 10px;
    border-radius: 0px;
}

body.page.wpb-js-composer .wpcf7-textarea {
    max-width: 500px;
}

.wpcf7-form p {
    font-size: 15px;
    font-weight: bold;
}

input[type=submit], input[type=reset] {
    background-color: #396AAD;
    font-size: 15px;
    float: left;
    opacity: 0.8;
    color: #FFF;
}

#floating-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(62,115,188,.7);
    display: none;
    padding: 15px;
    color: #FFF !important;
}

#floating-menu p {
    margin-bottom: 10px;
    color: #FFF;
    font-weight: bold;
}

#floating-menu ul {
    list-style-type: lower-roman;
    list-style-position: inside;
}

#floating-menu ul li {
    margin: 5px 0px;
    font-size: .85em;
}

#floating-menu a {
    font-weight: normal !important;
    color: #FFF !important;
}

#floating-menu a:hover {
    color: #FFF !important;
}

/*     // END GENERALES       */

/*      HEADER       */

.logo img {
    height: 100px;
}

.sf-menu {
    margin: 10px 0;
    float: none;
}

#nav {
	clear: both;
}

#header .search input {
    padding: 5px;
    height: 40px;
    font-size: 13px;
    width: 280px;
}

.page-content {
    margin: 0;
}

.page-title {
    display: block;
    margin: 0px auto 20px;
    font-weight: normal;
    font-size: 3em;
    text-transform: capitalize;
    color: #3E73BC;
    padding: 0;
    text-align: center;
}

/* The hero image */
.hero-image {
    background-image: url("images/hero-bcag-consultoria-asesoria-blue.jpg");
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 35px;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 2.8em;
}

.hero-text a.boton {
	background-color: #3E73BC;
	padding: 10px 20px;
	color: #FFF !important;
	border-radius: 10px;
	font-weight: bold;
    cursor: pointer;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    align-items: flex-start;
    text-align: center;
    display: inline-block;
}

.hero-image-page {
    background: none;
    height: 600px;
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}

.hero-image-page img {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.hero-image-page .divFondo {
	background-color: rgba(62,115,188,.9);
    margin: 0 auto 35px;
    padding: 20px 5px;
}

#second-button {
	margin-left: 30px;
	background-color: #FF731C;
}

.hero-text a.boton:hover {
	background-color: #1C54A2;
    text-decoration: none !important;
}

#second-button:hover {
	background-color: #D55200;
}

/*     // END HEADER       */