/*@import url('https://fonts.googleapis.com/css?family=OPTICopperplate:300,500,700');*/


@font-face {
    font-family: 'OPTICopperplate';
    src: url('fonts/OPTICopperplate.eot');
    src: local('OPTICopperplate'), local('OPTICopperplate'),
        url('fonts/OPTICopperplate.woff') format('woff');
    font-weight: 300;
}
/*    font-style: italic;*/

@font-face {
    font-family: 'OPTICopperplateLight';
    src: url('fonts/OPTICopperplate-Light.eot');
    src: local('OPTICopperplate Light'), local('OPTICopperplate-Light'),
        url('fonts/OPTICopperplate-Light.woff') format('woff');
}

@font-face {
    font-family: 'RifficFree-Bold';
    src: url('fonts/RifficFree-Bold.eot');
    src: local('RifficFree Bold'), local('RifficFree-Bold'),
        url('fonts/RifficFree-Bold.woff') format('woff');
}



body{
	margin:0px;
	color:#000000;
	background:#2b2b2b;
	font:normal 16px/20px "OPTICopperplate";
}

:root{
	--main:#ec491d;	/*#d5416a;*/
	--gris:#2b2b2b;	/*#d5416a;*/
	--rojo:#fd1e3d;	/*#d5416a;*/
}

a{text-decoration:none;color:inherit;}
.underline{text-decoration:underline;}
.oculto{display:none !important; }

