@font-face {
    font-family:'founders_groteskregular';
    src: url('../fontface/founders_grotesk_-_regular.eot');
    src: url('../fontface/founders_grotesk_-_regular.eot?#iefix') format('embedded-opentype'),
         url('../fontface/founders_grotesk_-_regular.woff2') format('woff2'),
         url('../fontface/founders_grotesk_-_regular.woff') format('woff'),
         url('../fontface/founders_grotesk_-_regular.ttf') format('truetype'),
         url('../fontface/founders_grotesk_-_regular.svg#founders_groteskregular') 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:'founders_groteskregular', Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:21px;
    color:#000;
    background:#FFF;
}

img {
    margin:0;
    padding:0;
    border:none;
}

h1, h2, h3, h4 {
    margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
}

p {
    margin:0;
    padding:0;
}

.clear {
	clear:both;
}

.thumb {
	float:left;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:none;
}

header {
	position:relative;
	width:100%;
	height:100px;
	padding:10px 0 20px;
	border-bottom:5px solid #000;
	background:#FFF;
}

header .centrador {
	max-width:1440px;
	padding:0 30px;
}

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

.menu {
    display:inline-block;
    width:40px;
    margin-bottom:-9px;
}

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

#MenuH a {
    text-decoration:none;
}

.ClipLogo {
    display:inline-block;
    width:170px;
    margin:0;
    padding-top:16px;
}

.logo {
	width:170px;
}

.logo.mobile {
	display:none;
}

header h3 {
	font-family:'founders_groteskregular', Arial, Helvetica, sans-serif;
	font-size:26px;
	text-align:center;
	color:#000;
    margin:-26px 0 0 18px;
}

.ClipBtn-Tienda {
	float:right;
    margin-left:51px;
}

.btn-tienda {
    float:left;
	font-family:'founders_groteskregular', Arial, Helvetica, sans-serif;
	font-size:26px;
	text-align:center;
	color:#000;
	margin-top:36px;
}

.btn-tienda:hover {
	color:#666;
}

.ClipRedes {
    float:right;
    margin-top:-1px;
    margin-left:44px;
}

.ClipBtn_ft {
    float:left;
    padding-top:37px;
    margin-left:3px;
}

.ClipBtn_ft.uno {
    padding-top:35px;
    margin-left:0;
}

.ClipBtn_ft.dos {
    padding-top:35px;
}

.ico-red {
    margin-left:11px;
}

.ico-red.sobre {
    width:30px;
}

.ico-red.instagram {
    width:24px;
}

.ico-red.facebook {
    width:27px;
}

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

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

.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;
    margin-bottom:20px;
}

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

ul.botones li a {
    display:inline-block;
    font-family:'founders_groteskregular', Arial, Helvetica, sans-serif;
    font-size:26px;
    text-decoration:none;
    text-align:center;
    color:#000;
    margin-bottom:25px;
}

ul.botones li a:hover {
    color:#666;
}

#elmenu .logo {
    width:130px;
    margin:30px auto;
}

#elmenu .casilla {
    float:none;
}

#elmenu .casilla.insta {
    display:inline-block;
    margin-top:5px;
}

.casilla {
    float:left;
    font-family:'founders_groteskregular', Arial, Helvetica, sans-serif;
    font-size:20px;
    text-decoration:none;
    text-align:center;
    color:#000;
}

.casilla:hover {
    color:#666;
}

.redes_hd {
    margin-top:30px;
}

.redes_hd .ico-red {
    width:33px;
    margin:0 5px;
}

.redes_hd .ico-red.facebook {
    width:34px;
}

#contenedor {
	position:relative;
	overflow:hidden;
}

.centrador {
	width:100%;
	max-width:1140px;
	margin:auto;
}

.ClipPaletas_int {
	margin:0 -3px;
	overflow:hidden;
}

.cuadro_staff {
    position:relative;
    float:left;
    width:50%;
    height:auto;
    margin:0;
    padding:0;
    padding-top:70%;
    border:3px solid #000;
    border-top:none;
    border-bottom:none;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    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: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:1;
}
*/

.mascara_img {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(35,31,32,.8);
    opacity:0.5;
    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;
}

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

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

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

.titulo_servicio_int {
    font-size:38px;
    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;
    color:#FFF;
    margin:0 27px;
}

.nombre_staff {
    font-family:'founders_groteskregular', Arial, Helvetica, sans-serif;
    font-size:63px;
    color:#FFF;
}

