/*
   Theme Name: ItmPlatform
   Theme URI: itmplatform.com
   Description: ITM Platform - Child Theme from Divi
   Author: Pablo Almunia
   Author URI: itmplatform
   Template: Divi
   Version: 2.0
*/

/*********/
/* fonts */
/*********/
@font-face {
    font-family: NeoSans;
    src: url("fonts/NeoSansIntel.ttf");
	font-weight: normal;
}
@font-face {
    font-family: NeoSans;
    src: url("fonts/NeoSansIntel-Italic.ttf");
	font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: NeoSans;
    src: url("fonts/NeoSansIntel-Medium.ttf");
    font-weight: bold;
}
@font-face {
    font-family: NeoSans;
    src: url("fonts/NeoSansIntel-Light.ttf");
    font-weight: 200;
}
@font-face {
    font-family: NeoSans;
    src: url("fonts/NeoSansIntel-LightItalic.ttf");
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: NeoSans;
    src: url("fonts/NeoSansIntel-MediumItalic.ttf");
    font-weight: bold;
    font-style: italic;
}

/***********/
/* General */
/***********/
body {
	font-family: NeoSans, Arial, sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
}
h1 {
	color: #17335c;
	font-weight: normal;
	font-size: 34px;
    letter-spacing: 1px;
}
h2 {
	color: #17335c;
    font-size: 30px !important;
}
.et_pb_portfolio_item h2 {
    font-size: 16px !important;
}
/* Light H3 */
.et_pb_bg_layout_dark h3 {
    color: #17335c !important;
	font-size: 24px;
    line-height: 28px;
}
p {
    padding-bottom: 1em !important;
    line-height: 1.7em;
}
p:last-of-type {
    padding-bottom: 1em !important;
}


/*****************/
/* Custom Styles */
/*****************/
.hide {
    display: none;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.shadow {
    -webkit-box-shadow: 0 8px 10px -2px #c0c0c0;
    -moz-box-shadow: 0 8px 10px -2px #c0c0c0;
    box-shadow: 0 8px 10px -2px #c0c0c0;
    border: 1px solid #c0c0c0;
}
.itm-dark-blue {
	color: #17335c;
}
.itm-dark-blue-background {
	background-color: #17335c;
}
.itm-blue {
	color: #2b598b;
}
.itm-blue-background {
	background-color: #2b598b;
}
.itm-orange {
	color: #fb9b0b;
}
.itm-orange-background {
	background-color: #fb9b0b;
}

/*******************/
/* Fix Divi Styles */
/*******************/
.et_pb_section {
    padding: 15px 0;
}
#et-top-navigation {
	font-weight: 400;
}
.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container,
.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {
	padding-top: 163px;
}
/* Fix Contact 7 */
.logged-in div.wpcf7 {
	margin-top: 0px;
}

.et_pb_gallery_image .et_overlay {
	display: none;
}

/**********/
/* Header */
/**********/
#main-header {
    margin-top: -1px;
}
.et_header_style_centered #main-header .container {
    text-align: left;
}
#logo {
	margin-top: -8px
}
#et-info-email {
	font-weight:normal;
}

/*************/
/* App Login */
/*************/
#applogin {
    display: inline-block;
    float: right;
    margin-right: 20px;
}
#applogin a {
    color: #ffffff;
}
#applogin a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#applogin a:before {
    content: "\E08A";
    font-family: 'ETmodules';
    font-size: 12px;
    margin-right: 6px;
}

/******************/
/* language combo */
/******************/
#lang_sel_click {
    height: auto;
}
#lang_sel_click a,
#lang_sel_click a:visited {
    font-size: 10px;
    padding: 2px 0px 2px 10px;
    line-height: 14px;
    margin-top: -3px;
    margin-bottom: -2px;
    border-radius: 3px;
	color: #555;
}
#lang_sel_click a[rel="alternate"] {
    border-radius: 0 0 3px 3px;
	margin-bottom: 0;
}
#lang_sel_click ul ul {
    top: 20px;
}

/********/
/* Menu */
/********/
.container.et_menu_container {
	width: 100%;
	max-width: 100% !important;
}
.logo_container {
	width: 80%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.et_fixed_nav #et-top-navigation {
	background-color: #fd9b0b;
	height: 34px;
}
.et_header_style_centered nav#top-menu-nav {
    display: block;
    width: 80%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
