/*
Theme Name: Rocol
Author: Frontend - @Frandugo
Author URI: http://ideaware.co/
Version: 1.0
*/


/*===  Global  class ===*/

.content-all {
	position: relative;
	overflow: hidden; 
}

div.dropdown-menu.open {
	overflow: initial !important;
}

.acf-map {
	width: 100%;
	height: 850px;
	border: #ccc solid 1px;
}

.mb0 {
	margin-bottom: 0px !important;
}

.pl70 {
	padding-left: 70px !important;
}

html {
	-webkit-font-smoothing: antialiased;
}

::-moz-selection {
	background: #68C7DC;
	background: rgba(104, 199, 220, 0.8);
}

::selection {
	background: #68C7DC;
	background: rgba(104, 199, 220, 0.8);
}

::-moz-selection {
	background: #68C7DC;
	background: rgba(104, 199, 220, 0.8);
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	min-width: 320px;
	width: auto !important;
	color: #4A4A4A;
	background-color: white;
}

h2{
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

p{
	font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}


/* Sass variables */

.wrapper {
	margin: 0 auto;
	box-sizing: border-box;
	min-width: 280px !important;
}

.wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.wrapper > p {
	margin-bottom: 20px;
}

.wrapper > p:last-of-type {
	margin-bottom: 0;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.push {
	clear: both;
}

.center-text {
	text-align: center !important;
}

.bg-center {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}

.bg-left {
	background-size: cover;
	background-position: left center;
}

.left-text {
	text-align: left !important;
}

.vcenter {
	display: table;
}

.vcenter > * {
	display: table-cell;
	vertical-align: middle;
}

.upp {
	text-transform: uppercase;
}

.bold {
	font-weight: 700 !important;
}

.italic {
	font-style: italic;
}

.white {
	color: white !important;
}

.center {
	text-align: center;
}

ul li {
	list-style-type: none;
}

ul.center-buttons {
	text-align: center;
}

ul.center-buttons ul.center-buttons li {
	display: inline-block;
}

ul.social-buttons li {
	display: inline-block;
	margin-right: 5px;
}

ul.social-buttons li:last-child {
	margin-right: 0;
}

ul.social-buttons li > iframe {
	width: 78px;
	display: inline-block;
	height: 20px;
	position: relative;
	top: 4px;
}

ul.social-buttons li > div {
	top: -4px;
}

ul.social-buttons a {
	height: 32px;
	width: 32px;
	background-color: #0077B0;
	border-radius: 50%;
	display: block;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	transition: linear 0.1s all;
	font-size: 17px;
}

ul.social-buttons a:hover {
	background: #005B93;
}

a {
	text-decoration: none;
}

p {
	color: #4A4A4A;
	font-size: 14px;
}

input[type="text"],
input[type="email"] {
	padding: 8px;
	border: 1px solid #D3D3D3;
	color: #555;
	font-size: 15px;
	/*line-height: 13px;*/
	box-shadow: none;
	margin: 0;
	height: 38px;
	width: 260px;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
}

textarea:focus,
input:focus {
	outline: 0;
}

textarea {
	padding: 10px;
	border: none;
	border: 1px solid #D3D3D3;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: 0px none transparent;
	color: #555;
	font-size: 16px;
	line-height: 16px;
	box-shadow: none;
	width: 100%;
	height: 150px;
	margin: 0;
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.btnsBanners ul{
	width: 55%;
	margin: 30px auto;
}

.btnsBanners ul li{
	display: inline-block;
	padding: 10px;
}
.btnsBanners ul li a{
	min-width: 120px;
}

.button,
.btnsBanners ul li a,
.wpcf7-submit {
	font-family: 'Lato', sans-serif;
	position: relative;
	text-transform: uppercase;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
	font-size: 14px;
	white-space: 1px;
	color: #ffffff;
	padding: 10px 62px;
	font-weight: normal;
	line-height: 21px;
	display: inline-block;
	transition: 0.3s;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;#sliderproducto.home .slides


}

.button .button.small,
.btnsBanners ul li a {
	line-height: 34px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: normal;
}

.button.black{
	color: rgb(74, 74, 74);
	border: 2px solid #C3C3C3;
}

.button.trans {
	border: 1px solid #ffffff;
}

.button.trans:hover {
	background: rgba(255, 255, 255, 0.2);
}

.wpcf7-submit {
	-webkit-appearance: none;
}

.button.blue,
.wpcf7-submit {
	background: #57B4E0;
}

.wpcf7-submit:hover {
	background: #0b7db3;
}

#content {
	height: 100%;
	min-width: 320px;
	background-color: white;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	overflow-x: hidden;
}

#open-right {
	background: url("images/misc/menu.png") no-repeat;
	color: #84a520;
	cursor: pointer;
	display: none;
	height: 31px;
	position: absolute;
	left: 0;
	top: 18px;
	width: 44px;
}

#open-left.open .fa:before{
	content: "\f00d";
}
#open-left.close .fa:before{
	content: "\f0c9";
}
#menu-header .menu-item-has-children{
	position: relative;
}

#menu-header .menu-item-has-children ul.sub-menu{
	display: none;
}
#menu-header .menu-item-has-children.active .btn-submenu{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#menu-header .menu-item-has-children.active ul.sub-menu{
	display: block;
}

#menu-header .menu-item-has-children .btn-submenu{
	content: "";
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: url("../images/icn/down-arrow.png") no-repeat center / 12px #0c74a7;
	right: 20px;
	top: 6px;
	cursor: pointer;
}
#menu-header .menu-item-has-children:hover .btn-submenu{
	background-color: #025da2;
}

#logo {
	display: block;
	float: left;
}

.contentWeb:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0px;
	visibility: hidden;
}

.contentWeb {
	bottom: 0;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	right: 0;
	top: 0;
	transition-duration: 0.2s, 0.2s;
	transition-property: top, bottom;
	transition-timing-function: linear, linear;
	z-index: 0;
}

.super-content {
	position: relative;
}

.navigation {
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9999;
}

.navigation-post {
	left: 0;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 9999;
}

header {
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	background-color: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	height: 70px;
	left: 0;
	line-height: 60px;
	padding: 4px 40px;
	position: fixed;
	top: 0;
	transition: background-color 0.5s;
	width: 100%;
	z-index: 200;
}

header.black {
	background-color: rgba(0, 0, 0, 0.8);
}

header #toolbar {
	display: none;
	float: right;
}

header #toolbar a {
	color: white;
	display: block;
	font-size: 26px;
	text-align: right;
	width: 50px;
}

header nav {
	display: block;
	float: right;
	text-align: center;
	position: relative;
}

header nav .menu-header-container {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}

header nav ul li {
	float: left;
	margin-right: 36px;
}

/*SUB MENU*/
header nav .menu-header-container ul.sub-menu {
	position: absolute;
    left: 0;
    top: 100%;
    padding: 0 1000em; /* trick from css-tricks comments */
    margin: 0 -1000em; /* trick from css-tricks comments */
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    background: white;
    
}
/*SUBMENU LENGUAGE*/

header nav .menu-header-container li.qtranxs-lang-menu .sub-menu{
	width: 34px;
    left: auto;
    padding: 0;
    margin: 0;
}

header nav .menu-header-container li.qtranxs-lang-menu .sub-menu li{
	margin: 0;
}

header nav .menu-header-container li.qtranxs-lang-menu .sub-menu li a{
	padding: 5px;
}


header nav ul.menu li:hover ul.sub-menu {    
    visibility: visible;
    opacity: 1;
}

header nav ul.menu li:hover ul.sub-menu a {
	color: #0b7db3;
	border: 2px solid transparent;
}
header nav ul.menu li:hover ul.sub-menu a:hover,
header nav ul.menu li:hover ul.sub-menu li.current-menu-item a {
	border-bottom-color: #0b7db3;
}
header nav ul li:last-child {
	margin-right: 20px;
}

header nav ul li a {
	display: block;
	position: relative;
	color: white;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: none;
	transition: 0.1s linear all;
	line-height: 35px;
	padding: 12px 0px;
}

