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

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

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

@font-face {
    font-family:'poppinsblack';
    src: url('../fontface/poppins-black.eot');
    src: url('../fontface/poppins-black.eot?#iefix') format('embedded-opentype'),
         url('../fontface/poppins-black.woff2') format('woff2'),
         url('../fontface/poppins-black.woff') format('woff'),
         url('../fontface/poppins-black.ttf') format('truetype'),
         url('../fontface/poppins-black.svg#poppinsblack') 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;
}

body {
    min-width:320px; 
	font-family:'poppinsregular', 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:58px;
	line-height:normal;
	font-weight:normal;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
}

h2, h3 {
	font-size:40px;
}

p {
	font-size:0;
	line-height:0;
    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;
}

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


/*/// HEADER ///*/

header {
	position:relative;
	/*position:fixed;*/
	display:block;
	width:100%;
	background:#FFF;
	z-index:10000;
}

.centrador_HD {
	position:relative;
	width:100%;
	max-width:1430px;
	margin:auto;
	padding:15px 40px 25px;
}

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

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

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

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:'poppinsbold', Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#000;
	margin:0 15px;
}

ul.navegacion li a.selected,
ul.navegacion li a:hover {
	color:#D43A30;
}

.ClipRedes_HD {
	float:right;
	margin-top:-9px;
	margin-left:12px;
}

.ico-red {
	width:36px;
	margin-left:3px;
}

#MenuH {
    display:none;
    float:right;
    margin-top:18px;
}

.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:#FFF;
	z-index:9999;
	top:0;
	right:0;
	text-align:center;
}

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

.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:'poppinsbold', Arial, Helvetica, sans-serif;
	font-size:23px;
	line-height:42px;
	text-decoration:none;
	text-align:center;
	color:#000;
	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 li a:hover {
	color:#D43A30;
}

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

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

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

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

#elmenu .ClipLogo {
	position:relative;
	width:240px;
	margin-top:30px;
}

#elmenu .logo {
	width:240px;
}

#contenedor_home {
	position:relative;
	/*padding-top:118px;*/
}

.lonja_concepto {
	float:left;
	width:100%;
    height:100%;
    border:none;
    margin-top:-3px;
    padding:60px 0 246px;
    background-image:url(../imgs/bg-concepto-v.svg);
    background-position:-440px 0;
    background-repeat:repeat-y;
    background-color:#FFF;
}

.centrador {
	position:relative;
	width:100%;
	max-width:1380px;
	margin:auto;
	padding:0 40px;
}

.foto {
	float:left;
	width:38%;
}

.foto .thumb {
	border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -o-border-radius:50px;
    -ms-border-radius:50px;
    box-shadow:2px 3px 9px rgb(0 0 0 / 30%);
}

.textos {
	position:relative;
	float:right;
	width:55%;
	padding-top:20px;
}

.textos h2 {
	font-family:'poppinsblack', Arial, Helvetica, sans-serif;
	float:left;
	font-size:40px;
	line-height:38px;
	color:#D43A30;
	padding-top:70px;
}

.textos p {
	font-family:'poppinsregular', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:29px;
	color:#000;
	padding-top:20px;
}

.isologo {
	float:right;
	width:90px;
	margin-top:8px;
}

.cuadrilla {
	position:absolute;
	top:0;
	right:-30px;
	width:86%;
	opacity:0.7;
}

.lonja_concepto.inverso {
	float:left;
	padding-top:254px;
	padding-bottom:125px;
    background-image:url(../imgs/bg-concepto-v.svg);
    background-position:1370px 0;
}

.lonja_concepto.inverso .foto {
	float:right;
}

.lonja_concepto.inverso .textos {
	float:left;
}

.lonja_concepto.inverso .cuadrilla {
	left:-30px;
}

.banner {
	position:relative;
}

.banner .thumb {
	margin:-180px auto;
	border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -o-border-radius:50px;
    -ms-border-radius:50px;
    box-shadow:2px 3px 9px rgb(0 0 0 / 30%);
}

.banner .thumb.mobile {
	display:none;
}