#top-menu-nav li.current-menu-item, 
#top-menu-nav li.current-page-ancestor, 
#top-menu-nav li.current-menu-parent,
#top-menu-nav li.current-menu-ancestor {
	background-color: #17335c !important;
}
#top-menu-nav li.current-menu-item a, #top-menu-nav li.current-page-ancestor a {
	color: #ffffff;	
}
#top-menu-nav li {
    padding: 16px 12px 0 12px;
    font-size: 14px;
    line-height: 0;
}
#top-menu > li:last-child {
	padding-right: 20px;
}
.sub-menu li {
	line-height: 1em !important ;
}

/********/
/* Home */
/********/
#image_top {
	background-position: 43% 50%;
	background-size: auto;
}
#image_top h2:last-child {
	color: #17335c;
	font-weight: lighter;
	font-size: 36px !important;
}

/*********/
/* Blurd */
/*********/
.et_pb_blurb_position_left .et_pb_main_blurb_image, 
.et_pb_blurb_position_right .et_pb_main_blurb_image {
    width: 64px;
}


/*******************/
/* Little Registry */
/*******************/
.little-iframe {
	text-align: center;
    padding: 30px 20px 30px 20px;
	margin-left: auto;
    margin-right: auto;
    width: 330px;
    height: auto;
    background-color: #f3f3f3;
    border: 10px solid #fff;
    outline: 1px solid #ddd;
    box-shadow: 0 10px 40px -11px #232323;
    -moz-box-shadow: 0 10px 40px -11px #232323;
    -webkit-box-shadow: 0 10px 40px -11px #232323;
    z-index: 100;
}
.landing-june-iframe {
    padding: 20px 50px 20px 50px;
	margin: 0 auto 0 auto;
    width: 360px;
    height: auto;
    background-color: #f3f3f3;
    border: 10px solid #fff;
    outline: 1px solid #ddd;
    box-shadow: 0 10px 40px -11px #232323;
    -moz-box-shadow: 0 10px 40px -11px #232323;
    -webkit-box-shadow: 0 10px 40px -11px #232323;
    z-index: 100;
}

/*******************/
/* Feature Title */
/*******************/
.feature-title {
    z-index: 400;
}
.little-iframe-feature {
    margin-bottom: -40% !important;
}

/*****************/
/* Features Menu */
/*****************/
#menu-funcionalidades-pt,
#menu-funcionalidades,
#menu-features {
	padding: 14px 0 0 20px !important;
}
#menu-funcionalidades-pt ul,
#menu-funcionalidades ul,
#menu-features ul { 
	padding: 0px 0 0 !important; 
	line-height: 1.7em; 
}
#menu-funcionalidades-pt li,
#menu-funcionalidades li,
#menu-features li {
	padding-right: 10px !important;
}
#menu-funcionalidades-pt li a,
#menu-funcionalidades li a,
#menu-features li a {
	padding-bottom: 0;
}
#menu-funcionalidades-pt li.current-menu-item a,
#menu-funcionalidades li.current-menu-item a,
#menu-features li.current-menu-item a {
    border-bottom: 2px solid orange;
    padding-bottom: 10px;
}


/******************/
/* SUBSCRIBE DEMO */
/******************/
.landing-header-box {
    padding: 20px;
    width: auto;
    height: auto;
    background-color: #f3f3f3;
    text-align: center;
    border: 10px solid #fff;
    outline: 1px solid #ddd;
    box-shadow: 0 10px 40px -11px #232323;
    -moz-box-shadow: 0 10px 40px -11px #232323;
    -webkit-box-shadow: 0 10px 40px -11px #232323;
    z-index: 100;
}
/*
.landing-susbscribedemo2-form {
    width: 90%;
    margin-left: 5%;
}
.landing-susbscribedemo2-form .wpcf7-form {
    padding-top: 20px;
    padding-left: 0;
}
.landing-susbscribedemo2-form .wpcf7-form small {
    font-size: 80%;
}
.landing-susbscribedemo2-form .wpcf7-form input[type="email"] {
    border-radius: 6px;
	font-family: Arial;
    font-size: 12pt;
}
.landing-susbscribedemo2-form .wpcf7-form input[type="submit"] {
    float: none;
    border: none;
    background-color: #5693ce;
    color: #eee;
    margin-right: 0;
    width: 235px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
}
.landing-susbscribedemo2-form .wpcf7-form input[type="submit"]:hover {
    color: #ffffff;
}
*/

