@font-face {
    font-family:'traditionellsansbold';
    src: url('../fontface/traditionellsans-bold.eot');
    src: url('../fontface/traditionellsans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fontface/traditionellsans-bold.woff2') format('woff2'),
         url('../fontface/traditionellsans-bold.woff') format('woff'),
         url('../fontface/traditionellsans-bold.ttf') format('truetype'),
         url('../fontface/traditionellsans-bold.svg#traditionellsansbold') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'traditionellsansregular';
    src: url('../fontface/traditionellsans.eot');
    src: url('../fontface/traditionellsans.eot?#iefix') format('embedded-opentype'),
         url('../fontface/traditionellsans.woff2') format('woff2'),
         url('../fontface/traditionellsans.woff') format('woff'),
         url('../fontface/traditionellsans.ttf') format('truetype'),
         url('../fontface/traditionellsans.svg#traditionellsansregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Piparivahtiperhonen';
    src: url('../fontface/Piparivahtiperhonen.eot');
    src: url('../fontface/Piparivahtiperhonen.eot?#iefix') format('embedded-opentype'),
         url('../fontface/Piparivahtiperhonen.woff2') format('woff2'),
         url('../fontface/Piparivahtiperhonen.woff') format('woff'),
         url('../fontface/Piparivahtiperhonen.ttf') format('truetype'),
         url('../fontface/Piparivahtiperhonen.svg#Piparivahtiperhonen') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*
@font-face {
    font-family:'a_love_of_thunderregular';
    src: url('../fontface/a_love_of_thunder.eot');
    src: url('../fontface/a_love_of_thunder.eot?#iefix') format('embedded-opentype'),
         url('../fontface/a_love_of_thunder.woff2') format('woff2'),
         url('../fontface/a_love_of_thunder.woff') format('woff'),
         url('../fontface/a_love_of_thunder.ttf') format('truetype'),
         url('../fontface/a_love_of_thunder.svg#a_love_of_thunderregular') format('svg');
    font-weight:normal;
    font-style:normal;
}*/

html {
	height:100%;
}

* {
	font-smooth:always;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased; 
    margin:0;
    padding:0;
    box-sizing:border-box;
    transition:all 150ms linear;
    -webkit-transition:all 150ms linear;
    -moz-transition:all 150ms linear;
    -o-transition:all 150ms linear;
    -ms-transition:all 150ms linear;
}

body {
    min-width:320px; 
	font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:21px;
    color:#000;
}

img {
    margin:0;
    padding:0;
    border:none;
    transition:all 150ms linear;
    -webkit-transition:all 150ms linear;
    -moz-transition:all 150ms linear;
    -o-transition:all 150ms linear;
    -ms-transition:all 150ms linear;
}

a {
    text-decoration:none;
    outline:none;
    transition:all 200ms linear;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    -ms-transition:all 200ms linear;
}

h1, h2, h3, h4 {
	font:inherit;
	font-size:40px;
	line-height:normal;
	font-weight:normal;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
}

p {
    margin:0;
    padding:0;
}

ul {
    margin:0;
    padding:0;
    list-style:none;
}

section {
    margin:0;
    padding:0;
    font-size:0;
    line-height:0;
}

iframe {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

.thumb {
	position:relative;
	float:left;
	width:100%;
  	margin:0;
  	padding:0;
  	font-size:0;
  	line-height:0;
  	border:none;
}

.marron {
	color:#402021;
}


/*/// HEADER ///*/

header {
	position:relative;
	display:block;
	width:100%;
	background:#FFF;
	border-bottom:4px solid #ED1D30;
	z-index:10000;
}

.banda_top {
	display:none;
	width:100%;
	height:28px;
	background:#79613F;
}

.banda_right {
	float:right;
}

.centrador_HD {
	position:relative;
	width:100%;
	max-width:1440px;
	margin:auto;
	padding:30px 40px 27px;
}

.banda_top .centrador_HD {
	padding:0 40px 0;
}

.ClipLogo {
    position:relative;
    display:inline-block;
}

.logo {
	float:left;
	width:210px;
}

ul.navegacion {
	float:right;
	margin-top:40px;
    margin-right:-15px;
}

ul.navegacion li {
	position:relative;
	display:inline-block;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.navegacion li a {
	display:inline-block;
	font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
	font-size:21px;
	/*color:#79613F;*/
	color:#402021;
	margin-left:30px;
}

ul.navegacion li a.suc {
    margin-left:44px;
}

/*
ul.navegacion li a.selected,
ul.navegacion li a:hover {
	color:#ED1D30;
}
*/

.ico-btn {
	margin-right:9px;
}

.ico-btn.ico-1 {
	width:28%;
	margin-bottom:-16px;
}

.ico-btn.ico-2 {
	width:44px;
    margin-right:7px;
	margin-bottom:-16px;
}

.ico-btn.ico-3 {
	width:21%;
	margin-bottom:-10px;
}

.ico-btn.ico-4 {
	width:21%;
	margin-bottom:-9px;
}

.ico-btn.ico-5 {
	width:38%;
	margin-bottom:-10px;
}

.ico-btn.ico-6 {
    width:24%;
    margin-bottom:-10px;
}

#MenuH {
    display:none;
    position:absolute;
    top:54px;
}

.menu {
    display:inline-block;
    width:40px;
    height:30px;
}

#mmenu:active,
#mmenu:focus {
	outline:none;
	background:none;
	border:none;
}

#elmenu {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	padding:30px 15px 90px;
	background:#402021;
	z-index:9999;
	top:0;
	right:0;
	text-align:center;
}

.ClipCerrar {
    float:none;
    margin-bottom:20px;
}

.ico-cerrar {
	display:inline-block;
	width:35px;
	height:35px;
	border:none;
	background-image:url('../imgs/cerrar.svg');
	background-size:contain;
	background-repeat:no-repeat;
}

ul.botones {
    padding:0;
}

ul.botones li {
	list-style:none;
}

ul.botones li a {
	display:inline-block;
	font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:44px;
	text-decoration:none;
	text-align:center;
	color:#F5E1A4;
	transition:color 150ms linear;
    -webkit-transition:color 150ms linear;
    -moz-transition:color 150ms linear;
    -o-transition:color 150ms linear;
    -ms-transition:color 150ms linear;
}

ul.botones .redes {
	margin-top:12px;
}

ul.redes {
	margin-top:30px;
}

ul.redes li a {
	font-size:19px;
	line-height:32px;
	color:#FFF;
}

ul.redes li a:hover {
	color:#999;
}

#elmenu .ClipLogo {
	position:relative;
	width:170px;
	margin-top:70px;
}

