/*
Theme Name: Dikka Child
Description: Child theme for the Dikka Theme
Author: UX-Qode
Template: dikka-installable
*/

/* Fuentes a importar */

@font-face {
	font-family: 'Fontello';
	src: url('fonts/fontello.eot'); /* IE9 Compat Modes */
	src: url('fonts/fontello.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/fontello.woff') format('woff'), /* Pretty Modern Browsers */
	url('fonts/fontello.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('fonts/fontello.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.fontello {
	display: inline-block;
	font: normal normal normal 14px/1 Fontello;
	font-family: 'Fontello';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* GENERAL */

/* limpiar la marca de agua de las galerías Wonderplugin */
a[href^="http://www.wonderplugin.com/"], a[href^="https://www.wonderplugin.com/"] {
	display: none!important;
}

body {
	margin-bottom: -6px;
}

iframe {
	min-width: 100%;
	width: 100px;
	*width:100%;
}

.comienza_contenido  {
	margin-top: 163px!important;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue","Arial";
}

h2{
	font-size: 26px;
	margin-bottom: 20px;
}

h5 {
	font-size: 18px;
}

.centrado {
	text-align:center;
}

.alinIzq {
	text-align: left;
}

.mayusc {
	text-transform: uppercase;
}

.w45 {
	width: 45%;
}

.w50, .halfwidth {
	width: 50%;
}

.w100{
	width: 100%;

}

.w7030 > div {
	width: 70%;
}

.w7030 > div + div {
	width: 30%;
}

.w6040 > div {
        width:60%;
}

.w6040 > div + div {
        width:40%;
}

.pad1pt5 {
	padding: 1.5rem;
}

.fleft{
	float: left;
}
.fright{
	float: right;
}

.borde{
	border-bottom: 1px solid #b6b6b6;
	padding-bottom: 35px;
}

.espacio-vacio{
	height: 220px;
}

.mbTitulos {
	margin-bottom: 19px!important;
}

.pbTitulos {
	padding-bottom: 19px!important;
}

.mbTitulos2 {
	margin-bottom: 32px!important;
}

.mtop0 {
	margin-top: 0!important;
}

.mtop35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}
.padl15 {padding-left:15px;}
.padl30 {padding-left:30px;}
.mb15 {margin-bottom:15px;}
.mb40 {
	margin-bottom: 40px;
}
.margen10 {
	margin: 10px 10px 10px 10px;
}

.padtable {
	padding: 0px 0px 0px 8px!important;
}

.columns{
	padding: 15px 0 0 0px;
}

/*
@media (min-width: 992px) {
	.col-md-9 {
		width: 70%;
	}
}

@media (min-width: 992px) {
	.col-md-3 {
		width: 30%;
	}
}
*/

section h2 {
	padding-top: 50px!important;
}

/*COLORES*/

.fondoazul{
	background-color: #f3f3f3;
}
.color-azul a{
	color: #29aae0;
}

/* ENLACES Y BOTONES */

a:link,  a:visited, a:link, a:visited {
	color: #1b74da;
}

a:hover {
	color: #1b74da;
	text-decoration: underline;
}

a.bgwhitelink:hover, a.bgwhitelink:visited, a.bgwhitelink:link {
	color: #29aae0;
	cursor:pointer;
	cursor:hand;
}
a.btn-gris {
	background-color: #e5e5e5;
	color: #555;
	font-size: 1.8rem;
	margin: 3rem;
	padding: .4rem;
}
a.btn-gris:hover {
	color: #1e9cd1;
}

a.linkazul {
	color: #29aae0;
}

.btn-gris {
	background-color: #e5e5e5;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #e5e5e5), color-stop(100%, #d6d7d7));
	background-image: -webkit-linear-gradient(#e5e5e5, #d6d7d7);
	background-image: -moz-linear-gradient(#e5e5e5, #d6d7d7);
	background-image: -o-linear-gradient(#e5e5e5, #d6d7d7);
	background-image: linear-gradient(#e5e5e5, #d6d7d7);
	width: 35%;
	padding: 6px;
	margin: 15px auto;
	margin-bottom: 17px;
}

.btn-gris a {
	color: #29aae0;
	text-align: center;
}

.btn-gris:hover {
	text-decoration: none;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #eaeaea), color-stop(100%, #d6d7d7));
	background-image: -webkit-linear-gradient(#eaeaea, #d6d7d7);
	background-image: -moz-linear-gradient(#eaeaea, #d6d7d7);
	background-image: -o-linear-gradient(#eaeaea, #d6d7d7);
	background-image: linear-gradient(#eaeaea, #d6d7d7);
}

.btn-gris a:hover {
	color: #1E9CD1;
	text-decoration: none;
}

/* BREADCRUMBS (MIGA DE PAN) */
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs span {
	color: #29aae0;
	font-size: 12px;
}
.breadcrumbs a:hover {
	color: #1e9cd1;
	text-decoration: underline;
}

/* CABECERA */

/* fix para quitar cabecera adaptable al hacer scroll para abajo */
.nav-shrink #s_top:focus, .nav-shrink #s_top, .navbar.nav-shrink, .navbar-shrink {
	height: 101px;
}
.nav-shrink .navbar-brand {
	margin: 0;
}
.nav-shrink .nav-container img {
	max-width: 100%;
}

.navbar-default.default.slight {
	background-color: #dedede;
}

.navbar-brand {
	margin:0;
}

.pagetitle {
	display: none;
}

.nav-container {
	height: 100%;
	position: relative;
}

.nav-container .icons-style-mobile  {
	bottom: 15px;
	position: absolute;
	right: 14px;
	overflow: hidden;
	width: auto;
	text-align:right;
}

.nav-container .icons-style-mobile .wrapper-search {
	position: relative;
	padding: 3px 0;
	right: 0;
	transition-property: right;
	transition-duration: 1s;
}

.nav-container .icons-style-mobile .wrapper-search.visible {
	right: 0;
	transition-property: right;
	transition-duration: 0.7s;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-container .icons-style-mobile .wrapper-search .btn-search  {
	border-left:none;
	cursor: pointer;
	display: inline;
	padding-right: 15px;
	color: #222222;
}

.nav-container .icons-style-mobile .wrapper-search form#searchform {
	display: inline-block;
	vertical-align: middle;
}
.wrapper-search #search_top {
    height: 34px;
    width: 475px;
    padding-left: 15px;
	border: none;
	border-radius: 2px;
}

/* MENUS NAVEGACION */

.nav-secundaria {
	font-size: 12px;
    padding-left:0;
}
.nav-secundaria a {
	color: #777;
	font-weight: 500;
}
.nav-secundaria a:hover {
	color: #1e9cd1;
	text-decoration: underline;
}
.nav-secundaria a.button-acceso-socios {
	display: block;
}
.nav-secundaria a.button-acceso-socios i {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 5px;
}


/* NUEVO MENU SECUNDARIO Y REDUCCION DEL LOGO */

ul.inline-list {
    float:left;
	list-style: none;
    margin-bottom:5px;
}

ul.inline-list.list-izq {float:left;}
ul.inline-list li{
	list-style: none;
	display: inline-block;
	margin: 0 7px;
}
ul.inline-list li:last-of-type {
	margin-right: 0;
}

/*carrusel*/

.forcefullwidth_wrapper_tp_banner {
	margin-bottom: 55px!important;
	margin-bottom: 5.5rem!important;
}

.tp-caption{
	padding: 1.5rem;
	background-color: rgba(255, 255, 255, 0.5);
}

.tp-caption h1{
	color: #555;
	font-size: 52px;
}
.tp-caption h3{
	color: #555;
	font-size: 25px;
}

.tp-caption .boton{
	background-color: #45c35f;
	color: #fff;
	display: table-cell;
	font-size: 21px!important;
	line-height: 21px!important;
	font-weight: 200;
	margin: 6px 0px!important;
	padding: 15px 19px!important;
	text-decoration: none!important;
}
.tp-caption .boton:hover{
	background: #34a14a;
	color: #e6e6e6;
}

.tp-caption .link{
	color: #29aae0!important;
	display: inline-block;
	text-decoration: none;
	font-size: 18px!important;

}
.tp-caption .link:hover {
	color: #1e9cd1!important;
	text-decoration: underline;
}

.tp-caption [class*="sprites-"] {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;

}

.pie-carrusel {
	min-height: 93px;
}
.pie-carrusel > div {
	height: 100%;
}

@-moz-document url-prefix() { /* Fix para FF que centre el pie */
	.pie-carrusel > .row {
		margin: auto!important;
	}
}

.logo-pie-carrusel {
	float:left;
	padding-left:87px;
	width: 25%;
}
.logo-pie-carrusel i {
	display: inline-block;
	margin: 0 auto;
}

.sprites-logo-negativo {
	background-position: 0 -985px!important;
	height: 86px;
	width: 93px;
}


.link-pie-carrusel {
	float:right;
	padding-right:166px;
	width: 25%;
}

.tp-bullets .bullet {
	background: url(images/revslider/bullets_peq.png) no-repeat bottom left!important;
	width: 15px!important;
	height: 15px!important;
}

.tp-bullets .bullet:hover, .tp-bullets .bullet.selected {
	background-position: top left!important;
}

.tp-caption.pie-carrusel {
	bottom: 0;
	top: auto!important; /* para anular el top dinámico */
	font-family: "Helvetica Neue",Arial!important;
	padding: 16px 0!important;
}

.tp-caption .row {
	max-width: 75%!important;
}

.pie-carrusel > div {
	height: 100%;
}

.texto-pie-carrusel {
	float: left;
	height: 100%;
	width: 50%;
}

.texto-pie-carrusel h2 {
	font-size: 2.8rem!important;
	line-height: 3rem!important;
	padding-top: 0!important;
	margin: 30px 0 0!important;
}

.texto-pie-carrusel h2.mtop0 {
	margin: 0!important;
}

.link-pie-carrusel {
	margin: 16px 0 0!important;
	padding:0!important;
	width: 15%;
}

.link-pie-carrusel a.link, .pie-carrusel a.link:hover {
	color: #fff!important;
	line-height: 21px!important;
}
.link-pie-carrusel a.link:hover {
	text-decoration: underline;
}
.link-pie-carrusel a.link i {
	display: block;
	margin: 0 auto!important;
}

/* responsive carruseles home */
@media (max-width: 1200px) {
	.tp-caption h3 > strong {
		font-size: 1.74rem!important;
	}
}
@media (max-width: 1199px) {
	li#slide_raceVC .tp-bgimg {
		background-image: url(../../uploads/Home/slider-ppal/carrusel-certificado-race-medium2.jpg)!important;
	}
}
@media (max-width: 1024px) {
	li#slide_motoristas .tp-bgimg {
		background-image: url(../../uploads/Home/slider-ppal/Race-motoristas-small.jpg)!important;
	}
	li#slide_club .tp-bgimg {
		background-image: url(../../uploads/Home/slider-ppal/carrusel-small.jpg)!important;
	}
	li#slide_viajesRace .tp-bgimg {
		background-image: url(../../uploads/Home/slider-ppal/medium-viajes-race.jpg)!important;
	}
	.texto-pie-carrusel {
		width: 60%;
	}
	.texto-pie-carrusel h2 {
		margin: 10px 0 0!important;
		white-space: normal;
	}
}
@media (min-width: 640px) {
	.tp-caption.contenedor_cartela, .tp-caption.contenedor_cartela_estrecho, .tp-caption.contenedor_cartela_medio {
		top:10px!important;
	}
}
@media (max-width: 639px) {
	li#slide_viajesRace .tp-bgimg {
		background-image: url(../../uploads/Home/slider-ppal/small-viajes-race.jpg)!important;
	}
	li#slide_raceVC .tp-bgimg {
		background-image: url(../../uploads/Home/slider-ppal/carrusel-certificado-race-small2.jpg)!important;
		background-size: 100%!important;
	}
}

@media (max-width: 479px) {
	.tp-caption h3 {
		font-size: 1.74rem!important;
	}
}

/* Slider seguros */
#rev_slider_2_2_mobile {
	display: none;
}
@media (max-width: 768px) {
	#rev_slider_2_2_wrapper {
		display: none!important;
	}
	#rev_slider_2_2_mobile {
		display: block;
		list-style: none;
		width: 100%;
	}
	#rev_slider_2_2_mobile li {
		display: inline-block;
		margin-bottom: 5px;
		vertical-align: top;
		width: 45%;
	}
	#rev_slider_2_2_mobile li a{
		margin-bottom: 10px;
		font-weight: bold;
	}
	.nav-secundaria-container {
		margin-top: 0;
	}
	.navbar-shrink .nav-container {
		height: auto;
	}
	.nav-shrink #s_top:focus, .nav-shrink #s_top, .navbar.nav-shrink, .navbar-shrink {
		height: auto!important;
	}
}
@media (max-width: 500px) {
	#rev_slider_2_2_mobile li {
		width: 99%;
	}
}

