/*
Theme Name: Hiero
Theme URI: http://athemes.com/theme/hiero
Author: aThemes
Author URI: http://athemes.com
Description:  Hiero is an awesome magazine theme for your WordPress site feature bold colors and details to the content. Responsive layout, post thumbnails support, threaded comments and more.
Version: 1.8
License: GNU General Public License v3.0
License URI: license.txt
Text Domain: hiero
Tags: two-columns, threaded-comments, full-width-template, custom-menu
*/

:root {
  --primario: #27C24C;
}

/* Global
----------------------------------------------- */
html{
	font-size: 16px;
}
body {
	color: #333;
	font-weight: 400;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	line-height: 1.8;
	background: #fff;
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 1.25em 0 .5em;
	color: #222;
	font-weight: 700;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	}
h1 {
	font-size: 1rem;
	font-size: 1.6rem;
	}
h2 {
	font-size: 0.875rem;
	font-size: 1.4rem;
	}
h3 {
	font-size: 13px;
	font-size: 1.3rem;
	}
h4 {
	font-size: 12px;
	font-size: 1.2rem;
	}
h5 {
	font-size: 11px;
	font-size: 1.1rem;
	}
h6 {
	font-size: 0.625rem;
	font-size: 1rem;
	}


/* Links */
a {
	color: #008c45;
	outline: none;
	-webkit-transition: all 0.14s ease 0s;
	   -moz-transition: all 0.14s ease 0s;
		 -o-transition: all 0.14s ease 0s;
	}
a:visited {
	color: #eb2121;
	}
a:hover,
a:focus,
a:active {
	color: #333;
	}

/* Text Elements */
blockquote p {
	line-height: 1.6;
	}
dd {
	margin-bottom: 1em;
	}

/* Forms */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 26px;
	color: #333;
	line-height: 26px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	}
textarea {
	width: 80%;
	height: auto;
	}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #d6d6d6;
	outline: 0;
	outline: thin dotted \9;
  /* IE6-9 */

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	}
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.5rem 0.9375rem;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	line-height: 1.875rem;
	text-transform: uppercase;
	background: #060608;
	border: 0.0625rem solid #060608;
	}
button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #008c45;
	border-color: #008c45;
	}

/* Tables */
table {
	width: 100%;
	margin-bottom: 1.25rem;
	}
table th,
table td {
	padding: 0.5rem;
	line-height: 1.25rem;
	text-align: left;
	vertical-align: top;
	border-top: 0.0625rem solid #ddd;
	}
table th {
	font-weight: bold;
	}
table thead th {
	vertical-align: bottom;
	}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
	}
table tbody + tbody {
	border-top: 0.125rem solid #ddd;
	}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
	}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
	}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
	}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute !important;
	clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
	}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	display: block;
	clip: auto !important;
	line-height: normal;
	text-decoration: none;
	z-index: 100000; /* Above WP toolbar */
	}

/* Clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
* html .clearfix {
	height: 1%;
	}
*:first-child+html .clearfix {
	min-height: 0.0625rem;
	}
.clearfix {
	display: block;
	}
.clear {
	clear: both;
	}

.modal{
	z-index: 100001 !important;
}
/* HEADER
----------------------------------------------- */
.site-header {
	padding: 0rem 0 0;
	/* background: #16171b; */
	background: white;
	position: fixed !important;
	z-index: 100000;
	width: 100%;
	}
.site-branding {
	float: left;
	}
.site-title {
	margin: 0;
	font-size: 4.25em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1;
	}
.site-title a {
	color: #fff;
	text-decoration: none;
	}
.site-description {
	color: #999;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	}

/* MENU
----------------------------------------------- */
.sf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sf-menu li ul {
	top: -999em;
	position: absolute;
	z-index: 99999;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 2.5rem;
	}
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li {
	float: left;
	position: relative;
	visibility:	inherit;
	}
.sf-menu li a {
	float: left;
	display: block;
	}
.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
	width: 130px;
	}

#main-navigation {
	clear: both;
	padding: 1.25rem 0 0;
	}
#main-navigation .sf-menu {
	background: var(--primario);
	}
#main-navigation .sf-menu > ul > li:after {
	/* width: 0.0625rem;
	float: left;
	margin: 0.9375rem 0 0;
	content: "|";
	display: block;
	color: #666;
	font-size: 1em;
	font-family: "Roboto", Arial, Helvetica, sans-serif; */
	}
#main-navigation .sf-menu > ul > li:last-child:after {
	display: none;
	}
#main-navigation .sf-menu > ul > li:hover:after,
#main-navigation .sf-menu > ul > li.sfHover:after,
#main-navigation .sf-menu > ul > li.current_page_item:after,
#main-navigation .sf-menu > ul > li.current-menu-item:after {
	color: #008c45;
	}
/* #main-navigation li a {
	margin: 0 -0.125rem 0 0;
	padding: 0 1.0rem;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 70px;
	height: 68px !important;
	} */
#main-navigation li:hover ul,
#main-navigation li.sfHover ul {
	top: 3.125rem;
	background: #008c45;
	}
#main-navigation li li:hover ul,
#main-navigation li li.sfHover ul {
	top: 0;
	border-left: 0.0625rem solid #fd4848;
	}
#main-navigation li li {
	border-bottom: 0.0625rem solid #fd4848;
	}
#main-navigation li li a {
	color: #ffabab;
	}
#main-navigation li a:hover,
#main-navigation li.sfHover > a,
#main-navigation li.current_page_item > a,
#main-navigation li.current-menu-item > a,
#main-navigation li.current-menu-parent > a,
#main-navigation li.current-page-parent > a,
#main-navigation li.current-page-ancestor > a,
#main-navigation li.current_page_ancestor > a {
	color: #fff;
	background: #008c45;
	}