#elmenu .logo {
	width:170px;
}

#contenedor {
	position:relative;
}

.foton {
	position:relative;
	display:inline-block;
	width:100%;
	height:650px;
	margin-bottom:-7px;
    border:none;
    background-image:url(../imgs/foton_franquicias_new.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center 69%;
    background-color:#EFEFEF;
    overflow:hidden;
}

.foton.productos {
    height:620px; background-image:url(../imgs/foton_productos_new.jpg);
}

.ClipSlide {
	position:relative;
}

.oscurece {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.3;
	z-index:8888;
}

.foton .oscurece {
	/*background:#402021;*/
	opacity:0.3;
}

.foton.productos .oscurece {
    opacity:0.4;
}

.titulonazo_absolute {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.titulonazo {
	display:table;
	width:100%;
	height:100%;
}

.titulonazo_contenedor {
	position:relative;
	display:table-cell;
	height:inherit;
	vertical-align:middle;
	text-align:center;
	z-index:9998;
}

.grafico-slide {
	width:620px;
	margin-top:-20px;
}


/*/// INTERNAS ///*/

.portada {
    position:relative;
    display:inline-block;
    width:100%;
    height:450px;
    border:none;
    /*background-image:url(../imgs/foton_franquicias_new.jpg);*/
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#EFEFEF;
    overflow:hidden;
}

.portada.historia {
    /*height:1140px;
    height:855px;*/
    height:800px;
    background-image:url(/imgs/portada-historia_gr.jpg);
    background-position:bottom left;
}

.portada.productos {
    height:670px;
    background-image:url(/imgs/portada-productos_gr.jpg);
    background-position:left -70px;
}

.portada .grafico-franquicias {
    margin:-25px auto 0;
}

.main {
    padding:50px 0 120px;
}

.relleno {
    padding-top:50px;
    background:#EFEFEF;
}

.main .centrador {
    max-width:750px;
    margin:auto;
}

h2.sub-titulo {
    font-family:'Piparivahtiperhonen', Arial, Helvetica, sans-serif;
    font-size:61px;
    color:#EC1D30;
    margin-bottom:10px;
}

h2.titulo {
    font-family:'Piparivahtiperhonen', Arial, Helvetica, sans-serif;
    font-size:61px;
    text-align:center;
    color:#EC1D30;
    margin-bottom:10px;
}

.texto {
    width:100% !important;
    font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
    font-size:21px;
    line-height:26px;
    color:#000;
    padding:0 !important;
}

.normal {
    font-family:'traditionellsansregular', Arial, Helvetica, sans-serif;
    font-style:italic;
}

.bandon {
    width:100%;
    margin:50px 0 40px;
    padding:40px 0 60px;
}

.bandon.final {
    margin:50px 0 0;
    padding:40px 0 0;
    background:#EFEFEF;
}

.beneficios {
    display:inline-block;
    font-size:21px;
    line-height:27px;
    color:#000;
    margin-bottom:70px;
}

.beneficio {
    float:left;
    width:100%;
    margin-top:20px;
}

.punto {
    float:left;
    width:14px;
    margin-top:6px;
}

.main p {
    float:left;
    width:calc((100% - 20px));
    width:-webkit-calc((100% - 20px));
    width:-moz-calc((100% - 20px));
    width:-o-calc((100% - 20px));
    padding-left:7px;
}

.lonja.descargar {
    padding:30px 0;
    margin-bottom:65px;
}

.brochure {
    display:inline-block;
    width:550px;
    margin-bottom:1px;
}

.btn_descargar {
    height:58px;
    margin-left:35px;
}

.ClipFormulario h2.sub-titulo {
    text-align:center;
    margin-bottom:10px;
}


/*/// MAPA GENERAL ///*/

.ClipMapa {
    position:relative;
    width:100%;
    height:450px;
    padding:0;
    margin:0;
    background:#CCC;
}

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

.popup {
    position:relative;
    display:block;
    width:270px;
    font-family:'traditionellsansregular', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:21px;
    word-break:break-all !important;
    color:#402021;
}

.popup .distribuidor {
    font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
    font-size:19px;
    line-height:23px;
    color:#402021;
    margin-bottom:1px;
}

.popup .representante {
    font-size:15px;
    line-height:19px;
    color:#402021;
    margin-bottom:1px;
}

.popup .telefono {
    margin-top:2px;
}

.popup .correo {
    display:inline-block;
    font-size:17px;
    line-height:21px;
    color:#402021;
    margin-top:1px;
}

.gm-style .gm-style-iw-c {
    max-width:300px !important;
    padding:15px !important;
    overflow:hidden !important;
}

.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
    top:-20px !important;
    right:-15px !important;
    z-index:1;
}

.gm-style .gm-style-iw-d {
    width:100% !important;
    max-width:300px !important;
    overflow:hidden !important;
    margin-top:-50px;
}

.ClipListado_int {
    max-width:1100px;
    margin:auto;
    padding:40px 40px 120px;
}

.grafico-paradores_int {
    display:block;
    width:400px;
    margin:20px auto 40px;
}

.tira_sucursal {
    display:block;
    text-align:center;
    margin-bottom:30px;
}

.sucursal {
    /*display:inline-block;
    width:30%;*/
    float:left;
    width:33.3%;
    font-family:'traditionellsansregular', Arial, Helvetica, sans-serif;
    font-size:22px;
    line-height:25px;
    color:#402021;
    /*border:1px solid #000;*/
}

.sucursal a {
    font-size:19px;
    line-height:25px;
    color:#402021;
}

.sucursal:nth-child(3n+1) {
    clear:both;
}

.sucursal_int {
    margin:30px 30px 20px;
}

.sucursal h3 {
    font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
    font-size:23px;
    line-height:27px;
    margin-bottom:1px;
}

.sucursal p {
    font-size:19px;
    line-height:25px;
    margin-bottom:3px;
}

.cel {
    font-size:21px;
    line-height:26px;
}

.tel {
    font-size:21px;
    line-height:26px;
    margin-bottom:3px;
}

.email {
    font-size:21px;
}


/*/// HISTORIA ///*/

#historia {
	position:relative;
	display:block;
	width:100%;
	padding:60px 0 70px;
    border-bottom:3px solid #ED1D30;
	overflow:hidden;
}