header nav ul li a.active,
header nav ul li a:hover,
header nav ul li.current-menu-parent a,
header ul li.current_page_item a,
body.single-producto header nav ul li.menu-item-24 a,
body.single-noticia header nav ul li.menu-item-23 a,
body.single-evento header nav ul li.menu-item-22 a,
body.single-post header nav ul li.menu-item-23 a,
body.single-logro header nav ul li.menu-item-25 a,
body.single-careers header nav ul li.menu-item-196 a {
	border-bottom: 2px solid;
	color: white;
}

header nav .search {
	float: right;
}

header nav .search input {

	color: white;
	background: transparent;
	border: 0px;
	font-weight: normal;
	font-size: 14px;
	padding: 5px 35px 5px 0;
	position: relative;
	border: 1px solid white;
	width: 170px;
	z-index: 2;
}

header nav .search input::-moz-placeholder {
	visibility: hidden;
	color: white;
}

header nav .search i {
	color: #FFF;
	right: 12px;
	position: absolute;
	top: 23px;
	z-index: 1;
}

header form.show {
	display: block;
}

header form input[type="text"] {
	border-radius: 30px;
}





footer {
	padding: 74px 0;
}

footer .center-buttons {
	margin-bottom: 23px;
}


footer p {
	display: block;
	text-align: center;
	font-size: 12px;
}

footer ul.links-app li{
	font-size: 12px;
	font-weight: 300;
	border-right: 1px solid #CCC9C9;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
}


footer ul.links-app li a{
	display: block;
	text-decoration: none;
	color: #555;
}


footer ul.links-app li a:hover{
	text-decoration: none;
	color: #555;
}

footer ul.links-app li:last-child{
	border-right-width: 0px;
}

.pairs .pair {
	height: 200px;
	width: calc(100% / 4 - 11.5px);
	margin-right: 15px;
	float: left;
}

.pairs .pair:last-child {
	margin-right: 0;
}

.pairs .pair > div {
	width: 50%;
	float: left;
	height: 100%;
}

.pairs .pair .info {
	background-color: #c6be1f;
	display: block;
	float: left;
	height: 100%;
	width: 50%;
	position: relative;
	text-transform: uppercase;
	transition: linear 0.2s all;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.pairs .pair .info:hover {
	opacity: 0.9;
}

.pairs .pair .info:hover > .see-detail .text {
	text-decoration: underline;
}

.pairs .pair .info .name {
	color: white;
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	left: 10px;
	line-height: 18px;
	font-weight: 400;
}

.pairs .pair .info .name span.big {
	font-weight: 400;
	font-size: 12px;
}

.pairs .pair .info .name span.big:before {
	content: '\A';
	white-space: pre;
}

.pairs .pair .see-detail {
	position: absolute;
	right: 10px;
	top: 10px;
	color: white;
	font-size: 18px;
}

.pairs .pair .see-detail .text {
	display: none;
	font-size: 11px;
}

.pairs .pair:after {
	display: block;
	clear: both;
	content: "";
}

#home-pairs {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

#home-pairs h2{
		text-align: center;
		margin: 70px 0px;
}

#home-pairs.pairs .pair{
	height: 400px;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
	position: relative;
	width: calc(100%/3 - 4px);
}


#home-pairs a{
	height: 224px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#home-pairs .photo{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: white;
	width: 100%;
	height: 100%;
}

#home-pairs .info{
	background: -webkit-linear-gradient(top, transparent, rgba(0,0,0, 0.41));
	background: -moz-linear-gradient(top, transparent, rgba(0,0,0, 0.41));
	background: -ms-linear-gradient(top, transparent, rgba(0,0,0, 0.41));
	background: -o-linear-gradient(top, transparent, rgba(0,0,0, 0.41));
	background: linear-gradient(top, transparent, rgba(0,0,0, 0.41));
	bottom: 0px;
	color: white;
	height: 75px;
	left: 0px;  
	margin: 0px !important;
	position: absolute;
	right: 5px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	font-weight: 300;
}

#home-pairs .info .see-detail{
	color: white;
	font-size: 32px;
	position: absolute;
	right: 10px;
	top: 21px;
}
#home-pairs .info .big{
	font-size: 26px;
}


/*
.pairs#home-pairs {
	margin-bottom: 15px;
}

.pairs#home-pairs:after {
	content: "";
	display: block;
	clear: both;
}

.pairs#home-pairs > div:first-child {
	margin-right: 15px;
}

.pairs#home-pairs > div:nth-child(2) {
	margin-right: 0;
}

.pairs#home-pairs > div:first-child,
.pairs#home-pairs > div:nth-child(2) {
	width: calc(50% - 7.5px);
	margin-bottom: 15px;
	height: 237px;
}

.pairs#home-pairs > div:first-child .name,
.pairs#home-pairs > div:nth-child(2) .name {
	font-size: 18px;
	top: 24px;
	bottom: auto;
	left: 20px;
	line-height: 22px;
}

.pairs#home-pairs > div:first-child .name span.big {
	font-size: 26px;
}

.pairs#home-pairs > div:nth-child(2) .name span.big {
	font-size: 20px;
}

.pairs#home-pairs > div:first-child .see-detail,
.pairs#home-pairs > div:nth-child(2) .see-detail {
	right: auto;
	top: auto;
	left: 20px;
	bottom: 25px;
}

.pairs#home-pairs > div:first-child .see-detail i,
.pairs#home-pairs > div:nth-child(2) .see-detail i {
	margin-right: 10px;
}

.pairs#home-pairs > div:first-child .see-detail .text,
.pairs#home-pairs > div:nth-child(2) .see-detail .text {
	display: inline;
}*/

#brands .slides {
	height: 60px;
}

#brands {
	background-color: white;
	margin-bottom: 40px;
	text-align: center;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
}

.brands-inter {
	margin-top: 40px;
}

#brands li {
	display: inline-block;
	margin-right: 20px;
	width: 200px;
	height: 60px;
	text-align: center;
}

#brands li .shape {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

#brands li .shape a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	

}

#brands li .shape a:hover {
	opacity: 1;
	cursor: pointer;
	
}

#brands li .shape a img {
	max-width: 200px;
	height: auto;
}

#brands li:last-of-type {
	margin-right: 0;
}

#brands .flex-direction-nav a {
	padding: 10px;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
}

#brands .flex-direction-nav a:before,
#brands .flex-direction-nav a:before {
	font-size: 20px;
}

#brands .flex-direction-nav li,
#brands .flex-direction-nav {
	width: 0;
	height: 0;
}

#brands:hover .flex-direction-nav a {
	opacity: 1;
}

#home-cards {
	margin-bottom: 40px;
}
#home-cards h2{
		text-align: center;
		margin: 70px 0px;
		
	}
#home-cards > div {
	margin-right: 15px;
}

#home-cards > div:last-child {
	margin-right: 0;
}
#home-cards .card{
	width: calc((100% - 45px) / 3) !important;
	margin-bottom: 15px;
}
.card.product #events-slider .slides > li .photo {
	height: 240px !important;
}

.card {
	background-color: white;
	width: 580px;
	position: relative;
	float: left;
	box-shadow: 0px 0px 6px #A7A5A5;
}

.card .overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	display: block;
	height: 272px;
	line-height: 272px;
	text-align: center;
	vertical-align: middle;
}

.card .overlay img {
	margin: 0 auto;
	vertical-align: middle;
}

.card .photo {
	height: 272px;
}

.card .tag, .card .photo .tag {
	position: absolute;
	top: 0px;
	right: 0px;
	text-transform: uppercase;
	background-color: #57B4E0;
	color: #FFF;
	/*height: 20px;*/
	line-height: 20px;
	font-size: 12px;
	padding: 10px;
	min-width: 90px;
	text-align: center;
	transition: 0.2s linear all;
	/*width: 120px;*/
}

.card .photo .tag:hover {
	background-color: #0077b0;
}

.card .photo .tag.no-hover:hover {
	background-color: #57B4E0;
}

.card .info {
	padding: 30px;
	text-align: center;
}

.card .info p{
	text-align: left;
	line-height: 20px;
	font-size: 12px;
}
.card .info .viewmore {
	color: #A1CEE4;
	font-size: 25px;
}