#main-navigation li:hover li a,
#main-navigation li.sfHover li a {
	margin: 0;
	padding: 0.625rem 1.25rem;
	font-size: 1.1em;
	text-transform: none;
	line-height: normal;
	}
#main-navigation li:hover li a:hover,
#main-navigation li.sfHover li a:hover {
	background: #eb2121;
	}

/* Small Navigation */
.nav-open,
.nav-close {
	display: none;
	color: #333;
	font-size: 1.2em;
	font-weight: 400;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 3.125rem;
	letter-spacing: 0.0625rem;
	/* background: #060608; */
	background: var(--primario);
	}
@media only screen and (max-width: 60em) {
	.nav-open {
		display: block;
		text-align: left;
		padding-left: 10px;
		}
	#main-navigation:target > .nav-open {
		display: none;
		}
	#main-navigation:target > .nav-close {
		display: block;
		text-align: left;
		padding-left: 10px;
		}
	#main-navigation > .sf-menu {
		position: relative;
		text-align: left;
		}
	#main-navigation > .sf-menu > ul {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 0;
		max-width: 16em;
		overflow: hidden;
		background: #333;
		}
	#main-navigation:target > .sf-menu > ul {
		max-height: 400px;
		}
	#main-navigation > .sf-menu > ul > li {
		float: none;
		display: block;
		border-bottom: 0.0625rem dotted #565656;
		}
	#main-navigation > .sf-menu > ul > li:after {
		display: none;
		}
	#main-navigation li a {
		float: none;
		display: block;
		color: #fff;
		}
	}


/* LAYOUT
----------------------------------------------- */
.container {
	/* width: 980px; */
	width: 100% !important;
	}
.content-area {
	width: 100%;
	float: left;
	}
.site-content {
	/* margin: 0 340px 0 0; */
	margin: 0 0 0 0;
	}
.site-sidebar {
	/* width: 300px; */
	display: none;
	float: left;
	margin: 0 0 0 -300px;
	}

/* CONTENT
----------------------------------------------- */
.site-main {
	padding: 2.5rem 0;
	/* position: relative;
	top: 160px; */
	margin-top: 0px;
	}
.site-content li {
	margin: 0 0 .75em;
	}
.site-content ul ul,
.site-content ul ol,
.site-content ol ol,
.site-content ol ul {
	margin-top: .75em;
	}

.sticky {
	}
.hentry {
	margin: 0 0 1.25rem;
	-ms-word-wrap: break-word;
		word-wrap: break-word;
	}

.entry-header {
	margin: 0 0 1.25rem;
	}
.entry-title {
	margin: 0 3.125rem 0.1875rem 0;
	font-size: 2.4em;
	line-height: 1.2;
	}
.entry-title a {
	color: #222;
	text-decoration: none;
	}
.entry-title a:hover {
	color: #008c45;
	}
.entry-meta {
	color: #999;
	font-size: .9em;
	}
.entry-meta a {
	color: #999;
	text-decoration: none;
	}
.entry-meta a:hover {
	color: #222;
	}
.entry-meta .cat-links {
	margin: 0 1.25rem 0 0;
	}
.entry-meta [class^="ico-"]:before {
	margin-right: 0.3125rem;
	color: #333;
	}
.comments-link {
	float: right;
	margin: 0.3125rem 0 0;
	}
.comments-link a {
	padding: 4px 0.625rem 6px;
	display: block;
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1;
	background: #008c45;
	}
.entry-thumbnail {
	float: left;
	width: 250px;
	height: 175px;
	margin: 0 1.25rem 1.25rem 0;
	border: 0.3125rem solid #e6e6e6;
	}
.single-thumbnail {
	margin-bottom: 1.25rem;
}
.entry-thumbnail img {
	display: block;
	}
.entry-content {
	margin: 0 0 1.25rem;
	}
.entry-summary {
	margin: 0 0 1.25rem 260px;
	}
.entry-footer {
	clear: both;
	padding: 0.5rem 0;
	border-top: 0.0625rem solid #d6d6d6;
	}
.more-link,
.page-links {
	margin: 0.9375rem 0 0;
	display: block;
	text-align: center;
	}
.post-password-required label {
	float: left;
	margin: 0 0.625rem 0 0;
	}

.page-header {
	margin: 0 0 1.875rem;
	padding: 0.9375rem 1.25rem 0.3125rem;
	background: #f6f6f6;
	border: 0.0625rem solid #e6e6e6;
	}
.page-title {
	margin: 0 0 0.625rem;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.125rem;
	}

body.search .page .entry-footer {
	padding: 0;
	border-top: none;
	}

/* Author Box */
.author-info {
	margin: 0 0 1.875rem;
	padding: 0.9375rem 1.25rem;
	background: #f6f6f6;
	border: 0.0625rem solid #e6e6e6;
	}
.author-info .author-photo {
	float: left;
	margin: 0 1.875rem 0 0;
	border: 0.3125rem solid #e6e6e6;
	}
.author-info .author-content {
	margin: 0 0 0 115px;
	}
.author-info .author-content h3 {
	margin: 0 0 0.625rem;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	}
.author-info .author-links a {
	margin: 0 1.25rem 0 0;
	color: #999;
	font-size: .9em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.125rem;
	}
.author-info .author-links a:hover {
	color: #333;
	}

/* Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
	}
.wp-caption {
	border: 0.0625rem solid #d5d5d5;
	margin-bottom: 1.5em;
	max-width: 100%;
	}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
	}
.wp-caption-text {
	color: #999;
	font-style: italic;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: .5em 0;
	}
.site-content .gallery {
	margin-bottom: 1.5em;
	}
.gallery-caption {
	}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
	}
.site-content .gallery dd {
	margin: 0;
	}
.entry-attachment .attachment {
	margin: 0 0 0.9375rem;
	}

/* Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
	margin: 0 0 0.9375rem;
	overflow: hidden;
	}
[class*="navigation"] .nav-previous {
	width: 50%;
	float: left;
	}
[class*="navigation"] .nav-next {
	width: 50%;
	float: right;
	text-align: right;
	}
.site-content [class*="navigation"] a {
	display: inline-block;
	padding: 0.3125rem 0.9375rem;
	color: #fff;
	font-size: 1.3em;
	font-weight: 400;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 26px;
	background: #060608;
	}
.site-content [class*="navigation"] a:hover {
	background: #008c45;
	}
.site-content [class*="navigation"] [class^="ico-"]:before {
	margin: 0;
	}

/* COMMENTS
----------------------------------------------- */
.comment-list {
	margin: 0 0 1.25rem;
	padding: 0;
	list-style: none;
	}
.comment-list ul.children {
	margin: 0 0 0 3.125rem;
	list-style: none;
	}
.comment-list li.comment,
.comment-list li.pingback {
	margin: 0;
	padding: 0;
	}
.comment-list li.pingback p {
	margin: 0;
	font-style: italic;
	}
.comment-list li.comment .comment-body {
	padding: 1.875rem 0 1.25rem;
	border-bottom: 0.0625rem solid #d6d6d6;
	}
.comment-list li.comment .comment-author .avatar {
	float: left;
	margin: 0 1.25rem 0 0;
	display: block;
	}
.comment-list li.comment .comment-author .fn {
	color: #999;
	font-size: 1.2em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.comment-list li.comment .comment-author .fn a {
	color: #333;
	text-decoration: none;
	}
.comment-list li.comment .comment-author .fn a:hover {
	color: #008c45;
	}
.comment-list li.comment .comment-metadata {
	margin: 0 0 0.125rem;
	font-size: .875em;
	}
.comment-list li.comment .comment-metadata a {
	color: #999;
	text-decoration: none;
	}
.comment-list li.comment .comment-metadata a:hover {
	color: #333;
	}
.comment-list li.comment .reply {
	float: right;
	}
.comment-list li.comment .reply a {
	color: #008c45;
	font-size: .9em;
	font-weight: 300;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.0625rem;
	}
.comment-list li.comment .reply a:hover {
	color: #333;
	}
.comment-content {
	clear: both;
	margin: 1.25rem 0 0;
	}
.comment-content a {
	word-wrap: break-word;
	}
.bypostauthor {
	}

/* Comment Form */
#reply-title {
	margin: 1.25rem 0 0.9375rem;
	padding: 0 0 0.9375rem;
	font-size: 1.5em;
	text-transform: uppercase;
	border-bottom: 0.0625rem solid #d6d6d6;
	}
#cancel-comment-reply-link {
	margin: 0 0 0 0.625rem;
	color: #333;
	font-size: .9em;
	text-decoration: none;
	}
#commentform {
	margin: 0;
	padding: 0;
	}
#commentform label {
	font-size: 1.2em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.125rem;
	}
#commentform textarea {
	height: 6.25rem;
	}

/* WIDGETS
----------------------------------------------- */
.widget {
	margin: 0 0 1.875rem;
	}
.widget-title {
	margin: 0;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.125rem;
	border-bottom: 0.0625rem solid #d6d6d6;
	}
.widget-title span {
	margin: 0 0 -0.0625rem;
	display: inline-block;
	line-height: 2.5rem;
	border-bottom: 0.1875rem solid #008c45;
	}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
	}

.widget ul {
	margin: 0 0 1.25rem;
	padding: 0;
	list-style: none;
	}
.widget ul ul {
	margin: 6px 0 -0.4375rem;
	padding: 0 0 0 0.9375rem;
	border-top: 0.0625rem solid #e6e6e6;
	}
.widget li {
	padding: 6px 0;
	border-bottom: 0.0625rem solid #e6e6e6;
	}

.widget li a {
	color: #333;
	}
.widget li a:hover {
	color: #008c45;
	}

/* Widget Text */
.widget_text .textwidget {
	margin: 0.9375rem 0 0;
	}

/* Widget Tabs */
.widget_athemes_tabs .widget-tab-nav {
	margin: 0;
	border-bottom: 0.0625rem solid #e6e6e6;
	*zoom: 1;
	}
.widget_athemes_tabs .widget-tab-nav li {
	float: left;
	width: 33.3%;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
	}
.widget_athemes_tabs .widget-tab-nav li a {
	display: block;
	padding: 0.3125rem 0.9375rem;
	color: #999;
	font-size: 1.3em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.125rem;
	line-height: 1.875rem;
	background: #060608;
	border: none;
	border-radius: 0;
	}
.widget_athemes_tabs .widget-tab-nav li a:hover,
.widget_athemes_tabs .widget-tab-nav li a:focus {
	color: #fff;
	text-decoration: none;
	}
.widget_athemes_tabs .widget-tab-nav li.active a {
	color: #fff;
	background: #008c45;
	}
.widget_athemes_tabs .widget-tab-content .tab-pane {
	margin: 0;
	display: none;
	background: #f6f6f6;
	border: 0.0625rem solid #e6e6e6;
	}
.widget_athemes_tabs .widget-tab-content .active {
	display: block;
	}
.widget_athemes_tabs .widget-tab-content .tab-pane ul {
	margin: 0;
	}
.widget_athemes_tabs .widget-tab-content .tab-pane li {
	margin: 0;
	padding: 0.625rem;
	}
.widget_athemes_tabs .widget-entry-thumbnail {
	float: left;
	width: 3.125rem;
	height: 3.125rem;
	border: 0.1875rem solid #d6d6d6;
	}
.widget_athemes_tabs .widget-entry-thumbnail img {
	width: 3.125rem;
	height: 3.125rem;
	display: block;
	}
.widget_athemes_tabs .widget-entry-summary {
	margin: 0.1875rem 0 0 65px;
	}