.decoracion {
	position:absolute;
	width:400px;
}

.decoracion.deco_1 {
	left:-3px;
	bottom:-23px;
}

.decoracion.deco_2 {
	top:-24px;
	right:-98px;
}

.decoracion.deco {
	top:60px;
	left:-310px;
	width:3000px;
	z-index:-1;
}

#historia .centrador {
	max-width:1100px;
	margin:auto;
}

#historia .left {
	float:left;
	width:500px;
    margin-top:-10px;
}

#historia .right {
	float:right;
	width:calc((100% - 500px));
    width:-webkit-calc((100% - 550px));
    width:-moz-calc((100% - 500px));
    width:-o-calc((100% - 500px));
}

#historia .foto {
	width:500px;
}

#historia .foto.mobile {
	display:none;
	margin:auto;
	padding:0;
}

#historia h2 {
	font-family:'Piparivahtiperhonen', Arial, Helvetica, sans-serif;
	font-size:80px;
	color:#402021;
	margin-bottom:15px;
}

#historia p {
	font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:26px;
	color:#000;
}

.btn_ver-mas_ch {
	width:160px;
	margin-top:30px;
}

.lonja {
	position:relative;
	width:100%;
	text-align:center;
	background:#8B6F4C;
	margin:0;
	padding:30px 0 38px;
	border-top:3px solid #ED1D30;
	z-index:1000;
}

.lonja p {
	font-family:'Piparivahtiperhonen', Arial, Helvetica, sans-serif;
	font-size:88px;
	color:#FFF;
}

.lonja.viajar {
	padding:53px 0 51px;
}

.linea_ch {
	display:none;
	width:60px;
	margin-bottom:15px;
}

.ico-tienda {
	width:60px;
	margin-right:5px;
	margin-bottom:-2px;
}

.grafico-franquicias {
    display:block;
    width:480px;
    margin:-30px auto 20px;
}

.grafico-franquicias.contact {
    width:400px;
}

.btn_franquicias {
	height:66px;
	margin-bottom:-4px;
}

