/*
Theme Name: Estrella Galicia 0,0
Description: Material Design WordPress Theme
Version: 0.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: materialwp
Tags: right-sidebar, fluid-layout, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MaterialWP is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: #007fc4;
	color:#fff;
	font-size: 15px;
}
.page-template-template-compania #masthead {
	background: #007fc4;
}
html {


}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
	font-family: 'Open Sans', sans-serif;

}
.ripple-wrapper {
	display:none;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}




/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.form-control-wrapper .form-control, .form-control, fieldset[disabled] .form-control:focus, .form-control-wrapper .form-control:focus, .form-control:focus, fieldset[disabled] .form-control.focus, .form-control-wrapper .form-control.focus, .form-control.focus {
	padding: 0;
	float: none;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #757575;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #fff;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
}

a:visited {

}

a:hover,
a:focus,
a:active {
	color: #fff;
}

.single .site-content a {
	color: #f3c062;
	text-decoration:underline;
}
.single .site-content a.btn{
	text-decoration: none;
}
.single .site-content a:hover {
	text-decoration:none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.logotipo {
	position: absolute;
	top:-22px;
	z-index: 2;
	margin:0;
	padding:0;
}

.navbar-inverse.navbar {
	background: #000;
	margin:29px 0 0 0;
	position:relative;
}

.navbar-nav>li {
	float: none;
	display: inline-block;
}
.redes_cabecera {
	float: right;
	margin:22px 0 0 15px
}
.redes_sociales {
	display: inline-block;
	/*float: right;*/
}
.menu-principal {
	display: inline-block;
}
body .navbar-collapse.collapse {
	/*display: inline-block !important;*/
	/*padding:10px 10px 0 0;*/
	padding-top:10px;
}

.navbar .navbar-nav>li>a  {
	font-size:15px;
	text-transform: uppercase;
	padding-left:8px;
	padding-right:8px;
	font-weight: 600;
}
.footer-menu.navbar .navbar-nav>li>a  {
	font-size:14px;
	text-transform: none;
	padding-left:12px;
	padding-right:12px;
	font-weight: 400;
	opacity:0.6
}
.navbar .navbar-nav>li>a:hover  {
    color: #fff;
	opacity:1
}
.navbar .navbar-nav>a,
.navbar .navbar-nav>a:focus {
	color: inherit;
	/*background-color: rgba(255,255,255,.1);*/
	background-color: transparent;
}
.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.active>a:focus {
	color: #007fc4;
	/*background-color: rgba(255,255,255,.1);*/
	background-color: transparent;
}


.postid-71 #menu-item-10560 a,
.postid-56 #menu-item-10560 a,
.postid-84 #menu-item-10560 a,
.postid-10411 #menu-item-10560 a,
.postid-10412 #menu-item-10560 a,
.postid-90 #menu-item-10560 a,
.postid-93 #menu-item-10560 a,
.postid-97 #menu-item-10560 a,
.postid-10413 #menu-item-10560  {
	color: #007fc4;
}
.postid-10573 #menu-item-10559 a,
.postid-10572 #menu-item-10559  {
	color: #007fc4;
}
@media (max-width: 767px) {
	#masthead{
		position: fixed;
		width: 100%;
		z-index: 200;
		transform: translate3d(0px, 0px, 1000px);
	}
	.site-content{
		position: relative;
		padding-top: 55px;

	}
	body.home.page .site-content,
	body.single.single-pilotos .site-content,
	body.page.page-template-template-contacto .site-content,
	body.page.page-template-template-caracter00 .site-content,
	body.page.page-template-template-eg00 .site-content,
	body.page.page-template-template-motor .site-content,
	body.page.page-template-template-campana .site-content,
	body.page:not(.page-id-10563) .site-content,
	body.page .site-content,
	body.single .site-content,
	body.page-template-template-compania .site-content{
		padding-top: 55px;
	}
}

/*
.navbar-nav>li.menu-item-10559,
.navbar-nav>li.menu-item-10560,
#menu-menu-principal li.menu-item-10559,
#menu-menu-principal li.menu-item-10560{
	display:none;
}*/
#menu-item-10559,
#menu-item-10560
{
	display:none;}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-bottom: 40px;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding-right: 20px;
	padding-bottom: 40px;
}





/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget ul {
	padding: 15px;
	margin-left: 0;
}

.widget-area ul li {
	list-style: none;
}

.widget .textwidget, .widget #calendar_wrap, .widget .tagcloud, .widget .form-search {
	padding: 15px;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
#primary {

	/*
	word-wrap: break-word;
	-ms-word-break: break-all;
	Be VERY careful with this, breaks normal words wh_erever
     word-break: break-all;
     Non standard for webkit
     word-break: break-word;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
    hyphens: auto;*/

}

.sticky {
	display: block;
}

.hentry {
	/*margin: 0 0 30px;*/
	margin:0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-meta span,
.entry-footer span  {
	margin-right: 20px;
	display: inline-block;
}

.entry-meta span:last-child,
.entry-footer span:last-child {
	margin-right: 0;
}

.entry-meta span a,
.entry-footer span a {
	color: #777;
	text-decoration: none;
	font-size: 90%;
}

.entry-meta span a:hover,
.entry-footer span a:hover {
	text-decoration: underline;
}

.entry-meta span i,
.entry-footer span i {
	color: #777;
	font-size: 80%;
}

.entry-footer .edit-link {
	float: right;
}

.entry-container {
	/*padding: 35px;*/
}

.entry-container h1{
	margin: 0;
}

.entry-container h1 a{
	color: #404040;
}

.entry-container h1 a:hover{
	text-decoration: none;
	color: #007fc4;
}

a.read-more {
	text-transform: uppercase;
	color: #404040;
	font-weight: 500;
}

a.read-more:hover {
	text-decoration: none;
	color: #007fc4;
}

.card {
	background-color: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	border-radius: 2px;
	border: 0;
}

.card .entry-img {
	background-color: #F4F4F4;
}

/* Home */
.home_bloque_slider {
	width: 100%;
	overflow:hidden;
}
/*.home_bloque_slider .home-slider-wrapper{
	padding-bottom:35%;
	position:relative;
}
.home_bloque_slider .home-slider-wrapper .home-slider-inner {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
*/

.home_bloque_slider .ms-skin-default .ms-nav-next  {
	/*right: 30px;*/
	margin-top: -20px;
	width: 17px;
	height: 33px;
	background: none;
	/*margin: 0;*/
	top: 50%;
	opacity: 1;
}
.home_bloque_slider .ms-skin-default .ms-nav-prev {
	/*left: auto;*/
	margin-top: -20px;
	width: 17px;
	height: 33px;
	background: none;
	/*margin: 0;*/
	top: 50%;
	opacity: 1;
}


.home-slider-inner.n_eventos_0    .img_exageradamente {
    margin-top: 140px;
}

.ms-skin-default .ms-nav-prev:before {
	height: 33px;
	width: 17px;
	display: block;
	content: ' ';
	background: url('images/motor-slide-left.png') no-repeat center top;
}
.ms-skin-default .ms-nav-next:before {
	height: 33px;
	width: 17px;
	display: block;
	content: ' ';
	background: url('images/motor-slide-right.png') no-repeat center top;
}

.eventos-slide-wrapper {
	max-width: 650px;
	margin:0 auto;
}

.evento-slide {
	width: 100%;
	float:left;
	margin:40px auto 0 auto;
	font-weight: 400;
	text-shadow: 0 2px 10px #000;
	text-align: left;
}

.n_eventos_1 .evento-slide {
	float:none;
}

.evento-slide .evento-info {
	width:100%;
	float:left;
	background: url('images/evento-slide-bg.png') no-repeat bottom left;
	padding-bottom:5px;
}
.evento-slide .evento-info .evento-data {
	width:60%;
	float:left;
}
.evento-slide .evento-info .evento-countdown-data {
	width:40%;
	float:left;
	text-align: right;
}
.evento-slide .evento-tit {
	color:#007fc4;
	font-size:22px;
	font-weight: 400;
	text-transform:uppercase;
	background: url('images/evento-slide-bg.png') no-repeat bottom left;
	padding-bottom:5px;
	margin-bottom:5px;
}
.evento-slide .evento-data {
	font-size:21px;
	text-transform:uppercase;
}
.evento-slide .evento-lugar {
	font-weight: 600;

}
.evento-slide .evento-countdown {
	font-size:30px;
}




h2.home {
	font-size:24px;
	font-weight: 600;
	/*font-family: 'Oswald', sans-serif;*/
	text-transform: uppercase;
	margin:0 0 35px 0;
	padding:0;
}
h2.home a:hover,
h2.home a:focus,
h2.home a:visited {
	text-decoration:none;
}
.bloque_actualidad {
	background:url('images/home_actualidad_bg.jpg') no-repeat center top;
	background-size:cover;
	min-height: 300px;
	padding:70px 0 90px 0;
}
.page-template-template-caracter00 .bloque_actualidad {
	background:url('images/caracter-00-actualidad-bg.jpg') no-repeat center top;
	background-size:cover;
}

.bloque_actualidad .noticia-item {
	height: auto;
	/*background-size:100%;*/

}

.bloque_actualidad .noticia-item .noticia-foto {
    position: relative;
    width: 100%;
    min-height: 120px;
    text-align: center;
    background-size: cover;
	background-repat:no-repeat;
    background-position: center center;
    transition: all .75s ease-in-out;
	overflow: hidden;
}

.bloque_actualidad .noticia-item .noticia-foto .noticia-cat {
	position:absolute;
	padding:5px 10px;
	color:#fff;
	background:#007fc4;
	font-size:13px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	left:0;
	top:0;
	z-index:1;
}
.bloque_actualidad .noticia-item.item-1b .noticia-foto .noticia-cat,
.bloque_actualidad .noticia-item.item-2b .noticia-foto .noticia-cat {
	top:20px;
}
.noticia-caracter .single-cat {
	margin:0 0 10px 0;
	padding:5px 10px;
	color:#fff;
	background:#007fc4;
	font-size:13px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}
.bloque_actualidad .noticia-item .noticia-foto .noticia-cat.cat-382,
.noticia-caracter .single-cat.cat-382
{
	background:#18812b;
}
.bloque_actualidad .noticia-item .noticia-foto .noticia-cat.cat-379,
.noticia-caracter .single-cat.cat-379 {
	background:#3a251b;
}
.bloque_actualidad .noticia-item .noticia-foto .noticia-cat.cat-381,
.noticia-caracter .single-cat.cat-381 {
	background:#f1a223;
}
.bloque_actualidad .noticia-item .noticia-foto .noticia-cat.cat-380,
.noticia-caracter .single-cat.cat-380 {
	background:#007fc4;
}

/*.bloque_actualidad .noticia-item .noticia-foto:hover {

	-moz-transform: scale(2,2);
	-webkit-transform: scale(2,2);
	transform: scale(2,2);
}*/

.bloque_actualidad .noticia-item .noticia-foto .noticia-imagen-2 {
	transition: transform 1s ease;
	transform: scale3d(1,1,1);
	width:100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-repat:no-repeat;
	background-position: center center;
}
.bloque_actualidad .noticia-item .noticia-foto:hover .noticia-imagen-2 {
	transform: scale3d(1.2,1.2,1);
}

.bloque_actualidad .noticia-item .noticia-foto .noticia-imagen {
	transition: transform 1s ease;
	transform: scale3d(1,1,1);
}
.bloque_actualidad .noticia-item .noticia-foto:hover .noticia-imagen {
	transform: scale3d(1.2,1.2,1);
}

.bloque_actualidad .noticia-item .noticia-foto .video_youtube {
	width: 100%;
	height: 100%;
	display: block;
	position:absolute;
	z-index: -1;
}

.bloque_actualidad .noticia-item .noticia-foto .video_youtube {
	width: 100%;
	height: 100%;
	background: #000;
	display: block;
	position:absolute;
	right:0;
	top:0;
	z-index: -1;
}

.bloque_actualidad .noticia-item .noticia-foto .play-video-home-2  {
	color: #fff;
	border: 3px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	font-size: 30px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
}
.close-video {
	width:20px;
	height: 20px;
	/*display: block;*/
	font-weight: 600;
	background: #fff;
	color:#000;
	border-radius: 100%;
	position:absolute;
	right:5px;
	top:5px;
	z-index:10;
	text-align: center;
	line-height: 18px;
	display: none;
	cursor:pointer;
}

.bloque_actualidad .noticia-item.item-1 .noticia-foto {
	height: 410px;
}
.bloque_actualidad .noticia-item.item-2 .noticia-foto,
.bloque_actualidad .noticia-item.item-3 .noticia-foto{
	height: 195px;

}
.bloque_actualidad .noticia-item.item-4 .noticia-foto,
.bloque_actualidad .noticia-item.item-5 .noticia-foto{
	height: 303px;
}


.bloque_actualidad .noticia-item.item-1b .noticia-foto,
.bloque_actualidad .noticia-item.item-2b .noticia-foto{
	height: 385px;
}
.bloque_actualidad .noticia-item.item-3b .noticia-foto,
.bloque_actualidad .noticia-item.item-4b .noticia-foto,
.bloque_actualidad .noticia-item.item-5b .noticia-foto,
.bloque_actualidad .noticia-item.item-6b .noticia-foto{
	height: 195px;
}




.home_redes_sociales video {display: block;width: 100%;height: auto;}

.play-video-home-2 {
	position:absolute;
	z-index:999;
	cursor: pointer;
}



.home_redes_sociales {
	background:#b3b7aa;
	min-height: 300px;
	background-image:none;
}
.home_redes_sociales h2.home {
	color:#000;
}
.home_rrss_wrapper {
	margin:90px 0 55px 0;
	/*padding:25px 20px;
	background: rgba(255, 255, 255, 0.5);*/
}
.home_rrss_wrapper .wdi_load_more {
	display:none !important;
}
h3.rrss {
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	background: #007fc4;
	margin:0;
	padding:8px 15px;
}
.bloque_rrss {
	display: block;
	width: 100%;
	overflow:hidden;
}
/*.home_redes_sociales .bloque_rrss:first-child {
	margin:0 0 20px 0;
}*/
.bloque_rrss.home_youtube {
	background: #000;
}
.bloque_rrss .wrapper {
	padding:10px 20px 5px 20px;
}
h3.rrss i {
	margin-right:10px;
}
.home_instagram-2 {
	height: 360px;
	overflow:hidden;
	background: #fff;
	padding-bottom: 5px;
}
.home_instagram-2 #wdi_feed_0 .wdi_feed_container {
	background-color: transparent;
}
.home_youtube-2 {
	height: 360px;
	background:#dfe0db;
}
.home_youtube-2 .video-data {
	font-size:14px;
	line-height: 18px;
	padding:10px;
	color:#000;
}
.home_youtube-2 .video-data p {
	margin:0 0 5px 0;
}
.home_youtube-2 .video-data p:last-child {
	margin:0;
}
.home_twitter-2 {
	margin-top:25px;
	/*height:100px;*/
	overflow:hidden;
	background: #dfdfdb;

}
.home_twitter-2 a {
	color:#007fc4;
}
.home_twitter-2 ul {
	list-style: none;
	padding:10px;
	margin:0;
	color:#000;
	font-size:14px;
}
.home_twitter-2 .twitterwidget-title {
	display: none;
}