.widget_athemes_tabs .widget-entry-content span,
.widget_athemes_tabs .widget-entry-summary span {
	color: #999;
	font-size: 1em;
	}
.widget_athemes_tabs .widget-entry-content h4,
.widget_athemes_tabs .widget-entry-summary h4 {
	margin: 0;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1.2;
	}
.widget_athemes_tabs .widget-entry-content h4 a,
.widget_athemes_tabs .widget-entry-summary h4 a {
	}
.widget_athemes_tabs .widget-entry-content h4 a:hover,
.widget_athemes_tabs .widget-entry-summary h4 a:hover {
	text-decoration: none;
	}
.widget_athemes_tabs #widget-tab-tags {
	padding: 0.625rem;
	line-height: 1.4;
	}
.widget_athemes_tabs #widget-tab-tags a {
	color: #999;
	text-decoration: none;
	}
.widget_athemes_tabs #widget-tab-tags a:hover {
	color: #333;
	}

/* Widget oEmbed */
.widget_athemes_media_embed .widget-oembed-content {
	margin: 0.9375rem auto 0.3125rem;
	}
.widget_athemes_media_embed embed,
.widget_athemes_media_embed iframe,
.widget_athemes_media_embed object,
.widget_athemes_media_embed video {
	max-width: 100%;
	min-height: 200px;
	max-height: 250px;
	}
.widget_athemes_media_embed .widget-oembed-description {
	margin: 0 0 0.9375rem;
	}

/* Widget Social Icons */
.widget_athemes_social_icons li {
	float: left;
	margin: 0.9375rem 0.625rem 0 0;
	padding: 0;
	text-align: center;
	border: none;
	}
.widget_athemes_social_icons li a {
	display: block;
	}
.widget_athemes_social_icons li a [class^="ico-"]:before {
	width: 2.5rem;
	margin: 0;
	color: #fff;
	font-size: 1.25rem;
	line-height: 2.5rem;
	background: #060608;
	}
.widget_athemes_social_icons li a:hover [class^="ico-"]:before {
	background: #008c45;
	}

/* Widget Flickr */
.widget_athemes_flickr_stream .widget-flickr-stream {
	margin: 0 -6px;
	}
.widget_athemes_flickr_stream .flickr_badge_image {
	float: left;
	width: 55px;
	display: block;
	margin: 0.9375rem 6px 0 6px;
	border: 0.3125rem solid #e5e5e5;
	}
.widget_athemes_flickr_stream .flickr_badge_image img {
	display: block;
	}

/* Header Widgets */
.site-header .widget {
	float: right;
	clear: right;
	margin: 0.625rem 0;
	text-align: right;
	}

/* SIDEBAR
----------------------------------------------- */
.site-sidebar {
	font-size: .9em;
	}

.site-sidebar .widget_search .search-form {
	margin: 0.9375rem 0;
	}
.site-sidebar .widget_search .search-field {
	float: left;
	width: 68%;
	margin: 0 0.625rem 0 0;
	}
.site-sidebar .widget_search .search-submit {
	font-size: 1.3em;
	}

.site-sidebar .widget_archive select,
.site-sidebar .widget_categories select {
	width: 100%;
	width: 0%;
	height: 1.875rem;
	margin: 0.9375rem 0 0;
	}

/* SITE EXTRA
----------------------------------------------- */
.site-extra {
	padding: 1.25rem 0;
	color: #666;
	font-size: .9em;
	background: #060608;
	}
.site-extra .widget li a {
	color: #999;
	text-decoration: none;
	}
.site-extra .widget li a:hover {
	color: #008c45;
	}
.site-extra .pad {
	margin: 0 -0.9375rem;
	}
.site-extra .widget-area {
	float: left;
	width: 25%;
	}
.extra-one .widget-area {
	width: 100%;
	}
.extra-two .widget-area {
	width: 50%;
	}
.extra-three .widget-area {
	width: 33.3%;
	}
.site-extra .widget {
	margin: 0 0.9375rem 1.875rem;
	padding: 0;
	border: none;
	}
.site-extra .widget-title {
	color: #999;
	border-bottom-color: #444;
	}
.site-extra .widget li {
	border-bottom-color: #111;
	}

.site-extra .widget_athemes_social_icons li a [class^="ico-"]:before {
	width: 1.5625rem;
	line-height: 1.5625rem;
	background: none;
	}
.site-extra .widget_athemes_social_icons li a:hover [class^="ico-"]:before {
	color: #008c45;
	}

/* FOOTER
----------------------------------------------- */
.site-footer .container{
	overflow: hidden;
}
.site-footer {
	padding: 0.9375rem 0;
	color: #999;
	font-size: .9em;
	background: #16171b;
	/* margin-top: -3.595rem; */
	z-index: 1000 !important;
	position: relative;
	}
.site-footer a {
	color: #fff;
	text-decoration: none;
	}
.site-footer a:hover {
	color: #008c45;
	}
.site-info {
	float: left;
	}
.site-credit {
	float: right;
	}


/*************************************************/
/****************PERSONALIZADOS*******************/
/*************************************************/
#div_carga{ position: fixed;;  top: 0px;  left: 0px;  width: 100%;  height: 100%;  background-color: rgba(147,147,147, 0.3);  z-index: 100;  display: none;}
#img_cargando{ color: #008c45;  position: fixed;  top: 45%;  left: 50%;  margin-top: -25px;  margin-left: -25px;}


.hide{
	display: none !important;
}

