@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
@font-face {
  font-family: "Freight Sans Bold";
  src: url("../fonts/Freight-Sans-Bold-SC.otf");
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro-regular.otf");
}
body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; 
	position:relative; color:#757575; max-width: 1124px;}
.container::before,
.container::after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
#header{
	width: 100%;
	z-index: 3;
	height: 175px;
	padding-top: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
#darkTop{
	background: #fff;
}
.contentDarkTop{
	height: 69px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.contentDarkTop div{
	margin-right: 82px;
}
.contentDarkTop div:last-child{
	margin-right: 30px;
}
.contentDarkTop a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #616161;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}
.contentDarkTop a img{
	margin-right: 10px;
}
#logo{
	width: 173px;
	position: absolute;
	top: 6px;
	left: 15px;
	z-index: 4;
}
#logo a{
	position: relative;
	z-index: 2;
}
#logo img{
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#topMenu{
	margin-top: 0px;
	height: 106px;
	width: 100%;
	background: #000000;
	position: relative;
	overflow: hidden;
}
#topMenu::before{
	content: '';
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 100%;
	height: 16px;
	background: url('../images/banner/shadow.png') bottom center no-repeat;
	background-size: cover;
}
#menu{
	margin: auto;
	position: absolute;
	right: 150px;
	top: 0px;
	height: auto;
}
#menu ul{
	margin: 0;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	position: relative;
	padding: 0 15px;
	height: 106px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}
#menu li::before{
	content: '';
	position: absolute;
	top: calc(50% - 18px);
	right: 0;
	width: 1px;
	height: 36px;
	background: #e9e9e9;
	opacity: 0.6;
}
#menu li a{
	display: block;
	position: relative;
	background: transparent;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height:50px;
	height: 50px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
}
#menu li a::before{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 5px;
	transform: scaleX(0);
	z-index: 0;
  	background: #f0bf34;
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	padding-right: 0px;
}
#menu li:last-child::before{
	width: 0;
	height: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #fff;
	text-decoration: none;
}
#menu li.active a::before, #menu li a:hover::before, #menu li a:focus::before{
	transform: scaleX(1);
}
#redes{
	position: absolute;
	top: 0;
	right: 15px;
	height: 106px;
	width: auto;
	display: flex;
	align-items: center;
	padding-left: 0px
}
#redes a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes a:hover,#redes a:focus{
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}

#datFooter{
	background: #000;
}
.contentDatFoot{
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
	padding-bottom: 50px;
}
.contentDatFoot .tit{
	font-family: 'Baskervville', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.25px;
	text-align: left;
	color: #fff;
	margin-bottom: 12px;
	position: relative;
	text-transform: uppercase;
}
.contentDatFoot .tit span{
	color: #f0bf34;
}
.contentDatFoot .tit::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
.cntItemDat1{
	display: flex;
	align-items: flex-start;
}
.cntItemDat1 .tit2{
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: left;
	color: #E1B332;
}
.contentDatFoot .tit.tit2{
	display: inline-block;
	margin-top: 24px;
}
.cntTelItem1{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	font-family: 'Arial', sans-serif;
}
.cntTelItem1 figure{
	width: 23px;
	margin-right: 16px;
}
.cntTelItem1 a{
	color: #fffefe;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: left;
}
.contentDatFoot a:hover{
	color: #fffefe;
}
.itemDat1-1{
	margin-right: 35px;
}
.itemDat1-1a{
	margin-bottom: 25px;
}
.aMailDatFoot{
	display: flex;
	align-items: center;
	text-align: left;
	color: #fffefe;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0px;
}
.aMailDatFoot figure{
	margin-right: 16px;
}

#redes2{
	width: auto;
	display: flex;
	align-items: center;
	padding-top: 8px;
}
#redes2 a{
	color: #ffffff;
	text-align: center;
	margin-right: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 a:hover,#redes2 a:focus{
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}
.cntItem3{
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
.itemDat3 .tit3{
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: left;
	color: #E1B332;
}
.cntItem3 figure{
	width: 40px;
	padding-right: 17px;
}
.cntItem3 div{
	width: calc(100% - 40px);
	color: #fffefe;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: left;
	font-family: 'Arial', sans-serif;
}
.itemDat1{
	margin-right: 69px;
}
.itemDat2{
	margin-right: 69px;
}
.itemDat3{
	width: 100%;
	padding-top: 40px;
}
.itemDat3 br{
    display: none;
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #E1B332;
	display: flex;
	align-items: center;
	min-height: 115px;
	color: white;
}
#footer .container{
	color: #fff;
	font-family: 'Arial',sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	width: 100%;
}
#footer .tfooter {
	line-height: 16px;
	text-align: center;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	float: left;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  
	line-height: 16px;
	margin: 0 auto 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
}
#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url(/_src/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}
/*Footer*/