.banner-ch {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	padding:15px 0;
	margin:-37px auto;
	background:#F1AA1E;
	border-radius:27px;
    -webkit-border-radius:27px;
    -moz-border-radius:27px;
    -o-border-radius:27px;
    -ms-border-radius:27px;
    z-index:2;
}

body.secc_productos .banner-ch {
    margin:-43px auto;
}


.queres {
	display:inline-block;
	font-family:'poppinsblack', Arial, Helvetica, sans-serif;
	font-size:40px;
	vertical-align:middle;
	color:#000;
}

.btn-rrhh {
	display:inline-block;
	width:200px;
	font-family:'poppinsblack', Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:20px;
	color:#FFF;
	padding:14px 0 9px;
	margin-left:20px;
	background:#C62F24;
	border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    -ms-border-radius:12px;
}

.btn-rrhh:hover {
	color:#FFF;
	background:#000;
}


/*/// SLIDER ///*/

.ClipSlide { overflow:hidden; }
#slider_ch { display:none; position:relative; }
.entity-img { position:absolute; top:0; right:0; left:0; bottom:0; width:100%; }
.swiper-wrapper { transition:all .25s ease; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before { content:''; position:absolute; top:50%; left:50%; width:18px; height:18px; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); border:2px solid #FFF; border-radius:50%; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin:0 9px; position:relative; width:12px; height:12px; background-color:#FFF; opacity:.4; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity:1; }
.swiper-pagination { bottom:15px !important; }


/*/// PORTADAS ///*/

.foton {
    position:relative;
    display:inline-block;
    margin-bottom:-5px;
}

.foton .thumb.mobile {
    display:none;
}

.oscurece {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.1;
}

.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;
}

.foton h1 {
    position:relative;
    display:inline-block;
    font-family:'poppinsblack', Arial, Helvetica, sans-serif;
    font-size:60px;
    line-height:58px;
    color:#FFF;
}


/*/// PRODUCTOS ///*/

body.secc_productos .lonja_concepto {
    padding:60px 0 70px;
}

body.secc_productos .textos {
    padding-top:70px;
}

.ClipPaletas {
    position:relative;
    float:left;
    width:100%;
    margin:12px auto 0;
    background:#FFF;
}

.ClipPaletas_int {
    margin:0 6px;
}

.cuadro_staff {
    position:relative;
    float:left;
    width:calc((25% - 12px));
    width:-webkit-calc((25% - 12px));
    width:-moz-calc((25% - 12px));
    width:-o-calc((25% - 12px));
    height:auto;
    margin:0 6px;
    padding:0;
    padding-top:25%;
    border:none;
    overflow:hidden;
    cursor:pointer;
}

.cuadro_staff .thumb {
    position:absolute;
    width:100%;
    margin:0;
    padding:0;
    border:none;
    top:0;
    right:0;
    transition:all .3s ease-in-out;
}

.cuadro_staff .vacio {
    position:absolute;
    width:100%;
    margin:0;
    padding:0;
    border:none;
    top:0;
    right:0;
    transition:all .3s ease-in-out;
}

.cuadro_staff:hover .thumb {
    -webkit-transform:scale(1.075);
    -moz-transform:scale(1.075);
    -ms-transform:scale(1.075);
    -o-transform:scale(1.075);
}

.cuadro_staff:hover .titulo_servicio_int,.capsula_int:hover+.titulo_servicio_int {
    opacity:0.8;
}

.cuadro_staff:hover .mascara_img,.capsula_int:hover+.mascara_img {
    opacity:0.8;
}

.mascara_img {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(35,31,32,.8);
    opacity:0;
    transition:opacity 0.5s;
    -webkit-transition:opacity 0.5s;
    -moz-transition:opacity 0.5s;
    -o-transition:opacity 0.5s;
    -ms-transition:opacity 0.5s;
    z-index:1;
}

.tira {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:12px;
    background:#FFF;
    z-index:2;
}

.capsula {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    text-align:center;
    z-index:2;
}