.btn1 {
	width: 100% !important;
	height: 2.5rem !important;
	border-radius: 2.5rem !important;
	background-color: var(--primario) !important;
	border: none;
	color: #FFFFFF !important;
	font-size: 1.125rem !important;
	font-family: 'Roboto Condensed', sans-serif;
}
.nopadding{
	padding: 0rem !important;
}
.nopadding-right{
	padding-right: 0rem !important;
}
.nopadding-left{
	padding-left: 0rem !important;
}
.nomargin{
	margin: 0rem !important;
}
.center{
	text-align: center !important;
}
.left{
	text-align: left !important;
}
.right{
	text-align: right !important;
}
.justify{
	text-align: justify !important;
}
.container{
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}
.row{
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}
/* .deta{
	color: #999999 !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 1.125rem !important;
} */
.select2{
  color: #9D9D9C !important;
  /* font-weight: bold; */
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 0.9375rem !important;
    /* box-shadow: none; */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer !important;
		width: 100% !important;
}
.select2 .select2-selection__arrow{
  display: none !important;
}
.select2 .select2-selection{
 border: none !important;
 font-family: 'Roboto Condensed', sans-serif !important;
 color: #9D9D9C !important;
 font-size: 0.9375rem !important;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
	background: URL("../../../wp-content/uploads/2019/03/flecha.jpg") no-repeat 95% 50% #fff !important;
	background-color: #ffffff !important;
 /*background: URL("http://bihispano.com/desarrollo/web/emarkett-theband/sitio/wp-content/uploads/2018/12/media_select.png") no-repeat 90% 0rem transparent !important;*/
 border-radius: 2.1875rem !important;
 height: 2.1875rem !important;
 border: solid 0.0625rem #C0C0C0 !important;
}
.select2 .select2-selection__rendered{
	height: 100% !important;
	padding: 2.5% 1.25rem 2.5% 1.25rem !important;
}
.select2-results, .select2-flt_estado-results{
	z-index: 100000000000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #999999 !important;
	font-size: 1.125rem !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal !important;
}
.select2-dropdown{
	z-index: 10000000 !important;
}
.text{
	border-radius: 2.1875rem !important;
  height: 2.1875rem !important;
}
.text_textarea{
	border-radius: 2.1875rem !important;
  /* height: 2.1875rem !important; */
}

.site-branding{
	width: 100%;
	height: 3rem;
}
.entry-header {
	margin: 0rem !important;
	display: none !important;
}
.site-main {
	padding: 0rem 0;
}

#main-navigation li a {
	margin: 0 -0.125rem 0 0;
	padding: 0 1.0rem;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-decoration: none;
	/* text-transform: uppercase; */
	line-height: 3.75rem;
	height: 3.75rem !important;
}
.site-branding .curba{
	border-radius: 50%;
	width: 15rem;
	height: 9.375rem;
	background-color: white;
	margin: 0rem;
	position: relative;
	top: -2rem;
}
.site-branding .curba img{
	position: relative;
	top: 2.1875rem;
}
.site-branding .contacto .row{
	padding-top: 25px;
}
.site-branding .contacto .col-md-8{
	line-height: 19px;
}
.site-branding .contacto{
	float: right;
	position: relative;
	top: 0rem;
}
.site-branding .contacto img{
	width: 2.1875rem;
	height: 2.3125rem;
}
.site-branding .contacto .tel{
	font-size: 1rem;
	font-weight: bold;
	color: #3D4049;
	line-height: 1rem;
}
.site-branding .contacto .correo a{
	color: #777777;
	font-size: 0.875rem;
}

#menu-item-512{
	margin-left: 5.25rem;
}
#menu-item-573{
	margin-left: 15%;
}

#menu-item-9{
	margin-left:0rem;
}
#menu-item-177{
	/* margin-left: 0.625rem; */
}
#menu-item-177 a{
	padding-left: 1.425rem !important;
	padding-right: 1.425rem !important;
}
#menu-item-176{
	/* margin-left: 0.625rem; */
}
#menu-item-176 a{
	padding-left: 1.425rem !important;
	padding-right: 1.425rem !important;
}
#menu-item-172{
	/* margin-left: 0.625rem; */
}
#menu-item-172 a{
	padding-left: 1.425rem !important;
	padding-right: 1.425rem !important;
}
#menu-item-175{
	margin-left: 20rem;
}
#menu-item-175 a{
	padding-left: 1.625rem !important;
	padding-right: 1.625rem !important;
}
#menu-item-174{
	/* margin-left: 1.875rem; */
}
#menu-item-174 a{
	padding-left: 1.825rem !important;
	padding-right: 1.825rem !important;
}
#menu-item-173{
	/* margin-left: 1.875rem; */
}
#menu-item-173 a{
	padding-left: 1.625rem !important;
	padding-right: 1.625rem !important;
}

.nivo-caption{
	overflow: initial !important;
	height: 0rem !important;
	padding: 0rem !important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	z-index: 10000 !important;
}
#slider_1{
	width: 100%;
	float: right;
	position: absolute;
	top: -30.5rem;
	transition: border-color ease-in-out .45s,box-shadow ease-in-out .45s;
}
#metaslider_container_180 .nivo-controlNav a{
	/* background: url("img/bullets2.png") no-repeat !important; */
}
#slider_1 .panel1 .p1{
	text-align: center;
	font-size: 1.375rem;
	color: white;
	font-weight: bold;
}
#slider_1 .panel1 .p2{
	padding: 0.9375rem 0rem 1.5625rem 0rem;
}
#slider_1 .panel1 .p2 .select2-selection{
	height: 3rem !important;
	border-radius: 3rem !important;
}
#slider_1 .panel1 .p2 .select2-selection__rendered{
	font-size: 1.375rem !important;
	font-family: 'Roboto Condensed', sans-serif;
}
#slider_1 .panel1 .col-md-8{
	width: 64% !important;
}
#slider_1 .panel1 .p3{
	padding: 0rem 0rem 0rem 0rem;
}
#slider_1 .panel1 .col-md-3{
	width: 28% !important;
}
#slider_1 .panel1 button {
	width: 100% !important;
	height: 3rem !important;
	border-radius: 3rem !important;
	background-color: var(--primario) !important;
	border: none;
	opacity: 1 !important;
 	filter: alpha(opacity=100) !important;
	color: #FFFFFF !important;
	font-size: 1.1875rem !important;
	font-family: 'Roboto Condensed', sans-serif;
}
#slider_1 .panel1 button img{
	position: relative;
	display: inline;
	margin-right: 2px;
}
/* #slider_1 .panel1 .col-md-1{
	width: 7% !important;
} */

