@font-face {
    font-family: calibri;
    src: url(../fonts/calibri.ttf);
}
@font-face {
    font-family: calibri-bold;
    src: url(../fonts/calibri-bold.ttf);
}

@font-face {
    font-family: din-bold;
    src: url(../fonts/din-bold.ttf);
}
@font-face {
    font-family: din;
    src: url(../fonts/din.ttf);
}
#loading{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#FFFFFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index:999;
	display:none;
}

#imgLoad{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
    background-image: url(../img/loader_2.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
    display: none;
    background-size: 13%;
}

.checkbox-promo{
	width:20px;
}

.din{
	font-family:din;
}
.din-bold{
	font-family:din-bold;
    line-height: 25px;
}
.calibri{
	font-family:calibri;
}
.calibri-bold{
	font-family:calibri-bold;
}
.mrg10{ 
	margin-top:10px;
}
.borderZero{
	border:0 !important;
}
.fc-black{
	color:#000000 !important;
}
.fc-white{
	color:#FFFFFF !important;
}
.fc-grey{
	color:#00A68B !important;
}
.fc-grey-dark{
    color:#434343 !important;
}
.fc-red{
    color:#ff0000 !important;
}
.fc-iveco{
	color:#033684 !important;
}
.hidden{
	display:none;
}
.bk-orange{
	background-color:#FF5200;
}
.bk-green{
	background-color:#6BC04B;
}
.bk-red{
	background-color:#ff0000;
}
.bk-blue{
	background-color:#665EA3;
}
.bk-grey{
	background-color:#00A68B;
}
.bk-black{
	background-color:#000000;
}
.bk-grey2{
    background-color:#959595;
}
.bk-grey3{
    background-color:#c1c1c1;
}
.bk-iveco{
	background-color:#033684 !important;
}
.bk-grey-iveco{
	background-color:#E5E5E7;
	background-repeat: no-repeat;
	background-image:url(../img/volante.jpg);
	background-position: center right 20px;
	height: 90px;
}
.img-responsive{
    width:100%;
    height: auto;
}
.responsive-only{
    display:none;
}    
.lh-normal{
	line-height:35px;
}
body{
	margin:0px;
	padding:0px;
	color:#333333;
	font-family:'calibri';
	font-size:1em;
	background-color:#FFFFFF;
}


.login{
	position:absolute;
	width:40%;
	height:auto;
	left:50%;
	margin-left:-20%;
	top:15%;
	color:#777777;
}
.login_top{
	text-align:center;
	font-size:1.5em;
	padding-bottom:10px;
}
.login_top img{
	width:70%;
}
.caja_login{
    border: 1px solid #e5e5e5;
	-moz-box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
	-webkit-box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
	box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
	background-color:#FFFFFF;
    font-weight: normal;
    margin-left: 8px;
    padding: 26px 24px 46px;
	float:left;
	border-radius:2px 2px 2px 2px;
}
.tit_login{
	width:100%;
	height:auto;
	float:left;
}
.input_login{
	width:100%;
	height:25px;
	float:left;
	border:1px #E5E5E5 solid;
	margin-bottom: 20px;
	background-color:#FBFBFB;
	border-radius:2px 2px 2px 2px;
}