.ClipFoton {
    position:relative;
    float:left;
    width:50%;
    margin:0;
    padding:0;
    border:3px solid #000;
    border-top:none;
    border-bottom:none;
    overflow:hidden;
    cursor:pointer;
}

.ClipFoton:hover .mascara_img,.capsula_int:hover+.mascara_img {
    opacity:0.5;
}

.ClipFoton .mascara_img {
    opacity:0;
}

.ClipFoton:hover .titulo_servicio_int,.capsula_int:hover+.titulo_servicio_int {
    color:#F00;
}

.centrador.about {
    width:100%;
    max-width:1390px;
    margin:35px auto 90px;
    padding:0 30px;
}

.ClipAbout {
    float:right;
    width:59%;
    text-align:left;
    padding-left:55px;
}

.ClipAbout h2 {
    font-family:'founders_groteskregular', Arial, Helvetica, sans-serif;
    font-size:23px;
    color:#000;
    margin-bottom:25px;
}

.ClipAbout p {
    font-family:'founders_groteskregular', Arial, Helvetica, sans-serif;
    font-size:23px;
    line-height:28px;
    color:#000;
}

.ClipAbout .casilla {
    font-family:'founders_groteskregular', Arial, Helvetica, sans-serif;
    font-size:23px;
    color:#000;
    margin-top:60px;
}

.casilla:hover {
    color:#666;
}

.cuenta {
    float:left;
    font-family:'founders_groteskregular', Arial, Helvetica, sans-serif;
    font-size:23px;
    text-decoration:none;
    color:#000;
    margin-top:7px;
}

.cuenta:hover {
    color:#666;
}

.online-shop {
    float:left;
    font-family:'founders_groteskregular', Arial, Helvetica, sans-serif;
    font-size:22px;
    text-decoration:none;
    color:#FFF;
    margin-top:15px;
    padding:2px 11px 5px;
    border:1px solid #000;
    background:#000;
    transition:all 250ms linear;
    -webkit-transition:all 250ms linear;
    -moz-transition:all 250ms linear;
    -o-transition:all 250ms linear;
    -ms-transition:all 250ms linear;
}

.online-shop:hover {
    color:#000;
    background:#FFF;
}

.ClipFoto {
    float:left;
    width:41%;
}


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

@media screen and (max-width:1340px) {
	.centrador { padding:0 30px; }
}

@media screen and (max-width:1270px) {
    .ClipAbout { padding-left:40px; }
}

@media screen and (max-width:1023px) {
	header { height:97px; }
	.centrador { padding:0 20px; }
	.ClipLogo { width:150px; }
	.logo { width:150px; }
	header h3 { font-size:24px; margin-left:15px; }
	.ClipBtn-Tienda { margin-left:40px; }
	.btn-tienda { font-size:24px; margin-top:32px; }
    .ClipRedes { margin-top:-4px; margin-left:29px; }
	.nombre_staff { font-size:50px; }
}

@media screen and (max-width:767px) {
	header { height:90px; padding:18px 0 0; }
	header .centrador { padding:0 20px; }
    #MenuH { display:inline-block; top:26px; left:12px; }
	.ClipLogo { display:block; float:none; width:120px; margin:auto; padding:0; }
	.logo.desktop { display:none; }
	.logo.mobile { display:block; }
	.logo { width:120px; }
    header h3 { display:none; }
	.ClipBtn-Tienda { display:none; }
    .ClipRedes { display:none; }
	.ClipPaletas_int { margin:0; }
	/*.cuadro_staff { width:100%; padding-top:160%; border:none; }
	.cuadro_staff.first { border-bottom:5px solid #000; }*/
    .ClipFoton { width:100%; border:none; }
    .ClipFoton.first { border-bottom:5px solid #000; }
	.nombre_staff { font-size:43px; }
    .ClipAbout h2 { font-size:21px; }
    .ClipAbout p { font-size:21px; line-height:26px; }
    .ClipAbout .casilla { font-size:21px; }
    .cuenta { font-size:21px; }
    .online-shop { font-size:20px; }
}

@media screen and (max-width:639px) {
    .centrador.about { margin:30px auto 70px; padding:0 25px; }
    .ClipAbout { float:left; width:100%; padding-left:0; }
    .ClipAbout .casilla { margin-top:35px; }
    .ClipFoto { width:100%; margin-top:53px; }
}