#slider_1 .panel2{
	margin-top: 2.5rem !important;
}
#slider_1 .panel2 .p1{
	text-align: left;
	font-size: 3.1875rem;
	color: white;
	font-weight: bold;
	border-bottom: solid 0.4375rem #008c45;
}
#slider_1 .panel2 .p2{
	text-align: left;
	font-size: 1.375rem;
	color: white;
	font-weight: bold;
	margin-top: 0.5rem !important;
}
#slider_1 .panel2 .p3 .form-control{
	display: inline !important;
}
#slider_1 .panel2 .col-md-1{
	width: 5% !important;
}
#slider_1 .panel2 button {
	width: 12.0625rem !important;
	height: 2rem !important;
	border-radius: 2rem !important;
	background-color: var(--primario) !important;
	border: none;
	color: #FFFFFF !important;
	font-size: 0.9375rem !important;
	font-family: 'Roboto Condensed', sans-serif;
}

#slider_2{
	width: 100%;
	float: right;
	position: absolute;
	top: -14.5rem;
	transition: border-color ease-in-out .45s,box-shadow ease-in-out .45s;
	z-index: 100000;
}
#slider_2 .panel1{
	padding: 0 50px;
	text-align: justify;
	font-size: 0.875rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}
#slider_2 .perfil{
	position: relative;
	top: -112px;
	left: 4.6rem;
}
#slider_2 .perfil img{
	display: inline !important;
	width: 4.5625rem;
	height: 4.5625rem;
}
.nivo-controlNav{
	position: relative;
	top: -3.125rem !important;
	z-index: 10000 !important;
}
#metaslider_container_181 .nivo-controlNav {
    top: -2.125rem !important;
}
.nivo-main-image{
	width: 39.4375rem;
}

.metaslider .theme-default .nivo-caption{
	font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}



.nivo-directionNav{
	display: none !important;
}

.site-footer  {
	min-height: 12.8125rem !important;
	background: #222934;
}
.site-footer .esPer {
	width: 14% !important;
}
.site-footer .panel1 .fil3 img{
	background-color: #A7A9AE;
	margin-right: 0.625rem;
	padding: 5px;
}
.site-footer .panel1 .fil1 .col-md-3{
	width: 10% !important;
	padding-left: 0rem !important;
}
.site-footer .panel1 .fil1 .col-md-3 img{
	background-color: transparent;
	border-radius: 0.1875rem;
	padding: 0.25rem;
	width: 40px !important;
}
.site-footer .panel1 .fil1 .col-md-9{
	color: #FFFFFF;
	padding-top: 0.3125rem;
	font-size: 0.875rem !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: bold;
}
.site-footer .panel1 .fil2 {
	color: #FFFFFF;
	font-size: 0.875rem !important;
	font-family: 'Roboto', sans-serif !important;
	padding-top: 0.3125rem;
	padding-bottom: 0.9375rem;
}

.site-footer .panel2 .fil1{
	color: #FFFFFF;
	padding-top: 0.3125rem;
	font-size: 0.875rem !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: bold;
}
.site-footer .panel2 .fil2{
	color: #FFFFFF;
	padding-top: 0.3125rem;
	font-size: 0.875rem !important;
	font-family: 'Roboto', sans-serif !important;
}

.titu{
  text-align: center;
  font-size: 1.25rem;
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #777777;
}

.centrarGrid {
    display: grid;
    align-content: center;
}
.centrarGrid2 {
  display: table;
  align-self: center;
}

#companias_asegu{
  background-color: #F4F4F4;
  padding: 0.9375rem 0 1.25rem 0;
}
#companias_asegu .ico_compa{
  margin-top: 1.5625rem;
  text-align: center;
}
#companias_asegu .ico_compa img{
  margin-right: 5rem;
}

#beneficios {
  padding: 1.25rem 0;
  min-height: 22.0625rem !important;
}
#beneficios .titu{
  /* margin-top: 1.25rem; */
}
#beneficios .icono{
  margin-top: 1.25rem;
}
#beneficios .icono .text{
  text-align: center;
  font-size: 1.25rem ;
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #777777;
  margin-top: -0.9375rem;
}

#tieneDudas{
	background-color: var(--primario);
	min-height: 22.5625rem !important;
	padding: 1.25rem 0 !important;
}
#tieneDudas .titu{
  /* margin-top: 1.25rem; */
	color: white;
}
#tieneDudas .ico{
	cursor: pointer;
}
#tieneDudas .icono{
  margin-top: 1.25rem;
}
#tieneDudas .icono .text{
  text-align: center;
  font-size: 0.9375rem ;
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #777777;
  margin-top: 0.5rem;
	color: white;
	font-size: 0.9375rem;
	line-height: 1rem;
}
#amparos{
  background-color: var(--primario) ;
  /* min-height: 420px !important; */
  text-align:  center !important;
	padding-bottom: 20px !important;
	font-weight: 300 !important;
}
#amparos .contenido{
  width: 30rem !important;
  /* border: solid 0.0625rem !important; */
}
#amparos .p1{
  text-align: center;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  padding: 0.625rem 0 2rem 0;
	line-height: 1.25rem;
}
#amparos .p12{
	padding: 0.625rem 0 1.875rem 0;
}
#amparos .p2{
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  margin: 0.625rem 0 0 0rem !important;
	text-align: justify !important;
	line-height: 1.5rem;
}
#amparos .p2 img{
	width: 1.375rem;
	height: 1.75rem;
	margin-right: 0.1875rem !important;
}
#preguntaFrecue .tituItem .boton img{
	width: 1rem;
}
#preguntaFrecue{
	padding: 0.9375rem 2.5rem !important;
}
#preguntaFrecue .titu{
	text-align: center;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: solid 0.0625rem #DDDDDD;
}
#preguntaFrecue .item{
	/* margin-top: 3.75rem !important; */
	/* overflow: hidden; */
	padding: 0.625rem 0rem 0.625rem 0rem;
	border-bottom: solid 0.0625rem #DDDDDD;
}
#preguntaFrecue .titulo span{
  cursor: pointer;
}
#preguntaFrecue .tituItem .titulo{
	padding: 0rem 0rem 0.625rem 0rem;
  color: var(--primario);
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5rem !important;
}
#preguntaFrecue .tituItem .boton{
text-align: right;
}
#preguntaFrecue .tituItem .boton a{
	cursor: pointer;
}