.input_login input{
	width:90%;
	height:100%;
	font-size:130%;
	color:#555555;
	font-weight:lighter;
	border:0;
	padding:0;
	padding-left:5px;
	background-color:transparent;
}
.boton_login{
	width:100%;
	height:30px;
	background-image: -webkit-linear-gradient(top, #2a95c5, #21759b); /* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(top, #2a95c5, #21759b); /* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(top, #2a95c5, #21759b); /* For Firefox 3.6 to 15 */
	background-image: linear-gradient(to bottom, #2a95c5, #21759b); /* Standard syntax */
	float:left;
	color:#FFFFFF;
	text-align:center;
	border:1px #B7B7B7 solid;
	padding-top:8px;
	cursor:pointer;
	border-radius:2px 2px 2px 2px;
}
.boton_login:hover{
	background-image: -webkit-linear-gradient(top, #2a95dd, #21759b); /* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(top, #2a95dd, #21759b); /* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(top, #2a95dd, #21759b); /* For Firefox 3.6 to 15 */
	background-image: linear-gradient(to bottom, #2a95dd, #21759b); /* Standard syntax */
}
#error_login{
	width:100%;
	height:auto;
	float:left;
	border:1px #CC0000 solid;
	background-color:#FFEBE8;
	color:#333333;
	margin-bottom:10px;
	display:none;
}
#error_login span{
	display:block;
	padding:10px;
	font-size:0.9em;
}

.body-form{
	padding:50px;
}



#content {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#panel_cabecera{
	width:100%;
	height:94px;
	padding:0px;
	margin:0px;
	background-image:url(../img/logo2.png);
	background-repeat:no-repeat;
	background-size:auto 60%;
	background-position:1% center;
	text-align:right;
	position:relative;
	background-color:#000000;
}
#menu_cabecera{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#FFFFFF;
}
#panel_cabecera a{
	color:#FFFFFF;
	text-decoration:none;
}



#panel_cabecera a:hover{
	text-decoration:underline;
}


input{
	padding:10px;
	font-size:1.2em;
	width:100%;
	border:0;
	background-color:transparent;
}

input[type="radio"]{
	position: relative;
    top: -4px;
}

input[type="file"]{
	font-size:0.8em;
}


.tright{
	text-align:right;
}

.tleft{
	text-align:left;
}

.tcenter{
	text-align:center;
}


