/* CSS Document */
/* 
 *	Go-media | Design + Comunication + Development + Marketing Online
 *  info@go-media.com | www.go-media.com.ar
 * 
*/
@charset "utf-8";

.carousel-publicidad-promos {
    /*width: 286px ;*/
    height: 500px ;
}
.carousel-publicidad-promos .carousel-item {
    width: 281px ;
    height: 500px ;
}
/* Mobile Devices */
@media screen and (max-width: 600px) {
    .carousel-publicidad-promos{
        /*height: 1920px;*/
    }
}

.carousel-marcas{
    height: 200px;
}


/** PRODUCTOS  **/
#productos2 .col-lg-6, #productos .col-12{
    padding: 0 !important;
}
#productos2 .prod2-link{
    display: block;
}
#productos2 .boxprod {
    position: relative;
    margin: 0px;
    width: 100%;
    height: 490px;
    text-align: center;
    border-radius: 0px;

    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#productos2 .parent {
    width: 100%;
    height: 490px;
    overflow: hidden;
    position: relative;
}

#productos2 .child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#productos2 .linkprod {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;*/
    line-height: 40px;

    height: 105px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
}

#productos2 .parent:hover .child, .parent:focus .child {
    /*
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    */
}

#productos2 .parent:hover .child:before, .parent:focus .child:before {
    /*display: block;*/
    opacity: 100%;
    transition: 0.8;
}

#productos2 .parent:hover a, .parent:focus a {
    /*
    display: block;
    */
}
#productos2 .child:before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.8s;


}
#productos2 .child.one:before {
    background: url('../../../img/lineau2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
#productos2 .child.two:before {
    background: url('../../../img/linear2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}


/* Several different images */
#productos2 .one {
    background: url('../../../img/lineau.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
#productos2 .two{
    background: url('../../../img/linear.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

/* Mobile Devices */
@media screen and (max-width: 600px) {
    /*
    #productos2 .parent .child, #productos2 .parent .child {
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    #productos2 .parent .child:before, #productos2 .parent .child {
        display: block;
    }

    #productos2 .parent a, #productos2 .parent a {
        display: block;
    }
    */
    #productos2 .parent{
        height: 280px;
    }
    #productos2 .parent .child:before, #productos2 .parent .child {
        display: block;
        opacity: 100%;
    }
    .card-servicios{
        height: 255px !important;
        padding: 10px !important;
    }
}


/* Tablet Devices */
@media screen and (max-width: 992px) {
    #nosotros2 {
        padding-top: 150px;
    }
}

/* Mobile Devices */
@media screen and (max-width: 600px) {
    #nosotros2 {
        padding-top: 50px;
    }
}

#novedades{

}

#novedades .novedaditem .img{
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#novedades .novedaditem .novedadestags{
    width: 100%;
    overflow: hidden;
}
#novedades .novedaditem .novedadestxtdiv{
    height: 100px;
    overflow: hidden;
}



#novedades .novedad .imgdiv{
    position: relative;
}
#novedades .novedad .imgdiv .img{
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#novedades .novedad .tags{
    position: absolute;
    bottom: -5px;
    left: 20px;
}
#novedades .novedad .tags a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    /*margin: 0 16px 8px 12px;*/
    padding: 0 10px 0 12px;
    background: #777;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    /*
    color: #fff;
    font-size: 12px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    text-decoration: none;
    font-weight: bold;
    */
}
#novedades .novedad .tags a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #e65100 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
#novedades .novedad .tags a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    float: left;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
}
#novedades .novedad .titulodiv{

}
#novedades .novedad .textdiv{
    max-height: 200px;
    overflow: hidden;
}

#comercios .carousel{
    height: 200px;
}


#quehacemos{
}
#quehacemos .card-servicios{
    /*height: 225px;*/
    box-shadow: none;
}
#quehacemos .card-servicios:hover{
    /*box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    background: linear-gradient(to top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.06) 24%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
}
#quehacemos .card-panel .icodiv{
    /*
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
    */
    margin: 0 auto;

    height: 80px;
    width: 80px;

    text-align: center;
    line-height: 100px;

    border-radius: 50%;
    /*border: 5px solid #f57f17;*/

    /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);*/
}
#quehacemos .card-panel .icodiv .ico{

}

.card-servicios{

}

/* Large & desktop Desktop Devices */
@media screen and (min-width: 993px) {

}

/* Tablet Devices */
@media screen and (max-width: 992px) {
}

/* Mobile Devices */
@media screen and (max-width: 600px) {

}