.home_twitter-2 .SandboxRoot.env-bp-660 .timeline-Tweet-text {
	font-size:15px;
	line-height:18px;
}

.home_formula1,
.motor-formula1 {
	background:#010101 url('images/home_f1_bg.jpg') no-repeat right bottom;
	background-size:cover;
	text-shadow: 0 2px 10px #000;
	padding:35px 0;
}
.home_formula1 .row_f1 {
	position:relative;
}
.home_evento_wrapper {
	position:absolute;
	bottom:0;
	left:15px;
	z-index: 2;
}
.home_evento_wrapper h2.home{
	font-family: 'Oswald', sans-serif;
	font-size:70px;
	line-height: 90px;
	font-weight: 600;
	font-style: italic;
	background: url('images/separador_horizontal_01.png') no-repeat left bottom;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}
.home_evento_wrapper h3.home_eventos {
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	margin:0 0 10px 0;
}
.home_evento_wrapper .evento_wrapper{
	background: url('images/separador_horizontal_01.png') no-repeat left bottom;
	padding:0 10px 10px 0;
	margin:0 0 10px 0;
}
.home_evento_wrapper .evento_tit {
	font-family: 'Oswald', sans-serif;
	font-size:32px;
	line-height: 35px;
	font-weight: 300;
	text-transform: uppercase;
	margin:0 0 10px 0;
}
.home_evento_wrapper .evento_fecha {
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	font-weight: 300;
	text-transform: uppercase;
	margin:0;
}
.home_evento_wrapper .evento_countdown {
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	line-height:40px;
	font-weight: 300;
	margin-bottom:40px;
}
.home_formula1 .home_f1_pilotos_wrapper {
	padding:80px 0 50px 0;
	position:relative;
}
.home_formula1 .home_f1_pilotos {
	width: 100%;
	position:absolute;
	left:0;
	bottom:20px;
	z-index:2;
}
.home_f1_pilotos .piloto_link {
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	line-height:40px;
	font-weight: 600;
	font-style: italic;
	color:#fff;
	text-transform: uppercase;
}
.home_f1_pilotos .piloto_link:hover {
	text-decoration:none;
}


.home_motociclismo {
	background:url('images/estrella00_bg.jpg') repeat-y left top;
    background-size:100% auto;
	text-shadow: 0 2px 10px #000;
	padding:50px 0;
}
.row_motociclismo_01 {
	margin-bottom:30px;
}
.home_motociclismo .piloto_link {
	font-family: 'Oswald', sans-serif;
	font-size:26px;
	line-height:60px;
	font-weight: 600;
	font-style: italic;
	color:#fff;
	text-transform: uppercase;
}
.home_motociclismo_wrapper {

}
.home_motogp_pilotos_wrapper,
.home_moto2_pilotos_wrapper,
.home_moto3_pilotos_wrapper{
	text-align: center;
	position:relative;
}
.home_motogp_pilotos_wrapper img,
.home_moto2_pilotos_wrapper img,
.home_moto3_pilotos_wrapper img {
	margin:0 auto;
}
.home_motogp_pilotos ,
.home_moto3_pilotos {
	width: 100%;
	position:absolute;
	bottom:10px;
	left: 0;
	z-index: 1;
}
.home_moto2_pilotos {
	width: 100%;
	position:absolute;
	bottom:13px;
	left: 0;
	z-index: 1;
}
.home_motociclismo .row_motociclismo_02 {
	position: relative;
}

.home_estrellagalicia00 {
	/*background: #002e59 url('images/home_estrella00_bg.png') repeat-x left bottom;*/
	background: url('images/estrella-galicia-00-bg.jpg') no-repeat center top;
	background-size: cover;
	padding: 85px 0;
	min-height: 780px;

}
.home_estrellagalicia00 .botellas_wrapper{
	/*background: url('images/home_estrella00_botellas.png') no-repeat right bottom;*/
	/*padding:60px 0 110px 0;*/
	/*min-height:765px;*/
}
#home_eg00_intro .content{
	margin:60px 0 50px 0;
	font-size:16px;
	line-height: 24px;
}
#home_eg00_video .video_wrapper {
	/*width: 530px;*/
	/*margin:0 0 0 80px;*/
	margin: 30px 0;
	text-align: center;
	position:relative;

	/*background: url('images/home_estrella00_video_bg.png') no-repeat center center;
	background-size:cover;*/
}
#home_eg00_video .video_wrapper #video-home-placeholder{
	position:absolute;
	top:0;
	left:0;
	z-index: -2;
	width: 100%;
	height: 100%;
	display: block;
}
.play-video-home .material-icons {
	color:#fff;
}
.material-icons.play-video-home {
	color:#fff;
	border:5px solid #fff;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:60px;
	height:60px;
	font-size:42px;
	text-align: center;
	line-height: 48px;
	display: inline-block;
	cursor: pointer;

	position:absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
}

#video-eg00-mobile {
	width: 100%;
	text-align: center;
}
.video.pretty-embed {
	text-align: center;
	margin: 0 auto;
}



.home_clubeg00 {
	padding:40px 0 60px 0;
	background:#010101 url('images/club-eg-bg.jpg') no-repeat right bottom;
	background-size:cover;
}
.home_clubeg00 .data-1 {
	font-size:30px;
	font-weight: 600;
	color:#fff;
	margin-top:30px;
}
.home_clubeg00 .data-1 .txt-11{
	margin:0;
	color:#000;
}
.home_clubeg00 .data-1 .txt-12{
	margin:0;
}

.home_clubeg00 .data-2 {
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	padding:10px 0;
	margin:10px 0 20px 0;
}
.home_clubeg00 .data-2 .txt-21{
	font-size:30px;
	line-height: 35px;
	margin:0;
}
.home_clubeg00 .data-2 .txt-22{
	font-size:35px;
	line-height: 40px;
	margin:0;
	font-weight: 600;
}
.home_clubeg00 .data-2 .txt-23{
	font-size:18px;
	margin:20px 0 0 0;
}

.home_clubeg00 .data-3 .txt-31{
	margin:10px 0 0 0;
}
.home_clubeg00 .data-3 img {
	max-width: 200px;
}

.entry-header {
	padding:50px 0;
}
.page-template-template-eg00 .entry-header {
	padding:50px 0 40px 0;
}

.blog .entry-header,
.archive .entry-header {
	padding: 50px 0 25px 0;
}

h1.entry-title, h2.entry-title {
	/*font-family: 'Oswald', sans-serif;*/
	font-weight: 600;
	font-size:37px;
	line-height: 42px;
	margin:0;
	text-transform: uppercase;
}
.entry-header .subtit {
	font-size:24px;
	font-weight: 600;
	text-transform: uppercase;
	margin:15px 0 0 0;
}


/* Estrella Galicia 0,0 */
.percepciones_wrapper {
	max-width:360px;
}
#eg00-caracteristicas-tecnicas {
	/*background:url('images/estrella00_bg.jpg') repeat-y left top;
    background-size:100% auto;*/
}
#eg00-caracteristicas-tecnicas .eg00-caracteristicas-tecnicas-wrapper {
	/*background:url('images/interior_estrella00_botellas.png') no-repeat center bottom;*/
	padding:0 0 100px 0;
}
.eg00-caracteristicas-tecnicas-wrapper .container {
	position:relative;
}
.eg00-caracteristicas-tecnicas-wrapper .botella-bg {
	width:464px;
	padding-bottom:85%;
	background: url('images/eg00-botella.png') no-repeat center center;
	background-size:contain;

	position:absolute;
	bottom:0;
	left:12%;
	/*z-index: -1;*/
}

.eg00-caracteristicas-tecnicas-wrapper .botella-bg .tapon-bg {
	width:232px;
	padding-bottom:54%;
	background: url('images/eg00-tapon.png') no-repeat center center;
	background-size:contain;

	position:absolute;
	bottom:0;
	right:-15%;
	/*z-index: -1;*/
}

#eg00-caracteristicas-tecnicas .dato {
	border-bottom:1px solid #fff;
	padding-bottom:15px;
	margin-bottom:15px;
}
#eg00-caracteristicas-tecnicas p {
	margin:0;
}
#eg00-caracteristicas-tecnicas .dato-tit {
	color:#f3c062;
}
#eg00-caracteristicas-tecnicas .dato-dato {
	padding:0 0 0 20px;
}
#eg00-caracteristicas-tecnicas .dato-2 {
	margin-bottom:20px;
}
#eg00-caracteristicas-tecnicas .dato-2 .dato-tit {
	font-weight:600;
	text-transform: uppercase;
	margin-bottom:10px;
}
#eg00-caracteristicas-tecnicas .dato-2 .dato-dato {
	padding:0;
}
#eg00-caracteristicas-tecnicas .dato-2 .dato-dato strong {
	font-weight: 400;
}

.sugerencias-maridaje {
	margin-top:40px;
}
.sugerencias-maridaje .maridaje-item {
	margin-bottom:15px;
}
.sugerencias-maridaje .maridaje-item:last-child {
	margin-bottom:0;
}

.sugerencias-maridaje .maridaje-item .row {
	margin:0 -7px;
}
.sugerencias-maridaje .maridaje-item .col-sm-4,
.sugerencias-maridaje .maridaje-item .col-sm-8 {
	padding:0 7px;
}

.sugerencias-maridaje h3 {
	font-size:20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sugerencias-maridaje .maridaje-img {
	border:1px solid #fff;
}
.sugerencias-maridaje .maridaje-title  a {
	color:#f3c062;
}


#eg00-introduccion {
	padding:0 0 70px 0;
	background: url('images/eg00-intro-bg.png') no-repeat center top;
	background-size:cover;
}

.titulo-producto h1 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 800;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	font-weight: 700;
	margin:20px 0 10px 0;
}
#eg00-introduccion h2 {
	font-size: 21px;
	font-weight: 600;
	margin:0 0 25px 0;
}
.texto_intro_producto p:last-child{
	margin-bottom:0;
}
.tit_materias {
	display: block;
	float: none;
	margin: 15px 0 25px 0;
	font-size: 17px;
}