/* Features Landing June */
.landing-june-features ul {
    list-style-type: none;
    padding: 0;
    line-height: 80px;
}
.landing-june-features ul li {

    width: 49%;
    float: left;
}
.landing-june-features ul li:nth-child(odd) {
    margin-right: 2%;

}
.landing-june-features ul li img {
    vertical-align: middle;
    margin-right: 10px;
}
.landing-june-features ul li label {
    display: inline-block;
    width: 60%;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

@media all and (max-width: 980px) {
	.landing-june-logo .et_pb_column {
		margin-bottom: 10px;
	}
}

/******************/
/* Client comment */
/******************/
.client-comment-row .et_pb_row {
    border: 1px solid #c0c0c0;
    padding: 30px;
    background-color: #fafafA;
    -webkit-box-shadow: 0 8px 16px -2px #c0c0c0;
    -moz-box-shadow: 0 8px 16px -2px #c0c0c0;
    box-shadow: 0 8px 16px -2px #c0c0c0;
    margin-bottom: 16px;
}

/*******************/
/* Partner section */
/*******************/
#partner-menu {
    border: 0;
    text-align: right;
}
#partner-menu .menu-item-object-page {

    padding: 6px 6px;
}
#partner-menu .menu-item-object-page a:hover {
    text-decoration: none;
}
#partner-menu .current-menu-item,
#partner-menu .current-page-ancestor {
    background-color: orange;
    position: relative;
}
#partner-menu .current-menu-item  a,
#partner-menu .current-page-ancestor a {
    color: #fff;
}
#partner-menu .current-menu-item:after,
#partner-menu .current-page-ancestor:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: orange;
    border-width: 17px;
    margin-top: -17px;
}
.partner-form {
    width: 210px;
    padding: 20px 0 30px 10px;
    border: 1px solid #EFA303;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
}
.partner-form:before{
    margin-left: -32px;
    content:"j";
    font-family:ETmodules;
    font-size:16px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    padding:10px;
    margin-right:10px;
    color:#fff;
    background-color:#EE9F0F;
    vertical-align:top;
}
.partner-form .wpcf7-response-output {
    width: 110px;
    font-size: 13px;
    text-align: center;
}
.partner-buttons .et_pb_column_1_4 {
    width: 199px;
    padding: 20px 10px 0 10px;
    border: 1px solid #EFA303;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
}
.partner-buttons .et_pb_column_1_4 p {
    line-heigth: 1,5em;
    font-size: 12px;
}

.type-project {
    margin: 0 0 20px 0 !important;
}
.single-project .et_pb_column_1_4 .et_pb_text {
    font-size: 12px;
    background-color: #E4E6F4;
    padding: 20px;
    width: 174px;
    border: 1px solid #e0e0e0;
}


/**************************************/	
/* Responsive Styles Tablet And Below */
/**************************************/
@media all and (max-width: 980px) {
	/* App Login */
	#applogin {
		margin-top: 10px;
	}
	/* Menu */
	.et_header_style_centered #main-header {
		padding: 20px 0 0 0;
	}
	.et_header_style_centered .et_mobile_menu {
		top: 34px;
		background-color: #fd9b0b !important;
	}
	.nav ul li a:hover, .et_mobile_menu li a:hover {
		background-color: #ffffff;
		border-radius: 6px;
	}
	/* iframes */
	.little-iframe-feature {
		margin-bottom: 20px !important;
	}
	.tablet-center {
		text-align: center;
	}
}

/*************************************/	
/* Responsive Styles Tablet Portrait */
/*************************************/	
@media all and (max-width: 768px) {
	/* App Login */
	#applogin {
		display: none;
	}
	/* Gallery */
	.et_pb_gallery_image {
		text-align: center;
	}
	/* Blurd */
	.et_pb_blurb_position_left .et_pb_blurb_container,
	.et_pb_blurb_position_right .et_pb_blurb_container {

		vertical-align: middle;
	}
}

/**************************/
/* New header             */
/**************************/
#main-header, #et-main-area {
	margin-top: -31px !important;
}
#top-header {
	background-color: transparent !important
}
.wpml-ls-legacy-dropdown-click {
    width: 8.5em !important;
}
#et-info {
	float: right;
	margin-left: 20px;
}
.et_header_style_centered #logo {
    margin-top: 1px !important;
}
	


/** blog settings **/
.code-like {
    background: #dadfe652 !important;
    padding: 25px;
    margin-top: -2px;
    margin-bottom: 10px;
    color: black !important;
    line-height: 19px;
}

.code-like p {
    color: black !important;
    line-height: 19px;
}



.attention {
    margin-top: 10px;
    margin-bottom: 16px;
    color: #4472ca;
    text-align: center;
    padding: 15px 78px;
    line-height: 22px;
    border-bottom: 1px solid #4472ca;
    border-top: 1px solid #4472ca;
    max-width: 618px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.checked li {
    list-style: none;
}
ul.checked li:before {
    content: '✔️' !important;
    margin-left: -17px;
    margin-right: 10px;
    /* color: red !important; */
}
.paged.page-id-5254 .et_pb_row.et_pb_row_0 {
	display: none;
}

/* End of style.css */