@charset 'utf-8';
/*
Theme Name: Invetex
Theme URI: http://invetex.themerex.net/
Description: Invetex - Multipurpose and Multiskin Responsive Wordpress theme
Author: themerex
Author URI: http://themerex.net/
Template: invetex
Version: 1.0
Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/


@import url("../invetex/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/**
 * HOME
 */
.home-services_item {
    margin-bottom: 2rem;
}

.section-container {
	margin-bottom: 2rem !important;
}


/* Quitamos las imágenes de fondo del contador de Skills */
.sc_skills_total {
    /*background: transparent !important;*/
}



/* Grid de imágenes de la HOME */
#excelitas-home-grid .esg-container-fullscreen-forcer {
    left: 0 !important;
}


@media screen and (min-width: 768px ) {
	.home-services_item {
    	margin-bottom: 0rem;
	}

	.home-claim__description {
		width: 50%;
		margin-left: auto !important;
		margin-right: auto !important;
	}	

	.section-container {
		margin-left: 2rem !important;
		margin-right: 2rem !important;
		margin-bottom: 2rem !important;

	}
}

/**
 * RESPONSIVE ESPECÍFICO MENÚ
 */
@media screen and (min-width: 1021px )
			  and (max-width: 1199px ) {

	.top_panel_style_2 .contact_logo, .top_panel_style_3 .contact_logo, .top_panel_style_7 .contact_logo {
		float: none !important;
	}

	.top_panel_wrap .logo_main {
	    max-height: 50px;
	}

	.top_panel_middle .menu_main_wrap {
    	float: none !important;
    	text-align: start !important;
    	margin-top: -2rem !important;
	}

	.menu_main_nav>li>a {
    	padding-left: 0.7em !important;
    	padding-right: 0.7em !important;
    	letter-spacing: 0;
	}	
}

@media screen and (min-width: 1200px )
			  and (max-width: 1439px ) {

	.top_panel_wrap .logo_main {
	    max-height: 60px;
	}
	
	.menu_main_nav>li>a {
    	padding-left: .7em !important;
    	padding-right: .7em !important;
    	letter-spacing: 0;
	}	
}

@media screen and (min-width: 1440px )
			  and (max-width: 1599px ) {

	.top_panel_wrap .logo_main {
	    max-height: 60px;
	}
	
	.menu_main_nav>li>a {
    	padding-left: 1em !important;
    	padding-right: 1em !important;
    	letter-spacing: 0;
	}	
}

@media screen and (min-width: 1600px ) 
			  and (max-width: 1649px ) {
	.top_panel_wrap .logo_main {
	    max-height: 80px;
	}
}



/**
 * Templates
 */

/* Template Listado libros */
.books-claim {
	text-align: center;
	margin-bottom: 4rem;
}