.card h3 {
	font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.card h3 a {
	color: inherit;
}

.card .date {
	color: #9B9B9B;
	padding-bottom: 4px;
	border-bottom: 1px solid #9B9B9B;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: inline-block;
}

.card p {
	font-size: 14px;
	color: #6C6C6C;
	line-height: 30px;
	margin-bottom: 10px;
}

.viewmore {
	display: block;
}

.events-slider .flex-direction-nav {
	position: relative !important;
}

.events-slider .flex-direction-nav a {
	background: transparent;
	color: #333;
	height: 20px;
	margin: 0 !important;
	position: absolute;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	top: 4px;
	transition: all 0.3s ease-in-out 0s;
	width: 10px;
}

.events-slider .flex-direction-nav a::before {
	font-size: 20px !important;
}

#events-control {
	text-transform: uppercase;
	padding: 20px;
	background-color: #FFF;
	margin-bottom: 40px;
	box-shadow: 0px 0px 6px #A7A5A5;
}

#events-control h4 {
	font-weight: normal;
	font-size: 26px;
}

.single-event ul li {
	background-color: white;
	margin-right: 30px;
}

#slider-about {
	overflow: hidden;
	position: relative;
}

#slider-about ul li {
	background-color: white;
	margin-right: 30px;
	width: 380px;
}

#slider-about ul li .card {
	width: 400px;
	margin: 1px;
	box-shadow: 0px 0px 6px #A7A5A5;
}

#events-slider {
	position: relative;
}

#events-slider .slides > li {
	position: relative;
}

#events-slider .slides > li .card {
	width: inherit;
}

#events-slider .slides > li .category {
	position: absolute;
	top: 0px;
	right: 0px;
	text-transform: uppercase;
	background-color: #57B4E0;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	padding: 15px;
	min-width: 90px;
	width: auto;
	text-align: center;
}

#events-slider .slides > li .photo {
	height: 272px;
	line-height: 400px;
	text-align: center;
}

#events-slider .slides > li .info {
	padding: 24px 24px;
	text-align: center;
}

#events-slider .slides > li h3 {
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#events-slider .slides > li h3 a {
	color: inherit;
}

#events-slider .slides > li .date {
	color: #9B9B9B;
	padding-bottom: 4px;
	border-bottom: 1px solid #9B9B9B;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: inline-block;
}

#events-slider .slides > li p {
	font-size: 14px;
	color: #6C6C6C;
	line-height: 30px;
	margin-bottom: 10px;
}

#events-slider .flex-viewport{
	height: 430px;
	padding-left: 10px;
}

#events-slider .flex-direction-nav a.flex-prev:before {
	font-family: 'FontAwesome';
	content: "\f104";
}

#events-slider .flex-direction-nav a.flex-next:before {
	font-family: 'FontAwesome';
	content: "\f105";
}

#slider-about .flex-direction-nav a.flex-prev:before {
	font-family: 'FontAwesome';
	content: "\f104";
}

#slider-about .flex-direction-nav a.flex-next:before {
	font-family: 'FontAwesome';
	content: "\f105";
}

.filter-news:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0px;
	visibility: hidden;
}

section.news {
	overflow: initial;
}

.filter-news {
	margin: 40px 0px 30px;
}

.filter-news .bootstrap-select {
	float: left;
	margin-right: 20px;
	width: 250px !important;
}

.news .card {
	margin-right: 40px;
	margin-bottom: 40px;
}

.news .card:nth-child(2n) {
	margin-right: 0px;
}

.head-detail {
	background-repeat: no-repeat;
	background-size: cover;
	height: 480px;
	overflow: hidden;
	padding-top: 70px;
	position: relative;
}

.head-detail .over-head {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.head-detail .navigation-post a {
	background: rgba(0, 119, 176, 0.5);
	height: 80px;
}

.head-detail .navigation-post a .new {
	position: absolute;
	transition: 0.3s linear all;
	opacity: 0.1;
}

.head-detail .navigation-post a .image {
	float: left;
	height: 80px;
	overflow: hidden;
	width: 88px;
	background-size: cover;
	background-position: center;
}

.head-detail .navigation-post a .image img {
	height: 100%;
	width: 100%;
}

.head-detail .navigation-post a .text {
	background: #FFF;
	float: left;
	height: 40px;
	padding: 20px;
	width: 208px;
}

.head-detail .navigation-post a .text p {
	font-size: 11px;
}

.head-detail .navigation-post a i {
	color: #FFF;
	position: absolute;
	top: 30px;
}

.head-detail .navigation-post .prev {
	float: left;
	padding-left: 80px;
}

.head-detail .navigation-post .prev i {
	left: 30px;
}

.head-detail .navigation-post .prev .new {
	left: -336px;
}

.head-detail .navigation-post .prev:hover .new {
	left: 80px;
	opacity: 1;
}

.head-detail .navigation-post .next {
	float: right;
	padding-right: 80px;
}

.head-detail .navigation-post .next i {
	right: 30px;
}

.head-detail .navigation-post .next .new {
	right: -336px;
}

.head-detail .navigation-post .next:hover .new {
	right: 80px;
	opacity: 1;
}

.head-detail h1.title {
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	line-height: 40px;
	margin: 0 auto;
	padding-top: 10%;
	position: relative;
	width: 965px;
	z-index: 99999;
	text-transform: uppercase;
}

.head-detail h1.title small {
	font-size: 16px;
}


.head-detail h3.date {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 50px;
	margin: 0 auto;
	padding-top: 180px;
	position: relative;
	width: 965px;
	z-index: 99999;
}


/* SEARCH & RESULTS PAGE */

form.search {
	position: relative;
}

form.search i {
	color: #0077b0;
	position: absolute;
	right: 20px;
	top: 35px;
}

form.search input[type="text"] {
	padding: 10px 40px 10px 10px !important;
}

section.results {
	/*overflow: hidden;*/
	padding: 100px 0px;
}

section.results .card {
	margin-bottom: 40px;
	margin-right: 40px;
}

section.results .card:hover {
	box-shadow: inset 0 0 10px #f4f4f4;
}

section.results .card:nth-child(2n) {
	margin-right: 0px;
}


/* ENDS */

section.content {
	background: none repeat scroll 0 0 #fff;
	margin: 40px 0px;
}

section.content:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0px;
	visibility: hidden;
}

section.content .content-center {
	margin: 0 auto;
	width: 960px;
}

section.content .content-center div {
	background: #fff;
	padding: 60px;
	position: relative;
	top: -170px;
}

section.content .content-center div p {
	color: #4A4A4A;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
}

#product-detail {
	position: relative;
}

#product-detail .flex-viewport {
	padding: 15px;
}

#product-detail .bg-center {
	height: 272px;
	line-height: 272px;
	text-align: center;
}

#product-detail .bg-center img {
	vertical-align: middle;
	max-height: 100%;
}

#product-detail ul li {
	margin-right: 30px;
	width: 380px;
	box-shadow: 0px 0px 6px #A7A5A5;
}

#product-detail ul li .card {
	width: 100%;
}

#sliderproducto {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

#sliderproducto .flex-control-nav {
	margin-top: 0px;
	position: relative;
	text-align: center !important;
	bottom: 30px !important;
	z-index: 9;
}

#sliderproducto .slide {
	background-position: center center;
	background-size: cover;
	display: block;
	height: 470px;
	padding: 70px;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	display: table;
}

.filter {
	background: rgba(1, 50, 73, 0.7);
	bottom: 0;
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	width: 100%;
}

#sliderproducto .information {
	position: absolute;
	vertical-align: middle;
	width: 60%;
	z-index: 2;
	display: table-cell;
	bottom: 100px;
}

#sliderproducto.home .information {
	position: relative;
	text-align: center;
	vertical-align: top;
	padding-top: 20%;
	width: 100%;
}

#sliderproducto h2 {
	font-weight: normal;
	font-size: 40px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 20px;
}

#sliderproducto h2 a {
	color: #FFF;
	text-decoration: none;
}

#sliderproducto h3 {
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: #FFF;
	width: 100%;
	margin-bottom: 15px;
}

#sliderproducto p {
	color: #ffffff;
	display: block;
	font-size: 14px;
	line-height: 30px;
	margin: 30px 0;
}

