/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


body{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size:18px; 
	color:var(--e-global-color-text);
	padding: 0;
	margin: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
p{
    text-align: justify;
}
h1, h2, h3, h4, h5, h6{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;  	
}
h1{			
	font-size: 45px;
}
h2{	
	font-size: 35px;
}
h3{	
	font-size: 30px;
}
h4{	
	color: var(--e-global-color-secondary);
}
h5{	
	color: var(--e-global-color-secondary);
}
h6{	
	color: var(--e-global-color-secondary);
}


.soy h3{
	color: var(--e-global-color-primary);
}
.intro h3{
	text-align: center !important;
	margin-bottom: 40px;
}
.intro li{
	color: var(--e-global-color-primary);
	text-align:justify;
}
.intro strong{
	font-size: 19px;
	font-weight: 700;
}
.headertop{
	border-bottom: solid 10px var(--e-global-color-11bcd52);
}
.header{
	background: var(--e-global-color-primary);
}
.mainmenu a {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	outline: none;
	z-index: 10;
}
.mainmenu > li > a {
	font-family: var(--e-global-typography-text-font-family);
	color: rgba(255,255,255,0.5);
	text-decoration: none;
	display: inline-block;	
}
.mainmenu > li:hover > a, .mainmenu > li.current-menu-item > a {	
	color: rgba(255,255,255,0.9);
}

.servicio-juridico{
	min-height: 320px;
	padding: 20px;
	background: #fff;
	border-radius: 7px;
}
.btn-blue{
	display: block;	
	background: var(--e-global-color-primary);	
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.btn-blue:hover{
	background: var(--e-global-color-2b4e935);
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}


ul.servmenu {
	display: flex;
	flex-direction: row;    
	align-content: flex-start;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.servmenu > li {	
	float: left;
	align-items: center;
	list-style: none;
}
.servmenu > li > a {
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 24px;	
	padding: 0px 24px 0 27px; 
	background: url(https://abogadolaboral.com.co/wp-content/uploads/logo-soy.png) no-repeat left center; 
	color: var(--e-global-color-62b94c2);
	text-decoration: none;
	display: inline-block;	
	margin-right: 10px;
}
.servmenu > li:hover > a, .servmenu > li.current-menu-item > a {
	color: var(--e-global-color-11bcd52);
}
.servmenu a {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	outline: none;	
}
/* sub-menu CONFIGURATION
**********************************************************/
.servmenu ul.sub-menu, .servmenu ul.sub-menu li ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	width: 320px;
	background: rgb(1,20,61,0.7);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
}
.servmenu ul.sub-menu {
	top: 33px !important;
}
.servmenu ul.sub-menu li ul.sub-menu {
	left: 146px;
	top: inherit;
}
.servmenu ul.sub-menu li {
	clear: both;
	max-width: 100%;
	font-size: 18px;
}
.servmenu ul.sub-menu li a {
	font-family: var(--e-global-typography-text-font-family);
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding: 13px 20px;
	display: inline-block;
	float: left;
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}
.servmenu ul.sub-menu li:hover > a {
	background: var(--e-global-color-11bcd52);
	color: #fff;
}
.servmenu ul.sub-menu li.current-menu-item a {
	background: var(--e-global-color-11bcd52);
	color: #fff;
}

ul.vert-servmenu {
	display: flex;
	flex-direction: column;    
	align-content: flex-start;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 35px 30px;
}
.vert-servmenu li {
	display: flex;
	flex-direction: column;	
	list-style: none;
	text-align: left;
}
.vert-servmenu > li > a {
	font-family: var(--e-global-typography-primary-font-family);
	color: var(--e-global-color-2b4e935);
	font-size: 22px;
	font-weight: 700;
	padding: 8px;
	border-bottom: solid 1px rgba(15,29,99,0.2);
}
/* dropdown CONFIGURATION
**********************************************************/
.vert-servmenu ul.sub-menu, .vert-servmenu ul.sub-menu li ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;			
}		
.vert-servmenu ul.sub-menu li {
	clear: both;
	width: 100%;		
}
.vert-servmenu ul.sub-menu li a {
	font-family: var(--e-global-typography-primary-font-family);
	color: var(--e-global-color-primary);
	font-size: 18px;		
	text-decoration: none;		
	padding: 7px 30px;			
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: solid 1px rgba(15,29,99,0.2);
}
.vert-servmenu ul.sub-menu li:hover > a {
	color: var(--wp--preset--color--vivid-red);
}
.vert-servmenu ul.sub-menu li.current-menu-item a {
	color: var(--wp--preset--color--vivid-red);
}










/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {  
	.btn-blue{
		width: 100%;
		padding: 25px 20px;	
		border-bottom: 5px solid #fff;	
	}	
	.header{
		padding: 0;
	}
	.logosite{
		padding: 30px;		
		background: #fff;		
	}  
	.top2{
		background: #F6F7F9;
	}
	.btn-movil_servicios{
		padding: 20px 40px;
	}
	ul.mainmenu {
		display: flex;
		flex-direction: column;    
		align-content: flex-start;
		list-style: none;
		position: relative;
		margin: 0;
		padding: 35px 30px;
	}
	.mainmenu li {
		display: flex;
    	flex-direction: row;	
		list-style: none;
    	text-align: left;
	}
	.mainmenu > li > a {
		color: #fff;
        font-size: 19px;
        padding: 8px;
    }	







	
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.logosite{
		padding: 15px;		
		background: #fff;		
	}
	ul.mainmenu {
		display: flex;
		flex-direction: row;    
		align-content: flex-start;
		list-style: none;
		position: relative;
		margin: 0;
		padding: 20px;
	}
	.mainmenu li {
		display: flex;
    	flex-direction: row;	
		list-style: none;
    	text-align: left;
	}
	.mainmenu > li > a {
		color: #fff;
        font-size: 16px;
        padding: 8px 15px;
    }
	.btn-movil_servicios{
		padding: 30px;
	}
	.btn-blue{
		padding: 20px 30px;		
		border-radius: 10px 10px 0 0;
	}
	.btn-blue:first{
		margin-right: 20px;
	}
	
}
/* Tablet */
@media only screen and (min-width: 1024px) {
	.top2{
		background: var(--e-global-color-primary);
	}	
}
/* Laptop */
@media only screen and (min-width: 1366px) {	
	.headertop{
		margin-top: -190px;
	}
	.logosite{
		padding: 25px 30px;
		border-radius: 0 0 15px 15px;
		background: #fff;
		position: absolute;
		z-index: 5;
		box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);
	}
	ul.mainmenu {
		display: flex;
		flex-direction: row;    
		align-content: flex-start;
		list-style: none;
		position: relative;
		margin: 0;
		padding: 0;
	}
	.mainmenu li {
		display: flex;
		flex-direction: row;	
		list-style: none;
		text-align: left;
	}
	.mainmenu > li > a {
		color: rgba(255,255,255,0.6);
        font-size: 15px;
        padding: 15px 20px;        
    }	
	.top2{
		min-height: 190px;
		padding: 20px 0 0 0;
		background: -moz-linear-gradient(top,  rgba(15,29,99,1) 0%, rgba(15,29,99,0) 100%);
		background: -webkit-linear-gradient(top,  rgba(15,29,99,1) 0%,rgba(15,29,99,0) 100%);
		background: linear-gradient(to bottom,  rgba(15,29,99,1) 0%,rgba(15,29,99,0) 100%);
		position: relative;
		z-index: 4;
	}	
	.btn-blue{
		padding: 20px 30px;
		margin-right: 30px;
		border-radius: 10px 10px 0 0;
	}
	.field1{
		padding: 15px;
		border-right: #fff dotted 4px;
	}
}
/* desktop */
@media only screen and (min-width: 1400px) {
}