.materias_primas .row div {
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 60px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.ico-agua {
	background-image: url(images/icono-aguas.png);
}
.ico-malta {
	background-image: url(images/icono-maltas.png);
}
.ico-lupulo {
	background-image: url(images/icono-lupulos.png);
}
.ico-levadura {
	background-image: url(images/icono-levadura.png);
}
.materias_primas .row div strong {
	font-size: 15px;
}
.item_nutricional{
	/*margin-bottom:10px;*/
}
.item_nutricional:last-child {
	margin-bottom:0;
}
.titulo-nutricional {
	font-size: 17px;
	font-weight: bold;
	/* text-transform: uppercase; */
	margin-bottom: 5px;
}
span.gris {
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	font-weight: 400;
}
.nombre_nutri {
	display: inline-block;
	font-weight: 600;
	line-height: 20px;
}


#eg00-informacion {
	padding:50px 0;
}





.info-botella {
	max-width: 250px;
}
.info-botella img {
	margin: 0 auto;
	display: block;
	float: none;
	margin-top: 0px;
	/* max-width: 150px; */
	position:relative;
	left:-30px;
}

.item-info {
    margin-bottom: 15px;
    display: table;
    width: 100%;
}
.info-izquierda .nombre-item-info {
    padding-right: 15px;
    text-align: right;
}
.informacion-producto {
	background-position:  calc( 50% - 3px ) center;
	background-repeat: no-repeat;
}
.informacion-producto .nombre-item-info {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 55%;
    display: inline-block;
    padding-top: 10px;
}

.info-izquierda .nombre-item-info {
    padding-right: 15px;
    text-align: right;
}
.info-derecha .nombre-item-info {
    padding-left: 15px;
}

.icono-info-ext {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
.icono-info {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 1px #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/b2_ico1.png);
    position: relative;
    vertical-align: top;
}
.icono-info:before {
    content: "";
    height: 1px;
    width: 100px;
    background-color: #fff;
    position: absolute;
    right: -100px;
    top: 39px;
    bottom: 0;
}
.info-derecha .icono-info:before {
    left: -100px;
}

.item-info1 .icono-info {
    background-image: url(images/b2_ico1.png);
}
.item-info2 .icono-info {
    background-image: url(images/b2_ico11.png);
}
.item-info3 .icono-info {
    background-image: url(images/b2_ico6.png);
}
.item-info4 .icono-info {
    background-image: url(images/b2_ico9.png);
}
.item-info5 .icono-info {
    background-image: url(images/b2_ico10.png);
}

.info-derecha .icono-info {
    float: right;
}
.item-info6 .icono-info {
    background-image: url(images/b2_ico5.png);
}
.item-info7 .icono-info {
    background-image: url(images/b2_ico12.png);
}
.item-info8 .icono-info {
    background-image: url(images/b2_ico7.png);
}
.item-info9 .icono-info {
    background-image: url(images/b2_ico8.png);
}
.item-info span.gris {
    display: block;
}

.contenido_maridaje ul {
    margin-top: 20px;
}
.contenido_maridaje ul,
.contenido_maridaje ul li {
    margin-left: 0;
    padding-left: 0;
}
.contenido_maridaje ul li {
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 33px;
    font-size: 13px;
    padding-top: 3px;
    min-height: 30px;
}
.contenido_maridaje ul li.ico-quesos {
    background-image: url(images/ico-queso.png);
}
.contenido_maridaje ul li.ico-verduras {
    background-image: url(images/ico-verdura.png);
}
.contenido_maridaje ul li.ico-mariscos {
    background-image: url(images/ico-marisco.png);
}
.contenido_maridaje ul li.ico-pescados {
    background-image: url(images/ico-pescados.png);
}








#video-eg00-placeholder,
#video-formula-1-placeholder {
    position:absolute;
    top:0;
    left:0;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
}
#eg00-video {
    background:url('images/interior_estrella00_video_bg.png') no-repeat center center;
    background-size:cover;
    text-align: center;
    position:relative;
    padding:140px 0 190px 0;
    font-size:16px;
}
#eg00-video h2 {
    font-family: 'Oswald', sans-serif;
    font-size:42px;
    line-height:58px;
    font-weight: 600;
    font-style: italic;
    color:#fff;
    text-transform: uppercase;
    text-shadow: 0 2px 10px #000;
    margin:0;
}
.play-video-wrapper {
    width:115px;
    height:115px;
    display: inline-block;
    margin:25px auto;
    background-color: rgba(255, 255, 255, .2);
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    padding:20px;
    position:relative;
}
.play-video-wrapper .material-icons.play-video {
    color:#fff;
    border:5px solid #fff;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    width:60px;
    height:60px;
    font-size:42px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    cursor: pointer;

    position:absolute;
    left:calc(50% - 30px);
    top:calc(50% - 30px);
}
#eg00-formatos {
    background: rgba(0,0,0,0.15);
}


#eg00-formatos .row.row-formatos {
    margin:0 -2px;
}
#eg00-formatos .row.row-formatos .col-sm-15 {
    padding:0 2px;
}

.formato-item {
    box-sizing: border-box;
    padding:2px 1px;
    background: rgba(0,0,0,0.15);
    /*cursor:pointer;*/
	position:relative;
	overflow:hidden;
}


.formato-imagen {

}

.formato-tapa {
	background: rgba(0,0,0,0.45);
	opacity:1;
	width:100%;
	height: 100%;
	display: block;
	position:absolute;
	left:0;
	top:100%;

	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.formato-item:hover .formato-tapa {
	top:0;
}

.formato-tapa .content{
	/*background: rgba(0,0,0,0.25);*/
	width:100%;
	height: 100%;
	display: table;
}
.formato-tapa .content .data{
	vertical-align: middle;
	width:100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	padding:20px;
	text-shadow: 1px 1px 5px #212121;
}
.formato-tapa .formato-tit {
	font-size:20px;
}
/*
#eg00-formatos .formatos-wrapper {
	padding:65px 90px;
}
#eg00-formatos h2 {
	font-weight: 600;
	text-transform: uppercase;
	font-size:24px;
	text-align: center;
}
#eg00-formatos .formato-item {
	background: #3384bc;
	padding:25px;
}
#eg00-formatos .formato-item .formato-tit {
	font-size:30px;
	font-weight: 600;
}
#eg00-formatos .formato-item .formato-data {
	font-size:12px;
	font-weight: 400;
	text-transform: uppercase;
}
#eg00-formatos .formato-img-wrapper {
	position:relative;
}
#eg00-formatos .formato-img-wrapper .formato-img {
	position:absolute;
	left:calc(50% - 27px);
	bottom:-110px;
	z-index: 1;
}*/

#eg00-pasos  {
	/*padding:60px 0 0 0;*/
	background: url('images/eg00-pasos-bg.png') no-repeat center center;
}
#eg00-pasos h2 {
	font-size:30px;
	font-weight: 600;
	text-align: center;
	margin:0 0 25px 0;
}
#eg00-pasos h2 strong {
	color:#f3c062;
}
#eg00-pasos .pasos-botella .intro {
	font-size:19px;
	text-align: center;
}
#eg00-pasos .pasos-tiraje {
	margin-top:60px;
}
#eg00-pasos .pasos {
	margin-top:40px;
}
.paso-item {
	text-align: center;
}
.paso-item h3 {
	color:#dca636;
	/*font-weight: 400;*/
	text-transform: uppercase;
	font-size:15px;
	margin:25px 0 20px 0 ;
	font-weight: 700;
}
.paso-item img {
	margin-left:-15px;
}

#eg00-canha-perfecta {
	padding:50px 0;
	background:url('images/moto-gp-degradado-inferior.png') repeat-x left bottom;
}



#eg00-canha-perfecta .canha-video-item {
	margin:0 0 10px 0;
}
#eg00-canha-perfecta .canha-video-item:last-child {
	margin:0;
}
#eg00-canha-perfecta .video-tit {
	text-transform: uppercase;
	font-size:14px;
}


#eg00-canha-perfecta .video_wrapper {
	position: relative;
}
#eg00-canha-perfecta .material-icons.play-video-canha {
	color: #fff;
	border: 5px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	font-size: 42px;
	text-align: center;
	line-height: 48px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
}

#eg00-canha-perfecta .video_wrapper #video-canha-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	display: block;
}

#eg00-canha-perfecta .videos_mobile .video {
	margin-bottom:25px;
}
#eg00-canha-perfecta .videos_mobile .video:last-child {
	margin-bottom:0;
}


/* Caracter 0,0 */
#caracter00-video  {
	background:url('images/caracter-00-video-bg.jpg') no-repeat center top;
	background-size:cover;
	padding:85px 0;
	min-height: 780px;
}
h2.caracter {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 52px 0;
}

#caracter00-video .video_wrapper {
	/*width: 530px;*/
	margin: 30px 0;
	text-align: center;
	position: relative;
}
#caracter00-video .video_wrapper #video-caracter-00-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	display: block;
}

/* Motor */
.motor-slider {
	background: url('images/motor-slide-bg.jpg') no-repeat center top;
	background-size:cover;
	min-height: 500px;
}
.motor-slider .slider {
	background: transparent;
}

.motor-slider #slider {
	min-height: 380px;
}
.motor-slider .flex-viewport {
	margin:0 20px;
}
.motor-slider .flexslider {
	margin: 0;
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.motor-slider .flex-direction-nav .flex-disabled {
	opacity: 1!important;
	filter: alpha(opacity=1);
	cursor: default;
	z-index: 0;
}
.motor-slider .flex-direction-nav a {
	width: 17px;
	height: 33px;
	margin: 0;
	top: 50%;
	opacity: 1;
}
.motor-slider .flex-direction-nav .flex-prev,
.motor-slider .flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: -35px;
}
.motor-slider .flexslider:hover .flex-direction-nav .flex-next,
.motor-slider .flex-direction-nav .flex-next {
	right:-35px;
	opacity: 1;
}
.motor-slider .flex-direction-nav a:before {
	height: 33px;
	width:17px;
	display: block;
	/*content: url('images/motor-slide-left.png');*/
	content: ' ';
	background: url('images/motor-slide-left.png') no-repeat center top;
}
.motor-slider .flex-direction-nav a.flex-next:before {
	/*content: url('images/motor-slide-right.png');*/
	content: ' ';
	background: url('images/motor-slide-right.png') no-repeat center top;
}
.motor-slider .slide-item .data {
	/*margin:40px 0 0 0;*/
	font-size:14px;
	padding-bottom:40px;
}
.motor-slider .slide-item .data p:last-child {
	margin:0;
}
.motor-slider .slide-item .data img{
	max-width: 200px;
	margin:0 auto;
}
.motor-slider .slide-item .data strong{
	font-weight: 400;
	color:#e5bf68;
}
.motor-slider .slide-item.slide-item-2015 .data img {
	max-width: 125px;
}
.motor-slider .slide-item.slide-item-2014 .data img {
	 max-width: 250px;
}
.motor-slider .slide-item .year{
	display:none;
	font-size:30px;
	font-weight: 400;
}

.slide-item.slide-item-2011 .data {
	/*padding-top:70px;*/
}
#row-slide-motor {
	display: flex;
}
#row-slide-motor .col-data {
	display: flex;
	flex-direction:column;
	justify-content: center;

}

.motor-slider .time-line {
	background: url('images/motor-timeline-bg.png') no-repeat center calc( 100% - 6px );
	text-align: center;
	margin:25px 0 50px 0;
}
.motor-slider .time-line ul {
	display: inline-block;
	width: auto !important;
}
.motor-slider .time-line ul li {
	height: 50px;
	display: inline-block;
	color:#ababab;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height:40px;
	position:relative;
	width:85px;
	padding-bottom:7px;
}
.motor-slider .time-line ul li:hover {
	font-size: 34px;
	color:#fff;
}

.motor-slider .time-line ul li .anho{
	height: 50px;
	width: 100%;
	position:absolute;
	bottom:0;
	left: 0;
	cursor:pointer;
	text-align: center;
	display: inline-block;
	/*background: #000;*/

}

.motor-slider .time-line .flex-direction-nav {
	display: none;
}
.motor-slider .time-line .flex-active-slide {
	font-size: 34px;
	color:#fff;
}
.motor-slider .time-line ul li:before {
	content: ' ';
	width:5px;
	height: 5px;
	display: block;
	border-radius: 100%;
	background: #fff;
	position:absolute;
	bottom:0;
	right: calc( 50% - 3px );

}

.page-template-template-motor .motor-motociclismo {
	padding:35px 0;
}

