/*-------------------product.-----------------------*/


section h3 {
    display: inline-block;
    font-weight: 300;
    font-size: 20px;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
    padding: 0.5em;
    color: #33231f;
    border-radius: 0.5em;
    margin: 0 30px;
}

section p {
    line-height: 36px;
    margin-left: 20px;
}

/*

section.product {
    background-image: url(../images/b_beas.jpg);
    background-repeat: no-repeat;
}

section.product_2 {
    background-image: url(../images/b_towel.jpg);
    background-repeat: no-repeat;
}
*/


section .explain > img {
    padding: 20px;
    width: 300px;
    height: 282px;
    float: left;
}

.catarog {
    float: left;
    padding-left: 50px;
}


.catarog a {
    text-decoration: none;
}


.catarog img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

.concept_coment {
    color: #33231f;
    margin-top: 20px;
}


.product_1 {
    margin-bottom: 50px;
}


.product_2 {
    margin-bottom: 30px;
}

/*--------------------------------------------------

@media

--------------------------------------------------*/



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

    .explain img {
        box-sizing: border-box;
    }

    section .explain > img {
        text-align: center;
    }

    section p {
        line-height: 20px;
        margin: 0 20px;
    }
}
