@charset "UTF-8";


.block-center {margin-left: auto; margin-right: auto; width: auto !important;
    height: auto;}

.centrar {
    float: none;
    margin: 0 auto;
    position: relative;
}

.separador-tema {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: dashed 1px #ccc;
    font-family: 'misoregular', sans-serif;
    background-color: #fff;
    color: #999;
    font-size: 42px;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    position: relative;
    display: block;
}

.separador-tema::before {
    content: "";
    width: 60px;
    height: 1px;
    border-top: dashed 1px #ccc;
    position: absolute;
    left: -60px;
    margin-top: 30px;
}

.separador-tema::after {
    content: "";
    width: 60px;
    height: 1px;
    border-top: dashed 1px #ccc;
    position: absolute;
    right: -60px;
    margin-top: 30px;
}

.text-center {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.centrar p {font-size: 18px !important; text-align: center !important;}

.caja-productos a p {
    font-size: 14px !important;
    text-align: center;
    line-height: 130% !important;
    margin-top: 10px;
    font-weight: 300 !important;
}

.materiales img {padding-top: 5%;}

.pad_row {padding-bottom: 10%;}

.nomarg {margin: 0 !important;}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 0 0 0;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    
    min-width: 100%;
    max-width: 480px;
    
    width: 48%;
    background: #000000;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}



.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
    padding: 20px;
}

.grid figure p {
    
    font-size: 68.5%;
}

.grid figure a {
    
    font-size: 120%;
    color: #26bdfb;
}


figure.efecto figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.efecto h2 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.efecto figcaption::before,
figure.efecto p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.efecto p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    /* transform: translate3d(0,10px,0); */
}

figure.efecto:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-70%,0) translate3d(0,-60px,0);
}

figure.efecto:hover figcaption::before ,
figure.efecto:hover p {
    color: #fff !important;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media screen and (max-width: 920px) {

figure.efecto:hover h2 {
    display: none;
}

figure.efecto:hover p {
    font-size: 13px !important;
    line-height: 16px !important;
    padding: 5%;
}

}