/* Cuerpo */

.borde-superior-azul{
	padding-top: .5rem;
	display: inline-block;
	border-top: 6px solid rgba(41, 157, 212, 0.5);
}

/* footer */

.footer a.sprites-icon-appstore {
	margin-bottom: 12px!important;
}

.footer h2 {
	font-size: 16px!important;
	margin-bottom: 10px!important;
}

.footer h3 {
	font-size:18px;
	font-weight:800;
	text-transform: uppercase;
}

#bottom-footer {
	border: 0;
	background: #444;
	color: #fff;
	padding: 0;
}

#bottom-footer a:link, #bottom-footer a:visited {
	color: #fff;
}
#bottom-footer a:hover{
	color: #ae7748;
}

.b-text p {
	color: #DDD;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	opacity: 1;
	text-align: center;
}

.b-text img.logo-race-pie {
	margin-right: 15px;
	width: 30px;
}


/* Listas */

.iconlist{
	text-align: center;
	text-transform: uppercase;
	display: block;
	list-style:  none;
}
ul.iconlist li{
	list-style:  none;
	display: inline-block;
	padding: 0 10px 20px;
	width: 15%;
}

.iconlist i {
	display: inline-block;
	margin: 0 auto;
}

.iconlist h5 {
	min-height: 80px;
}

.iconlist h5 a, .seccion h4 a, .seccion h5 a{
	color:#29aae0;
}

.iconlist h5 a:hover{
	/*color:#29aae0;*/
	text-decoration:underline;
}

.iconlist-download{
	list-style:  none;
	padding: 0;
	margin-top: 60px;
	margin-bottom: 30px;
}

ul.iconlist-download li{
	list-style:  none;
	display: block;
	border-bottom: 1px solid #efefef;
	clear: both;
	padding: 10px 0 15px 0;
}

.iconlist-download a{
	color: #29aae0;
}

ul.caracteristicas {
	list-style: none;
	width: 100%;
	padding: 0px;
}

ul.caracteristicas.columnas-2 {
	margin-left: 40px;
}

ul.caracteristicas li {
	margin: 15px 0;
}
ul.caracteristicas.columnas-2 li {
	float: left;
	width: 50%;
}
ul.caracteristicas li a{
	color: #29aae0;
	font-size: 17px;
}
ul.caracteristicas li a:hover{
	color: #1e9cd1;
	text-decoration: underline;
}

.contenidos-relacionados{
	font-size: 16px;
}

.contenidos-relacionados li{
	margin:15px 0;
	list-style: none;
}

.contenidos-relacionados ul{
	padding:0;
}

/* sprites */

[class*="sprites-"] {
	display: block;
}

.sprite{
	background: url("images/sprites-s71de8ac053.png") no-repeat;
}