.motociclismo-laureles img{
	max-width: 525px;
	width: 100%;
}
.row_f1 .formula1-logo{
	margin-top:100px;
}

.evento  {
	margin-top:25px;
}
.evento .evento_tit {
	text-transform: uppercase;
	font-size:22px;
	font-weight: 400;
	line-height: 25px;
	background: url('images/separador_horizontal_01.png') no-repeat left bottom;
	padding: 0 0 5px 0;
	margin: 0 0 3px 0;
}
.evento .evento_wrapper {
	text-transform: uppercase;
	font-size:21px;
	background: url('images/separador_horizontal_01.png') no-repeat left bottom;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}
.evento .evento_lugar {
	font-weight: 600;
	margin:0;
}
.evento .evento_fecha {
	font-weight: 400;
	margin:0;
}
.evento .evento_fecha {
	font-weight: 400;
	margin:0;
}
.evento .evento_countdown {
	font-size:40px;
}


/* Formula 1 */
#formula-1-historia {
	background:url('images/estrella00_bg.jpg') repeat-y left top;
    background-size:100% auto;
}
.formula-1-historia-wrapper {
	background:url('images/formula-1-carlos-bg.png') no-repeat -250px top;
}
.formula-1-historia-wrapper-2 {
	background:url('images/formula-1-carlos-bg-sombra.png') repeat-y right top;
	min-height: 640px;
}
.nav-tabs {
	border-bottom: none;
	background: transparent;
	margin:0;
	padding:0;
	color: rgba(251,251,251,0.4)!important;
}
.formula-1-nav-tabs  {
	text-align: center;
}
.formula-1-nav-tabs .nav-tabs {
	display: inline-block;
	margin: 25px auto 10px auto;
	font-size:18px;
}
.formula-1-nav-tabs .nav-tabs>li>a,
.formula-1-nav-tabs .nav-tabs>li>a:active,
.formula-1-nav-tabs .nav-tabs>li>a:focus {
	line-height: 18px;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-style: italic;
}




.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:active {
	 background-color: transparent!important;
	 border: 0!important;
	 color: rgba(251,251,251,0.4)!important;
	 font-weight: 300;
	 display: inline-block;
 }
.nav-tabs>li>a:hover {
	background-color: transparent!important;
	border: 0!important;
	color: rgba(251,251,251,1)!important;
	font-weight: 300;
	display: inline-block;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: rgba(251,251,251,1)!important;
}
.formula-1-tab-content  {
	text-align: center;
}
.formula-1-tab-content .historia-tit {
	display: inline-block;
	margin:0 auto;
	font-size:48px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-style: italic;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:18px 40px;
	text-shadow: 0 2px 10px #000;
}
.formula-1-tab-content .historia-data {
	text-align: left;
	margin:30px 0;
}
.formula-1-tab-content .historia-data strong {
	font-weight: inherit;
	color:#e5bf68;
}
#formula-1-video {
	background: url('images/formula-1-video-bg.jpg') no-repeat left bottom;
	background-size: cover;
	padding:125px 0 185px 0;
	position:relative;
}
#formula-1-video h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	line-height: 58px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 2px 10px #000;
	margin: 0 0 20px 0;
}


#formula-1-pilotos {
	background:url('images/estrella00_bg.jpg') repeat-y left top;
    background-size:100% auto;
}
#formula-1-pilotos .formula-1-pilotos-bg{
	background:url('images/formula-1-coche-bg.png') no-repeat -250px bottom;
	padding:70px 0 60px 0;
}
#formula-1-pilotos .coche-formula-1 {
	background: url('images/logotipo-f1-bg.png') no-repeat 90px 70px;
	text-align: center;
	padding:161px 0 0 0;
}

.coche-formula-1 .coche-wrapper {
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-shadow: 0 2px 10px #000;
	text-align: center;
	display: inline-block;
}
.coche-formula-1 .coche-wrapper:HOVER {
	color:#5179b2;
}


.coche-formula-1 .coche-img {
	background: url('images/formula-1-str11.png') no-repeat center center;
	background-size:contain;
	width: 100%;
	max-width:550px;
	padding-bottom:52%;
	display:block;
}
.coche-formula-1 .coche-img:hover {
	background: url('images/formula-1-str11-2.png') no-repeat center center;
	background-size:contain;
}

.enlace-piloto {
	font-size:30px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-shadow: 0 2px 10px #000;
	text-align: center;
	display: inline-block;
}
.enlace-piloto:hover {
	text-decoration: none;
}
.enlace-piloto.off {
	color:#5179b2;

	filter: brightness(40%);
	-webkit-filter: brightness(40%);
	-moz-filter: brightness(40%);
	-o-filter: brightness(40%);
	-ms-filter: brightness(40%);
}


.piloto-wrapper{
	/*width: 323px;*/
	width: 275px;
	padding-bottom:164%;
	display: block;
	position:relative;
}
.piloto-wrapper .piloto-img {
	position:absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	display: block;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.piloto-wrapper.carlos-sainz .piloto-img {
	background: url('images/piloto_carlos.png') no-repeat center top;
	background-size:100% auto;
}
/*.enlace-piloto.off .piloto-wrapper.carlos-sainz .piloto-img {
	background: url('images/piloto_carlos2.png') no-repeat center top;
	background-size:100% auto;
}*/
.piloto-wrapper.kvyat .piloto-img {
	background: url('images/piloto_daniil_1.png') no-repeat center top;
	background-size:100% auto;
}
/*.enlace-piloto.off .piloto-wrapper.kvyat .piloto-img {
	background: url('images/piloto_daniil_2.png') no-repeat center top;
	background-size:100% auto;
}*/
.enlace-carlos {
	position:relative;
	left:80px;
	z-index: 2;
}
.enlace-kvyat {
	position:relative;
	left:-40px;
}
.pilotos-moto-gp-wrapper {
	width:100%;
	height:100%;
	background: url('images/moto-gp-pilotos-gp-bg.png') no-repeat center top;
	background-size:contain;
}
.pilotos-moto-gp {
	height: 300px;
	position:relative;
}


.pilotos-moto-gp .piloto-wrapper{
	width: 181px;
	/*padding-bottom:166%;*/
	/*padding-bottom:150%;*/
	padding-bottom:170%;
}
.pilotos-moto-gp .pilotos-moto-gp-1 {
	position: absolute;
	top:0;
	left:0;
}
.pilotos-moto-gp .pilotos-moto-gp-2 {
	position: absolute;
	top:-1px;
	left:-3px;
}
.piloto-wrapper.pedrosa .piloto-img {
	background: url('images/piloto_pedrosa1.png') no-repeat center top;
	background-size:100% auto;
}
/*.enlace-piloto.off .piloto-wrapper.pedrosa .piloto-img {
	background: url('images/piloto_pedrosa2.png') no-repeat center top;
	background-size:100% auto;
}*/
.piloto-wrapper.marquez .piloto-img {
	background: url('images/piloto_marquez1.png') no-repeat center top;
	background-size:100% auto;
}
/*.enlace-piloto.off .piloto-wrapper.marquez .piloto-img {
	background: url('images/piloto_marquez2.png') no-repeat center top;
	background-size:100% auto;
}*/
.piloto-wrapper.rabat .piloto-img {
	background: url('images/piloto_rabat1.png') no-repeat center top;
	background-size:100% auto;
}
/*.enlace-piloto.off .piloto-wrapper.rabat .piloto-img {
	background: url('images/piloto_rabat2.png') no-repeat center top;
	background-size:100% auto;
}*/
.piloto-wrapper.miller .piloto-img {
	background: url('images/piloto_miller1.png') no-repeat center top;
	background-size:100% auto;
}
/*.enlace-piloto.off .piloto-wrapper.miller .piloto-img {
	background: url('images/piloto_miller2.png') no-repeat center top;
	background-size:100% auto;
}*/
.contenedor-enlace-pilotos  .enlace-piloto {
	font-size:24px;
}

.enlace-pedrosa {
	position:absolute;
	left:0px;
	z-index: 2;
}
.enlace-marquez {
	 position:absolute;
	 left:140px;
	 z-index: 3;
	 text-align: left;
 }
.enlace-marquez .padding {
	padding-left:29px;
}
.enlace-rabat {
	position:absolute;
	left:237px;
	z-index: 2;
}
.enlace-miller {
	position:absolute;
	left:358px;
	z-index: 2;
}

.pilotos-moto-2-wrapper {
	width:100%;
	height:100%;
	background: url('images/moto-gp-pilotos-2-bg.png') no-repeat center top;
	background-size:contain;
}


.pilotos-moto-2 {
	width: 500px;
	height: 300px;
	position:relative;
	margin:0 auto;

}
.pilotos-moto-2 .piloto-wrapper{
	width: 205px;
	/*padding-bottom:146%;*/
	/*padding-bottom:130%;*/
	padding-bottom:146%;
}
.piloto-wrapper.morbidelli .piloto-img {
	background: url('images/piloto_morbidelli1.png') no-repeat center top;
	background-size:100% auto;
}

/*.enlace-piloto.off  .piloto-wrapper.morbidelli .piloto-img {
	background: url('images/piloto_morbidelli2.png') no-repeat center top;
	background-size:100% auto;
}*/
.piloto-wrapper.amarquez .piloto-img {
	background: url('images/piloto_a_marquez.png') no-repeat center top;
	background-size:100% auto;
}

/*.enlace-piloto.off  .piloto-wrapper.amarquez .piloto-img {
	background: url('images/piloto_a_marquez2.png') no-repeat center top;
	background-size:100% auto;
}*/
.piloto-wrapper.rins .piloto-img {
	background: url('images/piloto_rins.png') no-repeat center top;
	background-size:100% auto;
}
/*.enlace-piloto.off  .piloto-wrapper.rins .piloto-img {
	background: url('images/piloto_rins2.png') no-repeat center top;
	background-size:100% auto;
}*/



.enlace-morbidelli {
	position:absolute;
	left:0px;
	z-index: 2;
}
.enlace-amarquez {
	position:absolute;
	left:177px;
	z-index: 3;
}
.enlace-rins {
	position:absolute;
	left:475px;
	z-index: 0;
	text-align: left;
}
.enlace-rins .padding {
	padding-left:50px;
}

.pilotos-moto-3-wrapper {
	width:100%;
	height:100%;
	background: url('images/moto-gp-pilotos-3-bg.png') no-repeat center top;
	background-size:contain;
	margin-top:45px;
}

.pilotos-moto-3 {
	height: 270px;
	position:relative;
	width: 350px;
	margin:0 auto;
}
.pilotos-moto-3 .piloto-wrapper{
	width: 205px;
	/*padding-bottom:146%;*/
	padding-bottom:130%;
}
.piloto-wrapper.navarro .piloto-img {
	background: url('images/piloto_navarro.png') no-repeat center top;
	background-size:100% auto;
}
/*.enlace-piloto.off .piloto-wrapper.navarro .piloto-img {
	background: url('images/piloto_navarro2.png') no-repeat center top;
	background-size:100% auto;
}*/

.piloto-wrapper.bastianini .piloto-img {
	background: url('images/piloto_bastianini1.png') no-repeat center top;
	background-size:100% auto;
}
/*.enlace-piloto.off .piloto-wrapper.bastianini .piloto-img {
	background: url('images/piloto_bastianini2.png') no-repeat center top;
	background-size:100% auto;
}*/

.piloto-wrapper.canet .piloto-img {
	background: url('images/piloto_canet.png') no-repeat center top;
	background-size:100% auto;
}
/*.enlace-piloto.off .piloto-wrapper.canet .piloto-img {
	background: url('images/piloto_canet2.png') no-repeat center top;
	background-size:100% auto;
}*/
.enlace-navarro {
	position:absolute;
	left:0;
	z-index: 3;
}
.enlace-bastianini {
	position:absolute;
	left:0;
	z-index: 3;
}
.enlace-canet {
	position:absolute;
	left:135px;
	z-index: 2;
	text-align: left;
}
.enlace-canet .padding {
	padding-left:85px;
}




#moto-gp-motos {
	padding:60px 0 50px 0;
}
#moto-gp-motos h2.bloque-interior {
	margin-top: 25px;
}
.motos-fila-2 {
	margin:50px 0 0 0;
}


/* Ficha coche */
.logo-f1 {
	width: 238px;
	height:103px;
	display: inline-block;
	background: url("images/logotipo-f1.png") no-repeat center center;

}
.linea-wrapper {
	border-top:1px solid #fff;
}
.linea-wrapper .equipo {
	/*border-left:1px solid #fff;
	padding:20px 0 0 15px;
	position:relative;
	float:left;*/
}