.capsula_int {
    width:100%;
    display:block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.titulo_servicio {
    display:table;
    width:100%;
}

.titulo_servicio_int {
    font-size:38px;
    letter-spacing:2px;
    line-height:44px;
    color:#FFF;
    text-align:center;
    padding:0;
    opacity:0;
    transition:opacity 0.5s;
    -webkit-transition:opacity 0.5s;
    -moz-transition:opacity 0.5s;
    -o-transition:opacity 0.5s;
    -ms-transition:opacity 0.5s;
}

.filete_staff {
    display:inline-block;
    letter-spacing:0.5px;
    color:#FFF;
    margin:0 50px;
}

.nombre_staff {
	font-family:'poppinsblack', Arial, Helvetica, sans-serif;
    font-size:24px;
    line-height:27px;
    text-transform:uppercase;
    color:#FFF;
    padding:10px 20px 3px;
}

.cargo_staff {
    font-family:'poppinsregular', Arial, Helvetica, sans-serif;
    font-size:20px;
    line-height:26px;
    padding:2px 15px 5px;
}


/*/// SUCURSALES ///*/

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

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

.popup {
    position:relative;
    display:block;
    width:270px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:19px;
    word-break:break-all !important;
    color:#000;
}

.popup .distribuidor {
    font-family:'poppinsblack', Arial, Helvetica, sans-serif;
    font-size:18px;
    line-height:22px;
    color:#D43A30;
    margin-bottom:1px
}

.popup .domicilio {
    font-family:'poppinsregular', Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:21px;
}

.popup .localidad {
    font-family:'poppinsregular', Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:21px;
}

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

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

.popup .correo {
    display:inline-block;
    font-size:15px;
    line-height:19px;
    color:#000;
    margin-top:3px;
}

.popup .correo:hover {
    color:#666;
}

.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:0 !important;
    right:0 !important;
}

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

.ClipFiltros {
    max-width:900px;
    margin:auto;
    padding:40px 40px 120px;
    background:#FFF;
}

.ClipFiltros h1 {
    font-family:'poppinsblack', Arial, Helvetica, sans-serif;
    font-size:35px;
    text-align:center;
    color:#D43A30;
    margin-bottom:30px;
}

.sucursales {
    display:block;
    text-align:center;
}

.ClipSucursal {
    display:inline-block;
    width:30%;
    vertical-align:top;
}

.sucursal_int {
    margin:0 30px 40px;
}

.ClipSucursal h3 {
    font-family:'poppinsblack', Arial, Helvetica, sans-serif;
    font-size:22px;
    line-height:23px;
    color:#000;
    margin-bottom:7px;
}

.calle {
	font-family:'poppinsregular', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:26px;
}

.calle a {
	color:#000;
}

.calle a:hover {
	color:#D43A30;
}


/*/// RRHH ///*/

.ClipFormulario {
	width:100%;
}

.form_cotiza {
    padding:60px 0;
}

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

.form_cotiza .titulo {
    font-family:'poppinsblack', Arial, Helvetica, sans-serif;
    font-size:30px;
    text-align:center;
    color:#D43A30;
    margin-bottom:40px;
}

.ClipCotizacion {
    margin:auto;
}

#frm_res ::-webkit-input-placeholder {
	font-family:'poppinsmedium', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:40px;
    color:#000;
}

#frm_res ::-moz-placeholder {
    font-family:'poppinsmedium', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:40px;
    color:#000;
}

#frm_res ::-o-placeholder {
    font-family:'poppinsmedium', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:40px;
    color:#000;
}

#frm_res ::-ms-input-placeholder {
    font-family:'poppinsmedium', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:40px;
    color:#000;
}

#frm_res input.text {
    float:left;
    width:calc((50% - 24px));
    width:-webkit-calc((50% - 24px));
    width:-moz-calc((50% - 24px));
    width:-o-calc((50% - 24px));
    height:40px;
    font-family:'poppinsmedium', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:40px;
    color:#000;
    background:#FFF;
    border:1px solid #000;
    padding:6px 10px 2px;
    margin:0 12px;
    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;
}

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

#frm_res input.costado {
    margin-left:15px;
    margin-right:0;
}

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