.sprites-arrow {
	background-position: 0 -3360px;
	height: 26px;
	width: 27px;
}
.sprites-arrow-right {
	background-position: 0 -3067px;
	height: 41px;
	width: 40px;
	float:right;
}
.sprites-icon-appstore {
	background-position: 0 -1274px!important;
	height: 40px;
	width: 176px;
}
.sprites-icon-check-list{
	background-position: 0 -3534px;
	height: 22px;
	width: 23px;
	float: left;
	margin-right: 20px;
}
.sprites-icon-download {
	background-position: 0 -3692px;
	height: 26px;
	width: 29px;
	float: left;
	margin-right: 20px;
}
.sprites-icon-facebook {
	background-position: 0 -1657px!important;
	height: 57px;
	width: 57px;
}
.sprites-icon-googleplay {
	background-position: 0 -1124px!important;
	height: 40px;
	width: 177px;
}
.sprites-icon-googleplus {
	background-position: 0 -2016px!important;
	height: 57px;
	width: 57px;
}
.sprites-icon-linkedin {
	background-position: 0 -2971px!important;
	height: 57px;
	width: 57px;
}
.sprites-icon-pdf{
	background-position: 0 -3692px;
	height: 26px;
	width: 30px;
	float: left;
	margin-right: 20px;
}
.sprites-icon-twitter {
	background-position: 0 -1217px!important;
	height: 57px;
	width: 57px;
}
.sprites-icon-user {
	background-position: 0 -3858px;
	display: inline-block;
	height: 14px;
	margin-right: 3px;
	width: 13px;
}
.sprites-icon-youtube {
	background-position: 0 -650px!important;
	height: 57px;
	width: 58px;
}
.sprite-logo-negativo {
	background-position: 0 -985px;
	height: 86px;
	width: 93px;
}
.sprites-white-arrow {
	background-position: 0 -933px;
	height: 32px;
	width: 32px;
}
.sprites-tfo-sm {
        background-position: -28px -3497px;
        display: inline-block!important;
        margin-right: 5px;
	height:14px;
	width:10px;	
}
.sprites-mail-sm {
        background-position: -45px -3420px;
        display: inline-block!important;
        margin-right: 5px;
        height:10px;
        width:16px;
}

/* Sections */

.img-seccion {
	position: relative;

}
.img-seccion-caption {
	background: rgba(255, 255, 255, 0.5);
	color: #575756;
	font-family: "Helvetica Neue","Arial";
	font-size: 22px;
	line-height: 24px;
	padding: 24px;
	position: absolute;
	width: 32%;
}

.caption-seguridad-vial {
	right: 131px;
	top: 63px;
}

#pg-10991-0 .img-seccion-caption {
	background: rgba(255, 255, 255, 0.5);
	color: #575756;
	font-family: "Helvetica Neue","Arial";
	font-size: 22px;
	line-height: 24px;
	padding: 24px;
	position: absolute;
	width: 50%;
	max-width: 500px;
}

#pg-10991-0 .caption-seguridad-vial {
	right: 8px;
	top: 63px;
}


.tp-caption.footer-individual a {
	font-family: "Helvetica Neue", "Helvetica","Arial";
	font-size: 2.0rem!important;
}

#actualidad{
	background-color: #f3f3f3;
	background-image: url(images/home-background-world.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 66px;
}

.journal-content-article{
	width: 100%;
}

.destacamos {
	float: left;
	padding: 0 130px;
	padding-bottom: 110px;
	width: 100%;
}

.destacamos .articulo {
	float: left;
	margin-right: 3%;
	width: 30%;
}

.destacamos .articulo h2{
	font-size: 22px;
}

.destacamos .articulo img {
	margin-bottom: 16px;
}

.destacamos .articulo p {
	min-height: 72px;
	text-align: justify;
}

.destacamos .articulo footer {
	float: right;
}

.destacamos .articulo footer a, footer a.ver-mas {
	display: inline-block;
	line-height: 26px;
	vertical-align: top!important;
}

.ver-mas [class*="sprites-"] {
	display: inline-block;
}

a.ver-mas {
	font-size: 16px;
}

a.ver-mas, a.ver-mas:visited {
	color: #29aae0;
}
a.ver-mas:hover {
	color: #1e9cd1;
}

.ver-mas .sprites-arrow {
	margin-left: 5px;
}

section.galeria {
	padding-top: 48px;
	padding-bottom: 48px;
}

section.galeria div > h2 {
	padding-top: 12px!important;
}

/* LCP (list category posts) */

.lcp_catlist {
	color: #000;
	font-size: 13px;
	margin-top: 25px;
	padding-left: 10px;
}

.lcp_catlist li {
	list-style: none;
	width: 50%;
	float:left;
	padding-right: 15px;
}

/*
 .lcp_catlist li:nth-child(2n) {
  clear: both;
}
*/
.lcp_catlist .lcp_post {
	margin-top: 8px!important;
	min-height: 52px;
}

.lcp_catlist li time {
	font-size: 15px;
}

.lcp_catlist a.lcp_title {
	color: #000;
	font-size: 20px;
	line-height: 1;
}

.lcp_catlist .lcp_thumb {
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}

.lcp_catlist_full li {
	list-style: none;
	width: 100%;
	float: left;
	padding: 2%;
}

/* LISTADOS CATEGORIAS */

.category .blog-normal .journal-post {
	margin: 20px 0!important;
	padding: 2% 2% 8% 2%;
}

.category .blog-normal .journal-post .date p {
	font-size: 15px;
	margin-bottom: 0!important;
}

.category h2.post-title {
	display: block;
	margin-top: 8px!important;
}

.category .featured-image {
	display: block;
	margin:	10px 0;
}

.category .post-summary {
	color: #000;
	font-size: 13px;
	margin: 0!important;
	width: 100%;
}

.category .post-summary p {
	margin-bottom: 10px!important;
}

/* CABECERA SOCIAL LIKES */

div.social-likes {
	margin-top: -30px;
}
div.social-likes > h2 {
	font-size: 20px;
	margin: 0!important;
	padding: 0!important;
}
.social-likes__widget {
	margin-top: 0!important;
}
.social-likes__widget_facebook {
	margin-left: 12px!important;
}
.container.row + hr {
	border-top-color: #c5c5c5;
}

.addthis_toolbox .at-icon-wrapper {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	width:64px!important;
}
.addthis_toolbox .at-icon-wrapper svg {float:left;}

@media (min-width:769px) { /* Tamanyo mayor de tablet */
	.addthis_button_whatsapp {display:none;}
}
@media (max-width:479px) {
	.addthis_toolbox .at-icon-wrapper {width:32px!important;}
}

/* DETALLE ARTICULOS (single post) */

.single .blog-normal .journal-post {
	margin-top: 0!important;
}

.single h1 {
	font-size: 26px;
}

.single h2 {
	font-size: 21px;
}

/* PAGINACION */

.lcp_paginator {
	display: none;
	float: left;
	width: 100%;
}
.lcp_paginator li {
	background-color: #005096;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
}
.lcp_paginator li a {
	background-color: none;
}
.lcp_paginator li a:hover {
	background-color: #005096;
}


/* SECCIONES */

/* Home */

.seccion {
	margin-bottom: 30px!important;
	padding: 1rem;
}

.seccion h2 {
	padding-top: 2.5rem!important;
}

.seccion.recuadrado {
	border: 1px solid #d8d8d8;
	padding: 2.8rem;
}

.seccion ul.iconlist li {
	padding: 0 5px 10px;
}

.home .btn-gris {
	width: auto;
}

.img-caption {
	position: relative;
}

.img-caption figcaption {
	background-color: #1e9cd1;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	font-size: 1.5rem;
	padding: .6rem 1.2rem;
}

/* Home - Ofertas de viaje efecto Hover*/
.contenedor-img {
	width: 301px;
	height: 245px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff;
}
.contenedor-img .mascara,.contenedor-img .contenido {
	width: 301px;
	height: 245px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
.contenedor-img img {
	display: block;
	position: relative;

}
.contenedor-img h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px!important;
	background: rgba(0, 0, 0, 0.9);
	margin: 20px 0 0 0!important;
}
.contenedor-img p {
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 10px;
	text-align: center
}
.contenedor-img a.link {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #34a14a;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000
}
.contenedor-img a.link:hover {
	box-shadow: 0 0 5px #000
}
.contenedor-img a.btn-primary {
	font-size: 2rem;
}
.contenedor-img.ejemplo-1 img {
	transition: all 0.2s linear;
}
.contenedor-img.ejemplo-1 .mascara {
	opacity: 0;
	background-color: rgba(46,157,120, 0.7);
	transition: all 0.3s ease-in-out;
}
.contenedor-img.ejemplo-1 h2 {
	transform: translateX(-200px);
	opacity: 0;
	transition: all 0.7s ease-in-out;
}
.contenedor-img.ejemplo-1 p {
	transform: translateX(200px);
	opacity: 0;
	transition: all 0.4s linear;
}
.contenedor-img.ejemplo-1 a.link{
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: translateY(100px)
}
.contenedor-img.ejemplo-1:hover img {
	transform: scale(1.1);
}
.contenedor-img.ejemplo-1:hover .mascara {
	opacity: 1;
}
.contenedor-img.ejemplo-1:hover h2,
.contenedor-img.ejemplo-1:hover p,
.contenedor-img.ejemplo-1:hover a.link {
	opacity: 1;
	transform: translateX(0px);
}
.contenedor-img.ejemplo-1:hover p {
	transition-delay: 0.1s;
}
.contenedor-img.ejemplo-1:hover a.link {
	transition-delay: 0.2s;
	transform: translateY(0px);
}