.data-item-ficha-moto {
    width: 100%;
    float: left;
    border-left: 1px solid #fff;
    padding: 20px 0 10px 15px;
}

.data-item-ficha-moto  .tit {
    display: inline-block;
    position: relative;
    color: #f3c062;
}

.data-item-ficha-moto .tit:before {
    content: " ";
    width: 12px;
    height: 12px;
    background: #355e9f;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -21px;
    top: 6px;
    z-index: 2;
}

.data-item-ficha-moto  .logo-team-eg00 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*margin:25px 0 0 20px;*/
}

.data-item-ficha-moto  .logo-team-eg00 img {
    max-width: 120px;
    position: absolute;
}
.data-item-ficha-moto  .pilotos {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*margin:25px 0 0 20px;*/
}

/*
.linea-wrapper .pilotos {
	border-left:1px solid #fff;
	padding:20px 0 0 15px;
	float:left;
}
.linea-wrapper .pilotos:before {
	content: " ";
	width: 12px;
	height: 12px;
	background: #355e9f;
	border: 1px solid #fff;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	position: absolute;
	left:10px;
	top:25px;
}
.linea-wrapper .tit{
	color:#f3c062;
	float:left;
}*/

.enlace-ico-piloto {
	width: 120px;
	height: 120px;
	display: inline-block;
	float:left;
	margin:0 0 0 10px;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
    position:absolute;
}
.enlace-ico-piloto.piloto-1{
    left:0;
}
.enlace-ico-piloto.piloto-2{
    left:120px;
}
.enlace-ico-piloto:hover {
	opacity:0.7;
}

#moto-gp-motos  a:hover img{opacity:0.5;}
/*
.enlace-ico-piloto.enlace-ico-sainz {
	background: url('images/ico-piloto-sainz.png') no-repeat center center;
}
.enlace-ico-piloto.enlace-ico-kvyat {
	background: url('images/ico-piloto-kvyat.png') no-repeat center center;
}*/

.caracteristicas-container {
	margin:25px 0 120px 0;
}

.caracteristicas-wrapper {
	background: rgba(255,255,255,0.14);
	padding:45px 25px;
	margin:45px 0 0 0;
	width: 100%;
	float: left;
}
.caracteristicas-wrapper p {
	margin:0;
}

.caracteristicas-wrapper .caracteristica-item {
	margin-bottom:5px;
}
.caracteristicas-wrapper .caracteristica-item:last-child {
	margin-bottom:0;
}


.coche-fotos {
	text-align: center;
}
.coche-fotos .coche-fotos-foto-1  {
	margin:0 auto;
	padding:0 8.3333% 0 0;
	background: url('images/str11-vista-frontal-bg.png') no-repeat center center;
	background-size:cover;
}

.coche-fotos .coche-fotos-foto-2 {
	margin:110px auto 0 auto;
	background: url('images/str11-vista-lateral-bg-1.png') no-repeat left center;

}
.coche-fotos .foto-2-wrapper {
	margin:110px auto 0 auto;
	background: url('images/str12-bg.png') no-repeat right top;
}
.caracteristica-item .numero {
	width:23px;
	height: 23px;
	background: #f3c062;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	display: inline-block;
	margin:0 auto;
	color:#2f538a;
	font-size:11px;
	text-align: center;
	line-height: 23px;
	font-weight: 600;
}
.moto-fotos {
	width:100%;
	float:left;
}
.moto-fotos.moto-gp {
	background: url('images/moto-gp-pilotos-gp-bg.png') no-repeat left 50px;
	background-size:50% auto;
}
.moto-fotos.moto-2 {
	background: url('images/moto-gp-pilotos-2-bg.png') no-repeat left 50px;
	background-size:50% auto;
}
.moto-fotos.moto-3 {
	background: url('images/moto-gp-pilotos-3-bg.png') no-repeat left 50px;
	background-size:50% auto;
}
.moto-fotos-foto-1 {
	margin:170px 0 0 0;
}



/* General */
.amarillo {
	color:#f3c062;
}
h2.contenidos {
	margin:0 0 30px 0;
	font-size:28px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
h2.bloque-interior {
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	line-height: 58px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 2px 10px #000;
	margin: 0 0 20px 0;
}
h2.bloque-interior span {
	font-size: 30px;
}
#moto-gp-pilotos h2.bloque-interior {
	margin-top:20px;
}
.single .entry-container,
.blog .site-content,
.archive .site-content,
.single .site-content,
.page:not(.page-id-10563) .site-content,
.error404 .site-content {
	background:url('images/estrella00_bg.jpg') repeat-y left top;
    background-size:100% auto;
	padding:0 0 50px 0;
}

.term-formula-1 .site-content{padding-bottom: 0;}
.page-template-template-compania .site-content {
	padding:0 0 50px 0;
}
.home.page .site-content,
.single.single-pilotos .site-content,
.page.page-template-template-contacto .site-content,
.page.page-template-template-caracter00 .site-content,
.single.single-pilotos .entry-container,
.page.page-template-template-eg00 .site-content,
.page.page-template-template-motor .site-content,
.page.page-template-template-campana .site-content {
	padding:0;
}
/*.single.single-pilotos .entry-container {
    padding:0 0 80px 0;
} */
.single.single-pilotos .entry-container .entry-wrapper {
	background:url('images/moto-gp-degradado-inferior.png') repeat-x left bottom;
	padding:0 0 80px 0;
}
.single.single-pilotos .entry-container .entry-wrapper {
	background:url('images/moto-gp-degradado-inferior.png') repeat-x left bottom;
	padding:0 0 80px 0;
}

.single.postid-10573.single-pilotos .entry-container,
.single.postid-10572.single-pilotos .entry-container{
	padding:70px 0 0 0;
}
.pl0 {
	padding-left: 0;
}
.pr0 {
	padding-right: 0;
}


/* Single pilotos */
.submenu-pilotos {
    text-align: right;
    background: rgba(0,0,0,0.4);
    padding:20px 0;
	margin: 0 0 15px 0;

}

.submenu-pilotos-container {
    display: inline-block;
    vertical-align: top;
}
.submenu-wrapper {
    display: inline-block;
    margin:0 0 0 20px;
    padding-top:30px;
}
.submenu-wrapper:first-child {
    margin:0;
}
.submenu-wrapper.moto-gp {
    background: url('images/submenu-pilotos-moto-gp-bg.png') no-repeat left top;
}
.submenu-wrapper.moto-2 {
    background: url('images/submenu-pilotos-moto-2-bg.png') no-repeat left top;
}
.submenu-wrapper.moto-3 {
    background: url('images/submenu-pilotos-moto-3-bg.png') no-repeat left top;
}
.submenu-wrapper .item-submenu{
    display: inline-block;
    margin:0 0 0 10px;
    text-transform: uppercase;
    font-size:12px;
}
.submenu-wrapper .item-submenu:first-child{
    margin:0;
}
.submenu-wrapper-todos {
    margin:30px 0 0 20px;
    display: none;
    cursor:pointer;
}
.single .site-content .submenu-pilotos a {
	color:#fff;
	text-decoration:none;
}
.submenu-wrapper .item-submenu a:hover,
.single .site-content .submenu-pilotos a:hover{
	color:#007fc4;
}
.submenu-wrapper .item-submenu.active a,
.submenu-wrapper .item-submenu.active a:hover {
	color:#007fc4;
}
.single-pilotos .piloto-title {
	font-size:28px;
	font-weight: 600;
	line-height: 38px;
	margin:0 0 10px 0;
}
.single-pilotos .bio {
	margin:40px 0 40px 0;
}
.single-pilotos .bio strong {
	color:#f3c062;
	font-weight:300;
}


.single-pilotos .foto-personal {
	text-align: center;
}
.single-pilotos .rrss  {
	text-align: center;
}
.single-pilotos .rrss .fa {
	width:36px;
	height: 36px;
	display: inline-block;
	border: 3px solid #fff;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	color:#fff;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	margin:0 5px;
	text-decoration: none;
}
.single-pilotos .rrss .fa:hover {
	color:rgba(251,251,251,0.5);
	border: 3px solid rgba(251,251,251,0.5);
	text-decoration: none;
}
.single-pilotos .vehiculo {
	text-align: center;
	margin:20px 0 0 0;
	position:relative;
	z-index:20;
}


.single-pilotos .data {
	float:left;
	width: 100%;
}
.linea-horizontal {
	border-top:1px solid #fff;
}


.single-pilotos .data-item .tit:before {
	content: " ";
	width: 12px;
	height: 12px;
	background: #355e9f;
	border: 1px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: -21px;
	top: 6px;
	z-index: 1;
}
.single-pilotos .data-2 .data-item .tit:before {
	top: 3px;
}
.single-pilotos .data-item{
	width:100%;
	float:left;
	border-left:1px solid #fff;
	padding:0 0 10px 15px;
}

/*.single-pilotos .data-item:last-child {
	padding:0 0 0 15px;
}*/
.single-pilotos .data-item:first-child {
	padding:15px 0 10px 15px;
}
.single-pilotos .data-item .tit{
	display: inline-block;
	position:relative;
	color:#f3c062;

}
.single-pilotos .data-item .categoria-img {
	display: inline-block;
	vertical-align: top;
}
.single-pilotos .data-item .categoria-img img {
	max-width: 135px;
}
.single-pilotos .data-item .companero-img {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.single-pilotos .data-item .companero-img a:hover img{
	opacity: 0.7;
}
.single-pilotos .data-item .companero-img img {
	max-width: 135px;
	position:absolute;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
}
.single-pilotos .data-item .companero-img a:hover img{
	opacity: 0.7;
}
.single-pilotos .data-item .equipo-img {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.single-pilotos .data-item .equipo-img img {
	max-width: 135px;
	position:absolute;
}
.single-pilotos .data-2 {
	margin:140px 0 0 0;
}
.single-pilotos .hito-item {
	line-height:17px;
}
.single-pilotos .hito-item .hito-data p {
	margin:0 0 5px 0;
}
.single-pilotos .hito-item .hito-data strong {
	color: #f3c062;
	font-weight: 400;
}

.single-pilotos .foto-wrapper {
	position:relative;
	overflow: visible;
	min-height: 370px;
}

.single-pilotos.postid-21027  .foto-wrapper{
	min-height: 616px;
}
.single-pilotos.postid-21029  .foto-wrapper,
.single-pilotos.postid-90  .foto-wrapper {
	min-height: 650px;
}
.single-pilotos.postid-84  .foto-wrapper {
	/*min-height: 530px;*/
}

.single-pilotos.postid-21024  .foto-wrapper{
	min-height: 551px;
}
.single-pilotos .foto-wrapper .foto {
	position:absolute;
	left:0;
	width: 550px;
	z-index: 2;
}
.single-pilotos .foto-wrapper .foto img{
	max-height:500px;
	width:auto;

}
/*.single-pilotos.postid-97 .foto-wrapper .foto {
	top:-40px;
}
.single-pilotos.postid-10413 .foto-wrapper .foto {
	top:-40px;
}
.single-pilotos.postid-93 .foto-wrapper .foto {
	top:-40px;
	left:40px;
}
.single-pilotos.postid-10412 .foto-wrapper .foto {
	top:-40px;
	left:-40px;
}
.single-pilotos.postid-90 .foto-wrapper .foto {
	 top:-40px;
	 left:185px;
}
.single-pilotos.postid-10411 .foto-wrapper .foto {
	top:-40px;
	left:30px;
}
.single-pilotos.postid-84 .foto-wrapper .foto {
	top:-40px;
	left:70px;
}
.single-pilotos.postid-56 .foto-wrapper .foto {
	top:-40px;
	left:130px;
}
.single-pilotos.postid-71 .foto-wrapper .foto {
	top:-40px;
	left:20px;
}

.single-pilotos.postid-10572 .foto-wrapper .foto {
	top:-40px;
	left:20px;
}*/

/* Moto GP */
body.term-motociclismo .entry-container {
	background:url('images/estrella00_bg.jpg') repeat-y left top;
    background-size:100% auto;
}
.motogp-historia-wrapper {
	background: url('images/moto-gp-timeline-bg.png') no-repeat center 60px;
	margin:60px 0 0 0;
}
.motogp-historia-wrapper strong {
	color:#f3c062;
	font-weight: inherit;
}
.motogp-historia-wrapper-2 {
	/*background: url('images/moto-gp-timeline-bg-central.png') no-repeat center center;*/
	position:relative;
}
.motogp-historia-wrapper-2 .parallax li[data-layer="0"] img {
	left: calc( 50% - 373px);

}
.motogp-historia-wrapper-2 .parallax li[data-layer="1"] img {
	left: calc( 50% - 410px);
}
.motogp-historia-wrapper .padding-left {
	padding-left:60px;
}
.motogp-historia-wrapper .padding-right {
	padding-right:60px;
}
.motogp-historia-wrapper .bloque-1 {
	margin-top:-20px;
}
.motogp-historia-wrapper .bloque-2 {
	margin-top:205px;
}
.motogp-historia-wrapper .bloque-3 {
	clear:left;
	margin-top:-120px;
}
.motogp-historia-wrapper .bloque-4 {
	margin-top:115px;
}
.motogp-historia-wrapper .bloque-5 {
	margin-top:-85px;
	clear:left;
}
.motogp-historia-wrapper .bloque-6 {
	padding-top:100px;
}

.cierre_motociclismo  {
	padding-bottom:40px;
	text-align: center;
}
.cierre_motociclismo .fecha {
	font-weight: 300;
	font-family: Oswald, sans-serif;
	font-size: 53px;
}




body.term-motociclismo #moto-gp-pilotos {
	background:rgba(0,0,0,0.2);
	padding:80px 0 30px 0;
}

/* Sala de prensa */
.submenu-category .submenu-cat-item {
	 width: 152px;
	 height: 102px;
	 display: inline-block;
 }
.submenu-category .submenu-cat-item a{
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.45;
}
.submenu-category .submenu-cat-item.formula-1 a{
	background:url('images/logotipo-formula-1.png') no-repeat center center;
	background-size:contain;
}
.submenu-category .submenu-cat-item.moto-gp a{
	background:url('images/logotipo-moto-gp.png') no-repeat center center;
	background-size:contain;
}
.submenu-category .submenu-cat-item.moto-2 a{
	background:url('images/logotipo-moto-2.png') no-repeat center center;
	background-size:contain;
}
.submenu-category .submenu-cat-item.moto-3 a{
	background:url('images/logotipo-moto-3.png') no-repeat center center;
	background-size:contain;
}
.submenu-category .submenu-cat-item a:hover,
.submenu-category .submenu-cat-item.active a {
	opacity: 0.85;
}

.submenu-category.post-format-gallery .formula-1,
.submenu-category.post-format-gallery .moto-2  {
	display:none;
}




.bloque-noticias {
	margin:50px 0 30px 0;
}
.bloque-noticias:last-child {
	margin:50px 0 0 0;
}
.bloque-noticias h2 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
}
.row-noticias .row {
	margin: 0 -7px;
}
.row-noticias .row .col-sm-4 {
	padding: 0 7px;
}
.bloque-noticias:first-child {
	margin:0;
}
.row-noticias {
	margin:20px 0 0 0;
}
.noticia-item  {
	margin-bottom:14px;
	height: 150px;
}
.noticia-item .noticia-foto {
	overflow: hidden;
	position:relative;
	left:0;
	top:0;
}