/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 1px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover::after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }
#sliderTop{
	height: 350px;
	margin-top: 175px;
	border-bottom-left-radius: 200px;
}
#sliderTop .slides li{
	height: 350px;
	position: relative;
	background-position: right center !important;
	background-size: cover;
}
#sliderTop .slides li img.sliderImg{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container,.sliderCntTop{
	height: 100%;
}
.contSlider::before{
	content: '';
	position: absolute;
	top: 0;
	left: 40px;
	width: 1789px;
	height: calc(100% - 40px);
	background: url('../images/banner/after.png') center bottom no-repeat;
	background-size: cover;
	z-index: 1;
}
.sliderCntTop{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	line-height: normal;
	text-align: left;
	letter-spacing: 0px;
	padding-bottom: 100px;
}
.titleCaptio1{
	font-family: 'Baskervville', serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 60px;
	letter-spacing: 0px;
	text-align: left;
}
.titleCaptio2{
	font-family: 'Baskervville', serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 60px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	color: #F0BF34;
	position: relative;
	padding-right: 150px;
}
.titleCaptio2::before{
	content: '';
	position: absolute;
	width: 1400px;
	height: 100%;
	top: 0;
	right: 0;
	background: url('../images/banner/before.png') bottom right no-repeat;
	background-size: cover;
}
.txtBannez2{
	position: relative;
	z-index: 2;
}