/* Bounce To Right Animation */
a.hvr-bounce-to-right {
	color:#29aae0;
	font-size: 1.2em;
}
.hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #dedede;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
	color: #29aae0;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.centrado [class*="sprites-"] {
	display: inline-block;
}

/* Seguridad Vial */

.widget {
	margin: 0 0 0px 0!important;
	float: left;
	width: 100%;
}

/* Viajes RACE */

.submenu-responsive {
	display: none;
}

.comienza_contenido-viajes  {
	margin-top: 102px!important;
}

/* LINKS SOCIALES etc */

.posts-shares {
	margin-top: 0;
}

/* WIDGETS */

/* Widgets barra lateral */

.widget-default, .builder-siderbar .widget_ultimate_posts {
	width: 100%;
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;
	font-family: "Helvetica Neue","Helvetica","Arial";
	font-size: 13px;
	color: #575756;
}
.builder-siderbar .widgettitle {
	background-color: #e2e2e2;
	color: #575756!important;
	font-size: 16px!important;
	margin: 0!important;
	padding: 11px 16px!important;
	border-bottom: 0;
}
.widget-body-default {
	display: block;
	padding: 16px 22px;
}

.links-sociales {
	text-align: center;
}
.links-sociales a {
	display: inline-block;
	margin: 0 5px;
	opacity: 1;
}
.links-sociales a:hover {
	opacity: 0.8;
}

/* Persiana acordeón */

.snvdshc .ui-state-active, .snvdshc .ui-widget-content .ui-state-active, .snvdshc .ui-widget-header .ui-state-active {
	background: #e6e6e6 url(../../plugins/synved-shortcodes/synved-shortcode/jqueryUI/css/snvdshc/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
}

/* Related Posts */

.related-posts {margin-top:45px;}
.related-posts ul {margin-top:0;}

/* Navegación Barra lateral */

ul.sidebar-nav {
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;
	margin-bottom: 36px;
	padding: 0;
}
ul.sidebar-nav li {
	border-bottom: 1px solid #e2e2e2!important;
	color: #666;
	padding: 1.8rem;
}
ul.sidebar-nav li:hover {
	text-decoration:underline;
}
ul.sidebar-nav li:hover, ul.sidebar-nav li.current {
	background-color: #fff;
}
ul.sidebar-nav li.parent {
	font-size: 2rem;
	font-weight: bold;
}
ul.sidebar-nav li.parent:hover {
	background-color: #f2f2f2;
}

ul.sidebar-nav .sub-arrow {
	display: inline-block!important;
	float: right;
	text-decoration: none!important;
}
ul.sidebar-nav .sub-arrow:before {
	content: "\f0D7";
	font-family: "fontAwesome";
	margin-left: 5px;
}
ul.sidebar-nav .sub-arrow:hover {
	cursor:pointer;
	cursor: hand;
}

ul.sidebar-nav li.submenu {
	display: none;
}

ul.sidebar-nav li.submenu, ul.sidebar-nav li.submenu ul.sidebar-nav {
	border: 0!important;
	margin-bottom: 0;
	padding: 0;
}
ul.sidebar-nav li.submenu:hover {
	text-decoration:none;
}
ul.sidebar-nav ul.sidebar-nav li {
	padding-left: 45px;
}

/* Clic to call temporizado */
.c2c_tempo > a {
	position: absolute;
	right: -200px;
	transition: all 3s ease 0s;
}

/* BÚSQUEDAS */
.search-results .journal .titulo_result, .search-no-results .journal .titulo_result {
	background:#eee;
	font-size: 21px;
	font-size: 2.1rem;
	padding: 10px;
	padding: 1rem;
}
.search-results .journal h2 a {
	color: #000;
	line-height: 24px;
}
.search-results .journal .search-entry {
	display: inline-block;
	margin-bottom: 20px;
	padding: 20px 40px;
	vertical-align: top;
}
.search-results .journal .w49.search-entry {
	width: 49%;
}
.search-results .journal .search-entry h2 {
	line-height: 1.2em;
	padding: 0!important;
}
.search-results .journal .search-entry h2 a:hover {
	text-decoration: underline;
}
.search-results .journal .search-entry p {
	color: #888;
	font-size: 13px;
}
.search-results .journal .search-entry ul.post-categories {
	float: left;
	width: 100%;
}
.search-results .journal .search-entry ul.post-categories li {
	float: left;
}
.search-results .journal .search-entry .post-categories li a {
	background: #29aae0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	margin: 0 5px;
	padding: 10px;
}
.search-results .journal .blog-nav {
	text-align: center;
}
.search-results .journal .blog-nav span, .search-results .journal .blog-nav a:hover {
	background-color: #005096!important;
}
.search-results .journal .blog-nav a {
	background-color: #29aae0!important;
	color:#FFF;
}
.search-results .journal .blog-nav .fa-angle-right:before {
	content: "\f105";
}
.search-no-results .journal article.container {
	margin-top: 10px auto;
	text-align: center;
}

/* FORMULARIOS */

/* ajuste elementos formularios plugin WPCF7 */
.wpcf7 input[type=radio]{
	width: 13px!important;
	height: 13px!important;
	background: url(images/check_radio_sheet.png) no-repeat -43px 3px;
	border: none;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	transition: none!important;
	box-sizing: none;
}
.wpcf7 input[type=radio]:focus{
	border: none!important;
}
input[type=radio]:checked{
	background: url(images/check_radio_sheet.png) no-repeat -61px 3px;
	border: none;
	width: 13px!important;
	height: 13px!important;
}

.wpcf7 input[type=checkbox]{
	width: 13px!important;
	height: 13px!important;
	background: url(images/check_radio_sheet.png) no-repeat 0px 3px;
	border: none;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	transition: none!important;
	box-sizing: none;
}
.wpcf7 input[type=checkbox]:focus{
	border: none!important;
}
input[type=checkbox]:checked{
	background: url(images/check_radio_sheet.png) no-repeat -21px 3px;
	border: none;
	width: 13px!important;
	height: 13px!important;
}
#searchform-mobile {
	display:none;
	min-height:125px;
}
#searchform-mobile > h2 {
	padding-top:0!important;
}
#search-mobile {
	border:2px solid #DDD;
	color: #888;
	height: 40px;
	padding-left:6px;
	width:100%;
}
#searchform-mobile a.btn {
	margin:1rem 0;
	width:100%;
}

/* ESTILOS MARKETING */

.nuevoaltodtosoc{
	height: 1200px!important;
}

#blog-tabs .tabs li {
	padding: 10px!important;
}
#blog-tabs .tabs li.current {
	background-color: #74b5aa;
}

#sidebarviaje {
	display: block;
	float: right;
	position: fixed;
	right: 0;
	top: 180px;
	transition: all 1s ease 0s;
	width: 151px;
	z-index: 1002;
}
.img_side_mosca_viaje {
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 11rem;
	width: 100%!important;
}

.mini21 {
	font-size: 1rem;
	text-transform: none;
}
.panel1 {
	background: #f2f2f2 none repeat scroll 0 0;
	border-color: #d8d8d8;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
}

/* CLIC TO CALL TEMPORIZADO  */
.c2c_tempo, .c2c_tempo + #sidebar_ctc {
	top: 120px!important;
}
.c2c_tempo2 {
	width:178px!important;
}

