/*
Theme Name: Isabel Castro
Theme URI: https://isabelcastro.com
Template: Divi
Author: Kabir Zambrano
Author URI: https://pocket.ec
Description: Website personalizado para Isabel Castro
Version: 1.0.0.1589130169
Updated: 2020-05-10 17:02:49

*/

/*------------------------ General ------------------------------------------------*/

:root {
	--blue: #82c0c7;
	--green: #63c842;
	--gray: #333333;
	--dark-gray: #363636;
}

a {
	transition: all .2s ease-in-out;
}

.phone-mobile {
	display: none;
}

@media all and (min-width: 981px) {
	
	body:not(.home) .et_pb_row {
		min-width: 80%;
	}
	
}

@media all and (max-width: 479px) {
	
	.container, .et_pb_row {
		max-width: 95% !important;
		width: 95%;
	}
	
	.phone-desk {
		display: none;
	}	
	
	.phone-mobile {
		display: inline;
	}
	
}

/*------------------------ /General -----------------------------------------------*/


/*------------------------ Header ------------------------------------------------*/

body:not(.home) #main-header {
	background-image: url('/wp-content/uploads/2020/05/banner_bg-min.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 4px solid var(--green);
}

.home #main-header.et-fixed-header {
	background-image: url('/wp-content/uploads/2020/05/banner_bg-min.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 4px solid var(--green);
}

#top-menu li li a {
	width: 210px;
}

.mobile_menu_bar::before {
	color: #333;
	font-size: 45px;
}

#main-header .et_mobile_menu {
	background-color: #fff !important;
	border-top: 0;
}

.et_mobile_menu li a {
	text-transform: uppercase;
}

.et_mobile_menu li:last-child a {
	border-bottom: 0;
}

#main-header .et_mobile_menu li ul.hide {
    display: none !important;
}

#mobile_menu .menu-item-has-children {
    position: relative;
}

#mobile_menu .menu-item-has-children > a {
    background: transparent;
}

#mobile_menu .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}

span.menu-closed:before {
    content: "3";
    display: block;
    color: inherit;
    font-size: 16px;
    font-family: ETmodules;
}

span.menu-closed.menu-open:before {
    content: "2";
}

@media all and (min-width: 981px) {
	
	.et_header_style_left .logo_container {
		width: auto;
	}
	
	#main-header:not(.et-fixed-header) #logo {
		max-height: 85px;
	}
	
	#main-header:not(.et-fixed-header) #et-top-navigation {
		height: 95px;
		padding-top: 40px;
	}
	
	.et_header_style_left #et-top-navigation nav > ul > li > a {
		padding-bottom: 20px !important;
	}
	
	.nav li ul {
		margin-left: -50%;
		width: 250px;
	}
	
}

/*------------------------ /Header -----------------------------------------------*/


/*------------------------ Home -------------------------------------------------*/

.home .et_pb_section_first {
	padding-top: 0 !important;
}

.home-slider .et_pb_slide_with_image .et_pb_slide_description {
	padding: 8% 0;
}

.home-slider .et-pb-active-slide .et_pb_slide_image {
	animation-name: fadeBottom;
}

.home-slider .et_pb_slide_image img {
	max-height: 100% !important;
}

.home-slider .et_pb_slide_title,
.home-slider .et_pb_slide_content{
	text-shadow: none;
}

.home-slider.et_pb_slider .et_pb_slide .et_pb_more_button.et_pb_button {
	padding: 1em 4em !important;
}

@media all and (max-width: 479px) {
	
	.home-slider .et-pb-slider-arrows {
		display: none;
	}
	
}


/*------------------------ /Home ------------------------------------------------*/


/*------------------------ Nosotros ---------------------------------------------*/

.persona-isabel .et_pb_team_member_image {
	display: inline-block;
	filter: grayscale(100%);
	max-width: none;
	transition: all .2s ease-in-out;
}

.persona-isabel:hover .et_pb_team_member_image {
	filter: grayscale(0);
}

.persona-isabel .et_pb_linkedin_icon {
	background-color: #0077b7;
	border-radius: 5px;
	padding: 10px;
}


/*------------------------ /Nosotros --------------------------------------------*/


/*------------------------ Consultoría ------------------------------------------*/

.consultoria-plan a {
	border: 2px solid var(--gray);
	border-radius: 5px;
	display: inline-block;
	min-width: 40%;
	margin-top: 15px;
	padding: 10px;
}

.consultoria-plan a:hover {
	background-color: var(--dark-gray);
	color: #fff;
}

@media all and (min-width: 981px) {
	
	.consultoria-planes .et_pb_text {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		min-height: 295px;
	}
	
}

/*------------------------ /Consultoría -----------------------------------------*/


/*------------------------ Desarrollo Ejecutivo ---------------------------------*/

h2 span {
	font-size: 16px;
	text-decoration: italic;
}

@media all and (min-width: 981px) {
	
	.academia-de-marketing {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.academia-de-marketing .et_pb_text {
		min-height: 390px;
	}
	
}


/*------------------------ /Desarrollo Ejecutivo --------------------------------*/


/*------------------------ Wordkshops Registro ----------------------------------*/

.wpcf7-form .form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
	background-color: #f3f6f8;
	border: 0;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 15px;
	width: 100%;
}