#sliderproducto .flex-direction-nav {
	display: none;
}
/*
#sliderproducto .flex-control-nav {
	text-align: right;
	top: 15px;
	right: 8px;
	height: 20px;
}*/

#sliderproducto .flex-control-paging li a {
	border: 1px solid #ffffff;
	width: 10px;
	height: 10px;
	background: none;
}

#sliderproducto .flex-control-paging li a.flex-active {
	/*position: relative;*/
	background-color: white;
}
/*
#sliderproducto .flex-control-paging li a.flex-active:after {
	background: #ffffff;
	border-radius: 10px;
	content: "";
	height: 7px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 7px;
}
*/
#p-category-list .category:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0px;
	visibility: hidden;
}

#p-category-list .category {
	display: block;
	margin: 40px 0;
}

#p-category-list .category .image-thumb {
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
	height: 394px;
	padding: 30px;
	position: relative;
	width: 458px;
	float: left;
	margin-right: 20px;
}

#p-category-list .category .image-thumb .filter {
	bottom: 0;
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	opacity: 0.8;
	top: 0;
	width: 100%;
	z-index: 1;
}

#p-category-list .category .image-thumb .information {
	display: block;
	position: relative;
	z-index: 2;
}

#p-category-list .category .image-thumb .information .type {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	display: block;
}

#p-category-list .category .image-thumb .information .cat {
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 36px;
}

#p-category-list .category .image-thumb .information p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	display: block;
	margin-bottom: 20px;
}

#p-category-list .category .image-thumb .information p:last-of-type {
	margin-bottom: 0px;
}

#p-category-list .category .image-thumb .information .scroll {
	height: 160px;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow-y: auto;
	/*padding: 20px 0;*/
}

#p-category-list .category .image-thumb .information .scroll .nano-content {
	padding: 0px 20px 0px 0px;
}

#p-category-list .category .card {
	width: 351px;
	margin-right: 20px;
	float: left;
	text-align: center;
	max-height: 394px;
	min-height: 394px;
	box-shadow: 0px 0px 6px #A7A5A5;
}

.card .photo {
	background-size: auto 95%;
	background-position: center 10px;
	display: block;
	height: 195px;
}

#p-category-list .category .card .info {
	padding: 24px 70px 8px;
}

#p-category-list .category .card .info a i {
	/*color: #333; */
}

#p-category-list .category .card h3 {
	line-height: 23px;
}

#p-category-list .category .card:nth-child(3) {
	margin-right: 0px;
}

#product_category .category {
	overflow: initial	;
	display: block;
}

#product_category .category .card {
	width: 380px;
	margin-right: 29px;
	margin-bottom: 29px;
	min-height: 452px;
	max-height: 452px;
	float: left;
	text-align: center;
	height: 452px;
}

.card .photo {
	background-size: auto 95%;
	background-position: center 10px;
	height: 260px;
	display: block;
}

.card.prod-page .photo {
	height: 195px;
}

.card.news-card .photo {
	background-size: cover;
	background-position: center center;
}

#product_category .category .card:nth-child(3n) {
	margin-right: 0;
}

#product_category .category .card a.eye {
	background: url(../images/icn/blue-eye.png);
	display: inline-block;
	width: 37px;
	height: 25px;
}


/* Colors for Filters */

.blue-light {
	background: rgba(14, 174, 204, 0.7);
}

.green-light {
	background: rgba(74, 226, 157, 0.7) !important;
}

#head-breadcrum {
	display: block;
	padding-top: 110px;
	margin-bottom: 20px;
}

#head-breadcrum .stage {
	display: block;
	/*overflow: hidden; */
	height: 115px;
}

#head-breadcrum .back {
	background: #ffffff;
	display: table;
	float: left;
	height: 108px;
	margin-right: 10px;
	text-align: center;
	width: 127px;
	box-shadow: 0px 0px 6px #A7A5A5;
	position: relative;
}
 
#head-breadcrum .back img{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#head-breadcrum .back a {
	display: table-cell;
	vertical-align: middle;
}

#head-breadcrum .title {
	background: #FFFFFF;
	height: 108px;
	width: 1062px;
	display: table;
	padding: 0 30px;
	float: left;
	box-sizing: border-box;
	box-shadow: 0px 0px 6px #A7A5A5;
}

#head-breadcrum .title h1 {
	color: #00486a;
	display: table-cell;
	font-size: 26px;
	font-weight: normal;
	line-height: 36px;
	text-transform: uppercase;
	vertical-align: middle;
}

#head-breadcrum .filters {
	display: block;
	width: 100%;
	margin: 40px 0 40px 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #D7D7D7;
}

#head-breadcrum .filters form ul li input[type="submit"],
#head-breadcrum .filters form input[type="submit"] {
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	position: relative;
	text-transform: uppercase;
	border: 0;
	font-size: 12px;
	color: #ffffff;
	padding: 0 20px;
	font-weight: normal;
	line-height: 43px;
	display: inline-block;
	transition: 0.3s;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	text-rendering: optimizeLegibility;
	background: #57B4E0;
	-webkit-text-stroke: 0.4px;
}

#head-breadcrum .filters form ul li input[type="submit"]:hover,
#head-breadcrum .filters form input[type="submit"]:hover {
	opacity: 0.9;
}

#head-breadcrum .group fieldset .bootstrap-select {
	float: left;
	margin-right: 20px;
	width: 250px;
}

.searchandfilter li {
	float: left;
}

#specifications {
	background: #ffffff;
	padding: 30px;
	box-shadow: 0px 0px 6px #A7A5A5;
}

#specifications h2 {
	text-transform: uppercase;
	font-size: 26px;
	color: #00486A;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 36px;
}

#specifications p {
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

#specifications .left {
	width: calc( (100%/2) - 20px);
	box-sizing: border-box;
	padding: 20px;
	height: 616px;
}

#specifications .left .espc {
	height: 520px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
}

#specifications .right {
	text-align: center;
	width: calc( (100%/2) - 20px);
	height: 616px;
	box-sizing: border-box;
	padding: 20px;
}

#specifications .right div.img {
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.thumb-product-detail {
	margin-bottom: 30px;
}

.thumb-product-detail:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0px;
	visibility: hidden;
}

.thumb-product-detail #gallery-1 .gallery-item {
	width: calc(100% / 3);
	height: 350px;
	float: left;
	overflow: hidden;
	margin: 0px;
	background-size: cover;
	background-position: center center;
}

.thumb-product-detail #gallery-1 img {
	border: none;
	max-width: 100%;
	opacity: 0;
}

.thumb-product-detail div a {
	background-position: center !important;
	background-size: cover !important;
	width: 100%;
	height: 100%;
	display: block;
}

#slider-detail-product {
	background: #ffffff;
	padding: 40px;
	position: relative;
	box-shadow: 0px 0px 6px #A7A5A5;
}

#slider-detail-product .flex-direction-nav {
	display: none;
}

#slider-detail-product .flex-control-nav {
	display: none;
}

#slider-detail-product .flex-viewport {
	float: left;
	width: 504px;
}

#slider-detail-product .slide-product {
	height: 550px;
	box-sizing: border-box;
	overflow: hidden;
}

#slider-detail-product .slides {
	height: 550px;
}

#slider-detail-product .slide-product .left {
	display: inline-block;
	height: 100%;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 100%;
}

#slider-detail-product .text {
	float: right;
	margin-top: 100px;
	width: 570px;
}

#slider-detail-product .text h2 {
	font-weight: normal;
	font-size: 26px;
	color: #00486A;
	line-height: 36px;
}

#slider-detail-product .text h3 {
	font-weight: normal;
	font-size: 20px;
	color: #00486A;
	line-height: 36px;
}

#slider-detail-product .text p {
	font-weight: normal;
	display: block;
	margin: 20px 0;
	font-size: 14px;
	color: #333333;
	line-height: 35px;
}

#carousel-product {
	padding: 0;
}

#carousel-product .flexslider {
	border-radius: 0;
	padding: 0;
	margin-top: 10px;
	border: none;
	background: none;
}

#carousel-product .flexslider .slides li {
	background: #FFF;
	margin-right: 20px;
	width: 290px;
	height: 100px !important;
	cursor: pointer;
	/*box-shadow: 0px 0px 6px #A7A5A5;*/
}

