.section-header{position:relative; padding:0; background:#fff; background-attachment:cover; min-height:calc(100vh - 75px); margin-top:75px; -webkit-transition: 0.4s; transition: 0.4s;}
.ms-inner-controls-cont{max-width:100% !important;}
.ms-view{left:0 !important;}
.ms-slide-layers{    
	left: 10% !important;
    max-width: 40% !important;
    top: 50% !important;
}
.ms-caption{font-weight:300; font-size:26px; line-height:28px;}
.section-header .btn.cta{
	background:#BEB0A3 !important;
	color:#000 !important;
	font-size:16px !important;
	font-weight:600;
	padding:10px 60px;
	margin-top:40px;
}
.estudio{
	background:url(../img/estudio_bg.png) no-repeat left center #36322F;
	background-size:cover;
	padding:100px 10%;
	color:#fff;
	position:relative;
	margin-top:75px;
}
.estudio:before{
	content:'';
	position:absolute;
	width:10%;
	height:35vh;
	background:url(../img/estudio_before.png) no-repeat center center;
	background-size:contain;
	top:-10%;
	left:5%;
}
.estudio:after{
	content:'';
	position:absolute;
	width:10%;
	height:35vh;
	background:url(../img/estudio_after.png) no-repeat center center;
	background-size:contain;
	bottom:-15%;
	right:5%;
}
.estudio h2{margin-bottom:60px;}
.estudio h3{ display:block; border:1px solid #fff; padding:30px 80px; margin:20px 0; font-size:16px; line-height:20px; font-weight:700;}

.industrias{padding:150px 15%; background:#fff; text-align:center;}
.industrias h2{margin-bottom:80px;}

.list-service{margin:30px 0;}
.list-service .img-content{
	width:100%;
	height:70px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-bottom:25px;
}
.service-data{
	padding:5px 5%;
	font-weight:bold;
	max-width:200px;
	text-align:center;
	margin:0 auto;
}
.industrias .separator{
	margin:40px 35%;
	width:30%;
	height:3px;
	background:#BEB0A3;
}
.industrias .btn.cta{
	background:#BEB0A3 !important;
	color:#000 !important;
	font-size:16px !important;
	font-weight:600;
	padding:10px 60px;
	margin-top:100px;
	margin-bottom:20px;
}


.equipo{	
	background:url(../img/equipo_bg.png) no-repeat left center #786F68;
	background-size:cover;
	padding:0px 5% 0px 10%;
	color:#fff;
	position:relative;
	min-height:100vh;
}
.equipo h2{margin-bottom:40px;}
.equipo .col-md-4{display:flex; align-items: center; align-self: center; justify-content: end; flex-direction: column; height:80vh; }
.equipo:before{
	content:'';
	position:absolute;
	width:10%;
	height:35vh;
	background:url(../img/estudio_before.png) no-repeat center center;
	background-size:contain;
	top:-10%;
	left:5%;
}
.equipo-detalle{
	padding:100px 10%;
}

.blog{padding:150px 10%; background:#fff; text-align:center;}
.blog h2{margin-bottom:80px;}
.list-blog{padding:20px; -webkit-transition: 0.4s; transition: 0.4s;}
.list-blog:hover{box-shadow: 0 0 0 3px #BEB0A3; -webkit-transition: 1s; transition: 1s;}
.list-blog .btn{
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-80px;
	width:160px;
}
.list-blog .btn:hover{color:#000; font-weight:600;}

.asesoramiento-juridico{
	padding:200px 10%;
	background:url(../img/asesoramiento_juridico.png) no-repeat center center;
	background-size:cover;
	color:#fff;
	text-align:center;
}
.asesoramiento-juridico h3{
	font-size: 3rem;
	font-weight:200;
}
.asesoramiento-juridico .btn{
	background:#BEB0A3 !important;
	color:#000 !important;
	font-size:16px !important;
	font-weight:600;
	padding:10px 60px;
	margin-top:60px;
}

.desc-ampliado{
	column-count: 2;
	margin-bottom:90px;
	text-align:left;
	line-height:1.5rem;
}
.list-equipo{
	margin:30px 0;
}
.list-equipo img{
	border-radius:50%;
	max-height: 120px;
    max-width: 120px;
}
.list-equipo .desc{
	text-align:left;
	padding:25px;
	color:#FFF;
}
.list-equipo .desc b{font-size:16px; line-height:24px; margin-top:10px; display:block;color:#000;}

@media screen and (min-width: 1440px) {
  
}
@media screen and (max-width:768px) {
	.estudio {
		background: url(../img/estudio_bg_mobile.png) no-repeat left center #36322F;
		background-size:cover;
	}
	.estudio h3 {
		display: block;
		border: 1px solid #fff;
		padding: 30px 8%;
		margin: 20px 0;
		font-size: 16px;
		line-height: 20px;
		font-weight: 700;
	}
	.asesoramiento-juridico h3 {
		font-size: 2rem;
		font-weight: 200;
	}
	.desc-ampliado{
		column-count: 1;
	}
	.equipo{background-size:120%; background-position:top left;}
	.equipo .col-md-4 {
		height: 70vh;
	}
	
}	
@media screen and (max-width:600px) {
	
}