.borde{border:1px #df0000 solid !important;box-sizing:border-box;}
.borde2{border:1px #df0ee0 solid !important;box-sizing:border-box;}
.bco{color:#ffffff;}
.ngo{color:#000000 !important;}
.gris{color:var(--gris) !important;}
.fondobco{background:#ffffff;}


.enorme{font-size:80px;line-height:80px}
.grantitulo{font-size:40px;line-height:40px}
.titulo{font-size:30px;line-height:30px}
.subtitulo{font-size:24px;line-height:24px}
.normal{font-size:16px !important;line-height:18px !important;}
.chica{font-size:14px;line-height:16px}
.micro{font-size:10px;line-height:10px}
.amarillo{color:#f9dd4b;}

.klavika{font-family: "Klavika" !important;}

.bordertop{border-top:1px #565656 solid;padding-top:5px; }

.italica{font-style:italic !important;}
.bold{font-weight:bold !important;}
.txtright{text-align:right !important;}
.txtcenter{text-align:center !important;}
.txtjustify{text-align:justify; !important;}
.txtleft{text-align:left !important;}
.aladerecha{float:right !important;}
.alaizquierda{float:left !important;}

.txtconsombra{text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);}
.consombra{-webkit-box-shadow:0 4px 16px 0 rgba(0, 0, 0, 0.32);
	-moz-box-shadow:0 4px 16px 0 rgba(0, 0, 0, 0.32);
	box-shadow:0 4px 16px 0 rgba(0, 0, 0, 0.32);}
.conborde{border:1px #acacac solid;}


.tabla_principal{width:100%;display:inline-block;text-align:center;margin:0px;}
.contenidos{width:96%;max-width:1200px;text-align:center;display:inline-block;}
.cuerpo800{width:96%;max-width:800px;}
.cuerpo600{width:96%;max-width:600px;}
.cuerpo400{width:96%;max-width:400px;}
.imagen100{width:100%;}

.main{color:var(--main);}
.fondo_main{background:var(--main);}
.fondo_bco{background:#ffffff;}
.fondo_ngo{background:#000000;}
.fondo_gris{background:var(--gris);}


.image100{width:100%;}

.pointer{cursor: pointer;}



.encabezado{width:100%;max-width:1200px;display:inline-block;padding-bottom: 10px;
	z-index:8000;position:absolute;left:calc(50% - 600px);top:0;}

.logotipo{width:166px;height:48px;float:left;margin-top:12px; }


/* BOTONES */
.btn{display:inline-block;cursor:pointer;
	background:transparent;
	-webkit-transition: all 0.2s ease-in-out;   -moz-transition: all 0.2s  ease-in-out; -o-transition: all 0.2s  ease-in-out; transition: all 0.2s  ease-in-out;
	border:none;display:inline-block;text-align:center;
		/* evita seleecionar texto */
		-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;
		-moz-user-select: none;-ms-user-select: none;user-select: none;
		-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
	box-sizing:border-box;float:none;
	}
.btn_enviar{border:1px var(--main) solid;background:var(--main);color:var(--negroclaro);padding:0px 10px;}
.btn_alterno{border:1px var(--gris) solid;background:var(--gris);color:#ffffff;padding:0px 10px;}
.btn_50{width:50%;}
.btn_100{width:100%;}
.btn_mb15{margin-bottom:15px; }
.btn_suave{background:rgba(255, 255, 255, .55);padding:5px 15px;
	font:normal 10px/12px "OPTICopperplateLight" ;
}
.btn_suave_txtgde{font:normal 12px/16px "OPTICopperplateLight" ;}

.miniico{vertical-align: middle; float: left;}
.rendatos{width:100%;max-width:120px ; display: inline-block;float:none; }
.rendatos2{width:100%;max-width:160px ; display: inline-block;float:none; }

.logotipocont {margin:20px 0px; }

/* VIDEO */
.Profile {background-position: 50% 15%; background-repeat: no-repeat; background-size: cover; 
	background-attachment: scroll; height: 100%;}
.Profilebox {height: 100%; width: 100%; z-index: -1; position: fixe_d; background-position: center center; 
	background-size: cover; background-repeat: no-repeat; background-image: url("");
}	
.Profile .VideoBackground{content:"";height:100%;object-fit:cover;position:absolute;width:100%;z-index:-1}

#contenedor{width:100%;max-width:500px; display:inline-block;margin-left:calc(50% - 250px);text-align:center; }

.itemmenu{width:100%;height:140px; display:inline-block;
	position:relative;top:0;left:0;}
#botonera{width:100%;max-width:500px;display:inline-block ;
	z-index:1000;
}
.btn_menu{width:90%;background:rgba(255,255,255,.55);padding:30px 0px;
	margin-left:10% ;
	font:normal 20px/20px "OPTICopperplateLight" ;
  animation: heart-pulse 5s infinite ease-out;
display:inline-block;cursor:pointer;
		-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;
		-moz-user-select: none;-ms-user-select: none;user-select: none;
		-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
	box-sizing:border-box;float:none;
}

	.itemmenu img{position: absolute; top:0px;left:0;width:90px; }
	.itemmenu .btn_menu{position: relative; top:22px;left:0; }

.azul{color:#124a70;}
.rojo{color:#b70400;}
.verde{color:#129a00;}
.rojovino{color:#830700;}



@keyframes heart-pulse {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.95);
  }
}








.btnFloat{position: fixed;width:80px;display: inline-block;top:6px; left:6px;}
.btnFloat img{width:90%;}

#btnespanol,
#btnfrances
	{display: inline-block; color: #ffffff; position:absolute; top:25px; left:6px;
		border: 2px #ffffff solid;padding: 15px 15px; font:bold 16px/16px "Arial","sans-serif" ;
		border-radius: 15px;
	}
#btnespanol
	{ left:initial;right:6px;}


.bold{font-weight: bold;}
.btnFloatRight{position: fixed;width:100px;display: inline-block;top:10px; right:6px;}
.btnReservaInicio{
	position:absolute;
	width: 100%;text-align: center;padding:0px 0px ;
	display: inline-block;}

#btnCierra{
	font-size:60px;font-weight:bolder; color:#ffffff;position:fixed;top:20px;right:20px;
	z-index:9000;
}	
#videoBox{
	height:100vh;position:fixed;top:0;left:0;background:#000000;z-index:8000;
	z-index:8000;
}


#btnes1{margin-bottom:40px; }

.redes {margin:10px 0px;}
.redes img{width:30px;margin:4px 10px; }
.creditos {margin:10px 0px 30px 0px;}


/* REGILLA */
.regilla-lista{width:100%;min-width:1000px;display:table;margin-top:20px;margin-bottom:30px;
	margin-left:auto;margin-right:auto;}
.regilla-lista-min{min-width:200px;}
.regilla_renglon{width:100%;height:80px;display:table-row;box-sizing:border-box;
			-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;
			-moz-user-select: none;-ms-user-select: none;user-select: none;}
	.regilla_renglon:nth-child(odd){background-color:#ffffff;}/* alternacolores entre filas*/
	.regilla_renglon:nth-child(even){background-color:#f2f2f2;}
.regilla_celda{border-right:1px #e5e5e5 solid;padding:0px 4px;
	display: table-cell;vertical-align: middle;}
.regilla_celda_imagen{padding:5px !important;}
.regilla-lista-chica{width:auto;min-width:initial;}/* regilla para fancybox pedido_partidas.php */ 
.regilla_titulos{position:-webkit-sticky; /* Safari */  position: sticky;  top: 40px;z-index:1000 !important;}








/* PIE */
#pie{background:#eb571f;padding:40px 0px 10px 0px; }
.logotipo_pie{float:left; }
.menubottom{margin:20px 0px;display:inline-block;float: right;margin-right:100px; }
.menubottom img{vertical-align:middle;margin-left:5px;margin-top:12px; }
.menubottom .btnmenu{display:inline-block; font:normal 14px/46px "Noto Sans";
	color:#ffffff;padding-left:10px; box-sizing: border-box; 
	text-align:center;margin:0px 4px;float:left; }
.datospie{float: right;text-align:right;color: #ffffff; }
#piecopy{border-top:1px #ffffff solid;margin-top:10px; }
#piecopy .contenidos{text-align:right;color:#ffffff;margin:10px 0px; }


/* MAPAS */	
.mapa{width:100%;height:90vh;overflow:hidden;position: relative;padding-bottom:15%;vertical-align:top;}
#map_canvas{position: absolute;top:0;left:0;width: 100% !important;height: 100% !important;}

#flecha-up{position:fixed;bottom:10px;right:10px;cursor:pointer;display:none;}
#cliente_campos_mapa{display:none;}



/* PIE */
#pie {font:300 14px/22px "OPTICopperplate";}



.renglon{width:100%;display:inline-block;float:left;}
.renglon_separador{width:100%;height:15px;display:inline-block;float:left;margin-top:15px; 
	border-top:1px #454545 dashed;}
.renglon_odd:nth-child(odd){background-color:#ffffff;}/* alternacolores entre filas*/
.renglon_odd:nth-child(even){background-color:#f2f2f2;}

.separador{width:100%;height:40px;display:inline-block;float:left;}
/* celdas responsivas */
[class*="celda-"]{display:inline-block;float:left;box-sizing:border-box;}
	.celda-0{width:4.111111%;}
	.celda-1{width:8.333333%;}		.celda-1x{width:12.50000%;}		
	.celda-2{width:16.666666%;}		.celda-2x{width:20.83333%;}		
	.celda-3{width:25%;}			.celda-3x{width:29.16666%;}		
	.celda-4{width:33.333333%;}		.celda-4x{width:37.50000%;}
	.celda-5{width:41.666666%;}		.celda-5x{width:45.83333%;}		
	.celda-6{width:50%;}			.celda-6x{width:54.16666%;}			
	.celda-7{width:58.333333%;}		.celda-7x{width:62.50000%;}	
	.celda-8{width:66.666666%;}		.celda-8x{width:70.83333%;}
	.celda-9{width:75%;}			.celda-9x{width:79.16666%;}
	.celda-10{width:83.333333%;}	.celda-10x{width:87.50000%;}	
	.celda-11{width:91.666666%;}	.celda-11x{width:95.833333%;}
	.celda-12{width:100%;}
[class*="colum-"]{box-sizing:border-box;float:left;}
	.colum-0{width:4.111111%;}
	.colum-1{width:8.333333%;}		.colum-1x{width:12.50000%;}		
	.colum-2{width:16.666666%;}		.colum-2x{width:20.83333%;}		
	.colum-3{width:25%;}			.colum-3x{width:29.16666%;}		
	.colum-4{width:33.333333%;}		.colum-4x{width:37.50000%;}
	.colum-5{width:41.666666%;}		.colum-5x{width:45.83333%;}		
	.colum-6{width:50%;}			.colum-6x{width:54.16666%;}			
	.colum-7{width:58.333333%;}		.colum-7x{width:62.50000%;}	
	.colum-8{width:66.666666%;}		.colum-8x{width:70.83333%;}
	.colum-9{width:75%;}			.colum-9x{width:79.16666%;}
	.colum-10{width:83.333333%;}	.colum-10x{width:87.50000%;}	
	.colum-11{width:91.666666%;}	.colum-11x{width:95.833333%;}
	.colum-12{width:100%;}
	

.iconito{width:20px;height:20px;margin:5px 5px 0 0;  display:inline-block;vertical-align:middle;float: left;}
.spiner{width:16px;height:16px;vertical-align:middle;}

/* formulario */
.form_label{width:100%;display:inline-block;float:left;padding:10px 8px 4px 0px ;
	color:#232323;box-sizing:border-box;
	}
.form_input,
.form_area{width:100%;display:inline-block;float:left;padding:4px 8px;
	color:#232323;box-sizing:border-box;
	border:1px #acacac solid;
	background: #ffffff;
	/*-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;*/
	}
.form_input_50{width:49%;display:inline-block;float:left;padding:4px 8px;
	color:#232323;box-sizing:border-box;
	border:1px #acacac solid;
	background: #ffffff;
	/*-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;*/
	}
.form_input_50:nth-child(even){margin-right:2%; }/* alternacolores entre filas*/	

.g-recaptcha{background:#ffffff;  height:80px;}


input,
textarea{display:inline-block;font:400 12px/26px "OPTICopperplate","Arial","Sans";border:none;
	box-sizing:border-box;color:#343434;/*	letter-spacing:1px;*/
	outline: none;background:transparent;padding:5px;}
.input_fecha{width:44%;}
.input_ico{width:calc(100% - 30px);}
.input_40{width:40%;}
.input_50{width:50%;}
.input_100{width:100%;}
.form_area textarea{height:100px; }

.input_area{width:100%; }
.input_area_gde{height:120px; }

.select-style{width:100%;display:inline-block;float:left;overflow: hidden;box-sizing:border-box;
		background: transparent url("images/arrowdown.png") no-repeat right center;}
	.select-style select{width:100%;padding:5px;border:none;box-shadow:none;background-color:transparent;box-sizing:border-box;
			-webkit-appearance: none;-moz-appearance: none;appearance: none;
			font:400 12px/20px "OPTICopperplate","Arial","Sans";color:#232323;}
	.select-style select:focus{outline: none;}

/*  CHECKBOX Y RADIOBUTTON*/
input.chbox_norm[type="checkbox"] {display:none;}
input.chbox_norm[type="checkbox"] + label span {display:inline-block;vertical-align:middle;margin:-1px 4px 0 0;cursor:pointer;	
	width:30px;height:30px;background:url(images/check_box.png) left top no-repeat;}
input.chbox_norm[type="checkbox"]:checked + label span {
	background:url(images/check_box.png) 0px -30px no-repeat;}

input.radio_norm[type="radio"] {display:none;}
input.radio_norm[type="radio"] + label span {display:inline-block;vertical-align:middle;margin:-1px 4px 0 0;cursor:pointer;	
	width:30px;height:30px;background:url(images/radio_box.png) left top no-repeat;margin-bottom:10px;vertical-align:top;
	float:left;}
input.radio_norm[type="radio"]:checked + label span {
	background:url(images/radio_box.png) 0px -30px no-repeat;}





/* FORM_UPLOAD */
#formulario_bot{margin-top:20px; }

.form_upload{width:100%;display:inline-block;font:400 18px/22px "OPTICopperplate","Arial","Sans";float:left;text-align:center;
	background:#ffffff;box-sizing:border-box;cursor:pointer;
	padding:0px;vertical-align:top;margin:0px;border:1px var(--main) solid;
	position: relative;}
.fileUpload .label{width:35%;display:inline-block;float:right;padding:0px 10px;box-sizing:border-box;cursor:pointer;
	background:var(--main);color:#ffffff;font:400 14px/38px "OPTICopperplate","Arial","Sans";}
.file_input{width:65%;display:inline-block;font:400 14px/35px "OPTICopperplate","Arial","Sans";margin:0px;padding-left:10px;border:none;
	background:none;float:left;}
.fileUpload {width:100%;position:relative;overflow: hidden;margin:0px;float:left;}
.fileUpload input.upload,
.fileUpload input.uploadpdf
{position:absolute;top:0;right: 0;margin: 0;padding: 0;
	width: 100%;height:100%; 
    cursor: pointer;opacity:0 ;filter: alpha(opacity=0);}


#unmomento{width:100%;float:left;font:500 16px/22px "OPTICopperplate";}
.marcorojo{background:#ffd0d0 !important;}
.enviandomensaje{display:none;font:500 26px/30px "OPTICopperplate";margin-top:20px;color:#000000;}

.jconfirm-content{text-align: center;}

::-webkit-input-placeholder {}
::-moz-placeholder {}
:-ms-input-placeholder {}
:-moz-placeholder {}


/*
::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(200,200,200,0.9);border-radius: 5px;}
::-webkit-scrollbar-thumb {border-radius: 5px;-webkit-box-shadow: inset 0 0 6px rgba(200,200,200,0.9);}
*/
textarea,
input[type="text"]{
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

.ocultar{display:inline-block;}
.mostrar{display:none;}
#btn_menuresponsive{display:none;position:fixed;top:10px;left:10px;}


.boton_conseguir_movil{display:none;}






.ui-autocomplete{max-height:200px;overflow-y: auto;overflow-x: hidden;}
* html .ui-autocomplete{height:200px;}

.ui-menu-item-wrapper punt{font-weight:bold;}
.ui-state-active punt{font-weight:bold;}
.ui-state-active {font-weight:normal !important;}

.ui-datepicker{z-index:3000 !important; }









@media screen and (max-width:1320px){/* cell potrait */
#productos-cont{width:calc(100% - 60px);float:right; }
}
@media screen and (max-width:1100px){/* cell potrait */
.boton_conseguir{width:180px;height:38px;background-size:cover; }
.boton_conseguir1,
.boton_conseguir2,
.boton_conseguir3,
.boton_conseguir4{left:80px;}

}



@media screen and (max-width:770px){/* cell potrait */

.contenidos{width:100%;margin:0px;box-sizing:border-box;padding:10px 20px;  }

#btn_menuresponsive{display:inline-block;z-index:9999;background:var(--main);}


.logotipocont{width:120px;float:none;margin-bottom:40px; }
.logotipocont img{width:100%;}

.redes{margin-bottom:60px;}
.creditos{margin:40px 0px 40px 0px;}

#contenedor{width:70%; margin-left:15%;text-align:center; }
.btn_menu{width:90%;margin-left:0;padding:17px 0px ;
	text-indent:20px;
	font:normal 12px/12px "OPTICopperplateLight" ;
}

.itemmenu{height:76px; }
	.itemmenu img{width:50px; }
	.itemmenu .btn_menu{top:12px;}


.grantitulo{font-size:30px;line-height:30px}
.titulo{font-size:24px;line-height:24px}
.subtitulo{font-size:20px;line-height:20px}
.chica{font-size:12px;line-height:14px}
.micro{font-size:9px;line-height:9px}




[class*="celda-"]{width:100%;display:inline-block;padding:1%;}




.div{border:1px #df0000 solid;}
.ocultar{display:none;}
.mostrar{display:inline-block;}

}/* media */


@media screen and (max-width:440px){/* cell potrait */

}/* media */