#carousel-product .flexslider .slides li img {
	height: 100%;
	margin: 0 auto;
	width: auto;
}

#carousel-product .flex-direction-nav {
	/*display: none;*/
}


/*=======   Acerca de   =======*/

video {
	background: url("http://rocol.com.co/wp-content/uploads/2016/05/aboutus_bg.png") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
	height: auto;
	position: absolute;
	right: 0;
	top: 0px;
	transition: opacity 1s ease 0s;
	width: 100%;
	z-index: 1;
}

.videoabout {
	background: none repeat scroll 0 0 #444;
	height: 564px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

.videoabout .overlay {
	background: rgba(1, 50, 73, 0.5);
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.videoabout .text {
	padding-top: 150px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.videoabout .text h1 {
	color: #FFF;
	font-weight: normal;
	font-size: 60px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.videoabout .text p {
	color: #FFF;
	font-weight: normal;
	font-size: 20px;
	line-height: 45px;
	margin-bottom: 30px;
}

.infocompany {
	margin-bottom: 40px;
	overflow: hidden;
	padding: 10px;
	box-shadow: 0px 0px 6px #A7A5A5;
}

.infocompany .infoc {
	background: #FFF;
	float: left;
	/* margin-top: 15px; */
	/* margin-bottom: 15px; */
	margin-right: 20px;
	min-height: 240px;
	padding: 50px 80px 80px;
	/*box-shadow: 0px 0px 6px #A7A5A5;*/
	width: 410px; /*420*/ 
}

.infocompany .infoc:last-child {
	border-left: thin solid #ccc; 
	margin-right: 0px;
}

.infocompany .infoc h1 {
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 20px;
}

.infocompany .infoc p {
	font-weight: normal;
	line-height: 32px;
}

.historyabout {
	background: #FFF;
	/*height: 700px;*/
	margin-bottom: 40px;
	overflow: hidden;
	padding-bottom: 50px;
	box-shadow: 0px 0px 6px #A7A5A5;
}

.historyabout h1 {
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 50px;
	padding-left: 50px;
	padding-top: 40px;
	text-transform: uppercase;
}


/* History */

.timeline .issues {
	height: auto !important;
	overflow: hidden !important;
}

.timeline .issues li span,
.timeline .issues li a {
	margin-bottom: 20px;
	margin-left: 45px !important;
}

.timeline {
	background: none !important;
	width: 100% !important;
	border-bottom: 1px solid #3bc6ec;
	margin: 0 auto;
	position: relative !important;
	overflow: inherit !important;
	height: auto !important;
	padding-bottom: 80px;
}

.timeline .issues li span {
	display: none;
}

.timeline .issues li p {
	background: none repeat scroll 0 0 #0077b0;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: normal;
	line-height: 25px;
	overflow: hidden;
	padding: 35px;
	width: 100%;
}

.timeline .dates li {
	position: relative;
}

.timeline .dates li a:after {
	color: #3bc6ec;
	content: "·";
	display: block;
	font-size: 65px;
	height: 20px;
	left: 22%;
	line-height: 3px;
	overflow: hidden;
	position: absolute;
	width: 20px;
}

.timeline .dates a {
	font-size: 16px;
	line-height: 38px;
	padding-bottom: 10px;
	position: relative;
	text-decoration: none !important;
}

.timeline .dates {
	bottom: -25px;
	position: absolute;
	z-index: 99999;
}

.timeline .dates li {
	background: none !important;
}

.timeline .issues li {
	position: relative;
	width: 900px !important;
	height: 100% !important;
}

.timeline .issues li img {
	transform: none !important;
	transition: none !important;
	width: 100% !important;
	height: 362px !important;
	margin: 0px !important;
	width: 100%;
}

.timeline .dates a {
	font-size: 12px !important;
	color: #333;
}

.timeline .image-time {
	display: block;
	width: 100%;
	height: 470px;
}

/*  History End */

.team {
	overflow: hidden;
	padding: 2px;
}

.team .member {
	background: #FFF;
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
	padding: 20px;
	width: calc((100%/4) - 23px);
	box-shadow: 0px 0px 6px #A7A5A5;
	box-sizing: border-box;
}

.team .member .images-member {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	margin-bottom: 20px;
	width: 100%;
}

.team .member:nth-child(4n) {
	margin-right: 0px;
}

.team .member img {
	margin-bottom: 20px;
	width: 100%;
}

.team .member h2 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 22px;
}

.team .member h3 {
	font-weight: normal;
	text-transform: uppercase;
	line-height: 25px;
}


/*=========== Contact ===========*/

.head-contact {
	background-size: cover !important;
	background-position: center top;
	height: 405px;
	margin-bottom: 40px;
	padding: 40px;
	position: relative;
	text-align: left;
}

.head-contact.home{
	height: 800px;
}

.contact .btn-group {
	width: 100%;
}

.head-contact .text-contact {
	padding-top: 180px;
	text-align: left;
	width: 500px;
	position: relative;
	z-index: 2;
}

.head-contact.home .text-contact {
	width: 100%;
    text-align: center;
    padding-top: 16%;
}

.head-contact.home .text-contact img {
	margin-bottom: 30px;
}


.head-contact.home .text-contact h2 {
	text-transform: none;
	font-size: 30px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: 1.3px;
	width: 55%;
	margin: auto;
}


.head-contact .text-contact h2,.head-contact .text-contact h1 {
	color: #FFF;
	font-weight: normal;
	font-size: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.head-contact .text-contact p {
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
}

.contact .form {
	background: #FFF;
	float: left;
	margin-right: 38px;
	padding: 0px;
	width: 100%;
	margin-top: 40px;
	/*box-shadow: 0px 0px 6px #A7A5A5;*/
}

.contact .text{
	float: left;
}
.contact .text .body,
.contact .text .datos{
	width: 550px;
	box-sizing: border-box;
	float: left;
	padding: 0 80px;
}

.contact .form br {
	display: none;
}

.contact .form p {
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 70px;
}

.contact .form .bootstrap-select {
	margin-bottom: 30px;
}

.contact .form input[type="text"],
.contact .form input[type="email"] {
	border-radius: 4px;
	height: 45px;
	font-weight: normal;
	margin-bottom: 30px;
	padding: 10px;
	width: 100%;
}

.contact .form input[type="text"]:-moz-placeholder {
	color: #4A4A4A;
}

.contact .form textarea {
	border-radius: 4px;
	font-weight: normal;
	margin-bottom: 30px;
	resize: none;
}

.contact .form textarea:-moz-placeholder {
	color: #4A4A4A;
}

.contact .form input[type="submit"] {
	cursor: pointer;
	margin-bottom: 30px;
}

.contact .wpcf7-mail-sent-ok,
.contact .wpcf7-mail-sent-ng{
	border: 1px solid #E64949;
    float: left;
    margin: 0 0 20px;
    border-radius: 2px;
    padding: 20px;
    line-height: 130%;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.contact .wpcf7-mail-sent-ok{
	border-color: #398f14;
}

.map {
	border: 1px solid #ccc;
	float: right;
	overflow: hidden;
	width: 579px;
}

.map iframe {
	width: 580px;
	height: 890px;
}


/* # Bootstrap - select
================================================== */

.btn-default {
	background-color:#57B4E0;
	color: #FFF;
}

.btn-group {
	height: 45px;
	position: relative;
	width: 200px;
}

.bootstrap-select > .btn {
	border: 1px solid #57b4e0;
	height: 43px;
	width: 100%;
	display: block;
	outline: none;
}

.bootstrap-select > .btn span {
	color: #FFF !important;
}

.bootstrap-select > .btn:hover {
	opacity: 0.9;
	cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li {
	float: none;
	margin: 0;
	margin: 0px;
	padding-left: 0px;
	padding-right: 10px;
	display: block;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	padding: 10px;
	float: left;
	box-sizing: border-box;
	width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
	cursor: pointer;
	background-color: #eee;
}

.bootstrap-select.btn-group .btn .filter-option {
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	font-size: 12px;
}

.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: outside none none;
	margin: 0px;
	min-width: 160px;
	padding: 0px;
	position: absolute;
	z-index: 1000;
	width: 100%;
}

.open > .dropdown-menu {
	display: block;
}

.dropdown-menu ul li {
	width: 100%;
}

.dropdown-menu ul li a {
	display: block;
}

.caret {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	display: inline-block;
	height: 0;
	right: 20px;
	margin-left: 2px;
	position: absolute;
	top: 40% !important;
	vertical-align: middle;
	width: 0;
}

.bootstrap-select.btn-group .btn .caret {
	margin-top: 3px !important;
}


/*Trabaje con nosotros*/

.job-info {
	background: #FFF;
	float: left;
	margin-right: 38px;
	padding: 40px;
	width: calc( (100% / 2) - 20px);
	line-height: 32px;
	font-weight: normal;
	color: #4A4A4A;
	box-sizing: border-box;
}

.job-info h1 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 30px;
}

.apply-form {
	float: right;
	overflow: hidden;
	padding: 40px;
	width: calc( (100% / 2) - 20px);
	box-sizing: border-box;
	background: #FFF;
}

.apply-form input[type="text"],
.apply-form input[type="email"],
.apply-form select,
.apply-form textarea {
	width: 100%;
	height: 44px;
	box-sizing: border-box;
	padding: 0px 15px;
	border-radius: 4px;
	margin-bottom: 28px;
	border: 1px solid #D3D3D3
}

.apply-form textarea {
	padding: 15px;
	height: 114px;
	max-height: 114px;
	max-width: 100%;
}

.apply-form input[type="submit"] {
	font-family: 'Lato', sans-serif;
	position: relative;
	text-transform: uppercase;
	border-radius: 4px;
	border: 0;
	font-size: 14px;
	color: #ffffff;
	padding: 0 20px;
	font-weight: 600;
	line-height: 44px;
	display: inline-block;
	transition: 0.3s;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background: #57B4E0;
	box-shadow: 0px 3px 0px 0px #0b7db3;
	-webkit-appearance: none;
}

.apply-form .upload {
	font-family: 'Lato', sans-serif;
	position: relative;
	text-transform: uppercase;
	border-radius: 4px;
	border: 0;
	font-size: 14px;
	color: #ffffff;
	padding: 0 20px;
	font-weight: 600;
	line-height: 44px;
	display: inline-block;
	transition: 0.3s;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background: #57B4E0;
	box-shadow: 0px 3px 0px 0px #0b7db3;
	-webkit-appearance: none;
	overflow: hidden;
	display: inline-block;
	width: 72px;
	height: 44px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.apply-form input[type="submit"]:hover,
.apply-form .upload:hover {
	background: #0b7db3;
	box-shadow: 0px 3px 0px 0px #57B4E0;
	cursor: pointer;
}

.apply-form .upload input[type="file"] {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.apply-form .file-name {
	position: relative;
	width: 100%;
	margin-top: 30px;
}

.apply-form .file-name p {
	position: relative;
	padding: 5px 40px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	max-width: 100%;
	text-overflow: ellipsis;
	box-sizing: border-box;
	word-break: break-all;
}

.apply-form .file-name p span.file-icn {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -11px;
	width: 17px;
	height: 22px;
	background-image: url(../images/icn/file-icn.png);
	background-size: cover;
}

.apply-form .file-name p span.remove-file-icn {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 0px;
	width: 18px;
	height: 18px;
	background-image: url(../images/icn/remove-file.png);
	background-size: cover;
	opacity: 0.8;
	cursor: pointer;
}

.apply-form .file-name p span.remove-file-icn:hover {
	opacity: 1;
}

.apply-form #contact_results {
	margin-top: 20px;
}

.apply-form #contact_results div.success {
	color: #57B4E0;
}

.apply-form #contact_results div.error {
	color: #E05757;
}

.info-linea {
	background-color: white;
	margin-bottom: 40px;
	text-align: center;
	padding: 40px;
	position: relative;
	box-sizing: border-box;
	line-height: 25px;
}

.info-linea img {
	margin-bottom: 10px;
}

.info-linea p {
	text-align: left;
	line-height: 25px;
}

.info-linea h2 {
	color: #00486a;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: middle;
	margin-bottom: 20px;
}

.info-linea.col1 {
	width: 100%;
}

.info-linea.col2 {
	width: calc( (100%/2) - 20px);
	float: left;
}

.info-linea.col2:first-of-type {
	margin-right: 40px;
}

#carousel .flex-direction-nav a {
	padding: 10px;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -20px;
}

#carousel .flex-direction-nav a:before {
	font-size: 20px;
}

.single-event .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 38%;
	z-index: 10;
	overflow: hidden;
	/* opacity: 0; */
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: black;
	background-color: rgba(0, 0, 0, .7);
	color: white;
	padding: 20px 28px 20px 24px;
}