#frm_res textarea.text {
	display:block;
    width:calc((100% - 20px));
    width:-webkit-calc((100% - 20px));
    width:-moz-calc((100% - 20px));
    width:-o-calc((100% - 20px));
    height:184px;
    font-family:'poppinsmedium', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:25px;
    color:#000;
    border:1px solid #000;
    background:#FFF;
    padding:4px 12px;
    margin:0 auto 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;
}

.enviar {
    display:block;
    width:160px;
    font-family:'poppinsblack', Arial, Helvetica, sans-serif;
    font-size:20px;
    line-height:17px;
    text-align:center;
    outline:none;
    color:#FFF;
    margin:6px auto 70px;
    padding:14px 0 9px;
    background:#000;
    border:none;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    -ms-border-radius:12px;
    -webkit-appearance:none;
    transition:background 200ms linear;
    -webkit-transition:background 200ms linear;
    -moz-transition:background 200ms linear;
    -o-transition:background 200ms linear;
    -ms-transition:background 200ms linear;
    cursor:pointer;
}

.enviar:hover {
    background:#D43A30;
}

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

.ClipAdjuntar {
	display:block;
    width:calc((100% - 20px));
    width:-webkit-calc((100% - 20px));
    width:-moz-calc((100% - 20px));
    width:-o-calc((100% - 20px));
    border:1px solid #383838;
    background:#FFF;
    padding:6px 12px 20px;
    margin:0 auto 24px;
}

.tit_adjuntar {
	font-family:'poppinsbold', Arial, Helvetica, sans-serif;
    font-size:17px;
    color:#000;
    text-align:center;
    margin:30px auto 15px;
}

.btn_adjuntar {
    display:block;
    width:220px;
    height:36px;
    font-family:'poppinsmedium', Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:40px;
    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:#D43A30;
}

#fake_file_name {
    font-family:'poppinsregular', Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:20px;
    text-align:center;
    padding-top:15px;
}


/*/// FRANQUICIAS ///*/

body.secc_franquicias .lonja_x2.right {
	color:#FFF;
	background:#D43A30;
}

.solicitud.mobile {
	display:none;
}

.desplegable_res {
	position:relative;
    float:left;
    width:calc((50% - 24px));
    width:-webkit-calc((50% - 24px));
    width:-moz-calc((50% - 24px));
    width:-o-calc((50% - 24px));
    height:40px;
    font-family:'poppinsmedium', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:40px;
    color:#000;
    /*background:#FFF;*/
    border:1px solid #000;
    padding:0 10px 2px;
    margin:0 12px;
    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;
    background:url(../imgs/flechita.png) top right no-repeat #FFF;
}

.desplegable_res.costado {
    margin-left:15px;
    margin-right:0;
}


/*/// FOOTER ///*/

footer {
	text-align:center;
	padding:90px 0;
	background:#000;
}

.ClipLogo-ft {
	display:inline-block;
	width:340px;
}

.logo-ft {
	width:340px;
}

.ClipFT {
	display:inline-block;
	vertical-align: top;
    margin-top:47px;
	margin-left:100px;
}

.seguinos {
	display:inline-block;
	font-family:'poppinsblack', Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:30px;
	text-align:left;
	color:#FFF;
}

.seguinos span {
	font-size:32px;
	letter-spacing:0.4px;
}

.ClipRedes_FT {
	display:inline-block;
	margin-left:20px;
}

.ico-red_FT {
	width:44px;
	margin:0 5px;
}

.linea-ft {
	display:block;
	width:456px;
	height:1px;
	margin:18px 0 40px 2px;
	background:#D43A30;
}

.pie {
	float:left;
	font-family:'poppinsmedium', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}


/*/// NO BORRAR ///*/

.btn_cerrar {
	position:absolute;
	top:44px;
	right:53px;
	width:30px;
}

.btn_cerrar .white {
	display:none;
}

.btn_cerrar .black {
	display:none;
}

header img.redes {
	height:25px;
	position:relative;
	top:5px;
	left:0;
	margin:0 -7px;
}

header ul.navegacion li:last-child {
	padding:0;
}


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