.row-noticias .noticia-item .noticia-foto {
	/*max-height: 150px;*/
	height: 100%;
	background-size: 100% ;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;

}

.row-noticias .noticia-item .noticia-foto:hover {
	/*background-size: 105%;*/

}




/*.noticia-item .noticia-foto .velo {
	width: 100%;
	height: 100%;
	position:absolute;
	z-index: 2;
	left:0;
	top:0;
	background: rgba(0,0,0,0.4);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.noticia-item .noticia-foto:hover .velo {
	background: rgba(0,0,0,0.1);
	z-index: -2;
}*/
.noticia-item .noticia-data {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 0;
	padding:10px;
	z-index: 3;
	text-align: left;
	/*text-shadow: 4px 4px 6px rgba(48, 48, 48, 1);*/





	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+46&0.65+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 46%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 46%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 46%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}
.noticia-item .noticia-data p {
	margin:0;
	line-height:17px;
	font-size:15px;
	font-weight: 600;
}
.noticia-item .noticia-tit {
	font-weight: 400;
}
.bloque_actualidad .noticia-item .noticia-tit {
    /*font-size: 19px;
    line-height: 22px;
    margin-top: 5px;*/
	font-size: 17px;
	line-height: 19px;
	margin-top: 5px;
	font-weight: 600;
}
.bloque_actualidad .noticia-item.item-1 .noticia-tit,
.bloque_actualidad .noticia-item.item-1b .noticia-tit,
.bloque_actualidad .noticia-item.item-2b .noticia-tit{
	/*font-size:28px;*/
	font-weight:600;
	font-size:24px;
	line-height: 30px;
}

.btn:not(.btn-link):not(.btn-flat), .btn-default:not(.btn-link):not(.btn-flat) {
	background-color: #dca636;
	color: rgba(255,255,255,.84);
	color: rgba(0,0,0,.84);
	font-weight: 600;
}
.btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab):not(.btn-azul) {
	background-color: #dca636;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
}
.btn .arrow-right:before {
	content: "\f061";
	font-family: FontAwesome;
	border:1px solid #000;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width: 22px;
	height: 22px;
	display: inline-block;
	font-size:14px;
	text-align: center;
	line-height: 20px;
	margin: 0 0 0 10px;
}
.btn.btn-ver-mas {
	float: right;
}
.btn.btn-default.btn-azul,
.btn.btn-default.btn-azul:hover {
	background: #004891;
	color:#fff;
	font-weight: 300;
}
.bloque-noticias .btn.btn-ver-mas,
.bloque_actualidad .btn.btn-ver-mas {
	float: none;
}

.btn .arrow-left:before {
	content: "\f060";
	font-family: FontAwesome;
	border:1px solid #000;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width: 22px;
	height: 22px;
	display: inline-block;
	font-size:14px;
	text-align: center;
	line-height: 20px;
	margin: 0 0 0 10px;
}

.fb_iframe_widget iframe, .fb_iframe_widget {
	width: 100%!important;
}




/* Single noticias */
.noticia-wrapper h1.single-title {
	font-size: 28px;
	font-weight: 600;
	margin:0 0 30px 0;
}
.noticia-wrapper .single-image {
	margin:0 0 20px 0;
}

.noticia-wrapper .single-image img {
	width: 100%;
}


.noticia-wrapper  .single-date-wrapper{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 25px 0;
	font-size:14px;
}
.noticia-wrapper .single-date {
	padding: 10px 0px 10px 10px;
	text-align: left;
	line-height: 40px;
}
.noticia-wrapper .single-share {
	float: right;
	margin: 0 10px 0 0;
	padding: 5px 0;
}
.noticia-wrapper .single-excerpt {
	font-weight: 600;
	width: 100%;
	flaot:left;
	clear:both;
}

.noticia-wrapper .single-share span {
	line-height: 50px;
	display: block;
	float: left;
	margin: 0 10px;
}

.noticia-wrapper .shareaholic-canvas {
	clear: none;
	float: right;
}
body .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
	padding: 0!important;
}

body .elastislide-wrapper {
	background-color: transparent;
	box-shadow: none;
}
.elastislide-prev,
.elastislide-next {
	display: block !important;
}
body .elastislide-wrapper nav span {
	background: #000 url('js/elastislide/images/nav.png') no-repeat 4px 3px;
}
body .elastislide-carousel ul li a img {
	border: 3px solid transparent;
}

body .nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}


.pagination {
	border-top:1px solid #fff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding-top:30px;
	display: block;
	text-align: center;
	font-size:14px;
}
.pagination li {
	display: inline;
}
.pagination a {
	padding: 4px 8px;
	text-decoration: none;
}
.pagination .current {
    color:#fff;
	font-size:16px;
	padding: 4px 6px;
}

/* Single caracter 0,0 */
.noticia-caracter .noticias-relacionadas {
	margin:26px 0 0 20px;
}
.noticia-caracter .noticias-relacionadas .item-noticia-relacionada {
	margin-bottom:20px;
}
.noticia-caracter .noticias-relacionadas .item-noticia-relacionada:last-child {
	margin-bottom:0;
}
.noticia-caracter .noticias-relacionadas a {
	 text-decoration: none;
 }

/* Sidebar */
#secondary {
	margin:40px 0 0 0;
}
#secondary.prensa {
	margin-top:0;
}
.category-caracter-00 #secondary {
	margin-top:16px;
}
.single #secondary {
	margin:0px 0 0 0;
}
.sidebar-tit {
	font-size:24px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
    font-style: italic;
	text-transform: uppercase;
	line-height: 25px;
	margin:0 0 20px 0;
}
.sidebar-tit span {
	font-size: 20px;
	font-weight: 300;
    font-style: normal;
	font-family: 'Open Sans', sans-serif;
}
.panel-warning>.panel-heading {
	background-color: #007fc4;
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	padding:5px 15px;
	border-radius: 0;
}
.panel {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background: rgba(0,0,0,0.2);
}
#secondary .panel-title {
	font-weight: 500;
	font-size: 19px;
}
.widget .textwidget,
.widget #calendar_wrap,
.widget .tagcloud,
.widget .form-search {
	padding:0;
}

#secondary #text-4.widget .textwidget   {
	padding:15px;
}
#secondary #text-6 .textwidget {
	padding:15px;
}
#secondary #text-6 input[type=text],
#secondary #text-6 input[type=email]{
	background: none;
	border: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.6);
	margin-top: 10px;
	padding: 0px;
	width: 100%;
}

#secondary #text-6 label {
	font-size:14px;
	font-weight: 300;
	color:rgba(255, 255, 255, 0.6);
}
#secondary #text-6 p {
	margin-bottom: 10px;
}
#secondary #text-6 p.intereses {
	margin:20px 0 5px 0;
}
#secondary #text-6 p.enviar {
	margin:10px 0 0 0;
}
#secondary #text-6  ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}
#secondary #text-6  :-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 0.6);
}
#secondary #text-6  ::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(255, 255, 255, 0.6);
}
#secondary #text-6  :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}


/* Company */
body.page-template-template-compania {
	background:#EFEFEF;
	color:#333;
	font-size:15px;
}
.compania-intro {
	margin: 0 0 20px 0;
}
.bg_compania_timeline {
	position: relative;
}
.eg00-compania-wrapper .container{}
.parallax{position:absolute;z-index:0;display:block;overflow:hidden;height:100%;width:100%;margin:0;padding:0;}
.parallax li{position:absolute;display:block;width:100%;height:100%;}
.parallax li img{position:absolute;display:block;max-width: none;}
.bg_compania_timeline .parallax li[data-layer="0"] img{left: calc( 50% - 411px);}
.bg_compania_timeline .parallax li[data-layer="1"] img{left: calc( 50% - 317px);}
.compania_timeline_wrapper {
    background: url('images/bg_timeline.png') top center repeat-y;
}
.bloque_1 {
    margin-top: 0;
    background: url('images/timeline_pointer_b.png') 300px 69px no-repeat;
}
.bloque_2 {
	/*margin-top: 115px;*/
	margin-top: 83px;
    background: url('images/timeline_pointer_a.png') 120px 80px no-repeat;
}

.bloque_3 {
    margin-top: 0;
    background: url('images/timeline_pointer_b.png') 300px 70px no-repeat;
	position:relative;
	top:-105px;
	clear:left;
}
.bloque_4{
    margin-top: 30px;
    background: url('images/timeline_pointer_a.png') 120px 75px no-repeat;
}

.bloque_5 {
    margin-top: 0;
    background: url('images/timeline_pointer_b.png') 300px 63px no-repeat;
	position:relative;
	top:-90px;
	clear:left;
}
.bloque_6{
    margin-top: 70px;
    background: url('images/timeline_pointer_a.png') 120px 83px no-repeat;
}
.bg_compania_timeline .padding_left {
    padding-left: 110px;
    float: right
}

.bg_compania_timeline .padding_right {
    padding-right: 110px;
    float: left
}

.bloque_7 {
    margin-top: -60px;
    background: url('images/timeline_pointer_b.png') 300px 83px no-repeat;
	clear: left;
}
.bloque_8{
	margin-top: 20px;
	background: url('images/timeline_pointer_a.png') 120px 83px no-repeat
}
.bloque_9 {
	margin-top: 0;
	background: url('images/timeline_pointer_b.png') 300px 90px no-repeat;
}


.bloque_2 img,
.bloque_4 img,
.bloque_6 img,
.bloque_8 img {
	margin-left:150px;
}



.cierre_compania {
	text-align: center;
	margin:20px 0 0 0;
}
.cierre_compania .fecha{
	font-weight: 500;
	font-family: Oswald, sans-serif;
	font-size: 53px;
	margin-bottom: 0;
}