.wpcf7-form input[type="submit"] {
	background-color: transparent;
	border: 2px solid var(--green);
	color: var(--green);
	cursor: pointer;
	font-weight: 600;
	line-height: 14px;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	width: 200px;
}

.wpcf7-form input[type="submit"]:hover {
	border-color: var(--drak-gray);
	color: var(--dark-gray);
}

.wpcf7-form .wpcf7-not-valid {
	margin-bottom: 0;
}

.wpcf7-form span.wpcf7-not-valid-tip {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}

.wpcf7-form div.wpcf7-response-output {
	font-size: 14px;
	margin: 0em 0.5em 1em;
}

@media all and (min-width: 981px) {
	
	.wpcf7-form .form-flex div {
		width: 49%;
	}
	
}

@media all and (max-width: 980px) {
	
	.wpcf7-form .form-flex div {
		width: 100%;
	}
	
}


/*------------------------ /Wordkshops Registro ---------------------------------*/


/*------------------------ Sesiones y Fees --------------------------------------*/

@media all and (min-width: 981px) {

	.beneficios-paquetes {
		display: flex;
		justify-content: center;
	}
	
	.beneficios-paquetes .et_pb_column {
		margin-right: 1em;
	}
	
	.beneficios-paquetes .et_pb_column:nth-child(3n) {
		margin-right: 0;
	}
	
	.beneficios-paquetes .et_pb_blurb {
		margin-bottom: 1em !important;
	}
	
	.beneficios-paquetes .et_pb_blurb_content {
		min-height: 165px;
	}
	
}

/*------------------------ /Sesiones y Fees -------------------------------------*/


/*------------------------ Galería ----------------------------------------------*/

@media all and (min-width: 981px) {
	
	.et_pb_gallery .et_pb_gallery_items {
		display: flex;
		flex-wrap: wrap;
	}
	
	.et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
		margin: 0 1.3% 2% 0;
		width: 24%;
	}
	
	.et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item:nth-child(4n) {
		margin-right: 0;
	}
	
}

@media all and (min-width: 768px) and (max-width: 980px) {
	
	.et_pb_gallery .et_pb_gallery_items {
		display: flex;
		flex-wrap: wrap;
	}
	
	.et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
		margin: 0 2% 2% 0;
		width: 49%;
	}
	
	.et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item:nth-child(2n) {
		margin-right: 0;
	}
		
}



/*------------------------ /Galería ---------------------------------------------*/


/*------------------------ Contactos --------------------------------------------*/

@media all and (min-width: 981px) {

	.llamanos-escribenos .et_pb_column:first-child {
		padding-right: 3%;
		margin-right: 2.5%;
	}
	
}

/*------------------------ /Contactos -------------------------------------------*/


/*------------------------ Posts ------------------------------------------------*/

.archive .container {
	padding-top: 0 !important;
}

.et_pb_post {
    font-weight: 300;
}

.et_pb_posts .et_pb_post a img,
#left-area .et_pb_post img {
	width: 100%;
}

.et_pb_post .entry-content {
	font-weight: 300;
}

.et_pb_sidebar_0 .et_pb_widget {
	margin-bottom: 30px !important;
}

.et_pb_sidebar_0 .et_pb_widget li,
#sidebar .et_pb_widget li {
	line-height: 25px;
	margin-bottom: 20px;
}

.et_pb_sidebar_0 .et_pb_widget li a:hover {
	color: var(--blue);
}

#sidebar .et_pb_widget {
	font-size: 14px;
}

#sidebar .et_pb_widget .widgettitle {
	font-size: 22px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.widget_search input#s {
	border-color: var(--dark-gray);
}

.widget_search input#searchsubmit {
	background-color: var(--green);
	color: var(--dark-gray);
	border-color: var(--green);
	transition: all .2s ease-in-out;
}

.widget_search input#searchsubmit:hover {
	background-color: var(--blue);
	border-color: var(--blue);
}

.widget_recent_entries li a::before {
	content: '\e007';
	font-family: 'ETmodules';
	font-size: 17px;
	margin-right: 5px;
	vertical-align: middle;
	transition: color .2s ease-in-out;
}

.widget_recent_entries li a:hover::before {
	color: goldenrod;
}

.widget_categories li a::before {
	color: var(--green);
	content: '\5e';
	font-family: 'ETmodules';
	font-size: 17px;
	vertical-align: middle;
	transition: color .2s ease-in-out;
}

.widget_categories li a:hover::before {
	color: var(--dark-gray);
}

@media all and (min-width: 981px) {

	#main-content .container {
		min-width: 80%;
	}

	#main-content .container::before {
		width: 0;
	}

	#content-area #left-area {
		margin-right: 5.5%;
		padding-right: 0;
		width: 73.625%;
	}

	#content-area #sidebar {
		padding-left: 0;
		width: 20.875%;
	}

}


/*------------------------ /Posts -----------------------------------------------*/


/*------------------------ Footer -----------------------------------------------*/

.et_pb_scroll_top.et-pb-icon {
	background-color: var(--green);
	border-radius: 0;
	color: #fff;
	right: 10px;
}

#footer-bottom {
	display: none;	
}

/*------------------------ /Footer ----------------------------------------------*/