.single-event .flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px !important;
	display: inline-block;
	content: '\f001';
}

.single-event .flex-direction-nav li,
.single-event .flex-direction-nav {
	width: 0;
	height: 0;
}

.single-event .flex-direction-nav a {
	opacity: 1;
}

.single-event .flex-direction-nav {
	position: absolute !important;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -20px;
}

.single-event .flex-direction-nav .flex-next {
	right: 0px;
}

.single-event .flex-direction-nav .flex-prev {
	left: 0px;
}


/* #Media Queries
================================================== */


/* #Default Grid
================================================== */

@media only screen and (min-width: 1280px) {
	.wrapper {
		width: 1200px;
	}
	.timeline .issues li {
		width: 1200px !important;
	}
	.timeline .issues li img {
		/*height: 100% !important;
		position: relative;
		width: 100% !important;*/
	}
}


/* #Default Grid  960
================================================== */

@media only screen and (min-width: 960px) and (max-width: 1279px) {
	#slider-detail-product .flex-viewport {
		float: left;
		width: 504px;
	}
	#slider-detail-product .text {
		width: 290px;
	}
	.wrapper {
		width: 900px;
	}
	.card {
		width: 430px;
	}
	.timeline .issues li {
		width: calc(100% / 2 - 30) !important;
	}
	.videoabout {
		height: 395px;
	}
	.videoabout .text {
		padding-top: 70px;
	}
	.infocompany .infoc {
		min-height: 270px;
		padding: 40px;
		width: 350px;
	}
	.team .member {
		width: calc((100%/3) - 20px);
	}
	.team .member:nth-child(3n) {
		margin-right: 0px;
	}
	.team .member:nth-child(4n) {
		margin-right: 30px;
	}
	#p-category-list .category .card {
		float: left;
		margin-bottom: 5px;
		margin-right: 0px;
		min-height: 195px;
		width: 422px;
	}
	#p-category-list .category .card h3 {
		font-size: 15px;
	}
	.card.prod-page .photo {
		float: left;
		width: 220px;
	}
	#p-category-list .category .card .info {
		float: left;
		padding: 30px 10px;
		text-align: left;
		width: 182px;
	}
	#head-breadcrum .title {
		width: 763px;
	}
	.thumb-product-detail div {
		height: 270px;
	}
	#product_category .category .card {
		margin-right: 10px;
		width: 293px;
	}
	.card .info {
		padding: 20px;
	}
	.head-detail h1.title {
		width: 800px;
	}
	section.content .content-center {
		width: 900px;
	}
	.contact .form {
		width: 390px;
	}
	.contact .form textarea {
		height: 110px;
	}
	.map {
		width: 390px;
	}
	.map iframe {
		height: 828px;
		width: 390px;
	}

	header nav{
		display: none;
	}
	header #toolbar {
	    display: block;
	}

}

@media (max-width: 959px){
	.page-id-12 .contact .text .body,
	.page-id-12 .contact .text .datos{
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
		padding: 0 40px;
	}
}


/* #Default Grid  780
================================================== */