@media screen and (max-width:1690px) {
	.lonja_concepto { background-position:-550px 0; }
	.lonja_concepto.inverso { background-position:1250px 0; }
}

@media screen and (max-width:1610px) {
	.lonja_concepto { background-position:-590px 0; }
	.lonja_concepto.inverso { background-position:1210px 0; }
}

@media screen and (max-width:1590px) {
	.lonja_concepto { background-position:-620px 0; }
	.lonja_concepto.inverso { background-position:1180px 0; }
    .foton h1 { font-size:53px; line-height:51px; }
}

@media screen and (max-width:1480px) {
	.lonja_concepto { background-position:-670px 0; }
	.lonja_concepto.inverso { background-position:1120px 0; }
    .filete_staff { margin:0 20px; }
    .nombre_staff { font-size:22px; line-height:25px; }
    .cargo_staff { font-size:19px; line-height:24px; padding:2px 10px 5px; }
}

@media screen and (max-width:1390px) {
	.logo { width:350px; }
	ul.navegacion { margin-top:41px; }
	ul.navegacion li a { font-size:18px; margin:0 14px; }
	.ico-red { width:34px; }
	.lonja_concepto { padding-top:60px; background-position:-700px 0; }
	.lonja_concepto.inverso { background-position:1090px 0; }
	.textos { width:56%; padding-top:0; }
	.textos h2 { font-size:37px; line-height:34px; }
	.isologo { margin-top:-1px; margin-right:7px; }
	.queres { font-size:34px; }
}

@media screen and (max-width:1290px) {
	.lonja_concepto { background-position:-720px 0; }
	.lonja_concepto.inverso { padding-top:230px; background-position:1016px 0; }
}

@media screen and (max-width:1270px) {
	.centrador_HD { max-width:1430px; padding:15px 30px 20px; }
	.logo { width:300px; }
	ul.navegacion { margin-top:34px; }
	ul.navegacion li a { font-size:17px; margin:0 12px; }
	.ClipRedes_HD { display:none; }
	.lonja_concepto { padding:30px 0 204px; background-position:-780px 0; }
	.lonja_concepto.inverso { padding-top:160px; background-position:810px 0; }
	.centrador { padding:0 35px; }
	.foto { width:38%; margin-top:30px; }
	.textos { width:56%; padding-top:0; }
	.textos h2 { font-size:33px; line-height:31px; padding-top:50px; }
	.textos p { font-size:17px; line-height:26px; }
	.isologo { width:70px; margin-top:-3px; }
	.banner .thumb { margin:-140px auto; }
	.queres { font-size:30px; }
	.btn-rrhh { width:190px; font-size:26px; }
	.logo-ft { width:300px; }
	.ClipFT { margin-top:40px; margin-left:70px; }
	.seguinos { font-size:21px; }
	.seguinos span { font-size:31px; letter-spacing:0.1px; }
	.ico-red_FT { margin:0 5px 3px; }
	.linea-ft { width:446px; margin:12px 0 35px 2px; }
	.pie { font-size:15px; letter-spacing:0.4px; }
    .foton h1 { font-size:40px; line-height:40px; }
    body.secc_productos .lonja_concepto { padding-top:30px; }
    body.secc_productos .textos { padding-top:46px; }
    .cuadro_staff {width:calc((33.3% - 12px)); width:-webkit-calc((33.3% - 12px)); width:-moz-calc((33.3% - 12px)); width:-o-calc((33.3% - 12px)); padding-top:33.3%; }
}