/* PAGINA DE MANTENIMIENTO */
@media (min-width:950px){
	.img_pagina_en_mantenimiento {
		background: rgba(0, 0, 0, 0) url(../../uploads/2015/12/pagina-en-mantenimiento3.jpg) repeat scroll 0 0;
		height: 282px;
	}
}
@media (max-width:949px){
	.img_pagina_en_mantenimiento{
		background: url(../../uploads/2015/12/pagina-en-mantenimiento-small.jpg) no-repeat;
		height: 279px;
		background-size:100% 100%;
	}
}
.mar_l4manten_p {
	margin-left: 2%!important;
}
.degradado-b2manteni {
	background-color: rgba(255, 255, 255, 0.5);
	display: block;
	margin: 8rem 0;
	padding: 1rem 2.5rem!important;
	width: 44%;
}
.padmanteni {
	padding-top: 20px!important;
}
.supermantenim {
	height: 357px;
	width: 1400px;
}
.landin_pag_mantenim {
	background-color: #f4f4f4;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #28a8ff;
	margin-top: 3rem!important;
	padding: 2rem;
	text-align: justify;
}
.pmantenime4 {
	background-color: #ffffff;
	color: #28a8ff;
	margin-left: 7rem;
	margin-top: 2.5rem!important;
	padding: 1rem;
}
.alignleftpmantenimiento {
	float: left;
	margin: 5px 20px 150px 0;
}
.smalltextmantenimien {
	font-size: 1.1rem;
}
.bigtextmantenimien {
	color: #28a8ff;
	font-size: 5rem;
	line-height: 4rem;
}

/* ajustes concretos ninja forms */
.banner-suscribete-a-la-revista-autoclub .field-wrap {margin-bottom:10px!important;}

/*******************************/
/****** REGLAS RESPONSIVE ******/
/*******************************/

@media (max-width:1180px) {
	.default .navbar-nav {
		right: auto;
	}
}

@media (max-width:945px) {
	.w7030 > div, .w7030 > div + div, .w6040 > div, .w6040 > div + div {
		width: 100%;
	}
}

@media (max-width:1000px) {
	.nav-secundaria {
		font-size:14px;
	}
	ul.inline-list li {
		margin-left:10px;
	}
	.wrapper-search #search_top {
		width: 385px;
	}
	a.navbar-brand.nav-to.logo > img {
		margin-top: -18px;
	}
}

@media (min-width:931px) and (max-width:1000px) {
	.navbar-default.default.slight .navbar-nav > li > a {
		padding: 10px;
		padding-right: 1rem!important;
		padding-left: 1rem!important;
	}
}

@media (min-width:901px) and (max-width:930px) {
	.navbar-default.default.slight .navbar-nav > li > a {
		padding-right: 0.5rem!important;
		padding-left: 0.5rem!important;
	}
}

@media (min-width:768px) and (max-width:930px) {
	.destacamos .articulo {
		width: 47%;
	}
}

@media (min-width:801px) and (max-width:900px) {
	.navbar-default.default.slight .navbar-nav > li > a {
		font-size: 1.1rem;
		padding-right: 0.4rem!important;
		padding-left: 0.4rem!important;
	}
}

@media (max-width:855px) {
	.nav-secundaria i {display:none;}
	.wrapper-search #search_top {
		width: 365px;
	}
	a.navbar-brand.nav-to.logo > img {
		margin-top: -10px;
		width: 75px;
	}
}

@media (min-width:768px) and (max-width:800px) {
	.navbar-default.default.slight .navbar-nav > li > a {
		font-size: 1rem;
		padding-right: 0.5rem!important;
		padding-left: 0.5rem!important;
	}
}

@media (min-width:600px) {
	.footer .container .widget.widget_text {
		width: 99%;
	}
}

@media (max-width:890px) { /* popup WP por defecto no es responsive */
	#TB_window {
		left: auto!important;
		margin-left: 5%!important;
		width: 90%!important;
	}
	#TB_ajaxContent {
		width: auto!important;
	}
}


/* TABLETS Y PHABLETS */
@media (max-width:767px) {
	.comienza_contenido  { /* Contenido empieza por debajo menú responsive */
		margin-top: 67px!important;
	}

	/* menús responsive  */
	.nav-container {
		padding: 0;
	}
	.submenu-responsive {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}

	.submenu-responsive .fa-2x {
		font-size: 2.5rem!important;
	}
	.submenu-responsive .fo-golf:before {
		content: '\e800';
	}
	.submenu-responsive a {
		color: #1c1c1b;
		display: inline-block;
		padding: 0 6%;
		font-weight: 500;
	}

	.submenu-responsive .navbar-toggle {
		margin: 0!important;
		position: static;
		padding-right: 0;
		font-size: 11px;
		font-weight: 500;
		font-family: "Helvetica Neue", Helvetica, Arial;
		border: 2px solid rgba(228, 228, 228, 0.5);
		border-bottom: none;
		border-radius: 0px;
		padding: 17px 0 12px;
		width: 70px;
	}

	.submenu-responsive .navbar-toggle span.icon-bar {
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		color: #0078a0;
		background-color: #777!important;
		width: 33px!important;
		height: 6px!important;
	}
	.submenu-responsive .navbar-toggle:hover span.icon-bar {
		background: #1e9cd1!important;
	}
	.submenu-responsive a:hover {
		color: #1e9cd1!important;
	}

	.submenu-responsive a.logo-responsive {
		padding: 0!important;
	}

	.submenu-responsive a.logo-responsive img {
		width: 64px;
		height: auto;
		max-width: 100%;
	}

	.submenu-responsive a.logo-responsive img[src$="2x.png"] { /* logo retina */
		max-width: 100%;
	}

	.nav-secundaria, .navbar-brand, .icons-style-mobile {
		display: none!important;
	}

	.navbar-nav, .navbar-right { /* Fix para menú de bootstrap, no se posiciona bien */
		/*position: fixed!important;*/
		position: relative!important;
	}

	.navbar-nav li {
		border-bottom: 1px solid #eee;
	}

	.navbar-nav .sub-arrow {
		-ms-transform: rotate(0deg)!important;
		-webkit-transform: rotate(0deg)!important;
		transform: rotate(0deg)!important;
	}

	.navbar-nav li.collapsible ul.dropdown-menu a.has-submenu .sub-arrow {
		-ms-transform: rotate(90deg)!important;
		-webkit-transform: rotate(90deg)!important;
		transform: rotate(90deg)!important;
	}

	.hide-on-start .navbar-nav, .navbar-shrink .navbar-nav {
		background: #eee;
		opacity: 0.92;
		margin: 0;/*margin-top: 0;*/
		bottom: 0;
		/*right: 10px;*/
	}

	.navbar-collapse {
		width: 100%!important;
		padding: 0;
	}
	.navbar-default.default.slight ul.dropdown-menu {
		border-top: 0!important;
		margin-top: 0!important;
	}
	.navbar-default.default.slight ul.dropdown-menu, .slight .dikka_minicart, .navbar-default.default.sdark ul.dropdown-menu, .sdark .dikka_minicart {
		margin-top: -2px!important;
	}

	.navbar-default.default.slight .nav li a {
		padding-left: 35px;
	}

	/* fin menús responsive */

	.img-seccion-caption {
		font-size: 18px;
		line-height: 20px;
		padding: 20px;
	}

	.destacamos {
		padding: 0 70px 20px;
	}

	.destacamos .articulo {
		width: 97%;
	}
	.destacamos .articulo img {
		width: 100%;
	}

	.footer .col-sm-3 .widget {
		text-align: center;
		width: 100%;
	}
	.footer .col-sm-3 .sprites-icon-appstore, .footer .col-sm-3 .sprites-icon-googleplay {
		display: block;
		margin: 0 auto;
	}
	.b-text img.logo-race-pie {
		display: block;
		margin: 15px auto;
	}

}

@media (max-width:639px) {
	.tp-caption.pie-carrusel, .tp-bullets {
		display: none;
	}
	.tp-caption.contenedor_cartela, .tp-caption.contenedor_cartela_estrecho, .tp-caption.contenedor_cartela_estrecho_trnsp, .tp-caption.contenedor_cartela_medio {
		bottom: 0;
		width: 100%!important;
		left: auto!important;
		right: auto!important;
		top: auto!important;
	}
	.iconlist h5 {
		font-size: 1.8rem!important;
	}

}