@media only screen and (min-width: 780px) and (max-width: 959px) {
	.pairs#home-pairs > div:nth-child(2) .name span.big,
	.pairs#home-pairs > div:first-child .name span.big {
		font-size: 18px;
	}
	.pairs .pair .info .name {
		font-size: 11px;
	}
	.pairs .pair .info .name span.big {
		font-size: 10px;
	}
	.timeline .issues li {
		width: 720px !important;
	}
	.wrapper {
		width: 720px;
	}
	#home-cards .card {
		width: 100% !important;
		margin-right: 0px !important;
		margin-bottom: 40px;
	}
	header nav {
		display: none;
	}
	header #toolbar {
		display: block;
	}
	.videoabout {
		height: 404px;
		padding-top: 70px;
	}
	.videoabout .text {
		padding-top: 70px;
	}
	.videoabout .text h1 {
		margin-bottom: 20px;
	}
	.infocompany .infoc {
		box-sizing: border-box;
		margin-right: 0px;
		margin-bottom: 20px;
		width: 100%;
	}
	.team .member {
		width: calc((100%/2) - 15px);
	}
	.team .member:nth-child(2n) {
		margin-right: 0px;
	}
	#p-category-list .category .card {
		display: none;
	}
	#p-category-list .category .image-thumb {
		width: 100%;
	}
	#head-breadcrum .title {
		width: 583px;
	}
	.thumb-product-detail div {
		height: 200px;
	}
	#slider-detail-product {
		padding: 40px;
	}
	#slider-detail-product .text {
		float: none;
		margin-bottom: 30px;
		margin-top: 0px;
		width: 100%;
	}
	#slider-detail-product .flex-viewport {
		float: none;
		width: 504px;
		margin: 0 auto;
	}
	#product_category .category .card {
		height: 400px;
		min-height: 400px;
		margin-right: 0px;
		width: 100%;
	}
	.news .card {
		width: 100%;
	}
	.head-detail h1.title {
		padding-top: 140px;
		width: 500px;
	}
	section.content .content-center {
		width: 720px;
	}
	.head-contact {
		background-size: cover !important;
		height: 145px;
	}
	.head-contact .text-contact {
		padding-top: 40px;
	}
	.contact .form {
		box-sizing: border-box;
		margin-bottom: 20px;
		margin-right: 0px;
		width: 100%;
	}
	.map {
		width: 100%;
	}
	.map iframe {
		height: 300px;
		width: 100%;
	}
	.acf-map {
		height: 720px;
	}
	.timeline .issues li img {
		width: 100% !important;
	}
	.info-linea {
		padding: 20px;
	}
}


/* #Default Grid  560
================================================== */

@media only screen and (min-width: 560px) and (max-width: 779px) {
	.wrapper {
		width: 500px;
	}
	.timeline .issues li {
		width: 500px !important;
	}
	#home-cards .card {
		width: 100% !important;
		margin-right: 0px !important;
		margin-bottom: 40px;
	}
	.pairs .pair {
		margin-bottom: 15px !important;
		width: 100% !important;
	}
	header nav {
		display: none;
	}
	ul.sub-menu{
		/*display: none;*/
	}
	header #toolbar {
		display: block;
	}
	.videoabout {
		height: 270px;
		padding-top: 70px;
	}
	.videoabout .text {
		padding-top: 50px;
	}
	.videoabout .text h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.videoabout .text p {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.infocompany .infoc {
		box-sizing: border-box;
		margin-right: 0px;
		margin-bottom: 20px;
		width: 100%;
	}
	.team .member {
		width: calc((100%/2) - 15px);
	}
	.team .member:nth-child(2n) {
		margin-right: 0px;
	}
	.team .member .images-member {
		height: 250px;
	}
	#p-category-list .category .card {
		display: none;
	}
	#p-category-list .category .image-thumb {
		width: 100%;
	}
	#head-breadcrum .title {
		width: 343px;
	}
	.thumb-product-detail div {
		height: 145px;
	}
	#slider-detail-product {
		padding: 40px;
	}
	#slider-detail-product .text {
		float: none;
		margin-bottom: 30px;
		margin-top: 0px;
		width: 100%;
	}
	#slider-detail-product .flex-viewport {
		float: none;
		width: 100%;
	}
	#specifications .left {
		width: 100%;
	}
	#specifications .right {
		display: none;
	}
	#head-breadcrum .group fieldset .bootstrap-select {
		margin-bottom: 20px;
		width: 100%;
	}
	#product_category .category .card {
		height: 400px;
		min-height: 400px;
		margin-right: 0px;
		width: 100%;
	}
	.news .card {
		width: 100%;
	}
	.filter-news .bootstrap-select {
		width: 100% !important;
	}
	.head-detail h1.title {
		padding-top: 140px;
		width: 380px;
	}
	section.content .content-center {
		width: 480px;
	}
	.head-contact {
		background-position: -270px 0px;
	}
	.head-contact .text-contact {
		padding-top: 100px;
		width: 100%;
	}
	.head-contact {
		background-size: cover !important;
		height: 400px;
	}
	.head-contact .text-contact h2 {
		font-size: 34px;
		margin-bottom: 10px;
	}
	.head-contact .text-contact p {
		line-height: 22px;
	}

	.head-contact.home .text-contact {
		padding-top: 45%;
	}


	.head-contact.home .text-contact h2{
		font-size: 23px;
		width: 100%;
		line-height: 30px;
	}

	.contact .form {
		box-sizing: border-box;
		margin-bottom: 20px;
		margin-right: 0px;
		width: 100%;
	}
	.map {
		width: 100%;
	}
	.map iframe {
		height: 300px;
		width: 100%;
	}
	.acf-map {
		height: 540px;
	}
	section.results .card {
		width: 500px !important;
	}
	.job-info,
	.apply-form {
		width: 100%;
	}
	.job-info {
		width: 100%;
		margin-bottom: 20px;
	}
	.info-linea.col2 {
		width: 100%;
		padding: 20px;
	}
	.info-linea.col1 {
		padding: 20px;
	}
	#slider-detail-product .slides,
	#slider-detail-product .slide-product {
		height: 458px;
	}
}


/* #Default Grid  480
================================================== */
@media (max-width: 480px){
	.page-id-12 .contact .text .body,
	.page-id-12 .contact .text .datos{
		padding: 0 10px 20px 10px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 559px) {

	#slider-detail-product .slides,
	#slider-detail-product .slide-product {
		height: 393px;
	}
	.wrapper {
		width: 440px;
	}
	.timeline .issues li {
		width: 440px !important;
	}
	#home-cards .card {
		width: 100% !important;
		margin-right: 0px !important;
		margin-bottom: 40px;
	}
	header{
		padding: 4px 20px;
	}
	header nav {
		display: none;
	}
	ul.sub-menu{
		display: none;
	}
	header #toolbar {
		display: block;
	}
	.pairs .pair {
		float: none;
		margin-bottom: 15px !important;
		width: 100% !important;
	}
	.videoabout {
		height: 247px;
		padding-top: 70px;
	}
	.videoabout .text {
		padding-top: 35px;
	}
	.videoabout .text h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.videoabout .text p {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.infocompany .infoc {
		box-sizing: border-box;
		margin-right: 0px;
		margin-bottom: 20px;
		width: 100%;
	}
	#events-control h4 {
		font-size: 24px;
	}
	.team .member {
		width: calc((100%/2) - 15px);
	}
	.team .member:nth-child(2n) {
		margin-right: 0px;
	}
	.team .member .images-member {
		height: 250px;
	}
	#p-category-list .category .card {
		display: none;
	}
	#p-category-list .category .image-thumb {
		width: 100%;
	}
	#head-breadcrum .back {
		width: 22%;
	}
	#head-breadcrum .title {
		width: 75%;
	}
	.thumb-product-detail div {
		height: 30%;
	}
	#slider-detail-product {
		padding: 40px;
	}
	#slider-detail-product .text {
		float: none;
		margin-bottom: 30px;
		margin-top: 0px;
		width: 100%;
	}
	#slider-detail-product .flex-viewport {
		float: none;
		width: 100%;
	}
	#specifications .left {
		width: 100%;
	}
	#specifications .right {
		display: none;
	}
	#head-breadcrum .group fieldset .bootstrap-select {
		margin-bottom: 20px;
		width: 100%;
	}
	#product_category .category .card {
		height: 400px;
		min-height: 400px;
		margin-right: 0px;
		width: 100%;
	}
	.news .card {
		width: 100%;
	}
	.filter-news .bootstrap-select {
		width: 100% !important;
	}
	.head-detail h1.title {
		font-size: 30px;
		padding-top: 140px;
		width: 500px;
	}
	section.content .content-center {
		width: 100%;
	}
	.head-contact {
		background-position: -270px 0px;
	}
	.head-contact {
		background-size: contain !important;
		height: 98px;
		padding: 20px 40px;
	}
	.head-contact .text-contact {
		padding-top: 0px;
		width: 100%;
	}
	.head-contact .text-contact h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.head-contact .text-contact p {
		line-height: 22px;
	}
	.contact .form {
		box-sizing: border-box;
		margin-bottom: 20px;
		margin-right: 0px;
		width: 100%;
	}
	.map {
		width: 100%;
	}
	.map iframe {
		height: 300px;
		width: 100%;
	}
	.acf-map {
		height: 420px;
	}
	.head-detail h1.title {
		padding-top: 0px !important;
		top: 140px;
	}
	/*.single-event ul li{
		width: 440px !important;
	  }*/
	section.results .card {
		width: 440px !important;
	}
	.job-info,
	.apply-form {
		width: 100%;
	}
	.job-info {
		width: 100%;
		margin-bottom: 20px;
	}
	.info-linea.col2 {
		width: 100%;
		padding: 20px;
	}
	.info-linea.col1 {
		padding: 20px;
	}
	.single-event .flex-viewport {
		width: 100%;
		margin: 0 auto;
	}
	.timeline .issues li img {
		height: 280px !important;
	}
}