.books-claim > div {
	display: table;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.books-claim > div .books-claim_description {
    order: 0;
    flex: 0 2 auto;
    text-align: justify;
    margin-bottom: 2rem;
}

.books-claim > div .books-claim_button {
    order: 0;
    flex: 1 0 auto;
    align-self: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
}


.books-claim h2:after {
	content: '';
	display: block;
	width: 5%;
	border-bottom: solid 5px #10275b;
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
}

.books-list_list {
	list-style: none;

}

.books-list_item {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
}

.books-list_item_header {
	margin-bottom: 2rem;
}

.books-list_item_header:after {
	content: '';
	display: block;
	width: 5%;
	border-bottom: solid 5px #10275b;
	margin-top: 1rem;
}

.books-list_item_content {
	box-sizing: border-box;
	display: table;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	margin: 0 auto;
}

.books-list_item_content div {
	box-sizing: border-box;
	flex: 0 1 40%;
}

.books-list_item_content div:nth-child(3),
.books-list_item_content div:nth-child(4) {
	padding-top: 2rem;
}

@media screen and (min-width: 768px ) {
	.books-list_item {
		width: 70%;
	}
	
	.books-claim h2 {
		margin-bottom: 2rem;
	}

	.books-claim > div {
		flex-direction: row;
		width: 80%;
	}

	.books-claim > div .books-claim_description {
		padding-right: 10rem;
	}

	.books-list_item_content {
		flex-direction: row;

	}
}


/* Archive Seminarios */
.product_seminar {
    margin-bottom: 4rem !important;
}

.product_seminar .product_seminar_link {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;

	text-transform: uppercase;
    font-size: .8rem;
    font-weight: bold;
    letter-spacing: .2rem;
}

.product_seminar .product_seminar_link::before {
	padding-right: .5rem;
}

/* Single Seminario */
.seminar_description {
	margin-bottom: 4rem;
	text-align: center;
}

.seminar_description_button {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.seminar_description_button a {
	text-transform: uppercase;
}

.seminar_learnt-concepts,
.seminar_details,
.seminar_gallery {
	margin-bottom: 4rem !important;
}

.seminar_learnt-concepts .video iframe {
	min-height: 280px;
}

.seminar_learnt-concepts,
.seminar_details {
	background-color: #f5f5f5;
}

.seminar_details {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.seminar_learnt-concepts_container {
	margin-left: 2rem;
}

.seminar_learnt-concepts_list {
	padding-left: 0;
}

.seminar_learnt-concepts_list li {
	width: 49.5% !important;
}


.seminar_learnt-concepts_list li h5 {
	font-weight: bold;
}

.seminar_info h5 {
	
	margin-bottom: .5rem !important;
}

.seminar_info_second-description {
	padding-right: 2rem;
	margin-top: 1.2em !important;
}

.seminar_details .container {
	padding-left: 2rem;
	padding-right: 2rem;

}

.seminar_details ul {
	list-style: none;
	padding-left: 0;
	max-width: 80%;
}
.seminar_details_title {
	font-weight: bold;
}


.seminar_gallery_container {
	padding-right: 2rem;
}

/**
 * Formulario de registro Single Product (Seminario)
 */
.seminar_registration-form {
	text-align: center;
}

.seminar_registration-form .gform_fields {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.seminar_registration-form .gform_fields .gfield {
	flex: 0 1 100%;
}

.seminar_registration-form .gform_fields #field_3_6,
.seminar_registration-form .gform_fields #field_3_10,
.seminar_registration-form .gform_fields #field_3_12 {
	/*flex: 1 0 50%;*/
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.seminar_registration-form .ginput_container input,
.seminar_registration-form .ginput_container textarea {
    width: 90% !important;
}

.seminar_registration-form .quantity {
	text-align: center;
	padding-bottom: 2rem;
}

.seminar_registration-form .quantity label {
	font-weight: bold;
}

.single_add_to_cart_button {
	text-transform: uppercase;
	text-align: center;
}



/* Single Seminario Responsive */
@media screen and (min-width: 768px ) {
	.seminar_description_button a {
		margin-top: 4rem !important;
	}

	.seminar_learnt-concepts_list li {
		width: 33% !important;
	}

	.seminar_details .container {
		width: 1200px;
	}

	.seminar_registration-form .gform_fields .gfield {
		flex: 0 1 33%;
	}

	.seminar_registration-form .gform_fields #field_3_6,
	.seminar_registration-form .gform_fields #field_3_10,
	.seminar_registration-form .gform_fields #field_3_12 {
		flex: 1 0 50%;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}


footer {
	font-family: "Oxygen";
	font-weight: bold;
	font-size: 1rem;
}

footer h5 {
	padding-top: 0 !important;
	margin-top: 0 !important;
}


form#mc4wp-form-1 input[type="text"],
form#mc4wp-form-1 input[type="email"] {
    width: 100%;
}

form#mc4wp-form-1 input.button {
	letter-spacing: .2rem;
	font-weight: bold;
}

/**
 * UTILS
 */
.border_short {
	width: 5% !important;
}

.hide_sidebar .sidebar {
	display: none;
}

.section_center,
.video_center {
	margin-left: auto !important;
	margin-right: auto !important;
}

.section_60 {
	width: 100% !important;
}

@media screen and (min-width: 768px ) {
	.section_60 {
		width: 60% !important;
	}
}