@media (max-width:600px) {
	.ancho_33 .contenedor-img {
		width: 100%;
	}
	.ancho_33 .contenedor-img img {
		width: 100%;
		height: auto;
	}
	.contenedor-img .mascara, .contenedor-img .contenido {
		width: 100%;
	}
	.pad1pt5 {
		padding: 3rem;
	}

	.img-seccion-caption {
		bottom: 0;
		font-size: 22px;
		left: 0;
		line-height: 24px;
		padding: 24px;
		right: auto;
		top: auto;
		width: 100%;
	}
	#pg-10991-0 .img-seccion-caption {
		bottom: 0;
		font-size: 22px;
		left: 0;
		line-height: 24px;
		padding: 24px;
		right: auto;
		top: auto;
		width: 100%;
		max-width: 100%;
	}

.sweet-alert .sa-icon.sa-info {width:40px;height:40px;margin-top:5px!important;margin-bottom:5px!important;}
.sweet-alert .sa-icon.sa-info::before {bottom:2px;height:26px;}
.sweet-alert .sa-icon.sa-info::after {top: 2px;}
.sweet-alert p {font-size:13px;margin-bottom: 10px!important;}
.sweet-alert button {
    font-size:13px;
    padding: 5px 16px;
    margin: 6px 5px 0;
}

}

@media (max-width:539px) {
	.home .seccion .large-3 {
		width: 50%;
	}
	ul.iconlist li.up-icon2 {
		display: block;
		margin: 0 auto;
		padding: 10px;
	}
}

@media (max-width:500px) {

	.home .seccion .large-3, .home .row .w50 {
		width: 100%;
	}
	section.galeria .w50 {
		padding: 10px;
		width: 100%;
	}
}

@media (max-width:767px) {

	.navbar {
	/*	position: absolute;
*/
	}

	.nav-container {
		padding: 0;
	}
	.nav-container .navbar-header {
		margin: 0;
	}

	.destacamos {
		padding: 0 10px 10px;
	}

	#searchform-mobile {
		display:block;
	}

	.footer {
		padding-top: 0;
	}
	.footer p {
		margin-bottom:0!important;
	}
	.footer .container .row .col-sm-3 {
		display:block;
		height:auto!important;
		margin-bottom: 15px;
	}
	.footer .container .row .col-sm-3 .widget {float:none;}

	/*   .footer .container .row .col-sm-3:first-child {
		  display:block;
		  height:auto!important;
	   }
	*/
	.footer .container .widgettitle {
		margin-top:0!important;
		margin-bottom:0!important;
	}
	#bottom-footer .b-text > p {line-height: 10px;}
	#bottom-footer .copyright {
		float:right;
		font-size:90%;
		margin-top: 10px;
		line-height: 14px;
		text-align:left;
		width:70%;
	}

	.bigtextmantenimien {
		font-size: 3.75rem;
	}

}

@media (min-width:0px) and (max-width:767px) {
	.nav > li.active > a:after, .nav > li:hover > a:after { /* triángulo selector */
		background-color: #fff;
		content: none!important;
	}
}

.page-template-dikka-portada-RACE h2 {
	margin-top: 20px !important;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 34px;
	padding:0 !important;
}



/*
*
*
* Custom CSS from Theme Options
*
 */


.et_pb_side_nav.et-visible {
	animation: 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s normal none 1 running fadeInRight;
	opacity: 1;
}
.et_pb_side_nav {
	background: #000;
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	display: block;
	opacity: 0;
	padding: 10px;
	position: fixed;
	right: 0;
	top: 50%;
	width: 40px;
	z-index: 99999;
	list-style: outside none none;
}

.et_pb_side_nav li.side_nav_item {
	padding: 7px;
}

.et_pb_side_nav .side_nav_item a {
	background-color:#fff;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 7px;
	display: block;
	height: 7px;
	margin-right: 10px;
	text-indent: -9999px;
	width: 7px;
}

.et_pb_side_nav .side_nav_item a.active {
	background-color: #fff !important;
}


.et_pb_side_nav li.side_nav_item {
	padding: 7px;
}



.et_pb_side_nav .side_nav_item a {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 7px;
	display: block;
	height: 7px;
	margin-right: 10px;}


.tercera_fila_fia {
	margin-top: 10rem;
}

.margin-r-fia {
	padding-left: 3rem;
	padding-right: 3rem;
	text-align: left;
}

.margin-l-fia {
	padding-left: 3rem;
	padding-right: 3rem;
	text-align: center;
}

@media (max-width:800px) {
	#Sunday_Mondays_jun .tp-bgimg {
		background-image: url("/wp-content/uploads/2016/02/Sunday-Mondays-carrusel-small.jpg")!important;
	}
	#slide_vo .tp-bgimg {
		background-image: url("/wp-content/uploads/2016/05/salonvocertificadoracepeq.jpg")!important;
	}
	#reponde_albacete .tp-bgimg {
		background-image: url("/wp-content/uploads/2016/09/antonio-albacete-small.jpg")!important;
	}
	#slide_club_new .tp-bgimg {
		background-image: url("/wp-content/uploads/2016/10/small-unete-al-club-de-tu-tranquilidad.jpg")!important;
	}
	#reponde_miguel .tp-bgimg {
		background-image: url("/wp-content/uploads/2016/11/arturodemiguel-small.jpg")!important;
	}
	#slideavisapp .tp-bgimg {
		background-image: url("/wp-content/uploads/2016/12/avisapp-medium.png")!important;
	}




}


@media (max-width:1150px) {
	#slide_concurso_fia .tp-bgimg {
		background-image: url("/wp-content/uploads/2016/02/CABECERA-CARRUSEL-RESPONSIVE.jpg")!important;
	}


}



.section-title h2 {

	font-size: 15px !important;
	font-weight: 200!important;


	text-align: left!important;
}

.mtopimg {

	margin-top: 20px !important;
}

.mtopimg2 {

	margin-top: 40px !important;
}

.fondoazuljclassic {
	background-color: #5b8aba;
}

.fondowhiteconc {
	background-color: #ffffff !important;
}

/*formulario concurso jarama classic*/
.inp_pass_f4-wrap{
	width: 50%;
	margin-right: 0px;
	float: left;
}

.ninja-forms-required-items{
	margin-buttom:8px;
}

.peqfor{
	float: left !important;
	font-size: 11px !important;
	width: 94%;
	text-align: left;
}
.peqfor2{
	float: left !important;
	font-size: 11px !important;
}

.bigcarr{

	font-size: 27px !important;
}

.img_race_trabaja_nosotros {
	background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/04/Trabaja-con-nosotros.jpg") no-repeat scroll left center / cover ;
	height: 350px !important;
}

.caption-trabajo {
	color: #000000 !important;
	font-size: 28px !important;
	font-weight: bold !important;
	right: 131px;
	top: 120px;
}



.img_porque_hacerme_socio_portada {
	background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/07/Razones-por-las-que-hacerse-socio.jpg") repeat scroll 0 0 !important;
}

/*pagina por qué hacerme socio*/
.height14 {
	height: 14rem;
}

.height7 {
	height: 7rem;
}
.height13 {
	height: 13rem;
}

/*pagina mapas de carretera*/
.img_mapas_carretera {
	background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/04/mapas-de-carretera.jpg") no-repeat scroll right center / cover ;
	height: 350px;
}

.mapas_cuatro {
	float: left;
	margin-bottom: 3.4rem;
	padding: 0 1.4rem;
	width: 25%;
}
.mapas_dos {
	float: left;
	margin-bottom: 3.4rem;
	padding: 4rem 1.4rem 0;
	text-align: justify;
	width: 50%;
}


/*Nueva página de modalidades*/
.back_white_modali_2 {
	background-color: #f5f5f5 !important;
	width: 100%;
}

.back_white_modali_2:hover{
	background-color:#DDD !important;
}
.back_white_modali_2_active {
	background-color: #dddddd !important;
	width: 100%;
}

.pad_2_1_2_moda {
	padding: 2rem 1rem 2rem 0rem;
}
.pad_2_1_2_2moda {
	padding: 2rem 1rem 2rem 2rem;
}

.margin_2moda {
	margin-top: 2rem;
}

.comparativa {
	margin-left: 0% !important;
	width: 100% !important;
}


li.anchocomparativa {

	width: 15% !important;
}

.padtable2 {
	padding: 2px 2px 2px 8px !important;
}

.minus2 {
	text-transform: none !important;
}

/*Formulario certificado race*/

.ga_cab_dob {
	border: 1px solid #a5a5a5;
	margin: 1px;
	padding: 8px;
	background: #f6f6f6 none repeat scroll 0 0;
	font-weight: bold;
}



