/*
 Theme Name:   Audio Cinema S.A.
 Description:  Audio Cinema S.A. Template
 Author:       Rodrigo Campos :: UP Agency
 Author URI:   https://up.gt
 Template:     g5plus-april
 Version:      1.0
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/



/*===---   AREA DE TIENDA   ---===*/


body.single-product .product h3 {
    margin-bottom: 6px;
    padding-bottom: 2px;
    border-bottom: solid 1px #aaa;
}
body.single-product .summary-product h3 {
    font-size: 2rem;
}

body.term-camaras .gf-page-title {
    background: url(images/top-banner-camaras.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
}
body.term-seguridad .gf-page-title {
    background: url(images/top-banner-seguridad.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
}
body.term-comodidad-y-automatizacion .gf-page-title {
    background: url(images/top-banner-comodidad-y-automatizacion.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
}
body.woocommerce-page .gf-page-title .breadcrumbs-container {
    visibility: hidden;
}
body.term-camaras .gf-page-title .page-title-container {
    padding-right: 15%;
}

body.single-product .summary-product .product_title,
body.single-product .summary-product p.price span.woocommerce-Price-amount.amount {
    color: #609da6;
}
body.single-product #istallapps a img {
    max-width: 200px;
}
p.desc-smart-lampara-wi-fi {
    margin: 0;
}
p.desc-smart-lampara-wi-fi img {
    padding:0;
    margin:0;
    width: 100%;
    height: auto;
}
body.single-product div.row#malinks {
    border-top: solid 1px #d9d9d9;
    padding-bottom: 25px;
}
body.single-product div.row#malinks .col-sm-12.col-md-6 {
    padding: 0 5%;
}
body.single-product div.row#mavideo {
    margin-top: 50px;
    border-top: solid 1px #d9d9d9;
}
body.single-product .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
body.single-product .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.single-product .descargarlink a {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
body.single-product .descargarlink a i {
    font-size: 5rem;
}

footer .effect-content img {
    width: auto;
    height: 160px;
}

/*max-width: 768px*/
@media only screen and (max-width: 768px) {
    .rowreversible {
        flex-direction: row;
    }
    .rowreversible .wpb_column.vc_column_container:nth-child(1) {
        order: 2;
    }
    .rowreversible .wpb_column.vc_column_container:nth-child(2) {
        order: 1;
    }

    body.term-camaras .gf-page-title .page-title-container {
        padding-right: 0%;
    }

    body.single-product #istallapps a img {
        max-width: 160px;
    }
}