/* Campaña */
#campana-marquez {
	background: url('images/marquez-campanha-bg-2.jpg') no-repeat center center;
	background-size: cover;
	/*padding:0 0 160px 0;*/ /* Con título*/
	padding:130px 0 160px 0;
	width: 100%;
	float: left;
	position:relative;
}
.campana-text {
	text-shadow: 0 2px 10px #000;
}
.campana-text h2 {
	font-family: Oswald, sans-serif;
	font-weight:300;
	text-transform: uppercase;
	font-size:42px;
}
#campana-marquez .campana-text h2 {
	margin-top:25px;
}
.campana-text h2 strong {
	font-weight:600;
}
.campana-text .play-video-wrapper .material-icons.play-video {
	text-shadow:none;
}
#video-campana-marquez-placeholder,
#video-campana-sainz-placeholder {
	position:absolute;
	top:0;
	left:0;
	z-index: -2;
	width: 100%;
	height: 100%;
	display: block;
}
#campana-sainz {
	background: url('images/sainz-campanha-bg-2.jpg') no-repeat center center;
	background-size: cover;
	padding:180px 0 180px 0;
	width: 100%;
	float: left;
	position:relative;
}
.video-campanha-marquez-mobile,
.video-campanha-sainz-mobile {
	text-align: center;
}

/* Avisd legal */
article#post-451 strong,
article#post-8521 strong {
	color: #f3c062;
	font-weight: 300;
}
.tabla_cookies td {
	border:1px solid #fff;
	padding:5px;
}

/* Cookie law info */
#cookie-law-info-bar {
	transform: translate3d(0px, 0px, 1000px);
}


/* Footer */
.navbar.navbar, .navbar-default.navbar {
    background-color: #000;
    color: rgba(255,255,255,1);
}
.site-footer {
    background-color: #000;
    padding: 30px 0;
    color: #fff;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.site-footer a span {
    opacity:0.6;
}

.site-footer a:hover span {
    opacity:1;
}


.footer-friends {
    text-align: center;
    padding:10px 0;
    margin:15px 0 15px 0;
    font-size:12px;
    border-top:1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-friends a {
    display: inline-block;
    margin:0 20px;
}
.footer-friends a div {
    height: 48px;
    line-height: 48px;
    margin-bottom: 5px;
}
.footer-friends a:hover{
	text-decoration: none;
}
footer a:hover{
	text-decoration: none;
}
.footer-friends a img {
	opacity:0.6;
}
.footer-friends a:hover img {
	opacity:1;
}

#colophon>.container {
    position: relative;
}

.footer-socials {
    position: absolute;
    top: 7px;
    right: 15px;
    min-width: 250px;
    text-align: right;
    height: 35px;
    width: auto;
}
.footer-socials .siguenos_texto {
	display: inline-block;
	margin-right:5px;
	font-size:14px;
	font-weight: 400;
	color:rgba(255,255,255,.6)
}
footer .navbar.navbar{
	margin-bottom:0;
}
.redes_sociales .fa {
	border:2px solid #fff;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	font-size:18px;
	width: 32px;
	height: 32px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	opacity:1;
	text-decoration: none;
}
.redes_sociales .fa:hover {
	opacity:0.6;
}
.footer-socials .redes_sociales .fa {
	opacity:0.6;
}

.footer-socials .redes_sociales .fa:hover {
	opacity:1;
}

#footer_03 .txt_cierre {
    font-size:14px;
    color:#fff;
    opacity:0.6;
}
.menu_cierre {
    text-align: right;
}
.menu_cierre ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.menu_cierre ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    float: none;
    font-size:12px;
}
.menu_cierre ul li a {
    color:#fff;
    opacity:0.6;
	font-size:14px;
}
.menu_cierre ul li a:hover {
    opacity:1;
}


/* Contacto */
.contacto-wrapper {
	padding:0 0 40px 0;
	background: url('images/contacto-bg.jpg') no-repeat left top;
	background-size:cover;
}
.google_map {
	width:100%;
	float:left;
}
.google_map iframe {
	width:100%;
	float:left;
}
.contacto-data .direccion:before {
	content: " ";
	width:35px;
	height: 35px;
	display: inline-block;
	border:2px solid #fff;
	border-radius:100%;
	background: url('images/ico-localizacion.png') no-repeat center center;
	margin:0 15px 0 0;
	vertical-align: middle;
}
.contacto-data .email:before {
	content: " ";
	width:35px;
	height: 35px;
	display: inline-block;
	border:2px solid #fff;
	border-radius:100%;
	background: url('images/ico-email.png') no-repeat center center;
	margin:0 15px 0 0;
	vertical-align: middle;
}
.contacto-data .telefono:before {
	content: " ";
	width:35px;
	height: 35px;
	display: inline-block;
	border:2px solid #fff;
	border-radius:100%;
	background: url('images/ico-telefono.png') no-repeat center center;
	margin:0 15px 0 0;
	vertical-align: middle;
}
.wpcf7-form-control-wrap {
	position: relative;
}

.contacto-form {
	min-height: 555px;
}
.contacto-form label {
	width: 100px;
	color: #fff;
	text-align: right;
	font-weight: 300;
	padding-right: 10px;
	vertical-align: top;
	display: none;
}

.contacto-form  ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}
.contacto-form  :-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 0.6);
}
.contacto-form  ::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(255, 255, 255, 0.6);
}
.contacto-form  :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.form-control-wrapper .floating-label {
	color: rgba(255, 255, 255, 0.6);
}
.form-control-wrapper .form-control:focus~.floating-label {
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
}


.form-control-wrapper .form-control,
.form-control,
fieldset[disabled] .form-control:focus,
.form-control-wrapper .form-control:focus,
.form-control:focus,
fieldset[disabled] .form-control.focus,
.form-control-wrapper .form-control.focus,
.form-control.focus {
	border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}




.contacto-form .wpcf7 input {
	background: none;
	border: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.6);
	margin-top: 15px;
	padding: 0;
	width:100%;
	color: rgba(255, 255, 255, 0.6);
}
.contacto-form .wpcf7 select {
	border: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.6);
	margin-top: 15px;
	padding: 0 25px 0 0;
	width:100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	color: rgba(255, 255, 255, 0.6);
	background-size: auto;
}

.contacto-form .wpcf7 select option {
	background: #fff;
	color:#007fc4;
}




.contacto-form .wpcf7 p.select {
	position:relative;
}
.contacto-form .wpcf7 p.select:before {
	content: " ";
	position:absolute;
	right:5px;
	top:10px;
	display: block;
	width:10px;
	height: 5px;
	background: transparent url('images/arrow_down_select.png') no-repeat center center;

}

.contacto-form .wpcf7 textarea {
	border: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.6);
	resize: none;
	height: 150px;
	background: none;
	margin-top: 20px;
	padding: 0;
	width:100%;
	color: rgba(255, 255, 255, 0.6);
}
.contacto-form .check {
	text-align: right;
	display: block;
	font-size: 13px;
}
.contacto-form .check input {
	margin-left:10px;
	width:auto;
}

.contacto-form input.btn {
	width:auto;
	padding:5px 25px;
	float:right;
}
.contacto-form div.wpcf7-mail-sent-ng,
.contacto-form div.wpcf7-validation-errors {
	border: 2px solid #ff0000;
	background: rgba(0, 0, 0, 0.5);
}
.contacto-form p {
	margin:0 0 10px 0;
}
.contacto-form span.wpcf7-not-valid-tip {
	font-size: 13px;
}
/* Evitar color de fondo autocompletar en chrome */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #transparent inset !important;
}


/*--------------------------------------------------------------
                404
  --------------------------------------------------------------*/


/*404*/
body.error404{
	background-color:#fff;
}
.error404 #content_box .error404{
	padding-top:30px;
	padding-bottom:30px;
}
.error404 #page{
	text-align: center;
}
.error .article{
	width:100%
}
.error404 article header h1{
	color:#fff;
	font-size:45px;
	font-weight:bold;
}
.error404 img{
	margin: 0 auto
}
.error p{
	color:#000;
	font-size:16px;
	margin-bottom:10px;

}
.error404 article header p{
	color:#fff;
	font-size:20px;
	margin-bottom:0;
	font-weight:bold;
}
.error404 .error p{
	color:#fff;
}
.error404 .page-content{
	clear:both
}
.error404  .caja-busqueda input{
	width:100%;
	border-radius:0;
	padding:11px 12px;
	font-size: 14px;
	color: #a4a4a4;
	border: 1px solid #D8D8D8;
	font-family: inherit;
}
.error404 .boton-buscar{
	padding:0
}
.error404 .btn-azul:not(.btn-link):not(.btn-flat){
	margin:0
}
.error404  .caja-busqueda{
	padding:0
}
.error404 .boton-buscar input[type="submit"],
.error404 .boton-buscar input[type="submit"]:hover{
	width: 100%;
	padding: 12px 30px;
	border-radius: 0;
	margin:0;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	height:auto;
	max-height:inherit;
	line-height:18px;
}
.error404 .boton-buscar input[type="submit"]:hover{
	background-color:#000;
	color:#fff;
	line-height:18px;
	font-size:16px;


}
.items_404 div:last-of-type img {
	margin-top: 6px;
}
.items_404, .items_404 a{
	color:#fff;
	text-align: center;
	font-size:14px;
}
.items_404 img{
	margin: 0 auto;
	margin-bottom:10px;
	display:block;
}
.items_404{
	margin-top:30px;
	clear:both;

}
#page.error{
	float:none;
	margin: 0 auto
}
@media(max-width:768px) {
	.busqueda{
		padding:0 15px;
		display:block;
	}
	.error404 .page-content>p{
		padding:0 15px;
	}

}
@media(min-width:768px) {
	.items_404 .bordegris {
		border-right: solid 1px #acacac
	}
	div.error404 header{
		text-align: left;
	}
	.error404 #content_box .error404{
		padding-top:80px;
	}
	.error404 .page-content>p{
		text-align: left;
	}
	.error404 .page-content{
		padding-top: 50px;
		padding-bottom:80px
	}
}

/* Sala de prensa Moto3 */
.page-template-template-sala-de-prensa-moto3 #content,
.page-template-template-sala-de-prensa-moto3-todas #content,
.category-notas-de-prensa #content,
.category-fotos #content,
.category-video #content,
.category-notas-de-prensa-moto-3 #content,
.category-galerias-moto-3 #content,
.category-videos-moto-3 #content
{
	position:relative;
}
.page-template-template-sala-de-prensa-moto3 #content:before,
.page-template-template-sala-de-prensa-moto3-todas #content:before,
.category-notas-de-prensa #content:before,
.category-fotos #content:before,
.category-video #content:before,
.category-notas-de-prensa-moto-3 #content:before,
.category-galerias-moto-3 #content:before,
.category-videos-moto-3 #content:before {
	content: ' ';
	width: 100%;
	height: 200px;
	position:absolute;
	top:0;
	left:0;
	z-index: auto;
	background: url('images/sala-prensa-moto3-bg.png') no-repeat center top;
	/*background-image: url(https://mdn.mozillademos.org/files/11305/firefox.png), url('images/sala-prensa-moto3-bg.png');
	background-repeat: no-repeat, no-repeat;
	background-position: bottom right, center top;*/
}

.sala-prensa .panel-warning>.panel-heading {
	background-color: #000000;
}
#secondary .sala-prensa .panel-title {
	font-size: 16px;
	color:#fff;
	text-transform: uppercase;
	padding:5px 0 5px 35px;
}
#wp-category-archive-2.widget .panel-title {
	background: url('images/ico-prensa-notas.png') no-repeat left 2px;
}
#wp-category-archive-3.widget .panel-title {
	background: url('images/ico-prensa-galerias.png') no-repeat left 2px;
}
#wp-category-archive-4.widget .panel-title {
	background: url('images/ico-prensa-video.png') no-repeat left top;
}
#text-6.widget .panel-title {
	background: url('images/ico-prensa-contacto.png') no-repeat left -2px;
}
.widget.sala-prensa p {
	margin:0 0 0 0;
}
.widget.sala-prensa p.tel {
	font-size:14px;
	background: url('images/ico-prensa-tel.png') no-repeat left 4px;
	padding-left:20px;
}
.widget.sala-prensa p.email {
	font-size:13px;
	background: url('images/ico-prensa-email.png') no-repeat left 3px;
	padding-left:20px;
}
.widget.sala-prensa p.email a {
	color:#f3c062;
}
.single .ngg-gallery-thumbnail img {
	background-color: #fff;
	border:none;
	padding:0;
	display: block;
	margin: 4px 0 4px 4px;
	position: relative;
}
.volver.sala-prensa   {
	margin-top:40px;
	text-align: center;
}
.volver.sala-prensa .btn.btn-ver-mas  {
	float: none;
	margin:0 auto;
}