.ClipParadores {
	position:relative;
	width:100%;
    height:450px;
    margin:4px auto 2px;
    border:none;
    background-image:url(../imgs/mapa_vector.svg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#CF0A2C;
    overflow:hidden;
}

.decoracion.deco_ch1 {
	left:-3px;
	bottom:-23px;
}

.decoracion.deco_ch2 {
	top:-24px;
	right:-98px;
}

.puntero {
	position:absolute;
}

.puntero.p_1t {
	top:90px;
	left:293px;
	width:50px;
}

.puntero.p_1b {
	bottom:60px;
	left:500px;
	width:35px;
}

.puntero.p_2t {
	top:70px;
	right:570px;
	width:30px;
}

.puntero.p_2b {
	bottom:70px;
	right:500px;
	width:40px;
}

.btn_ubicaciones {
	height:66px;
	text-align:center;
	margin:auto;
}

.grafico-paradores {
	display:block;
    width:600px;
    margin:-10px auto 40px;
}

.lonja.redes {
	background:#FFF;
	padding:30px 0 38px;
	border-top:none;
}

.lonja.redes.bottom {
    background:#EC1D30;
}

.seguinos {
	height:43px;
	margin-right:20px;
	margin-bottom:19px;
}

.ico-red {
	width:80px;
}

.grafico-productos {
	display:block;
    width:620px;
    margin:-30px auto 40px;
}

.btn_ver-mas {
	height:66px;
	text-align:center;
	margin:auto;
}


/*/// PRODUCTOS ///*/

.ClipMenu {
    max-width:1130px;
    text-align:center;
    margin:20px auto 120px;
    padding:0 40px;
}

.col_productos {
    float:left;
    width:50%;
}

.col_productos:nth-child(2n+1) {
    clear:both;
}

.col_productos_int {
    margin:0 35px;
}

.ClipCategoria {
    position:relative;
    width:100%;
    height:280px;
    margin:50px auto 25px;
    padding:0;
    border:none;
    /*background-image:url(../imgs/categorias/foto_categoria.jpg);*/
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#EFEFEF;
}

.ClipTitulo {
    position:relative;
    padding-top:126px;
    z-index:9999;
}

.linea-cat {
    display:inline-block;
    border-bottom:1px solid #FFF;
}

.categoria {
    display:inline-block;
    font-family:'Piparivahtiperhonen', Arial, Helvetica, sans-serif;
    font-size:70px;
    line-height:65px;
    color:#FFF;
    padding:0 50px;
}

.oscurece-cat {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.3;
    z-index:8888;
}

.centra_col {
    text-align:center;
}

.col_carta {
    float:left;
    width:100%;
    text-align:center;
}

.col_carta:nth-child(4n+1) {
    clear:both;
}

.col_carta_int {
    margin:0 70px 10px;
}

.col_carta p {
    float:none;
    width:100%;
    font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
    font-size:20px;
    line-height:23px;
    color:#000;
    margin-top:3px;
    padding-left:0;
}

.linea {
    display:block;
    width:75%;
    margin:auto;
    padding-top:8px;
    border-top:1px solid #ED1D30;
    opacity:0.5;
}

.col_carta:last-child .linea {
    border-top:none; 
}


/*/// RRHH ///*/

.ClipFormulario {
	width:100%;
}

.form_cotiza {
    padding-top:20px;
}

.centrador_cotiza {
	max-width:750px;
	margin:auto;
}

.col_var {
    float:left;
    width:calc((50% - 12px));
    width:-webkit-calc((50% - 12px));
    width:-moz-calc((50% - 12px));
    width:-o-calc((50% - 12px));
    margin-right:12px;
}

.col_var.costado {
    margin-left:12px;
    margin-right:0;
}

.col_var.only {
    float:left;
    width:100%;
    margin-right:0;
}

#frm_res label {
    display:block;
    font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
    font-size:18px;
    line-height:22px;
    text-align:left;
    color:#402021;
    margin-bottom:5px;
    padding-left:10px;
}

#frm_res label.mobile {
    display:none;
}

#frm_res input.text {
    width:100%;
    height:36px;
    font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
    font-size:19px;
    line-height:36px;
    color:#402021;
    background:#FFF;
    border:1px solid #402021;
    padding:0 10px;
    margin-bottom:30px;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline:none;
}

#frm_res input.text.number {
    font-size:18px;
}

#frm_res input.number {
    font-size:18px;
}

#frm_res .puestos {
    font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
    font-size:19px;
    color:#402021;
    margin:10px 0 18px;
}

#frm_res .etiqueta {
    display:inline-block;
    font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
    font-size:19px;
    color:#402021;
    margin-left:7px;
    margin-bottom:7px;
}

#frm_res .etiqueta.mobile {
    display:none;
}

.clear.checkbox {
    margin-bottom:40px;
}

#frm_res .comentario {
    display:inline-block;
    width:100%;
    margin:10px 0 20px;
}

#frm_res .comentario.last {
    margin-bottom:30px;
}

#frm_res textarea.text {
    width:100%;
    height:112px;
    font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
    font-size:19px;
    line-height:24px;
    color:#402021;
    border:1px solid #402021;
    background:#FFF;
    padding:6px 12px;
    margin:0;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline:none;
}

.desplegable_res {
    width:100%;
    height:36px;
    font-family:'DINPro', Arial, Helvetica, sans-serif;
    font-size:17px;
    color:#000;
    padding:0 10px;
    margin:0;
    border:1px solid #999;
    background:url(../imgs/flechita.png) right -1px no-repeat #FFF;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline:none;
}

.Mioption {
    background-color:#FFF;
    color:#000;
}