#sliderTop .flex-direction-nav a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-left: 0px;
  position: absolute;
  z-index: 10;
  bottom: 24px;
  overflow: hidden;
  opacity: 1;
  left: 50%;
}
#sliderTop .flex-direction-nav .flex-next {
  background: url('../images/slider/next.png?v1') center no-repeat;
  margin-left: 301px;
}
#sliderTop .flex-direction-nav .flex-prev {
  background: url('../images/slider/prev.png?v1') center no-repeat;
  margin-left: 249px;
}
.flex-control-nav {
  width: auto;
  position: absolute;
  bottom: 22px;
  text-align: center;
  z-index: 2;
  left: 50%;
  margin-left: -360px;
}
#sliderTop .flex-control-nav li:first-child::before,#sliderTop .flex-control-nav li:last-child::before{
	width: 0;
	height: 0;
}
#sliderTop .flex-control-nav li {
  background: transparent;
  padding: 0 1px;
}
.flex-control-paging li a {
  width: 13px;
  height: 13px;
  background: transparent;
  border: solid 1px #8583a9;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 0px;
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover{
  background: #8583a9;
}
#icoWa{
	background: url('../images/icoWhatsapp.png') 0 0 no-repeat;
	background-size: contain;
	position: fixed;
	bottom: 75px;
	z-index: 5;
	width: 190px;
	height: 58px;
	right: 20px;
}
#textHome1{
	padding-top: 123px;
	padding-bottom: 125px;
}
.titleHome1{
	font-family: 'Baskervville', serif;
	color: #282828;
	font-weight: 400;
	font-size: 45px;
	line-height: 50px;
	text-align: center;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 41px;
}
.titleHome1 strong{
	font-weight: 400;
}
.titleHome1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 56.5px);
	width: 113px;
	height: 8px;
	background: #F0BF34;
}
#textHome1 article{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #616161;
	text-align: center;
}
#textHome1 article strong.strong1{
	color: #323232;
}
#textHome2{
	position: relative;
	padding: 0 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemHome2{
	width: calc(33.333% - 10px);
	margin-right: 15px;
}
.itemHome2:last-child{
	margin-right: 0;
}
.itemHome2{
	position: relative;
}
.itemHome2 .figure{
	position: relative;
	width: 100%;
	height: 100%;
	background: #101010;
}
.itemHome2 iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#textHome3{
	padding-top: 52px;
}
#textHome3 div[class*="col-"]{
	margin-bottom: 54px;
}
.contenHome3{
	max-width: 498px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.contenHome3::before{
	content: '';
	position: absolute;
	bottom: -8px;
	height: 8px;
	width: 100%;
	left: 0;
	background: url('../images/inicio/shadow.png') center bottom no-repeat;
	background-size: cover;
}
.contenHome3 figure figcaption{
	background: #121212;
	position: relative;
	margin: 5px 0;
	height: 58px;
	text-align: center;
	color: #fff;
	font-family: 'Baskervville', serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 58px;
}
.cntHome3{
	background: #efefef;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #616161;
	padding: 20px 10px;
}
.cntHome3-a{
	font-size: 13px;
	line-height: 25px;
	padding: 20px 20px;
}
#textHome4{
	background: url('../images/inicio/fondo1.webp') center no-repeat;
	background-size: cover;
}
.contentHome4{
	padding-left: calc(50% - 72px);
	height: 456px;
	display: flex;
	align-items: center;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #616161;
	letter-spacing: 0px;
}
.contentHome4 strong{
	font-size: 20px;
	color: #F0BF34;
}
#bodyAbogados{
	background: url('../images/abogados/fondo.webp') center top no-repeat;
	background-size: cover;
	padding-top: 70px;
}
.titleAbo1{
	color: #282828;
	font-family: 'Baskervville', serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 13px;
	position: relative;
}
.titleAbo1 strong{
	font-weight: 400;
}
.titleAbo1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 56.5px);
	width: 113px;
	height: 8px;
	background: #F0BF34;
}
#textAbo2{
	padding-top: 34px;
	padding-bottom: 34px;
}
.contentAbo2{
	display: flex;
	align-items: center;
	position: relative;
	padding: 34px 0;
	flex-wrap: wrap;
}
.itemAbo2a{
	width: 100%;
	position: relative;
	height: 320px;
}
.itemAbo2b{
	padding: 30px 10px;
	width: 100%;
	position: relative;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.itemAbo2b::before{
	content: '';
	position: absolute;
	top: 0;
	right: -15px;
	width: calc(100% + 30px);
	height: 100%;
	background: url('../images/abogados/fondo1.webp') center no-repeat;
	background-size: cover;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 5px;
	box-shadow: 4px 10px 10px 2px rgba(0, 0, 0, 0.4);
}
.itemAbo2a::before{
	content: '';
	position: absolute;
	top: 0;
	right: -15px;
	width: calc(100% + 30px);
	height: 100%;
	background: #555555;
	z-index: 2;
}
.itemAbo2a .play{
	position: relative;
	z-index: 2;
}
.bgvideoPlay{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0px;
}
.bg2Abo2::before{
	background: url('../images/abogados/abogado2.webp') right center no-repeat;
	background-size: cover;
	right: auto;
	left: -15px;
}
.bg3Abo2::before{
	background: url('../images/abogados/abogado3.webp') right center no-repeat;
	background-size: cover;
}
.titleAbo2{
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	margin-bottom: 12px;
}
.titleAbo2-2{
	margin-bottom: 38px;
}
.btnAbo2{
	background: #f0bf34;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
	text-align: left;
	max-width: 389px;
	position: relative;
	border-radius: 25px;
	height: 54px;
}
.btnAbo2 img{
	margin-right: 18px;
}
.btnAbo2:hover,.btnAbo2:focus{
	text-decoration: none;
	color: #222222;
}
.cntAbo2{
	position: relative;
	z-index: 2;
}
.contentAbo2-2 .itemAbo2a{
	width: 100%;
}
.contentAbo2-2 .itemAbo2b{
	width: 100%;
}
.contentAbo2-2 .itemAbo2b::before{
	right: auto;
	left: -15px;
	background: url('../images/abogados/fondo2.webp') center no-repeat;
	background-size: cover;
}
.itemAbo2b ul{
	list-style-image: url('../images/abogados/li.png');
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0px;
	color: #fff;
	margin-left: 13px;
	margin-bottom: 15px;
	text-align: left;
}
.itemAbo2b ul li{
	margin-bottom: 5px;
}
.itemAbo2b ul li:last-child{
	margin-bottom: 0px;
}
.itemAbo2b ul li:nth-child(4),.itemAbo2b ul li:nth-child(5),
.itemAbo2b ul li:nth-child(6),.itemAbo2b ul li:nth-child(7){
	margin-left: 17px;
}
#textAbo3{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 63px;
}
.itemAbo3{
	margin-right: 15px;
}
.itemAbo3:last-child{
	margin-right: 0px;
}
#textServ1{
	position: relative;
	padding: 50px 0;
}
.bgGrisServ{
	background: #ececec;
	position: relative;
}
.textServ2::before{
	content: '';
	position: absolute;
	top: 0;
	right: calc(50% + 56px);
	width: 924px;
	height: 100%;
	background: url('../images/servicios/serv1.webp') center no-repeat;
	background-size: cover;
}
.contentServ2{
	position: relative;
	height: 600px;
	padding-left: 0px;
	display: flex;
	align-items: center;
}
.cntServ2{
	background: #fff;
	width: 100%;
	position: relative;
	padding-top: 56px;
}
.cntServ2::before{
	content: '';
	position: absolute;
	top: 0;
	right: -600px;
	width: 600px;
	height: 100%;
	background: #fff;
}
.titleServ2{
	position: relative;
	background: #1d1d1b;
	color: #F0BF34;
	padding-right: 50px;
	text-align: center;
	font-family: 'Baskervville', serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleServ2 span{
	position: relative;
	z-index: 2;
}
.titleServ2::before{
	content: '';
	position: absolute;
	top: 0;
	left: -15px;
	height: 100%;
	width: calc(100% + 600px);
	background: #1d1d1b;
}
.titleServ2::after{
	content: '';
	position: absolute;
	top: -14px;
	left: -15px;
	height: 14px;
	width: 15px;
	background: url('../images/servicios/poli.png') center no-repeat;
	background-size: cover;
}
.serv2{
	display: flex;
	align-items: flex-start;
	padding-left: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.serv2 ul{
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
}
.serv2 ul li{
	position: relative;
	padding-left: 34px;
	margin-bottom: 13.6px;
}
.serv2 ul li::before{
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 21px;
	height: 21px;
	background: url('../images/servicios/li.png') center no-repeat;
	background-size: cover;
}
.serv2 ul li:last-child{
	margin-bottom: 0px;
}
.ul1Serv2{
	margin-right: 100px;
}

.textServ3::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% + 39px);
	width: 924px;
	height: 100%;
	background: url('../images/servicios/serv2.webp') center no-repeat;
	background-size: cover;
}
.contentServ3{
	position: relative;
	height: 600px;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	align-items: center;
}
.contentServ3 .cntServ2::before{
	right: auto;
	left: -600px;
}
.contentServ3 .titleServ2::before{
	left: auto;
	right: -15px;
}
.contentServ3 .titleServ2::after{
	left: auto;
	right: -15px;
	background: url('../images/servicios/poli1a.png') center no-repeat;
	background-size: cover;
}
.ulServ2a{
	margin-right: 100px;
}
.serv3{
	padding-left: 0px;
}