/* #Default Grid  320
================================================== */

@media only screen and (min-width: 320px) and (max-width: 480px) {
	#slider-detail-product .slides,
	#slider-detail-product .slide-product {
		height: 251px;
	}
	.wrapper {
		width: 310px;
	}
	.timeline .issues li {
		width: 310px !important;
	}
	.timeline .issues li p {
		margin: 0px !important;
	}
	.timeline .next,
	.timeline .prev {
		background-size: 50px !important;
		height: 50px !important;
		width: 50px !important;
	}
	#product-detail ul li .card {
		width: 310px !important;
	}
	#slider-about ul li .card {
		width: 310px !important;
	}
	#sliderproducto .slide {
		padding: 10px;
	}
	#sliderproducto.home .slide, #sliderproducto.home .slides {
		height: 440px;
	}
	#sliderproducto.home .information{
		padding-top: 40%;
	}
	#sliderproducto h2 {
		font-size: 16px;
	}
	#sliderproducto p {
		line-height: 22px !important;
		margin: 15px 0px;
	}
	#home-cards .card {
		width: 100% !important;
		margin-right: 0px !important;
		margin-bottom: 40px;
	}
	#home-cards .card p {
		display: none;
	}

	header {
		padding: 4px 20px;
	}

	header nav {
		display: none;
	}
	.sub-menu {
		display: none;
	}
	header #toolbar {
		display: block;
	}
	.pairs .pair {
		float: none;
		margin-bottom: 15px !important;
		width: 100% !important;
	}

	/* */


	#sliderproducto .information {
		    padding-top: 43%;
	}

	.button{
		padding: 10px 20px;
	}


	#home-pairs.pairs > div:first-child a.name span.big,
	#home-pairs.pairs > div:nth-child(2) a.name span.big {
		font-size: 17px;
	}

	video{
		top: 70px;
		width: auto;
		height: 480px;
	}

	.videoabout {
		height: 480px;
		padding-top: 70px;
	}
	.videoabout .text {
		padding-top: 35%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.videoabout .text h1 {
		font-size: 35px;
		margin-bottom: 10px;
	}
	.videoabout .text p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 30px;
	}
	.infocompany .infoc {
		box-sizing: border-box;
		margin-right: 0px;
		margin-bottom: 20px;
		padding: 20px;
		width: 100%;
	}
	.team .member {
		box-sizing: border-box;
		margin-right: 20px;
		width: 100%;
	}
	#sliderproducto h2 {
		font-size: 30px;
		line-height: 30px;
	}
	#sliderproducto h3 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	#sliderproducto p {
		line-height: 27px;
	}
	#p-category-list .category .card {
		display: none;
	}
	#p-category-list .category .image-thumb {
		width: 100%;
		height: auto;
	}
	#head-breadcrum .stage{
		height: 80px;
	}
	#head-breadcrum .back {
		width: 50px;
		height: 60px;
	}
	#head-breadcrum .back img {
		width: 60%;
	}
	#head-breadcrum .title {
		width: 250px;
		height: 60px;
		padding: 0px 10px;
	}
	#head-breadcrum .title h1 {
		font-size: 14px;
	}
	.thumb-product-detail div {
		height: 100px !important;
	}
	#slider-detail-product {
		padding: 40px;
	}
	#slider-detail-product .text {
		float: none;
		margin-bottom: 30px;
		margin-top: 0px;
		width: 100%;
	}
	#slider-detail-product .text a {
		box-sizing: border-box;
		margin-bottom: 20px;
		width: 100%;
		height: auto;
	}
	#slider-detail-product .flex-viewport {
		float: none;
		width: 100%;
	}
	#specifications .left {
		padding: 0px;
		width: 100%;
	}
	#specifications .right {
		display: none;
	}
	#head-breadcrum .group fieldset .bootstrap-select {
		margin-bottom: 20px;
		width: 100%;
	}
	#product_category .category .card {
		height: 400px;
		min-height: 400px;
		margin-right: 0px;
		width: 100%;
	}
	.news .card {
		width: 100%;
	}
	.filter-news .bootstrap-select {
		width: 100% !important;
	}
	section.content .content-center div {
		padding: 20px 20px;
	}
	.head-detail h1.title {
		font-size: 30px;
		padding-top: 0px !important;
		top: 80px;
		width: 300px;
	}
	section.content .content-center {
		width: 100%;
	}
	.head-detail .navigation .new {
		display: none;
	}
	.head-detail .navigation-post a .new {
		display: none;
	}
	.head-contact {
		background-position: center top;
		background-size: cover;
		padding: 20px;
	}
	.head-contact.home {
		background-size: cover !important;
		/*height: 440px;*/
		height: 350px;
		padding: 20px 5px;
	}
	.btnsBanners ul{
		display: none;
	}
	.head-contact .text-contact {
		margin-top: 0px;
		width: 100%;
	}
	.head-contact.home .text-contact{
		margin-top: 60px;
	}

	.head-contact.home .text-contact img{
		display: none;
	}

	.head-contact.home .text-contact h2{
		font-size: 23px;
		width: 100%;
		line-height: 30px;
	}
	.head-contact .text-contact h2 {
		font-size: 30px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.head-contact .text-contact p {
		line-height: 17px;
	}

	.contact .form {
		box-sizing: border-box;
		margin-bottom: 20px;
		margin-right: 0px;
		width: 100%;
		padding: 10px;
	}
	.contact .form p {
		line-height: 19px;
		margin-bottom: 40px;
	}
	.map {
		width: 100%;
	}
	.map iframe {
		height: 300px;
		width: 100%;
	}
	.acf-map {
		height: 300px;
	}
	section.results .card {
		width: 310px;
	}
	.job-info,
	.apply-form {
		width: 100%;
		padding: 0px;
	}
	.job-info {
		width: 100%;
		margin-bottom: 20px;
		padding: 0px;
	}
	.info-linea.col1 {
		padding: 20px;
	}
	.info-linea.col2 {
		width: 100%;
		padding: 20px;
	}
	#carousel-product .flexslider .slides li {
		width: 310px;
	}
	.timeline .image-time {
		height: 300px;
	}
	.pairs#home-pairs > div:first-child .name span.big {
		font-size: 20px;
	}
	.pairs#home-pairs > div:nth-child(2) .name span.big {
		font-size: 16px;
	}

	iframe{
		width: 100%;
	}

	.card .info span.except{
		display: none;
	}
}


/* GENERAL */

.timeline .issues li img {
	opacity: 0 !important;
}

.timeline .issues li {
	background-size: cover !important;
	background-position: center !important;
}


/*@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #logo {
	background-image: url('/images/my_image@2x.png');
	background-size: 200px 100px;
  }
}*/

.bgCenter{
	background-position: center center !important;
	background-size: cover;

}


.ennvi33{ display: none!important;}
#filtrar{ display: none!important;}