select{
	padding:10px;
	font-size:1.2em;
	width:100%;
	border:0;
	background-color:transparent;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image:url(../img/select.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size: auto 23%;
}

textarea{
	background-color:transparent;
	color:#0f204c;
	width:100%;
	height:150px;
	border:0;
}

textarea.giant{
	background-color:transparent;
	color:#0f204c;
	width:98%;
	height:150px;
}

.information{
	font-size:0.7em;
	color:#ff0000;
}


.fila_tit_3{
	width: 150px;
	float:left;
	padding-top:10px;
	font-size:1.2em;
	margin-bottom:15px;
	text-align: right;
}

.fila_input_3{
	width:250px;
	float:left;
	border:1px solid #cdcdcd;
	color:#0f204c;
	margin-bottom:15px;
}

.fila_input_3:hover{
	border:1px #696969 solid;
}
.fila_input_3:focus{
	border:1px #696969 solid;
}

.box-form{
	width:402px;
	float:left;
	position:relative;
	left:50%;
	margin-left:-201px;
}

.fila_tit{
	width:100%;
	float:left;
	padding-top:10px;
}
.fila_input{
	width:100%;
	float:left;
	border:1px solid #cdcdcd;
	color:#0f204c;
}
.fila_input:hover{
	border:1px #696969 solid;
}
.fila_input:focus{
	border:1px #696969 solid;
}
.fila_tit_2{
	width:100%;
	float:left;
	position:relative;
	top:-10px;
}
.fila_tit_2 input{
	width:auto !important;
}
.fila_input_small{
	width:40%;
	float:left;
	border:1px solid #cdcdcd;
	color:#0f204c;
}
.fila_input_small:hover{
	border:1px #696969 solid;
}
.fila_input_small:focus{
	border:1px #696969 solid;
}

.fila_btn{
	width:100%;
	float:left;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#FF000F;
	color:#FFFFFF;
	margin-top:10px;
	border: 1px solid #b7b7b7;
	cursor:pointer;
	text-decoration:none;
}

.fila_btn:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

.fila_btn a{
	color:#FFFFFF;
	text-decoration:none;
}

.fila_btn_red{
	width:100%;
	float:left;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-image: -webkit-linear-gradient(top, #CC0000, #6F0100); /* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(top, #CC0000, #6F0100); /* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(top, #CC0000, #6F0100); /* For Firefox 3.6 to 15 */
	background-image: linear-gradient(to bottom, #CC0000, #6F0100); /* Standard syntax */
	color:#FFFFFF;
	margin-top:10px;
	border: 1px solid #b7b7b7;
	cursor:pointer;
}

.fila_btn_small{
	background-image: linear-gradient(to bottom, #2a95c5, #21759b);
    border: 1px solid #b7b7b7;
    color: #ffffff;
    cursor: pointer;
    float: left;
    margin-left: 10px;
    padding: 13px;
    text-align: center;
    width: 10%;
}

.tag{
	border: 1px solid #cdcdcd;
    border-radius: 10px;
    float: left;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    width: auto;
	font-size: 1.2em;
}

.tag span{
	margin-left:5px;
	font-weight:bold;
	cursor:pointer;
}

#panel_movil{
	display:none;
}

table{
	width:100%;
	padding:0;
}
th{
	text-align:left;
	background-color:#4db5d0;
	color:#FFFFFF;
	padding:10px;
	font-style:italic;
}
td{
	padding:10px;
	padding-bottom:20px;
	border-bottom:1px #4f4f4f solid;
	color:#4f4f4f;
	font-style:italic;
}
.esqIzqTop{
	border-radius:3px 0 0 0;
	border-left:1px #dfdfdf solid;
}
.esqDerTop{
	border-radius:0 3px 0 0;
	border-right:1px #dfdfdf solid;
}
.td_left{
	border-left:1px #dfdfdf solid;
}
.td_right{
	border-right:1px #dfdfdf solid;
}
tr:hover{
	background-color:#eeeeee;
}
.div-full{
	width:100%;
	float:left;
}
.div-middle{
	width:50%;
	float:left;
}
.btnEditar{
	text-decoration:underline;
	color:#21759b;
	cursor:pointer;
}
.btnEliminar{
	text-decoration:underline;
	color:#21759b;
	cursor:pointer;
	
}
.btnEditar:hover{
	color:#D54D21;
}
.btnEliminar:hover{
	color:#D54D21;
}
.fila_opciones{
	width:100%;
	display:block;
}
#error{
	width:100%;
	height:auto;
	float:left;
	border:1px #CC0000 solid;
	background-color:#FFEBE8;
	color:#333333;
	margin-top:10px;
	display:none;
}
#error span{
	display:block;
	padding:10px;
	font-size:0.9em;
}
#div_video{
	display:none;
}
.txa-right{
	text-align:right;
}
.txa-center{
	text-align:center;
}
.txa-left{
	text-align:left;
}
.ft-big{
	font-size:2.5em;
}
.box-dep{
	border-radius: 10px;
	text-align:center;
	height:100px;
	color:#FFFFFF;
	background-image: -webkit-linear-gradient(top, #2a95c5, #21759b); /* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(top, #2a95c5, #21759b); /* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(top, #2a95c5, #21759b); /* For Firefox 3.6 to 15 */
	background-image: linear-gradient(to bottom, #2a95c5, #21759b); /* Standard syntax */
	font-size:1.6em;
	vertical-align:middle;
	display:table-cell;
	
}
.box-dep a{
	color:#FFFFFF;
}
.table{
	display:table !important;
	width:100%;
	 table-layout: fixed;
}
td img{
	margin-right:5px;
}
.cell{
	display:table-cell !important;
}
.circle{
	width: 18px;
    height: 18px;
    border-radius: 100%;
    margin-top: 3px;
    margin-right: 3px;
	float:left;
}

.circleBig{
	width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-right: 3px;
	float:left;
	text-align:center;
	cursor:pointer;
}

.circleBig span{
	position:relative;
	top:3px;
	font-size:1.5em;
	color:#FFFFFF;
}

.opacity30{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}

.w50{
	width:50%;
	float:left;
	position:relative;
	min-height:30px;
}

.goBack{
	text-decoration:none;
}

.box{
	text-align:center;
	padding:100px;
	color:#FFFFFF;
	font-size:1.6em;
	float:left;
	margin:5px;
	cursor:pointer;
	text-decoration:none;
}

.box-center{
	width:700px;
	height:auto;
	position:relative;
	left:50%;
	margin-left:-350px;
}

.center{
	text-align:center;
}

.banner-1{
    width:100%;
    position:relative;
    height: auto;
    float:left;
    background-image:url(../img/banner-1.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

.banner-2{
	margin: auto;
	width:85%;
	max-width: 1000px;
	position:relative;
}

.phone{
    width:40%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-20%;
}

.download{
    width:100%;
    height: auto;
    float:left;
    background-image:url(../img/background-red.jpg);
    background-repeat: repeat;
    padding:40px 0;
}

h1.tit-1{
  font-size:3em;  
}

h1.tit-2{
  font-size:1.5em;  
}

h1.tit-3{
  font-size:1.8em;
    font-weight: bold;
}

.appstore{
    position:relative;
    right:30px;
}

.googleplay{
    position:relative;
    left:30px;
}

.download .padding{
    padding:20px 0 30px 0;
}

.geo{
    background-color:#EFE6DE;
    padding:20px 0;
    width:100%;
    float:left;
}

.geo .img{
    width:50%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-25%;
}

.profile-circuit{
    background-color:#A6D0DC;
    padding:20px 0;
    width:100%;
    float:left;
}

.profile-circuit .img{
    width:70%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-35%;
}

.how-to-get{
    background-color:#B4F2EC;
    padding:20px 0;
    width:100%;
    float:left;
}

.how-to-get .img{
    width:25%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-13%;
}

.instagramcover{
	height: 23vw;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.vote{
    background-color:#FCF4D3;
    padding:20px 0;
    width:100%;
    float:left;
}

.vote .img{
    width:30%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-15%;
}

.notification{
    background-color:#E0E0E0;
    padding:20px 0;
    width:100%;
    float:left;
}

.notification .img{
    width:35%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-17.5%;
}

.alta{
    width:100%;
    height: auto;
    float:left;
    background-image:url(../img/land.jpg);
    background-repeat: repeat;
    padding:40px 0;
}

.alta .img{
    width:45%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-22.5%;
}

.melon{
    width:100%;
    height: auto;
    float:left;
    padding:40px 0;
    background-color:#000000;
	clear: both;
}

.melon .imglogo{
   width:40%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-20%;
	float:left;
	clear: both;
}

.melon .rrss{
	width:15%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-7.5%;
	float:left;
	clear: both;
}

.melon .rrss a{
	width:27%;
	padding:0 3%;
	float:left;
}

.btn-1{
    font-size:1.5em;
    background-color:#FF0000;
    text-align: center;
    padding:10px 30px;
    border-radius:20px;
    position:relative;
    text-decoration: none;
}

.btn-2{
    font-size:2em;
    background-color:#FF0000;
    text-align: center;
    padding:15px 80px;
    border-radius:300px;
    position:relative;
    text-decoration: none;
}

.bg-detail{
	width:60%;
	float:left;
	padding:5% 20%;
	background-image:url(../img/img_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size:1.1em;
}

.perfil_1{
    width:100%;
    height: auto;
    float:left;
    padding:90px 0;
}

.perfil_2{
    width:100%;
    height: auto;
    float:left;
    padding:40px 0;
}

.perfil_1 .img, .perfil_2 .img{
    width:40%;
    float:left;
    position:relative;
}

.perfil_1 .txt, .perfil_2 .txt{
    width:60%;
    float:left;
    position:relative;
}

.perfil_1 .img img.responsive-none{
    position:absolute;
    top:-145px;
    left:-20px;
    width:350px;
}

.perfil_2 .img img.responsive-none{
    position:absolute;
    top:-80px;
    right:0;
    width:260px;
}

.box-padding{
    width:70%;
    position:relative;
    left:50%;
    margin-left:-35%;
    float:left;
}

.arrow-left{
	width:5%;
	height: auto;
	vertical-align: middle;
}

.arrow-right{
	width:5%;
	height: auto;
	vertical-align: middle;
}

.owl-prev, .owl-next{
	display:none;
}

.carousel{
	width:88%;
	height: auto;
	padding:0 1%;
}

.dossier-box{
    width:100%;
    height: auto;
    float:left;
    padding:20px 0;
}

.dossier-box .img{
    width:30%;
    float:left;
}

.dossier-box .img img{
    width:80%;
}

.dossier-box .txt{
    width:70%;
    float:left;
    padding-top:40px;
}

.dossier-box .txt.nopadding{
    padding-top:0;
}

.img-pc{
    position:relative;
    width: 100%;
    height:450px;
}

.img-pc img{
    position:absolute;
    top:-50px;
    left:50%;
    margin-left:-500px;
    width: 1000px;
}

.img-material{
    position:relative;
    width: 100%;
    height:323px;
}

.img-material img{
    position:absolute;
    top:-120px;
    left:50%;
    margin-left:-450px;
    width: 900px;
}

#panel_cabecera a{
	color:#FFFFFF;
	padding-top:40px;
	width:14%;
	cursor:pointer;
	font-size:0.9em;
}

#panel_cabecera a.min{
	width:11%;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.list-menu-mobile{
	position:fixed;
	top:67px;
	right:10px;
	background-color:#FFFFFF;
	z-index:99;
	width:50%;
	border:1px #DBD5D5 dashed;
}

#panel_cabecera .list-menu-mobile a{
	padding: 11px;
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    color: #000000;
}

.menu-mobile{
	position:fixed;
	z-index:99;
	right:10px;
	top:29px;
	background-color:#FFFFFF;
	cursor:pointer;
	border:1px #DBD5D5 dashed;
} 

.link-home{
	width:343px !important;
	position:absolute;
	height:54px;
	cursor:pointer;
	z-index:98;
	left:0;
	top:0;
} 

.menu-mobile img{
	width:35px;
}

.box-circuits{
    width:85%;
    position:relative;
    left:50%;
    margin-left:-42.5%;
    float:left;
}

.slick-arrow {
	border: solid white;
	border-width: 0 7px 7px 0;
	padding: 7px;
	font-size: 0;
	background: none;
	cursor: pointer;
}

.slick-next {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 38%;
	right: -30px;
}

.slick-prev {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: absolute;
	top: 38%;
	left: -30px;
}

.content-booking{
	width:100%;
	left:0;
	margin-left:0;
	padding:40px 0;
	margin-bottom: 25px;
	background-color:#000000;
	color:#FFFFFF;
}

.content-booking h2{
	line-height:15px;
}

.box-booking{
	width: 70%;
	position: relative;
	left: 50%;
	margin-left: -35%;
	float: left;
}

.booking{
	text-align: left;
	width: 92%;
	float: left;
	height: auto;
	background-color: #dfdfdf;
	color: #000000;
	padding: 3%;
	margin: 1%;
}

.booking.max{
	min-height: 207px;
}

.booking .logo{
	width:100%;
	background-color:#FFFFFF;
	float:left;
	text-align: center;
	margin-bottom:10px;
}

.booking .logo img{
	position:relative;
	left:50%;
	margin-left:-25%;
	width:50%;
}

.booking .day{
	font-family: din-bold;
	text-align: center;
	width:40%;
	float:left;
	height: auto;
	background-color:#FFFFFF;
	padding: 10px 0;
}

.booking .day h3{
	line-height: 0px;
}

.booking .day h1{
	font-size:4em;
	margin-bottom: 30px;
	line-height: 0px;
}

.booking .day small{
	font-size:0.6em;
}


.booking .info{
	width:60%;
	float:left;
	height: auto;
}

.booking .info h3{
	line-height: 18px;
	margin: 0 0 5px 0;
}

.booking .info .content-info{
	width:96%;
	float:left;
	padding: 0 4%;
}

.booking button{
	background-color:#ff0000;
	color:#FFFFFF;
	width:100%;
	border-radius:10px;
	padding:5px;
	margin-top:12px;
	font-size:0.8em;
}

.box-profile{
    width:60%;
    position:relative;
    left:50%;
    margin-left:-30%;
    float:left;
}

.box-profile .detail{
    width:85%;
    position:relative;
    left:50%;
    margin-left:-42.5%;
    float:left;
}

.title_stars{
    width:40%;
    height: auto;
    float:left;
}

.box_stars{
    width:60%;
    height: auto;
    float:left;
}

.box_stars img{
    width: 36px;
    height: auto;
    position: relative;
    left: 20px;
    top: 16px;
    padding-left: 10px;
}

.upper{
    text-transform: uppercase;
}

.box-mxcircuit{
    width:97%;
    border-left:5px #ff0000 solid;
    background-color:#000000;
    color:#FFFFFF;
    font-family:"din-bold";
    padding:10px;
    float:left;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p.padding{
    padding:10px;
}

.logo-circuit{
    width:40%;
    height: auto;
}

.box-opacity-circuit{
    opacity: 0.6;
    background-color:#000000;
    position:absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 5;
}

.box-circuit{
    width:23%;
    margin:1%;
    height: 14vw; 
    float:left;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.box-circuit h3{
    position:absolute;
    top:35%;
    display:block;
    width:100%;
    text-align: center;
    color:#FFFFFF;
    z-index: 6;
}

#map{
	width:100%;
	height:400px;
}

.box-rounded{
	width:300px;
	padding:0 10px;
	margin:10px;
	border-radius: 300px;
	border:4px solid #ff0000;
}

.new-circuit{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 80px 0 0;
	border-color: #ff0000 transparent transparent transparent;
	position:relative;
	z-index:999;
}

.new-circuit b{
	color: #FFFFFF;
    text-decoration: none;
    position: absolute;
    top: -44px;
    left: 10px;
}

.promo{
	width:100%;
	float:left;
	height: auto;
}

@media (max-width: 600px) {
	

.instagramcover{
	height: 71vw;
}
	
.btn-2{
    font-size:1.2em;
    background-color:#FF0000;
    text-align: center;
    padding:15px 80px;
    border-radius:300px;
    position:relative;
    text-decoration: none;
}
	
.bg-detail {
	width: 90%;
	padding: 5% 5%;
}
	
.arrow-left {
    width: 10%;
}
	
.arrow-right {
    width: 10%;
}
	
.carousel {
    width: 78%;
    padding: 0 1%;
}

.box-rounded {
    width: 83%;
    padding: 0 3%;
}

 .logo-circuit{
    width:60%;
} 

.melon .rrss {
	width: 40%;
	margin-left:-20%;
}

.melon .imglogo {
    width: 60%;
	margin-left:-30%;
}
    
.center-responsive{
    width: 95%;
    margin-left: -47.5%;
    left: 50%;
    position: relative;
}    
    
.box-circuit{
    width:98%;
    height: 56vw; 
}
    
.box-circuits{
    width:98%;
    margin-left:-49%; 
}

#imgLoad{
    background-size: 39%;
}    
    
#videoYoutube{
	width:100%;
	
}


.body{
    font-size:0.8em;
}    

    
.box-center{
	width:100%;
	left:0;
	margin-left:0;
}


.box-profile{
    width:95%;
	margin-left:-47.5%;
}

.box-profile .detail{
    width:100%;
	left:0;
	margin-left:0;
}
    
.box-mxcircuit{
    padding-right:0;    
}
    
.box_stars img {
    width:10%;
}


.box{
	padding:100px 0;
}

.login{
		width:80%;
		margin-left:-40%;
	}



#panel_izq{
	display:none;
}
#panel_der{
	width:100%;	
}
#panel_movil{
	position:absolute;
	top:10px;
	left:10px;
	width:40px;
	height:40px;
	display:block;
	background-image: -webkit-linear-gradient(top, #2a95c5, #21759b); /* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(top, #2a95c5, #21759b); /* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(top, #2a95c5, #21759b); /* For Firefox 3.6 to 15 */
	background-image: linear-gradient(to bottom, #2a95c5, #21759b); /* Standard syntax */
}
.dibujo_menu{
	background-color: #ffffff;
    border-radius: 2px;
    clear: both;
    float: left;
    height: 4px;
    left: 50%;
    margin-bottom: 4px;
    margin-left: -35%;
    position: relative;
    top: 10px;
    width: 70%;
}
#cajablanca_txt{
	padding-left:auto;
	padding-right:auto;
}

table {
		overflow-x: auto;
		display: block;
	}
	
.body-form{
	padding:20px;
}

.w50{
	width:100% !important;
}
    
.responsive-100{
	width:100% !important;
	float:left !important;
}

.txa-responsive{
    text-align:inherit;
}
    
.appstore, .googleplay{
    left:50%;
    margin-left:-35%;
    width:70%;
    padding:5px 0;
}

.responsive-none{
	display:none !important;
}


    
#panel_cabecera{
	background-size: 100% auto;
}
    
    
.geo .img{
    width:80%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-40%;
}

.profile-circuit .img{
    width:80%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-40%;
}

.how-to-get .img{
    width:60%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-30%;
}


.vote .img{
    width:60%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-30%;
}


.notification .img{
    width:80%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-40%;
}

.alta .img{
    width:80%;
    height: auto;
    position:relative;
    left:50%;
    margin-left:-40%;
}
    
.melon .img img{
    width:40%;
} 
	

    
.responsive-only{
    display:block;
}


    
.box-padding{
    width: 90%;
    margin-left:-45%;
}

.perfil_1, .perfil_2{
        padding:20px 0;
    }
    
     .img-pc{
        position:relative;
        width: 100%;
        height:auto;
         padding:10px 0;
    }

    .img-pc img{
        position:relative;
        top:0;
        left:0;
        margin-left:0;
        width: 95%;
    }
    
     .img-material{
        position:relative;
        width: 100%;
        height:auto;
         padding:10px 0;
    }

    .img-material img{
        position:relative;
        top:0;
        left:0;
        margin-left:0;
        width: 95%;
    }
	
.link-home{
	width:80% !important;
	position:absolute;
	height:30px;
	left:50%;
	margin-left:-40%;
	cursor:pointer !important;
	z-index:98;
} 


}