/*--------------------------------------------------------------
    10.2 Asides
    --------------------------------------------------------------*/
#secondary {
	word-wrap: break-word;
	-ms-word-break: break-all;
     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;
     /* Non standard for webkit */
     word-break: break-word;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
    hyphens: auto;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
}

.comments-area {
	padding: 35px;
}

.comments-title, .comment-reply-title {
	padding-bottom: 9px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #eee;
}

ol.comment-list {
	list-style:none;
	padding-left: 0;
}

.comment-author .avatar {
	margin-right: 25px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 4px;
}

.comment-meta {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment-details {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.comment-details .reply {
	margin-top: 10px;
}

.comment-date a {
	font-size: 11px;
	color: #777;
	margin-right: 10px;
}

#commentform #comment {
	width: 100% !important;
}

#commentform #submit {
	position: relative;
	padding: 8px 30px;
	border: 0;
	margin: 10px 1px;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(255,255,255,.84);
	-webkit-transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	outline: 0!important;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	-webkit-transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);

	color: rgba(0,0,0,.84);
	background-color: transparent;
	border-color: #ccc;
}

#commentform #submit:hover{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
Portfolio
--------------------------------------------------------------*/
#Container .mix{
	display: none;
}

.btn:not(.btn-link):not(.btn-flat).active {
	box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19);
}

.portfolio-list .mix h4 {
	padding: 10px;
	margin: 0;
}

.portfolio-list .mix h4 a {
	color: #404040;
	font-size: 12px;
}

.portfolio-list .mix h4 a:hover {
	text-decoration: none;
	color: #007fc4;
}

.portfolio-img {
	background-color: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	border-radius: 2px;
	border: 0;
	margin-bottom: 20px;
}



/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/






/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

	.portfolio-list .mix h4 {
		padding: 20px;
	}

	.portfolio-list .mix h4 a {
		font-size: 18px;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.footer-friends{
		justify-content: center;
		flex-wrap: wrap;
	}
}

#register-widget{
    background: rgba(0,0,0,0.4);
    padding: 17px;
}

#register-widget .floating-label{
    color: white;
    text-transform: none;text-transform: none;
}

#register-widget .form-group .form-control{
    color: rgba(255,255,255,0.6);
}

#register-widget .checkbox .check{
    margin-right: 7px
}

#register-widget .checkbox input[type=checkbox]:checked+.checkbox-material .check, .checkbox-default input[type=checkbox]:checked+.checkbox-material .check{
    color: white;
    background-color: transparent;
}

#register-widget .checkbox input[type=checkbox]:checked+.checkbox-material .check:before, .checkbox-default input[type=checkbox]:checked+.checkbox-material .check:before{
    color: white;
    background-color: transparent;
}

#register-widget input[type=submit].btn{
    color: white;
    border: 2px solid white;
    background-color: transparent;
}

#register-widget input[type=submit].btn:hover{
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.3);
}


#register-widget .reg_useraccept{
    font-size: 12px;
    overflow: hidden;
    margin: 20px 0 15px 0;
}

#register-widget .reg_useraccept .checkbox-material{
    height: 15px;
    width: 15px;
    float: left;
}

#register-widget .reg_useraccept .checkbox-material .check{
    width: 15px;
    height: 15px;
    line-height: 15px;
    border: 1px solid white;
}

#register-widget .reg_useraccept .checkbox-material .check:before{
    margin-left: 5px;
    margin-top: -5px;
    font-size: 10px;
}

#register-widget .reg_useraccept .check-label{
    display: block;
    margin-left: 30px;
}

#register-widget a.action-link{
    font-size: 12px;
    line-height: 1em;
    margin: 20px 0 15px 0;
}

#register-widget .info{
    font-size: 12px;
    line-height: 1.4em;
    margin: 10px 0 20px 0;
}


/*Política de cokies con el plugin cookies consent*/
.ctcc-left-side{
	font-size:13px;
}
.ctcc-left-side a{
	text-decoration:underline;
}
.ctcc-left-side a:hover{
	text-decoration:none;
}
.ctcc-right-side button#catapultCookie{
	padding: 4px 20px;
	border-radius: 2px;
	font-size: 13px;
}
body #catapult-cookie-bar{
	background-color:rgba(0,0,0,0.8)
}
.cookie-bar-bar .ctcc-inner.container{
	max-width:1170px;
	margin:0 auto;
	line-height:1.4em;
}
@media(max-width:767px){
	.ctcc-inner>span{
		display:block;
		float:none;
		width:100%
	}
	.cookie-bar-bar .ctcc-inner{
		display:block;
	}
	.ctcc-right-side{
		text-align: center;
		padding-top: 6px;
	}
}


body .addtoany_list a>span{
	border: solid 2px #fff;
	border-radius: 50%!important;
	padding: 7px;
	margin: 0 4px!important;
}

 .home_bloque_slider .ms-skin-default .ms-nav-prev, .home_bloque_slider .ms-skin-default .ms-nav-next{
        display: none;
    }


.wpcf7-recaptcha{
	float:right;
}
.wpcf7-form div.aviso-legal{
	text-align: right;
}

.wpcf7-form div,
.wpcf7-form p{
	clear:both;
}

body .ms-slide{
	position:relative;
}
/*Nuevo diseño pilotos 2018*/
.home_motociclismo{
	background-image:url(images/bg_motos.jpg);
	background-size:cover;
	background-position:center;
	padding:50px 0 0 0;
	position:relative;

}
.home_motociclismo:before{
	content:"";
	position:absolute;
	bottom:0;
	width:100%;
	top:0;
	background-image:url(images/moto_gp_logobig.png);
	background-size:auto;
	background-repeat:no-repeat;
	background-position: bottom center;
	z-index:0;
}
.fila_superior_pilotos{
	display:flex;
	flex:1;
	z-index:10;
	position:relative;
}
.col_piloto_wrap{
	display: flex;
}
.pilotos_col3{
	flex:1;
	display: flex;
	flex-direction: column;
}
.fila_inferior_pilotos .item_piloto img,
.pilotos_col3 .item_piloto img{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.fila_inferior_pilotos:hover .item_piloto img,
.col_piloto_wrap:hover .item_piloto img{
	-webkit-filter: brightness(65%);
	filter: brightness(0.6);
	-moz-filter: brightness(0.6);
	-o-filter: brightness(0.6);
	-ms-filter: brightness(0.6);

}
.fila_inferior_pilotos:hover .item_piloto img:hover,
.col_piloto_wrap:hover .item_piloto img:hover{
	-webkit-filter: brightness(100%);
	filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter: brightness(1);
	-ms-filter: brightness(1);

}
.pilotos_col3 .item_piloto{
	margin-left: -85px;
	z-index:10;
}
.pilotos_col3 .item_piloto:first-of-type{
	margin:0;
	z-index:5;
}
.img_cat{
width:100%;
	min-width:100%;
	margin-bottom:20px;
	text-align: center;
	opacity:.7;
}
.img_cat img{
	margin:0 auto;
}

.motogp_pilotos .img_cat  img{
	margin:0 0 -30px 0;
}
.fila_inferior_pilotos{
	display:flex;
	align-items: stretch;
	z-index:10;
	position:relative;

}
.fila_inferior_pilotos .item_piloto a{
	display:flex;
	align-items: flex-end;
}
.fila_inferior_pilotos .item_piloto{
	display:flex;
	align-items: flex-end;
	z-index:10;
}
.fila_premios{
	z-index:10;
text-align: center;
	padding:30px 0;
}
.fila_premios{
	margin:0 auto;
}

@media(min-width:768px){
	.motogp_pilotos .img_cat {
		text-align: left;
	}
}
@media(max-width:767px){
	.fila_superior_pilotos, .fila_inferior_pilotos{
		flex-direction: column;
	}
	.item_piloto{
		margin-bottom:20px;

	}
	.home_motociclismo:before{
		display:none;
	}
	.col_piloto_wrap {
		text-align: center;
		justify-content: center;
	}
	.fila_inferior_pilotos .item_piloto{
		display:block;
		text-align: center;
	}
	.fila_inferior_pilotos .item_piloto a{
		display:inline-block;
		text-align: center;
	}
}

/*Bloque formula 1*/
.home_formula1{
	background-image:url(images/bg_f1.jpg);
	background-size:cover;
	background-position:center;
	padding:50px 0 0 0;
	position:relative;
}
.pilotos_f1{
	position:relative;
}
 .shadow{
	content:"";
	position:absolute;
	bottom:0;
	width:100%;
	top:0;
	background-image:url(images/shadow.png);
	background-size:auto;
	background-repeat:no-repeat;
	background-position: bottom center;
	left:0;
	z-index:1;
}
.home_formula1 .container{
	z-index:10;
}
.fila_inferior_pilotos .container{
	text-align: right;
	display:flex;
}
.fila_inferior_pilotos .container .pilotos_f2_wrap{
	display: inline-flex;
	width: auto;
	z-index:1;
	position:relative;
}
.coche_f1{
	display: flex;
	align-items: flex-end;
	margin-right: -20%;
}
.pilotos_f2_wrap .item_piloto{
	margin-left:-40px;
}

.pilotos_f2_wrap .item_piloto:first-of-type{
	margin:0;
}
@media(max-width:991px){
	.pilotos_f2_wrap .item_piloto {

		display: flex;
		text-align: center;
		margin: 0;
		margin-left: -24px;

	}
}
@media(max-width:767px){
	.fila_inferior_pilotos .container{
		flex-direction: column-reverse;
	}
	.coche_f1{
		display:block;
		max-width: 400px;
		margin: 0 auto
	}
	.fila_inferior_pilotos .container .pilotos_f2_wrap{
		position: relative;
		max-width: 350px;
		margin: 30px auto;
	}
	.logo_f1{
		text-align: center;
	}


}


/*Ficha coche */
.ficha_Coche_wrap .data-item-ficha-moto .logo-team-eg00 img{
	position: relative;
max-width:inherit;
}
body .coche-fotos .coche-fotos-foto-1{
	background:none;
}

.texto_small{
	font-size:13px;
	color:#c09337;
	margin-bottom: 1.5em;
}


.titulo-lista{
text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-style: italic;
}

.page-template-template-aron-firma h2{ font-size: 20px; }
.page-template-template-aron-firma #content{ padding-bottom:0; }

.canet-firma .iconos{ margin-top: 36px; }
.canet-firma .iconos .col-sm-4{ text-align: center; }

.aron-canet-firma .canet-firma-2{ padding-bottom: 8px; }

.aron-canet-firma h2{
	font-weight: bold;
	font-style: italic;
	margin-bottom: 32px;
}

.aron-canet-firma :-moz-placeholder{ color: white; }
.aron-canet-firma ::-moz-placeholder{ color: white; }
.aron-canet-firma :-ms-input-placeholder{ color: white; }
.aron-canet-firma ::-webkit-input-placeholder{ color: white; }

.aron-canet-firma input.wpcf7-submit {
	background-color: #03A0E7 !important;
	padding: 15px 50px;
	height: auto;
	width: auto;
}

@media (min-width: 768px){
	.canet-dos{ margin-top:50px; }
	.page-template-template-aron-firma .header-spacer {
		height: 72px;
	}
}

.page-template-template-aron-firma .canet-firma{ padding-top: 42px; }



.page-template-template-aron-firma  .entry-container{
	background-image: url(images/fondo-canet.jpg);
	background-position: center top;
}

.page-template-template-aron-firma form.wpcf7-form input.form-control{
	color:#ffffff;
}
.page-template-template-aron-firma form.wpcf7-form .wpcf7-submit {
max-width: 200px;
}

/*Menu idiomas*/

.navbar .navbar-nav>li.wpml-ls-item>a{
	text-transform:none;
}
header#masthead .navbar-nav>li.wpml-ls-item,
.navbar .navbar-nav>li.wpml-ls-item{
	background-image: url(images/mundo.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
	margin-left: 20px;
}

.dropdown-menu {
	background-color: rgba(0,0,0,0.8);
	border-radius: 0;
	border-top: solid 3px #007fc4;
}
.navbar-inverse.navbar .dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap;
	background-color:transparent;
}
.navbar-inverse.navbar  .dropdown-menu>li>a:hover{
	color:#007fc4;
	background-color:transparent;
}
@media (min-width: 768px){
	body .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}


}
@media (max-width: 1023px){
	body .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	header#masthead .navbar-nav>li.wpml-ls-item, .navbar .navbar-nav>li.wpml-ls-item {
		background-position: left 5px top 17px;
		padding-left: 5px;
		margin-left: 0px;
	}

}
.grecaptcha-badge{
	display:none;
}