.pant_cabecera_cer {
	font-size: 16px !important;
	padding: 0rem 0rem !important;
}

.ga_borde {
	background: #f6f6f6 none repeat scroll 0 0;

}

.ga_pad_2_4 {
	padding: 0rem 4rem 2rem 3rem !important;
}

.widget-builder {
	position: relative;
}

/*NUEVA PAGINA certificado race*/
.mtopbig4cert {
	background-color: rgba(255, 255, 255, 0.5);
	margin: 22.7rem 0 0;
	padding: 0.3rem;
}

.botcetificado {
	border-bottom: 3px solid #004f91;
	color: #000;
	font: 700 24px/21px "Open Sans",Arial,Helvetica,sans-serif;
	margin: 0 0 30px -8px;
	padding: 0 8px 8px;
}

.pleftcert2 {

	padding-left: 70px;
}



.caption-cert {
	right: 41px;
	top: 63px;
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #f4f4f4 !important;
	display: block;
	padding: 1.5rem !important;
	width: 54%;
}


.bgsilla {background: #ffffff none repeat scroll 0 0 !important;

}

.panelsf {
	background: #d8d8d8 none repeat scroll 0 0;
	border-color: #29aae0;
	border-style: solid;
	border-width: 2px;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
}

.bortab55 {

	border: 10px solid #ffffff !important;
}

.padrigele {

	padding-right: 10px !important;
}

.smallh3 {
	font-size: 98% !important;
}



.soc_calltoaction_txtv2 {
	float: left;
	height: 16rem;
	text-align: right;
	width: 60%;
}



.soc_calltoaction_img1v2 {
	float: left;
	height: 16rem;
	padding-left: 2%;
	width: 40%;
}

.panelv2 {
	background: #fff none repeat scroll 0 0;
	border-color: #d8d8d8;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
}

/*Iberia Sendo RACE*/
.img_ib_solicitar_tarjetav2{
	background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/07/solicitar-tarjeta-iberia-sendo-race-v2.jpg") no-repeat scroll center center / cover;
	height: 350px;
}

.txt_ib_tit_solicitar_tarjetav2 {
	color: #fff;
	font-size: 8px !important;
	padding-left: 18%;
	padding-top: 0;
}

.whiteib {
	color: #29aae0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	-moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}




@media (max-width:430px){
	.txt_ib_tit_solicitar_tarjetav2 {
		width:100%;
	}
	.img_ib_solicitar_tarjetav2 {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/07/Cabecera-Solicitar-tarjeta-Iberia-Sendo-RACEsmall1v2.jpg") no-repeat scroll 0 0 / 100% 100%;
		height: 469px;
	}
	.mtopmax {
		margin-top: 0px !important;

	}   .img_avisapp {
			background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/12/avisapp-small.jpg") no-repeat scroll center center / cover ;
			height: 350px;
		}



}




@media (max-width:766px){
	.txt_ib_tit_solicitar_tarjetav2 {
		margin-top:0;
		padding-top:310px;
		width:50%;
	}   .img_ib_solicitar_tarjetav2 {
			background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/07/Cabecera-Solicitar-tarjeta-Iberia-Sendo-RACEsmall1v2.jpg") no-repeat scroll 0 0 / 100% 100%;
			height: 469px;
		}
	.mtopmax {
		margin-top: 0px !important;

	}
	.img_avisapp {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/12/avisapp-small.jpg") no-repeat scroll center center / cover ;
		height: 350px;
	}


}

.par_solicitar_tarjeta {
	font-size: 2rem !important;
	font-weight: bold;
	line-height: 1.5rem !important;
	margin: 0rem !important;
	padding: 0rem !important;
}
.mbotib5 {
	margin-bottom: 5px !important;

}
.mtotib5 {
	margin-top: 1% !important;

}

.comienza_contenido-viajes-mejorp {
	margin-top: 55px !important;
}


.width90 {
	margin: 0 auto;
	width: 90%;
}

iframe#contenido-viajes-excepcionales {
	height: 1650px !important;
}

.big50 {
	font-size: 40px;
}
.big60b {
	font-size: 25px;
}
.mtopimg80 {
	margin-top: 20px !important;
}

.mtopimg50b {
	margin-top: 30px !important;
}

.pleftcert180 {
	padding-left: 180px;
}


.menospadtop {
	padding-top: 0px !important;
}

.mtopcero {
	margin-top: 0px !important;
}




.btn-gris-searchbox {
	background-color: #e5e5e5;
	background-image: linear-gradient(#e5e5e5, #d6d7d7);
	background-size: 100% auto;
	margin: 15px auto 17px;
	padding: 6px;
	width: 65%;
	font-family: Helvetica,Arial,sans-serif !important;
}


.texttra3 {
	font-weight: bold;
	text-transform: none;
}

.textalgnleft5 {
	text-align: left !important;

}


.secsinmar {
	margin-bottom: 0px !important;
	padding: 0.1rem !important;
}

@media (min-width:290px) {
	.mtopmax {
		margin-top: 0px !important;
	}
	.img_avisapp {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/12/avisapp-small.jpg") no-repeat scroll center center / cover ;
		height: 350px;
	}
	.img_avisapp {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/12/avisapp-small.jpg") no-repeat scroll center center / cover ;
		height: 350px;
	}
}
.img_syc {
	background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/11/show-your-card-small.jpg") no-repeat scroll center center / cover;
	height: 290px !important;
}




@media (min-width:480px) {
	.mtopmax {
		margin-top: 0px !important;
	}
	.img_syc {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/11/show-your-card-small.jpg") no-repeat scroll center center / cover;
		height: 350px;
	}
	.img_avisapp {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/12/avisapp-small.jpg") no-repeat scroll center center / cover ;
		height: 350px;
	}
	#slide_club_new_22 .tp-bgimg {
		background-image: url(/wp-content/uploads/2017/07/slider-hazte-socio-race-unlimited.jpg)!important;
	}

}


@media (min-width: 768px) {
	.mtopmax {
		margin-top: 0px !important;
	}
	.img_syc {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/11/show-your-card-small.jpg") no-repeat scroll center center / cover;
		height: 350px;
	}
	.img_avisapp {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/12/avisapp-small.jpg") no-repeat scroll center center / cover ;
		height: 350px;
	}
	#slide_club_new_22 .tp-bgimg {
		background-image: url(/wp-content/uploads/2017/07/slider-hazte-socio-race-unlimited.jpg)!important;
	}

}



@media (min-width:950px){
	.mtopmax {
		margin-top: 155px !important;
		padding-left: 20px;
	}
	.img_syc {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/11/show-your-card-small.jpg") no-repeat scroll center center / cover;
		height: 350px;
	}
	.img_avisapp {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/12/avisapp.jpg") no-repeat scroll center center / cover ;
		height: 350px;
	}
	.paddingl2galp {
		padding-left: 2% !important;
	}
	#slide_club_new_22 .tp-bgimg {
		background-image: url(/wp-content/uploads/2017/07/slider-hazte-socio-race-unlimited.jpg)!important;
	}

}



@media (min-width:1150px) {
	.mtopmax {
		margin-top: 155px !important;
		padding-left: 20px;
	}
	.img_syc {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/11/show-your-card-2.jpg") no-repeat scroll center center / cover;
		height: 350px;
	}
	.img_avisapp {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/12/avisapp.jpg") no-repeat scroll center center / cover ;
		height: 350px;
	}

	.paddingl2galp {
		padding-left: 2% !important;
	}

	#slide_club_new_22 .tp-bgimg {
		background-image: url(/wp-content/uploads/2017/07/slider-hazte-socio-race-unlimited.jpg)!important;
	}

}

.va{

	vertical-align: top;
}

.mbott0sinf{

	margin-bottom: 0px !important;
}

.inp_pass_f8 {
	height: 4rem !important;
	width: 25rem !important;
	text-align: center;
	background-image: url("/wp-content/uploads/2015/06/input_shadow1.png");
}

.panelsf {
	background: #f2f2f2 none repeat scroll 0 0;
	border-color: #d8d8d8;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	width: 70%;
}


.tablaamar {
	background-color: #fef8d3 !important;
}


.tablacel {
	background-color: #dcecf3 !important;
}

