/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


/* SOLBYTE CSS */

/* SLIDER */

h2#slider-2-slide-2-layer-0 span {
    color: #021c4f;
    font-weight: 600 !important;
}

.fa-chevron-down:hover {
	cursor: pointer;
}

/* ESTILO PAGINA */

.subtitles-text{
    font-weight: 800 !important;
}

section#why-choose:after,
section#porque-elegirnos:after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 300px;
    height: 1px;
    width: 50%;
    border-bottom: 8px solid #021c4f;
    margin: 0 auto;
    padding-top: 0.5em;
}
section#about-us:after,
section#sobre-nosotros:after,
section#services:after,
section#servicios:after,
section#news:after,
section#noticias:after,
section#gallery:after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 300px;
    height: 1px;
    width: 50%;
    border-bottom: 8px solid #021c4f;
    margin: 0 auto;
    margin-top: -2em;
}
section#form-footer:after,
section#contacto:after{
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 300px;
    height: 1px;
    width: 50%;
    border-bottom: 8px solid #ffffff;
    margin: 0 auto;
    margin-top: -2em;  
}
body .layout_gallery_with_titles_over .usg_vwrapper_1 {
    background: none !important;
}
.layout_gallery_with_titles_over .usg_post_title_1 {
    margin: 0 auto;
    text-align: center;
}
.l-section.height_medium {
	padding-bottom: 2rem;
}
.choose-reasons:hover {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
}
/*TABLA PRECIOS*/
.price_table, .table th {
	text-align: center;
	vertical-align:center;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}
.table .check {
	font-weight: 700;
	color: #fff;
    padding: .1rem .3rem;
    background-color: green;
    border-radius: 50%;
    font-size: .9rem;
}
.table .table_title {
	font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1rem;
}
.table .table_price {
	font-size: 2.5rem;
	font-weight:300;
}
.table .table_tax {
	display: block;
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight: normal;
    margin-top: 0.4rem;
}
.table th.head {
	background-color: #021c4f94;
    color: #fff;
    line-height: 1;
	border: 1px solid #fff;
}
.table th.head:hover {
	background-color: #021c4f;
}

/*BLOG*/
.subtitles-row .owl-item.active {
	padding: 2rem;
}
.subtitles-row .owl-item.active .post_title,
.subtitles-row .owl-item.active .w-hwrapper,
.subtitles-row .owl-item.active .post_content {
	padding: 0 1rem;
}
.subtitles-row .owl-item.active .post_content {
	font-size: .9rem;
    line-height: 1.5;
}
.subtitles-row .owl-item.active .usg_btn_1 {
    margin-top: 0;
    margin: 1rem .5rem .5rem;
    float: right;
}
.subtitles-row article {
	cursor: pointer;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
}
.blog .bg_transparent {
	background-color: #171714;
}

/* CONTACTO */

.col-xs-6 {
    width: 50%;
    float: left;
    padding: 0 5px;
}
.col-xs-4 {
    width: 33.33%;
    float: left;
    padding: 0 5px;
}
.col-xs-8 {
    width: 66.67%;
    float: left;
    padding: 0 5px;
}
.col-xs-12 {
    width: 100%;
    float: left;
    padding: 0 5px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    background-color: #ffffff !important;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-radius: 0rem;
}
span.wpcf7-form-control-wrap.legal {
    margin-top: 0.5em;
}
input[type="checkbox"] {
    margin-top: 8px;
}

/* CONTACTO MOVIL */

.form-icons-mobile .vc_col-sm-6 {
    width: 50% !important;
}

/* FOOTER */

.w-socials-item.linkedin .w-socials-item-link-hover,
.w-socials-item.twitter .w-socials-item-link-hover,
.w-socials-item.facebook .w-socials-item-link-hover {
    background: #021c4f !important;
}
.w-socials.color_brand .w-socials-item.linkedin .w-socials-item-link,
.w-socials.color_brand .w-socials-item.twitter .w-socials-item-link,
.w-socials.color_brand .w-socials-item.facebook .w-socials-item-link {
    color: #484848 !important;
}

/* MEDIA QUERIES */
@media screen and (min-width: 769px) {
.tabs-prices {
	width: 50%;
}
.table th.head {
    width: 33vh;
	padding-top: 25px;
}
/*.table th.head:after {
	display: block;
    clear: both;
    content: "";
    position: relative;
    left: 85px;
    top: -100px;
    width: 108px;
    height: 50px;
    transform: rotate(180deg);
    background: #fff;
    -moz-border-radius: 100px 100px 0 0;
    -webkit-border-radius: 100px 100px 0 0;
    border-radius: 100px 100px 0 0;
}*/
/*	.table .table_title, .table .table_tax {
		position:relative;
		top: 30px;
	}*/
}
@media screen and (max-width: 480px){
.col-xs-6,
.col-xs-8,
.col-xs-4,
.col-xs-12 {
     width: 100% !important;
}
span.wpcf7-form-control-wrap.legal {
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit.sumbit {
    margin-left: 25%;
}
footer#page-footer {
    text-align: center;
}
.price_table {
	width: 100%;
    overflow-x: auto;
}
.subtitles-row .owl-item.active {
	padding: .2rem;
}
.subtitles-row article {
	cursor: pointer;
	box-shadow: none;
}
.table td {
	line-height: 1.2;
    font-size: .8rem;
}
}