.contentServ3 .titleServ2{
	padding-right: 150px;
}
.textServ4{
	background: url('../images/servicios/serv3.webp') center no-repeat;
	background-size: cover;
	padding-top: 74px;
	padding-bottom: 79px;
}
.contentServ4{
	padding-top: 36px;
	background: rgba(0, 0, 0, 0.85);
}
.titleServ4{
	width: calc(100% + 30px);
	margin-left: -15px;
	position: relative;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #282828;
	font-family: 'Baskervville', serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
}
.titleServ4 div.tit{
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleServ4 div.tit .tit2{
	margin-left: 7px;
	position: relative;
	background: #1d1d1b;
	line-height: 45px;
	color: #f0bf34;
	padding: 0 18px;
}
.titleServ4::before{
	content: '';
	position: absolute;
	top: -14px;
	left: 0px;
	height: 14px;
	width: 15px;
	background: url('../images/servicios/poli2.png') center no-repeat;
	background-size: cover;
}
.titleServ4::after{
	content: '';
	position: absolute;
	top: -14px;
	right: 0px;
	height: 14px;
	width: 15px;
	background: url('../images/servicios/poli3.png') center no-repeat;
	background-size: cover;
}
.cntServ4{
	display: flex;
	align-items: flex-start;
	padding-left: 71px;
	padding-top: 80px;
	padding-bottom: 72px;
}
.cntServ4 ul{
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.cntServ4 ul li{
	position: relative;
	padding-left: 34px;
	margin-bottom: 13.6px;
}
.cntServ4 ul li::before{
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 21px;
	height: 21px;
	background: url('../images/servicios/li2.png') center no-repeat;
	background-size: cover;
}
.cntServ4 ul li:last-child{
	margin-bottom: 0px;
}
.ul1Serv4{
	margin-right: 50px;
}
.ul1Serv2-1a{
	margin-right: 35px;
}
.titleServ2-5{
	padding-right: 0px;
	padding-left: 20px;
}
.textServ5::before{
	content: '';
	position: absolute;
	top: 0;
	right: calc(50% + 56px);
	width: 924px;
	height: 100%;
	background: url('../images/servicios/serv4.webp') center no-repeat;
	background-size: cover;
}
.textServ6::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% + 39px);
	width: 924px;
	height: 100%;
	background: url('../images/servicios/serv5.webp') center no-repeat;
	background-size: cover;
}
.serv4{
	padding-top: 90px;
	padding-bottom: 90px;
}
.ulServ2b{
	margin-right: 70px;
}
.textServ7{
	background: url('../images/servicios/serv6.webp') center no-repeat;
	background-size: cover;
	padding-top: 74px;
	padding-bottom: 79px;
}
.cntServ6{
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 24px;
	padding-right: 20px;
}
.ul1Serv6{
	margin-right: 75px;
}
.ul1Serv6 br{
   display: none;
}
#textContacto1{
	padding-top: 76px;
}

