/*
 Theme Name:   Spectrum Child
 Theme URI:    http://themeforest.net/user/CMSSuperHeroes/portfolio
 Description:  In 2014, Creating a magazine website with WordPress has never been easier.
 Author:       Cmssuperheroes Team
 Author URI:   http://cmssuperheroes.com/
 Template:     wp_spectrum
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain:  WP_Spectrum
*/


/*
-------------------------------------------------------------- */

/* generales */

strong {
	color: #d64c2a;
}
.title-construction.style .wpb_wrapper > h3:before, .title-construction.style2 .wpb_wrapper > h3:after, .title-construction.style3 .wpb_wrapper > h3:after {
	background: #d64c2a !important;
}

/* top header */

.top-header {
    background: #d64c2a;
    color: #FFF;
    padding: 10px 0;
    text-align: right;
}

/* header */
.header-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top-1 img {
    border-right: 1px solid #CCC;
}

.header-top-2 .textwidget{
    border-right: 1px solid #333;
    font-weight: normal !important;
}
.header-top-2 p:first-child, .header-top-3 p:first-child {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 130%;
    margin-bottom: 0;
}
.header-v2.fixed-header-top {
    position: relative !important;
}
/* menu */

.header-v2 #cshero-header.transparentFixed .container .row {
	background: #3c3c3c !important;
}


/* home */

/* slider */

.tp-caption.very_large_text, .very_large_text {
	text-shadow: 0px 2px 10px rgba(0,0,0,0.8) !important;
}
.tp-leftarrow.tparrows, .tp-rightarrow.tparrows {
    background-color: rgba(0, 0, 0, 0.43) !important;
}

/* feature */

.home_feature h3 {
	text-transform: uppercase;
	font-weight: 900;
}
.home_feature h3 strong {
	font-weight: 900;
}

/* catalogo de productos */

.cat_box .wpb_wrapper {
    position: relative;
}

.cat_box h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.44);
    color: #FFF !important;
    padding: 10px;
    width: 100%;
    font-weight: normal;
}

/* productos */

.product_home h3 {
    text-transform: uppercase;
    font-size: 20px;
}
.product_home p {
    background: #898989;
    color: #FFF;
    padding: 20px;
    line-height: 24px;
    min-height: 160px;
}
.box_white {
    background: #FFF;
    padding: 20px;
}
.wpb_singleimage_heading {
  font-size: 1.3em;
  font-weight: 600;
  min-height: 44px;
  text-transform: uppercase;
  line-height:1.2;
}
.galeria .wpb_single_image {
  margin-bottom: 50px !important;
}

.wpcf7-form.contact-style-2 input[type="email"], .wpcf7-form.contact-style-2 input[type="password"], .wpcf7-form.contact-style-2 input[type="text"], .wpcf7-form.contact-style-2 input[type="tel"],.wpcf7-form.contact-style-2 textarea {
  width: 100%;
}

/* responsive */

@media (max-width: 992px) {
	.header-top {
	    display: block;
	}

	.header-top-1 img {
	    border-color: transparent;
	}

	.header-top-2 .textwidget {
	    border-color: transparent;
}
}