@media (min-width: 600px) {
	.real-none{
		display:none;
	}

}



@media (max-width: 910px) {
	.promo img.resp{
		width:100%;
	}
}

@media (max-width: 950px) AND (min-width: 600px) {

.box-circuit{
    width:46%;
    height: 28vw; 
}
    
    
.menu-mobile{
	display: block;
} 

.responsive-none {
	display:none;
}
    
.box-profile{
    width:95%;
	margin-left:-47.5%;
}

.box-profile .detail{
    width:100%;
	left:0;
	margin-left:0;
}
    
.box-mxcircuit{
    padding-right:0;    
}
    
.box_stars img {
    width:10%;
}
    
    
    
    .body{
    font-size:0.9em;
    }   
    
    

    
    .perfil_1{
        padding:70px 0;
    }
    
    .perfil_1 .img, .perfil_2 .img{
        width:50%;
        float:left;
        position:relative;
    }

    .perfil_1 .txt, .perfil_2 .txt{
        width:50%;
        float:left;
        position:relative;
    }

    .perfil_1 .img img.responsive-none{
        position:absolute;
        top:-60px;
        left:-30px;
        width:300px;
    }
    
    .perfil_2 .img img.responsive-none{
        position:absolute;
        top:-25px;
        width:230px;
    }
    
    .dossier-box .txt{
        padding-top:0;
    }
    
    .dossier-box .img img{
        width:95%;
    }
    
    .img-pc{
        position:relative;
        width: 100%;
        height:320px;
    }

    .img-pc img{
        position:absolute;
        top:-30px;
        left:50%;
        margin-left:-350px;
        width: 700px;
    }
    
    .img-material{
        position:relative;
        width: 100%;
        height:250px;
    }

    .img-material img{
        position:absolute;
        top:-94px;
        left:50%;
        margin-left:-350px;
        width: 700px;
    }
}

@media (max-width: 1440px) {

	#panel_cabecera a.min{
		width:10%;
	}

}

@media (min-width: 1300px) {
	.login{
		width:30%;
		margin-left:-15%;
	}	
	
}

@media (max-width: 1320px) {
	.box-booking{
		width: 80%;
		margin-left: -40%;
	}

}

@media (max-width: 1200px) {

	.menu-mobile{
		display: block;
	}

	.responsive-none {
		display:none;
	}

}