@media screen and (max-width:1023px) {
	.centrador_HD { padding:10px 20px; }
	.logo { width:250px; }
	#MenuH { display:block; }
	ul.navegacion { display:none; }
	.lonja_concepto { padding-bottom:160px; background-position:-824px 0; }
	.lonja_concepto.inverso { padding-top:130px; background-position:600px 0; }
	.foto { margin-top:36px; }
	.textos h2 { font-size:30px; line-height:28px; padding-top:42px; }
	.textos p { font-size:16px; line-height:24px; }
	.isologo { width:60px; }
	.banner .thumb { margin:-104px auto; }
	.queres { font-size:23px; }
	.btn-rrhh { width:150px; font-size:23px; padding:12px 0 7px; }
	.ClipLogo-ft { display:block; width:280px; margin:auto; }
	.logo-ft { width:280px; }
	.ClipFT { margin-top:50px; margin-left:0; }
    .foton .thumb.desktop { display:none; }
    .foton .thumb.mobile { display:block; }
    .ClipFiltros h1 { font-size:30px; margin-bottom:20px; }
    .ClipSucursal { width:100%; }
    .sucursal_int { margin:0 0 35px; }
    .sucursal h3 { font-size:21px; line-height:23px; margin-bottom:5px; }
    .calle { font-size:19px; line-height:25px; }
    body.secc_productos .foto { margin-top:60px; }
    body.secc_productos .textos { padding-top:5px; }
    .ClipPaletas { margin-top:10px; }
    .ClipPaletas_int { margin:0 5px; }
    .cuadro_staff {width:calc((50% - 10px)); width:-webkit-calc((50% - 10px)); width:-moz-calc((50% - 10px)); width:-o-calc((50% - 10px)); padding-top:50%; margin:0 5px; }
    .tira { height:10px; }
    body.secc_productos .banner-ch { margin:-40px auto; }

    /*/// SLIDER ///*/
    #slider_gr { display:none; }
    #slider_ch { display:block; }
    /*.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { width:15px; height:15px; margin:0 6px; }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before { border:none; }*/
}