.date_res {
    width:100%;
    height:36px;
    font-family:'DINPro', Arial, Helvetica, sans-serif;
    font-size:17px;
    text-align:left;
    padding:2px 10px;
    color:#000;
    background-color:#FFF;
    border:1px solid #999;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline:none;
}

.enviar {
    display:block;
    height:58px;
    text-align:center;
    outline:none;
    background:none;
    border:none;
    margin:20px auto 0;
    -webkit-appearance:none;
    cursor:pointer;
}

.btn_enviar {
    height:58px;
}

.error_formulario_res {
    font-family:'traditionellsansregular', Arial, Helvetica, sans-serif;
    font-size:20px;
    line-height:26px;
    text-align:center;
    color:#000;
    margin-top:-15px;
}

.ClipAdjuntar {
	display:block;
    width:100%;
    border:1px solid #402021;
    background:#FFF;
    padding:6px 12px 20px;
    margin:0 auto 24px;
}

.tit_adjuntar {
    float:none !important;
    width:100% !important;
	font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
    font-size:19px;
    color:#000;
    text-align:center;
    margin:20px auto 10px !important;
}

.btn_adjuntar {
    display:block;
    width:170px;
    height:38px;
    font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:38px;
    text-align:center;
    margin:auto;
    outline:none;
    color:#FFF;
    background:#000;
    transition:background 200ms linear;
    -webkit-transition:background 200ms linear;
    -moz-transition:background 200ms linear;
    -o-transition:background 200ms linear;
    -ms-transition:background 200ms linear;
}

.btn_adjuntar:hover {
    background:#EC1D30;
}

#fake_file_name {
    font-size:17px;
    line-height:23px;
    text-align:center;
    padding-top:15px;
}


/*/// CAPTCHA ///*/

.clipCaptcha {
    width:300px;
    margin:10px auto 30px;
}


/*/// FRANQUICIAS ///*/

.desplegable_res {
	position:relative;
    float:left;
    width:100%;
    height:36px;
    font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
    font-size:19px;
    line-height:36px;
    color:#402021;
    border:1px solid #402021;
    background:url(../imgs/flechita.png) right -1px no-repeat #FFF;
    /*background:url(../imgs/flechita.png) top right no-repeat #FFF;*/
    padding:0 10px;
    margin:0;
    margin-bottom:24px;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline:none;
}


/*/// FOOTER ///*/

footer {
	text-align:center;
	padding:30px 0 80px;
	background:#402021;
}

.centrador_ft {
	width:100%;
	max-width:1440px;
	margin:auto;
	padding:0 40px;
}

.ClipLogo_ft {
	display:block;
	width:210px;
    margin:0 auto -80px;
}

.logo_ft {
	width:210px;
}

.ClipPie {
	width:100%;
	font-family:'traditionellsansbold', Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#FFF;
}

.ClipPie p.left {
	float:left;
}

.ClipPie p.left span {
	color:#F5E1A4;
	margin:0 6px;
}

.btn_ft {
	color:#F5E1A4;
}

.btn_ft a {
	color:#F5E1A4;
}

.btn_ft:hover {
	color:#FFF;
}

.ClipPie p.right {
	float:right;
}

.ico-sobre {
	width:20px;
	margin-right:5px;
	margin-bottom:-4px;
}

.ico-sobre.mobile {
	display:none;
}

.casilla {
	color:#F5E1A4;
}

.casilla a {
	color:#F5E1A4;
}

.ClipSubir {
	display:none;
	width:52px;
	margin:40px auto 0;
}

.subir {
	width:52px;
	height:52px;
}


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

@media screen and (max-width:1580px) {
	.decoracion.deco_1 { width:470px; left:-4px; bottom:-9px; }
	.decoracion.deco_2 { top:-8px; right:-150px; }
	.decoracion.deco { top:110px; }
	.grafico-slide { width:560px; margin-top:-20px; }
	.foton { height:540px; }
    .foton.productos { height:530px; }
    .grafico-franquicias { width:440px; }
    .grafico-franquicias.contact { width:370px; }
	.grafico-productos { width:540px; margin-bottom:35px; }
	.grafico-paradores { width:540px; margin:-10px auto 35px; }
	.lonja { padding:25px 0 31px; }
	.lonja p { font-size:74px; }
	.btn_franquicias { height:56px; margin-bottom:-3px; }
	.btn_ver-mas { height:56px; }
	.btn_ubicaciones { height:56px; }
	.puntero.p_1t { left:223px; }
	.puntero.p_1b { bottom:96px; left:390px; }
	.puntero.p_2t { top:83px; right:390px; }
	.puntero.p_2b { bottom:99px; right:297px; }
	.ico-tienda { width:55px; }
    .grafico-paradores_int { width:350px; }
    .portada.historia { height:670px; }
    .portada.productos { background-position:center left; }
}

@media screen and (max-width:1490px) {
    .portada.historia { height:600px; }
    .portada.productos { height:550px; }
}