#preguntaFrecue .item .rta{
	color: #3D4049;
	text-align: justify;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-family: 'Roboto', sans-serif;
	background-color: #F4F4F4;
	padding: 1.25rem;
}
.has-error{
	/* border: solid 0.0625rem red !important; */
}
.sweet-alert{
	z-index: 1000001 !important;
}
.sweet-overlay{
	z-index: 1000000 !important;
}

.curba img{
	width: 10rem;
	height: 5.625rem;
}

.div_gradien .ico1 img{
	width: 11.0625rem;
	height: 11.0625rem;
}

.div_gradien .ico2 img{
	width: 11.0625rem;
	height: 11.0625rem;
}
.div_gradien .ico3 img{
	width: 11.0625rem;
	height: 11.0625rem;
}

button img{
	width: 1.375rem;
	height: 1.75rem;
}

.ico_compa .img1{
	width: 6.5rem;
	height: 3.375rem;
}

.ico_compa .img2{
	width: 9.5rem;
	height: 2.4375rem;
}

.ico_compa .img3{
	width: 6.875rem;
	height: 2.125rem;
}
/* .ico_compa .img3{
	width: 4.0625rem;
	height: 2.9375rem;
} */

.comenarios .estadisf1 .icon img{
	width: 6.6875rem;
	height: 6.5625rem;
}
.comenarios .estadisf2 .icon img{
	width: 6.6875rem;
	height: 6.5625rem;
}

.boton-test{
	top: 15.5rem !important;
	z-index: 100000 !important;
}
.boton-test .btn_call{
	background: var(--primario) !important;
}
.boton-test .numeroCallmeBackBoton{
	background: url("../../../wp-content/uploads/2019/04/iconChat.png") 50% no-repeat !important;
}
.boton-test .radar{
	border: 10px solid var(--primario) !important;
}
#imgChat{
	/* position: absolute; */
	position: fixed;
	float: right;
	/* width: 100%; */
	margin-left: 100%;
	top:19.5rem;
	/* left: 96%; */
	z-index: 100000 !important;
	right: 0px !important;
}
#imgChat a{
	float: right;
	z-index: 100000 !important;
}
#menu-inicio .menu-item{
	z-index: 10000000 !important;
}
.metaslider {
    margin-top: 100px;
		width: 100% !important;
		max-width: 100000px !important;
}
.wplc_powered_by{
	display: none !important;
}
.lerror{
	font-size: 11px;
	color: red;
}

.wplc_left_logo{
	/* background: none !important; */
	background:url('../../../wp-content/uploads/2019/05/logoChat.png') no-repeat !important;
	background-size: cover !important;
	/* background-color: #27C24C !important; */
}

.contacteservicio{
	line-height: 1rem;
	padding-left: 1.5625rem;
}
.contacteoficinas{
	padding-left: 1.5625rem;
	padding-bottom: 0.5rem !important;
}

#myCarousel .carousel-inner img{
  /* max-width: 7.8125rem ; */
	width: auto !important;
	height: auto !important;
}

.wdt-emoji-popup{
	display: none !important;
}

.subtitulo {
	font-size: 1.25rem !important;
	font-weight: bold;
	color: var(--primario);
}

.pregunta {
	font-size: 1.125rem !important;
	color: #3D4049;
	line-height: 1.125rem;
}

#metaslider_642{
	margin-top: 7.813rem !important;
}
#metaslider_container_804{
	margin-top: 7.813rem !important;
}

.site-branding .virtual {
    float: left;
    position: relative;
    top: 0rem;
    width: 40%;
}
.site-branding .virtual a {
  color: orange;
  font-weight: bold;

}

.cursor{
cursor: pointer !important;

}

#ifr_clases{
  margin-top: 10%;
  border: none;
}

/****************|PERSONALIZADOS*******************/
/**************************************************/