@media screen and (max-width:767px) {
	header { border-bottom:3px solid #C32F24; }
	ul.botones li a { font-size:22px; line-height:40px; }
	.lonja_concepto { margin-top:-3px; padding:30px 0 0; background-image:url(../imgs/bg-concepto-h.svg); background-position:center 0; background-repeat:no-repeat; }
	.lonja_concepto.inverso { padding:40px 0 110px; background-image:none; }
	.lonja_concepto.inverso .textos h2 { padding-top:20px; }
	.foto { width:100%; margin-top:30px; }
	.textos { float:left; width:100%; padding-top:40px; }
	.banner .centrador { padding:0; }
	.banner .thumb { margin:50px auto 0; border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; -ms-border-radius:0; }
	.banner .thumb.desktop { display:none; }
	.banner .thumb.mobile { display:block; }
	.banner-ch { margin:-55px auto; padding:23px 0 20px; }
	.queres { display:block; }
	.btn-rrhh { font-size:20px; margin-top:10px; margin-left:0; padding:10px 0 7px; }
	.ClipLogo-ft { width:270px; margin:20px auto 10px; }
	.logo-ft { width:270px; }
    .ClipMapa { height:400px; }
    #map { height:400px; }
    .ClipFiltros { padding:27px 20px 70px; }
    .ClipFiltros h1 { font-size:28px; margin-bottom:20px; }
    .sucursal_int { margin:0 0 30px; }
    .ClipSucursal h3 { font-size:21px; line-height:23px; margin-bottom:2px; }
    .calle { font-size:18px; line-height:23px; }
    .foton h1 { font-size:28px; line-height:30px; }
    body.secc_productos .lonja_concepto { margin-top:-20px; padding:0 0 40px; }
    body.secc_productos .banner-ch { margin:-60px auto; }
	.form_cotiza { padding:40px 0; }
	.centrador_cotiza { padding:0 25px; }
	.form_cotiza .titulo { font-size:22px; margin-bottom:20px; }
    .titulo.solicitud.desktop { display:none; }
    .titulo.solicitud.mobile { display:block; }
	#frm_res ::-webkit-input-placeholder { font-size:17px; }
	#frm_res ::-moz-placeholder { font-size:17px; }
	#frm_res ::-o-placeholder { font-size:17px; }
	#frm_res ::-ms-input-placeholder { font-size:17px; }
	#frm_res input.text { width:100%; margin:10px 0; }
	#frm_res textarea.text { width:100%; margin:-3px 0 25px; }
	.ClipAdjuntar { width:100%; margin-top:10px; }
	.desplegable_res { width:100%; margin:10px 0 !important; }
	.desplegable_res.costado { margin-bottom:20px !important; }
    .enviar { width:150px; font-size:18px; line-height:15px; margin-bottom:50px; }
}

@media screen and (max-width:639px) {
	#elmenu .ClipLogo { width:200px; }
	#elmenu .logo { width:200px; }
	.lonja_concepto { padding:20px 0 0; background-position:center -30px; }
	.lonja_concepto.inverso { padding:25px 0 45px; }
	.centrador { padding:0 30px; }
	.textos { padding-top:30px; }
	.textos h2 { font-size:27px; line-height:27px; padding-top:26px; }
	.textos p { font-size:17px; line-height:25px; padding-top:18px; }
	.isologo { width:50px; }
	.cuadrilla { width:100%; }
	.banner .thumb { margin-top:40px; }
	.centrador.rrhh { padding:0; }
	.banner-ch { margin:0; padding:20px 20px 15px; border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; -ms-border-radius:0; }
	.queres { display:inline-block; font-size:22px; line-height:26px; text-align:left; }
	.queres span { display:block; }
    .queres.ver-mas { text-align:center; }
	.btn-rrhh { width:130px; font-size:20px; margin-top:0; margin-left:12px; padding:11px 0 8px; }
	footer { padding:40px 0; }
	.ClipLogo-ft { width:230px; margin:0 auto; }
	.logo-ft { width:230px; }
	.ClipFT { margin-top:40px; }
	.seguinos { font-size:18px; text-align:center; }
	.seguinos span { font-size:26px; letter-spacing:0.4px; }
	.ClipRedes_FT { display:block; margin-top:10px; margin-left:0; }
	.ico-red_FT { width:40px; margin:0 6px 3px; }
	.linea-ft { width:100%; margin:30px auto 35px; }
	.pie { float:none; font-size:16px; }
    body.secc_productos .textos { padding-top:15px; }
    body.secc_productos .lonja_concepto { padding:0 0 25px; }
    .ClipPaletas { margin-bottom:30px; }
    .filete_staff { margin:0 15px; }
    .nombre_staff { font-size:18px; line-height:21px; padding:5px 5px 2px; }
    .cargo_staff { font-size:16px; line-height:21px; padding:0 0 15px; }
    body.secc_productos .banner-ch { margin:0 auto; }
    .pie { line-height:23px; }
    .pie span { display:block; }
}

@media screen and (max-width:399px) {
	.centrador_HD { padding:10px 15px; }
	.logo { width:236px; }
	.lonja_concepto { padding-top:10px; background-position:center -65px; }
	.centrador { padding:0 25px; }
	.textos p { font-size:16px; line-height:24px; }
	.cuadrilla { right:0; }
	.banner-ch { padding:25px 20px; }
	.btn-rrhh { width:140px; font-size:18px; margin-top:6px; margin-left:0; padding:10px 0 7px; }
	.ClipLogo-ft { width:210px; }
	.logo-ft { width:210px; }
	.seguinos { font-size:16px; line-height:26px; }
	.seguinos span { font-size:23px; letter-spacing:0; }
	.pie { font-size:15px; }
    .foton h1 { font-size:25px; line-height:27px; }
    body.secc_productos .lonja_concepto { margin-top:-30px; }
    body.secc_productos .textos { padding-top:10px; }
    body.secc_productos .textos h2 { font-size:25px; line-height:25px; }
    .filete_staff { margin:0 10px; }
    .nombre_staff { font-size:16px; line-height:19px; padding:5px 0 2px; }
    .cargo_staff { font-size:15px; line-height:18px; padding-bottom:10px; }
}

@media screen and (max-width:374px) {
	.textos p { font-size:15px; line-height:24px; }
}

@media screen and (max-width:359px) {
	.logo { width:220px; }
	#MenuH { margin-top:14px; }
    .foton h1 { font-size:23px; line-height:25px; }
    body.secc_productos .textos h2 { font-size:23px; line-height:23px; }
    .nombre_staff { font-size:15px; line-height:17px; }
    .cargo_staff { font-size:14px; line-height:17px; }
    .form_cotiza .titulo { font-size:19px; }
}