.tablacel2 {
	background-color: #b8cdd6 !important;
}

.texttrannone {
	text-transform: none !important;
}

.mtopp80bb {
	margin-top: 80px !important;
}

.mar_top_81bb {
	margin-top: -10rem;
}
.mar_left_81bb {
	margin-left: 20px !important;
}


.degradado-avisapp {
	background-color: rgba(255, 255, 255, 0) !important;
	display: block;
	padding: 0rem !important;
	width: 40% !important;
}

.blancoavisapp {
	color: #ffffff;
}

.landin_pag2 {
	background-position: center center;
	background-repeat: no-repeat;
	padding: 1rem 2rem 0rem 2rem;
}


.paddingl2avp {
	padding-left: 30% !important;
}



.nonettr {

	text-transform: none !important;
}

.h2galp {
	font-size: 1.4rem !important;
	text-transform: none;
}

.h2galpcarr {

	text-align: left !important;

}

/*---------------------DUCIT----------------------------*/
@media (min-width:290px){
	.img_home_ducit{
		background: url("/wp-content/uploads/2017/01/bienvenido-a-ducit-small.jpg") no-repeat;
		height: 410px;
		background-size:cover;
		background-position:center center;
	}
	.img_estudios_ducit{
		background: url("/wp-content/uploads/2017/01/estudios-ducit-medium.jpg") no-repeat;
		height: 410px;
		background-size:cover;
		background-position:center center;
	}
}
@media (min-width:600px){
	.img_home_ducit{
		background: url("/wp-content/uploads/2017/01/bienvenido-a-ducit-small.jpg") no-repeat;
		height: 410px;
		background-size:cover;
		background-position:center center;
	}
	.img_estudios_ducit{
		background: url("/wp-content/uploads/2017/01/estudios-ducit-medium.jpg") no-repeat;
		height: 410px;
		background-size:cover;
		background-position:center center;
	}
}

@media (min-width:767px){
	.img_home_ducit{
		background: url("/wp-content/uploads/2017/01/bienvenido-a-ducit-small.jpg") no-repeat;
		height: 410px;
		background-size:cover;
		background-position:center center;
	}
	.img_estudios_ducit{
		background: url("/wp-content/uploads/2017/01/estudios-ducit-medium.jpg") no-repeat;
		height: 410px;
		background-size:cover;
		background-position:center center;
	}
}
@media (min-width:950px){
	.img_home_ducit {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2017/01/bienvenido-a-ducit.jpg") no-repeat scroll center center / cover;
		height: 350px;
	}
	.img_estudios_ducit {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2017/01/estudios-ducit-cabecera.jpg") no-repeat scroll center center / cover;
		height: 350px;
	}
}

@media (min-width:1055px){
	.img_estudios_ducit {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2017/01/estudios-ducit-cabecera.jpg") no-repeat scroll center center / cover;
		height: 350px;
	}
}

@media (min-width:1155px){
	.img_estudios_ducit {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2017/01/estudios-ducit-cabecera.jpg") no-repeat scroll center center / cover;
		height: 350px;
	}
}

.enlaces-contacto-ducit {
	list-style: outside none none;
	margin: 0;
	padding: 0 0 0.5em;
	text-align: left;
	margin-left: 40%;
}

.inp_pass_f4-wrap {
	float: left;
	margin-right: 0;
	width: 50% !important;
}


.paddingl2duo {
	padding-left: 11% !important;
}

.pdf_socunl {
	margin: 0rem 0 6rem;
}
.enlace_prop {
	background-color: #000000 !important;
	margin-right: 3%;
	margin-top: 0;
}


.efectprop {
	color: #ffffff !important;
}

a.efectprop:hover, a.efectprop:active {
	color: #d1d2d4 !important;
	text-decoration: none;
}


.border-bottom2_h2 {
	border-bottom: 1px solid rgba(41, 157, 212, 0.5);
	display: block;
	font-weight: bold;
	padding-bottom: 0em;
	padding-top: 0rem;
}





.single h4 {
	border-bottom: 2px solid #333 !important;

	font-size: 18px !important;
	font-weight: 200 !important;
	margin-bottom: 15px !important;
	text-transform: uppercase !important;

}

.img-fondo-sinf-rres {
	background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/10/informe-sillas-infantiles.gif") no-repeat scroll center center / cover ;
	height: 144px;
	width: 100%;
}

.tit-encuentro-perm-rrespo {
	background: #649aa6 none repeat scroll 0 0;
	color: #fff;
	font-size: 13px;
	line-height: 29px;
	opacity: 0.9;
	padding: 0 10px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: 100%;
}

.txt-encuentro-perm-rrespo {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 14px;
	padding: 10px;
	position: absolute;
}

.mini23for {
	font-size: 1.1rem !important;
	padding-bottom: 0.8rem;
	padding-left: 2.2rem;
	text-transform: none;
}

.box-greenborder {
	background-color: #ffffff;
	border: 1px solid #97d09b;
	color: #268424;
	font-size: 1.6rem;
	margin-top: 4rem;
	padding: 2rem 1rem 0rem 1rem;
	text-align: center;
}
.alignleft2 {
	float: left;
}

.fontconf4 {
	font-size: 14px;
	color: #333333;
	font-family: Arial;
	line-height: 1.9rem !important;
}

.fontconf45 {
	color: #5c5c5c;
	font-family: Arial;
	font-size: 25px;
	font-weight: normal;
	line-height: 2.4rem !important;
}

.biggerdes3 {
	font-size: 40px;
	line-height: 55px;
}

.fondoctccertif {background-color:#cbdde4;}
.fondoctccertifaltura {height:350px !important;}

#sidebarctccertif {
	display: block;
	float: right;
	position: fixed;
	right: 0;
	top: 400px;
	transition: all 1s ease 0s;
	width: 180px;
	z-index: 1002;
}
.pad_lef_sinf {
	padding: 0.5rem;

}
.marg_sinf {
	margin-top: 1rem;

}

.marg_bot_sinf2 {
	margin-bottom: 1rem;

}



.btn-primary2sinf {
	background-color: #29aae0;
	border-color: #29aae0;
	color: #fff;
}


.btn-primary2sinf:hover,
.btn-primary2sinf:focus,
.btn-primary2sinf:active,
.btn-primary2sinf.active,
.open .dropdown-toggle.btn-primary2sinf {
	color: #fff;
	background-color: #56afe6;
	border-color: #56afe6;
}

.field-wrap, #ninja_forms_required_items {
	margin-bottom: 10px !important;
}

.bigger28 {
	font-size: 28px;
}

.quinta_fila_ctc {
	padding-bottom: 5rem;
}

.ctc_horar_ctc {
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 0 solid #687177;
	margin-top: 0.5rem !important;
	padding-top: 0.2rem !important;
}

.sexta_fila_ctc {
	margin-top: 1.5rem;
}

/*---------------------NUEVA HOME CRO----------------------------*/

.sliderqul {
	display: flex !important;
	padding: 0 !important;
	width: 400% !important;
	animation: cambio 20s infinite alternate linear !important;
}

.sliderqli {
	width: 100%;
	list-style: none;
}

.sliderqimg {
	width: 20%;
}

#cookie-notice {
	visibility: visible;
}

#cookie-notice.cookie-notice-hidden {
	display: none;
}


#ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder,
div.asl_w .probox .proinput input::-webkit-input-placeholder {
	font-family: 'DIN'!important;
	font-weight: 300;
}

#ajaxsearchlite1 .probox .proinput input::-moz-placeholder,
div.asl_w .probox .proinput input::-moz-placeholder {
	font-family: 'DIN'!important;
	font-weight: 300;
}

#ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder,
div.asl_w .probox .proinput input:-ms-input-placeholder {
	font-family: 'DIN'!important;
	font-weight: 300;
}

#ajaxsearchlite1 .probox .proinput input:-moz-placeholder,
div.asl_w .probox .proinput input:-moz-placeholder {
	font-family: 'DIN'!important;
	font-weight: 300;
}

.cn-text-container {
	display: inline;
}

.cn-buttons-container a {
	font-family: 'DIN'!important;
	font-weight: 500;
}

.first-highlighted {
   background: #0078e0;
   padding: 32px 15px !important;
   min-width: 260px !important;
   margin-top: -30px;
   margin-bottom: 0 !important;
 } 