#formTop{
	position: relative;
	padding-bottom: 47px;
	padding-top: 41px;
}
#frmContacto{
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 40px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -6px;
}
#frmContacto div[class*="col-"]{
	padding: 0 6px;
}
#frmContacto .form-group{
	margin-bottom: 12px;
	position: relative;
}
#frmContacto .form-control{
	display: block;
	height: 58px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding-left: 14px;
	letter-spacing: 0.25px;
	background: #fff;
	color: #a6a5a5;
	box-shadow: none;
	border: solid 1px #dedede;
	position: relative;
}
#frmContacto .textarea{
	padding-top: 17px;
	height: 128px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:48px; 
	background:#212121; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:'Open Sans', sans-serif; 
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0px;
	width: 109px;
	text-align: center;
	border-radius: 5px;
	margin-top: 30px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}

.cntCapt{
	display: inline-block;
	position: relative;
	margin-top: 29px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 1px;
}
#textContacto2{
	background: #1d1d1b;
	padding-top: 101px;
	padding-bottom: 99px;
}
.contentContacto2{
	display: flex;
}
.itemCont2a{
	width: 50%;
	padding-right: 25px;
}
.itemCont2b{
	width: 50%;
	padding-left: 7px;
}
.itemCont2b figure{
	width: 701px;
}
.boxCont2{
	background: #121212;
	display: flex;
	align-items: flex-start;
	height: 133px;
	margin-bottom: 28px;
	padding-top: 27px;
}
.boxCont2:last-child{
	margin-bottom: 0px;
}
.parte1Cont2{
	width: 96px;
	padding-right: 5px;
	display: flex;
	justify-content: center;
}
.titleCont2{
	color: #e1b332;
	font-family: 'Baskervville', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 4px;
}
.subtitleCont2{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	margin-bottom: 2px;
}
.parte2Cont2 a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.parte2Cont2 a.mail{
	color: #e1b332;
}
.cntTelsCont{
	display: flex;
	align-items: center;
}
.cntTelsCont div:first-child{
	margin-right: 36px;
}
.parte2Cont2 a.circle{
	position: relative;
	display: inline-block;
	padding-left: 19px;
}
.parte2Cont2 a.circle::before{
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e1b332;
}
#textContacto3{
	display: flex;
	align-items: center;
	padding-top: 9px;
	flex-wrap: wrap;
}
.itemCont3{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 9px;
}
.itemCont3:last-child{
	margin-right: 0px;
}
.mapaC{
	height: 340px;
}
.titleMap{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000;
	height: 109px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	padding: 5px 10px;
}
.titleMap div:first-child{
	width: 30px;
}
.titleMap div:last-child{
	width: auto;
}
.titleMap img{
	margin-right: 10px;
}
.titleMap br{
	display: none;
}