/* RESPONSIVE SUPPORT
----------------------------------------------- */
@media screen and (max-width: 960px) {
	html{
		font-size: 12px;
	}
	.site-branding .contacto .col-md-8{
		line-height: 15px;
	}
	.colum2{
		display: flex;
	}
	.metaslider {
    margin-top: 90px;
	}
	.site-branding .contacto{
	/* display: none; */
	}
	.site-branding .contacto .row{
		padding-top:0px;
		line-height: 12px;
	}
	#preguntaFrecue .tituItem{
		display: inline-flex !important;
		justify-content:start !important;
		width: 95% !important;
	}
	button {
    /* height: 30px !important; */
    padding: 0.75rem !important;
  }
	.site-main {
		top: 120px;
	}
	#menu-inicio .menu-item{
		margin-left: 0px !important;
	}
	.container {
		/* width: 90%; */
		width: 100%;
		}

		.site-branding .curba img{
			position: relative;
			top: -1.875rem;
		}
		#slider_1 .panel1 .col-md-3{
			padding-top: 1.25rem !important;
			width: 16.125rem !important;
			margin-left: 70%
		}
		#slider_1 .panel1 .p2 {
    	padding: 0.3125rem 0rem 0.9375rem 0rem;
		}
	.site-content {
		margin-right: 0%;
		}
	.site-sidebar {
		/* width: 35%; */
		display: none;
		width: 0%;
		margin-left: -35%;
		}

	.site-sidebar .widget_search .search-field {
		width: 95%;
		margin: 0 0 0.625rem;
		}
	.site-extra .widget-area {
		width: 50%;
		}
	.site-footer {
		text-align: center;
		/* margin-top: 89px !important; */
		}
		.modal-body .form-group {
			/* display: inline-flex !important;
			justify-content: space-evenly !important; */
		}
		.comenarios .estadisf1{
			display: inline-flex !important;
			justify-content: space-evenly !important;
		}
		.comenarios .estadisf2{
			display: inline-flex !important;
			justify-content: space-evenly !important;
		}
		.site-footer .panel1 .fil1{
			display: inline-flex !important;
			justify-content: space-evenly !important;
		}
		.site-footer > .container {
			display: inline-flex !important;
			justify-content: space-evenly !important;
		}
		#slider_2 .perfil{
			position: relative;
			top: -222px;
			left: 95px;
		}
		#slider_2 .panel1{
			position: relative;
			top: -60px;
		}
		#beneficios .icono{
			display: inline-flex !important;
			justify-content: space-evenly !important;
			width: 100%;
		}
		#tieneDudas .icono{
			display: inline-flex !important;
			justify-content: space-evenly !important;
			width: 100%;
		}
		#preguntaFrecue .item {
	    padding: 0px !important;
		}

	}
@media screen and (max-width: 758px) {
	html{
		font-size: 11px;
	}

  .site-branding .virtual .text{
    display: none;
  }
	#preguntaFrecue .tituItem .titulo{
		font-weight: normal;
	}
	.site-main {
		top: 120px;
	}
	#slider_1 .panel1 .col-md-3{
		padding-top: 4.05rem !important;
	}
	.site-header .widget-area {
		display: none;
		}
	.site-header .site-branding {
		float: none;
		text-align: center;
		}
	.content-area {
		float: none;
		}
	.site-content {
		margin: 0;
		}
	.entry-thumbnail {
		float: none;
		margin: 0 auto 0.9375rem;
		}
	.entry-summary {
		margin-left: 0;
		}
	.site-sidebar {
		/* width: auto; */
		float: none;
		margin: 1.25rem 0 0;
		}
	.site-extra .widget-area {
		width: 100%;
		}
	.site-footer {
		text-align: center;
		/* margin-top: 150px !important; */
		}
		#slider_2 .perfil{
			position: relative;
			top: -202px;
			left: 70px;
		}
	}
@media screen and (max-width: 480px) {
		html{
			font-size: 10px;
		}
		.colum2{
			display: inline;
		}
		.site-branding .contacto .col-md-8{
			line-height: 20px;
		}
		.site-branding .contacto {
    	top: .2rem;
		}
		.site-branding .contacto .correo{
		margin-top: -12px;
		}
		.site-branding .contacto .col-md-8{
			height: 20px;
			margin-top: -5px;
		}
		.site-main {
			top: 120px;
			width: 100% !important;
		}

	.site-footer {
		text-align: center;
		/* margin-top: 95px !important; */
		}
	.site-footer .site-info,
	.site-footer .site-credit {
		float: none;
		}

		.ico_compa .img1{
			margin-right: 12px !important;
		}

		.ico_compa .img2{
			margin-right: 12px !important;
		}

		.ico_compa .img3{
			margin-right: 12px !important;
		}
		.ico_compa .img4{
			margin-right: 0px !important;
		}
		#beneficios img{
			width: 6.9375rem;
			height: 7.1875rem;
		}
		#beneficios .icono{
			display: inline-flex !important;
			justify-content: space-evenly !important;
			width: 100%;
		}
		#tieneDudas img{
			width: 6.375rem;
			height: 6.375rem;
		}
		#tieneDudas .icono{
			display: inline-flex !important;
			justify-content: space-evenly !important;
			width: 100%;
		}
		/* #imgChat{
			display: none;
		} */
		#imgChat img{
			width: 36px;
		}
		.boton-test {
	    width: 45px !important;
		}
		#slider_2 .perfil{
			top: -5.5rem;
		}
		.site-branding .contacto img {
	    width: 3.1875rem;
	    height: 3.3125rem;
		}
		.site-branding .contacto .tel {
    font-size: 1.2rem;
		}
		.site-branding .contacto .correo {
    	margin-top: -8px;
			font-size: 1rem;
		}
		#slider_2 {
	    top: -16.5rem;
		}
		#slider_2 .perfil{
			position: relative;
			top: -175px;
			left: 37px;
		}
		#slider_2 .panel1{
			position: relative;
			top: -60px;
		}
		.select2 .select2-selection{
			background: URL("../../../wp-content/uploads/2019/04/flecha2.jpg") no-repeat 90% 50% #fff !important;
		}
		.site-footer .panel1 .fil1 .col-md-9{
			font-size: 1.3rem !important;
		}
		.site-footer .panel1 .fil2 {
			font-size: 1.2rem !important;
		}
		.site-footer .panel2 .fil2{
			font-size: 1.2rem !important;
		}
		.site-footer .panel2 .fil1{
			font-size: 1.2rem !important;
		}
		#preguntaFrecue .titulo{
      font-size: 1.5rem !important;
    }
		#preguntaFrecue .item .rta{
      font-size: 1.3rem !important;
    }
		#preguntaFrecue .item{
			padding: 0px !important;
		}
		.nivo-controlNav {
	    position: relative;
	    top: -4.125rem !important;
	    z-index: 10000 !important;
		}

		/* #metaslider_181 img{
			height: 100px !important;
		} */

	}

	#wp-live-chat{
		display: none;
	}