@media screen and (max-width:1390px) {
	.grafico-slide { width:500px; margin-top:-10px; }
    .foton { height:530px; }
	.grafico-productos { width:500px; }
	.grafico-paradores { width:500px; }
	.lonja p { font-size:68px; }
	.lonja { padding:27px 0 32px; }
	.ico-tienda { width:50px; }
	.btn_franquicias { height:51px; }
	.btn_ver-mas { height:51px; }
	.btn_ubicaciones { height:51px; }
	.puntero.p_2t { top:88px; right:360px; }
	.puntero.p_1b { bottom:106px; left:353px; }
	.puntero.p_2b { bottom:104px; right:257px; }
    ul.navegacion li a { margin-left:22px; }
    ul.navegacion li a.suc { margin-left:39px; }
}

@media screen and (max-width:1360px) {
    .foton { height:520px; }
	.puntero.p_1t { left:123px; }
	.puntero.p_1b { bottom:104px; left:326px; }
	.puntero.p_2t { right:290px; }
	.puntero.p_2b { right:210px; }
    ul.navegacion li a { margin-left:12px; }
    ul.navegacion li a.suc { margin-left:32px; }
    .portada.historia { height:550px; }
}

@media screen and (max-width:1270px) {
	header { border-bottom:3px solid #ED1D30; }
	.ClipLogo { display:block; width:160px; margin:auto; }
	.logo { width:160px; }
	ul.navegacion { display:none; }
	#MenuH { display:block; }
	.centrador_HD { display:inline-block; padding:25px 30px 20px; }
	.grafico-slide { width:400px; margin-top:-5px; }
	#historia { padding:50px 0 60px; }
	#historia h2 { font-size:46px; margin:0 0 15px; }
	#historia p { line-height:25px; padding-right:30px; }
	#historia .left { width:360px; margin-left:20px; }
	#historia .foto { width:360px; padding-left:0; }
	#historia .right { width:calc((100% - 405px)); width:-webkit-calc((100% - 405px)); width:-moz-calc((100% - 405px)); width:-o-calc((100% - 405px)); }
	#historia .centrador { padding:0 40px; }
	.btn_ver-mas_ch { width:140px; margin-top:25px; }
	.decoracion.deco_1 { width:460px; left:-144px; bottom:-7px; }
	.decoracion.deco_2 { top:-48px; right:-157px; }
	.decoracion.deco { width:2330px; top:85px; left:-467px; opacity:0.8; }
	.ico-tienda { width:46px; }
	.lonja p { font-size:60px; }
    .grafico-franquicias { width:350px; }
    .grafico-franquicias.contact { width:280px; }
	.btn_franquicias { height:47px; }
	.grafico-productos { width:440px; }
	.btn_ver-mas { height:47px; }
	.foton { height:480px; }
    .foton.productos { height:480px; }
	.lonja { padding:25px 0 30px; }
	.lonja.viajar { padding:36px 0 34px; }
	.grafico-paradores { width:440px; }
	.btn_ubicaciones { height:47px; }
	.puntero.p_1t { width:42px; top:94px; left:100px; }
	.puntero.p_1b { width:30px; bottom:140px; left:216px; }
	.puntero.p_2t { width:28px; top:96px; right:200px; }
	.puntero.p_2b { width:38px; bottom:80px; right:120px; }
	.decoracion.deco_ch1 { bottom:-23px; left:-49px; }
	.decoracion.deco_ch2 { top:-54px; }
	.seguinos { height:30px; }
	.ico-red { width:65px; }
	.lonja.redes { padding:16px 0 18px; }
	.ClipLogo_ft { width:170px; margin-bottom:-65px; }
	.logo_ft { width:170px; }
	.centrador_ft { padding:0 25px; }
	footer { padding-bottom:70px; }
	.ClipPie { font-size:18px; }
    #historia p span { display:none; }
    .main { padding:45px 0 90px; }
    h2.sub-titulo { font-size:50px; }
    .lonja.descargar { padding:21px 0 20px; margin-bottom:60px; }
    .brochure { width:420px; }
    .btn_descargar { height:44px; margin-left:30px; }
    .btn_enviar { height:44px; }
    .ClipMenu { padding:0 30px; }
    .ClipCategoria { height:240px; }
    .ClipTitulo { padding-top:69px; }
    .categoria { font-size:60px; line-height:55px; }
    .col_carta p { line-height:22px; }
    .portada.historia { height:450px; }
    .portada.productos { height:450px; }
}

@media screen and (max-width:1023px) {
	#historia { text-align:center; padding:40px 0 50px; }
	#historia .left { width:100%; margin:30px auto 0; }
	#historia .right { float:left; width:100%; }
	#historia .foto { width:520px; }
	/*#historia .foto.desktop { display:none; }
	#historia .foto.mobile { display:block; }*/
	#historia h2 { font-size:65px; margin-bottom:20px; }
	#historia p { font-size:21px; line-height:27px; padding-right:0; }
	.decoracion.deco_1 { width:420px; left:-53px; }
	.decoracion.deco_2 { width:300px; top:-37px; right:-95px; }
	.decoracion.deco { top:435px; }
	.grafico-productos { width:400px; margin:-12px auto 30px; }
	.grafico-paradores { width:400px; }
	.lonja p { font-size:54px; }
	.ico-tienda { width:40px; }
	.btn_franquicias { height:44px; }
	.lonja { padding:21px 0 26px; }
	.lonja.viajar { padding:34px 0 32px; }
	.btn_ver-mas { height:44px; }
	.foton { height:430px; }
    .foton.productos { height:420px; }
	.btn_ubicaciones { height:44px; }
	.ClipParadores { height:360px; }
	.decoracion { width:360px; }
	.decoracion.deco_ch1 { bottom:-20px; left:-90px; }
	.decoracion.deco_ch2 { top:-25px; right:-160px; }
	.puntero.p_1t { width:40px; top:75px; left:57px; }
	.puntero.p_1b { width:30px; bottom:130px; left:120px; }
	.puntero.p_2t { width:26px; top:12px; right:40px; }
	footer { padding:35px 0 45px; }
	.ClipLogo_ft { margin-bottom:35px; }
	.ClipPie p.left { float:none; }
	.ClipPie p.right { float:none; margin-top:30px; }
	.ico-sobre.desktop { display:none; }
	.ico-sobre.mobile { display:inline-block; }
	.casilla { font-size:20px; color:#8B6F4C; }
    .ClipListado_int { padding:20px 20px 70px; }
    .grafico-paradores_int { width:300px; margin:30px auto 50px; }
    .sucursal:nth-child(3n+1) { clear:initial; }
    .sucursal { width:100%; }
    .sucursal_int { margin:0 0 35px; }
    .main .centrador { padding:0 30px; }
    .centrador_cotiza { padding:0 30px; }
    h2.titulo { font-size:54px; }
    h2.titulo.politica { font-size:48px; }
    .col_var.alcien { width:100%; }
    .col_var.alcien.costado { width:100%; margin-top:15px; margin-left:0; }
    body.secc_productos .grafico-productos { width:340px; }
    .ClipMenu { margin:0 auto 90px; padding:0 20px; }
    .col_productos_int { margin:0 20px; }
    .ClipCategoria { height:210px; }
    .categoria { font-size:48px; line-height:45px; }
    .col_carta_int { margin:0 20px 10px; }
    .linea { width:90%; }
}

@media screen and (max-width:767px) {
	.centrador_HD { padding:20px 15px 14px; }
	.ClipLogo { width:130px; }
	.logo { width:130px; }
	#MenuH { top:43px; }
	#elmenu .ClipLogo { width:150px; margin-top:60px; }
	#elmenu .logo { width:150px; }
	ul.botones li a { font-size:22px; line-height:40px; }
	.menu { width:35px; height:26px; }
	.grafico-slide { width:260px; }
	#historia { padding:40px 0 30px; }
    #historia .left { margin-top:15px; }
	#historia .centrador { padding:0 25px; }
	#historia h2 { font-size:38px; margin-bottom:15px; }
	#historia p { font-size:20px; line-height:25px; }
	.btn_ver-mas_ch { width:136px; }
	.decoracion.deco_1 { width:380px; left:-92px; }
	.decoracion.deco_2 { width:230px; top:-45px; right:-28px; }
	#historia .foto { width:380px; margin-left:-11px; padding-left:0; }
	.lonja p { font-size:50px; }
	.linea_ch { display:inline-block; }
	.ico-tienda { width:34px; margin:0 5px; }
	.separte { display:block; margin:25px 0 28px; }
	.btn_franquicias { height:38px; margin-left:0; margin-bottom:2px; }
	.foton { height:320px; }
    .grafico-franquicias { width:230px; margin-top:-18px; }
    .grafico-franquicias.contact { width:200px; }
    .foton.productos { height:310px; }
	.grafico-productos { width:280px; margin:-12px auto 25px; }
	.btn_ver-mas { height:37px; }
	.lonja.viajar { padding:26px 0 25px; }
	.lonja.viajar p { font-size:43px; }
	.ClipParadores { height:260px; }
	.grafico-paradores { width:280px; margin:-5px auto 25px; }
	.btn_ubicaciones { height:38px; }
	.decoracion.deco_ch1 { width:270px; bottom:-52px; left:-66px; }
	.decoracion.deco_ch2 { width:270px; top:-37px; right:-100px; }
	.puntero.p_2t { width:22px; top:45px; right:20px; }
	.puntero.p_1t { width:28px; top:12px; left:26px; }
	.puntero.p_1b { width:25px; bottom:75px; left:45px; }
	.puntero.p_2b { width:30px; bottom:30px; right:40px; }
	.lonja.redes { padding:12px 0 14px; }
	.seguinos { height:24px; margin-left:-2px; margin-right:7px; margin-bottom:16px; }
	.ico-red { width:54px; }
	.ClipLogo_ft { width:150px; }
	.logo_ft { width:150px; }
	.ico-sobre { width:21px; margin-bottom:-5px; }
	.ClipSubir { display:block; }
    .ClipMapa { height:380px; }
    #map { height:380px; }
    .grafico-paradores_int { width:230px; margin:20px auto 42px; }
    .portada { height:270px; }
    .portada .grafico-franquicias { margin:-15px auto 0; }
    h2.sub-titulo { font-size:46px; }
    .brochure { width:360px; }
    .btn_descargar { height:40px; margin-left:25px; }
    h2.titulo { font-size:40px; }
    h2.titulo.politica { font-size:32px; margin-bottom:15px; }
    .texto { font-size:20px; line-height:24px; }
    #frm_res label.desktop { display:none; }
    #frm_res label.mobile { display:block; }
    .ClipMenu { padding:0 15px; }
    .categoria { font-size:44px; line-height:44px; }
    .col_carta p { font-size:19px; line-height:21px; }
    body.secc_productos .grafico-productos { width:280px; }
    #frm_res .etiqueta.desktop { display:none; }
    #frm_res .etiqueta.mobile { display:inline-block; }
    .portada.historia { height:270px; }
    .portada.productos { height:270px; }
}

@media screen and (max-width:639px) {
    .main { padding:30px 0 70px; }
    .main .centrador { padding:0 20px; }
    h2.sub-titulo { font-size:29px; text-align:left; margin-bottom:0; }
    .ClipFormulario h2.sub-titulo { text-align:left; margin-left:20px; }
    .beneficios { font-size:19px; line-height:23px; margin-bottom:40px; }
    .punto { width:12px; margin-top:5px; }
    .lonja.descargar { padding:17px 0 15px; margin-bottom:40px; }
    .brochure { width:230px; margin-bottom:4px; }
    .btn_descargar { height:30px; margin-left:15px; }
    .centrador_cotiza { padding:0 20px; }
    .col_var { width:100%; margin:0; }
    .col_var.costado { margin-left:0; }
    #frm_res .comentario { width:100%; }
    #frm_res label { font-size:18px; line-height:23px; padding-left:5px; margin-bottom:6px; }
    #frm_res input.text { height:40px; margin-bottom:20px; }
    .desplegable_res { height:40px; background-position:right 2px; }
    .desplegable_res[name='local'] { margin-bottom:35px; }
    #frm_res input[type="date"]::-webkit-calendar-picker-indicator { background-image:none; }
    #frm_res input[name='nacimiento'] { background-image:url(/imgs/ico-fecha.svg); background-size:20px !important; background-position:11px 8px !important; background-repeat:no-repeat !important; padding-left:41px !important; }
    .ClipAdjuntar { margin:14px auto 28px; }
    .error_formulario_res { font-size:19px; line-height:24px; text-align:left; margin-top:-20px; }
    .texto { padding:0 5px !important; }
    .ClipFormulario { padding:0 5px; }
    #frm_res label.desktop { display:block; }
    #frm_res label.mobile { display:none; }
    body.secc_productos .grafico-productos { width:250px; }
    .col_productos { width:100%; }
    .col_productos:nth-child(2n+1) { clear:initial; }
    .ClipCategoria { height:180px; margin:35px auto 20px; }
    .col_carta p { font-size:21px; line-height:24px; }
    #frm_res .puestos { margin:15px 0 18px; }
    #frm_res .etiqueta.mobile { display:none; }
    #frm_res .etiqueta.desktop { display:inline-block; }
    #frm_res .etiqueta { margin-bottom:10px; }
    .clear.checkbox { margin-bottom:30px; }
}

@media screen and (max-width:399px) {
	#historia p { font-size:19px; line-height:24px; }
	#historia .foto { width:340px; }
    h2.sub-titulo { font-size:27px; margin-bottom:-3px; }
    .brochure { width:270px; margin-bottom:10px; }
    .btn_descargar { height:35px; margin-left:0; }
    .col_carta p { font-size:20px; line-height:23px; }
    .maximo { display:block; margin-top:2px; }
    .clipCaptcha { margin-left:11px; }
}

@media screen and (max-width:374px) {
	#historia .foto { width:324px; }
	.ClipPie { font-size:17px; }
    h2.sub-titulo { font-size:26px; }
    .col_carta p { font-size:19px; line-height:22px; }
    .clipCaptcha { margin-left:4px; }
}

@media screen and (max-width:359px) {
	.grafico-slide { width:240px; }
	#historia h2 { font-size:34px; }
	#historia p { font-size:18px; line-height:23px; }
	.btn_ver-mas_ch { width:130px; }
	#historia .foto { width:284px; }
	.lonja p { font-size:46px; }
	.grafico-productos { width:250px; }
	.btn_franquicias { height:35px; }
	.btn_ver-mas { height:35px; }
	.lonja.viajar { padding:20px 0; }
	.lonja.viajar p { font-size:36px; }
	.grafico-paradores { width:210px; }
	.puntero.p_1b { display:none; }
	.puntero.p_2b { right:20px; }
	.btn_ubicaciones { height:35px; }
	.seguinos { height:20px; margin-bottom:13px; }
	.ico-red { width:45px; }
	.ClipPie p.left span { display:block; color:#402021; margin:-3px 0; }
    .col_productos_int { margin:0 10px; }
    .col_carta_int { margin:0 0 10px; }
    .col_carta p { font-size:18px; line-height:21px; }
    .linea { width:100%; }
    #frm_res .etiqueta.desktop { display:none; }
    #frm_res .etiqueta.mobile { display:inline-block; }
    .clipCaptcha { max-width:224px; transform:scale(.73); -webkit-transform:scale(.73); transform-origin:0 0; -webkit-transform-origin:0 0; margin:0 auto -15px; margin-left:24px; }
}