@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;
	margin-bottom: 35px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap');

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: 1230px;}
.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: 159px;
	position: absolute;
	top: 0;
	left: 0;
}
#darkTop{
	background: #2e2e2e;
}
.contentDarkTop{
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.contentDarkTop a{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-align: center;
}
.contentDarkTop a:last-child{
	margin-left: 36px;
	position: relative;
}
.contentDarkTop a:last-child:before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #ffffff;
	left: -19px;
	top: calc(50% - 3px);
	border-radius: 50%;
}

#logo{
	display: block;
	width: 110px;
	position: absolute;
	top: 36px;
	left: 15px;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	max-width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

#redes{
	display: flex;
	width: 100%;
	height: 36px;
	position: fixed;
	bottom: 0;
	top: auto;
	left: 0;
	background:#ffffff;
	z-index: 7;
}
#redes a{
	width: 33.333%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color:#ffffff;
	font-size: 18px;
	margin-right: 0;
}
#redes a img{
	display: none;
}
#redes a:hover,#redes a:focus{
	text-decoration: none;
	opacity: 0.85;
}
#redes .fb{
	background: #395398;
}
#redes .tr{
	background: #42bded; 
}
#redes .in{
	background: #AB7F5C;
}
#redes .lin{
	background: #0077b5;
}
#redes .you{
	background: #ff0000;
}
#redes a .fa{
	display: block;
}


#topMenu{
	height: 107px;
	width: 100%;
	position: relative;
	background: #ffffff;
}
#menu{
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
	height: 107px;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 0.1px;
	height: 107px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li a{
	display: block;
	color: #3a3a3a;
	position: relative;
	background: transparent;
	font-size: 13.5px;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	letter-spacing: -0.05px;
	font-weight: 400;
	line-height: 70px;
	height: 70px;
	padding: 0 22px;
}
#menu li:first-child{
}
#menu li:last-child{
	float: right;
	background: transparent;
	padding-right: 0;
}
#menu li:last-child a{
	padding-right: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #dd1729;
}
#menu li.active a:before, #menu li a:hover:before{
	content: '';
	position: absolute;
	top: calc(50% - 11px);
	left: 0;
	height: 22px;
	width: 18px;
	background: url(../images/banner/hover.png) center no-repeat;
	background-size: cover;
}


/*Footer*/
#datFooter{
	background: url(../images/banner/dat.jpg) top center no-repeat;
	background-size: cover;
}

#datFooter ul{
	display: inline-block;
}
#datFooter li{
	list-style: none;
}
#datFooter .tit{
	font-size: 20px;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 19px;
	padding-bottom: 38px;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 93px;
	padding-top: 60px;
	border-bottom: solid 1px #ffffff;
}
#datFooter .contentDatFooter a{
	display: flex;
	align-items: center;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: 0.25px;
	font-size: 16px;
}
#datFooter .contentDatFooter a div{
	width: 24px;
}
#datFooter .datlugar{
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-size: 16px;
	padding-left: 24px;
	background: url(../images/iconos/icomap.png) no-repeat;
	background-position: 2px 5px;
}
.contentLogosDat{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 172px;
}
.contentLogosDat a{
	margin-right: 4.5px;
	margin-left: 4.5px;
	margin-bottom: 10px;
}
.itemDat1 img{
	margin-left: -10px;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
}
.itemDat1{
	margin-right: 0px;
	width: 100%;
	margin-bottom: 45px;
}
.itemDat2{
	margin-right: 48px;
}
.itemDat3{
	margin-right: 48px;
}
.itemDat4{}

.itemDat4 .tit{
	padding-left: 21px;
}

#redes2{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
}
#redes2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: url(../images/iconos/bg1.png);
	border-radius: 50%;
	margin-right: 10px;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 a:hover{
	background: url(../images/iconos/bg2.png);
}

#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: url(../images/banner/footer.png) top center no-repeat;
	background-size: cover;
	line-height:18px;
	font-family:'Arial', sans-serif;
}
/*#footer .container{
	padding-top: 34px; 
	padding-bottom: 33px; 
	font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 22px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a {
  background: url(../images/tecweb.png) no-repeat center left;
  padding: 0 0 0 30px;
  line-height: inherit;
  display: inline-block;
  color: #FFF;
  margin-left: 4px;
}
#footer a:hover{
	text-decoration:none;
}
#footer #powered a{color:#FFF;}
#footer .tfooter{
	margin-bottom:10px;
}
#footer .tfooter,
#footer #powered{float:none; text-align:center;}
#footer .tfooter span{display:block; text-align:center; line-height:18px}*/


#footer .contentFooter{
	background: inherit;
  	display: flex;
  	align-items: center;
  	min-height: 115px;
  	color: white;
}
#footer .container{
    color: inherit;
    font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter {
  	line-height: 16px;
  	text-align: center;
  	min-height: 22px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	margin-bottom: 5px;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
  	line-height: 16px;
  	margin: 0 auto 0;
  	width: auto;
  	text-align: center;
  	display: flex;
  	align-items: center;
  	color: inherit;
  	justify-content: center;
}
#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 2px #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: 370px;
	margin-top: 159px;
}
#sliderTop .slides li{
	height: 370px;
	position: relative;
	background-position: center center !important
}
#sliderTop .slides li img{
	display: none;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.contSlider .container .cntSliderTop{
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 164px;
}
body[data-page="5"] .contSlider .container .cntSliderTop{
	padding-bottom: 0px;
}
.contSlider .container .caption{
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	lette-r-spacing: 0px;
	color: #ffffff;
	line-height: normal;
	text-align: center;
	text-shadow: 3px 2px 7px rgba(0,0,0,0.65);
}

.flex-direction-nav {
	position: absolute;
    top: calc(50% - 119px);
    left: 0;
    height: 74px;
    width: 100%;
}
body[data-page="5"] .flex-direction-nav{
  top: calc(50% - 33px);
}
.flex-direction-nav a{
	width: 19px;
	height: 74px;
	top: 0;
	bottom: auto;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev2.png);
}
.flex-direction-nav .flex-next {
	margin-left: 340px;
	opacity: 1;
	background: url(../images/slider/next2.png);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}

#icoWa{
	background: url(../images/icoWa.png) 0 0 no-repeat;
	width: 231px;
	height: 53px;
	position: fixed;
	bottom: 42px;
	right: 10px;
	z-index: 5
}


#textForm{
	background: url(../images/banner/form.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
}
.cntFomtTop{
	position: relative;
	min-height: 329px;
	padding-top: 164px;
}
#frmContacto{
	overflow: hidden;
	background: #ffffff;
	border-radius: 5px;
	padding-top: 24px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 27px;
	top: -164px;
	left: 0;
	position: absolute;
	z-index: 2;
}
#frmContacto .tit{
	color: #004e9b;
	font-family: "Lato", sans-serif;
	font-size: 36px;
	font-weight: 900;
	line-height: 30px;
	position: relative;
	margin-bottom: 28px;
	padding: 3px 0;
	text-align: left;
	text-transform: uppercase;
}
#frmContacto .tit:before{
	content: '';
	position: absolute;
	bottom: 4px;
	right: 0;
	height: 1px;
	width: 100%;
	background: #a6a6a6;
}
#frmContacto .tit span{
	display: inline-block;
	background: #ffffff;
	z-index: 2;
	position: relative;
	padding-right: 10px;
}
#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: 42px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Arial", serif;
	font-size: 13px;
	font-weight: 400;
	color: #949494;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #c5c5c5;
	background: #f6f6f6; 
}
#frmContacto .fechaForm .form-control{
	padding-right: 40px;
}
.fechaForm img{
	position: absolute;
	right: 10px;
	top: 8px;
}
#frmContacto .textarea{
	height: 150px;
	padding-top: 12px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block;
	position: absolute;
	top: 0;
	right: 0; 
	height:42px; 
	background: url(../images/submit.png?v2) center no-repeat; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:14px;
	width: 164px;
	text-align: center;
	font-weight: 400;
	border-radius: 0px;
}
#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:#959595; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#959595; 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;
}
.cntInput{
	position: relative;
	margin-top: 10px;
	height: 42px;
	line-height: 42px;
	color: #333333;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
}


.slAzul{
	background:url(../images/banner/azul.png);
	height: 28px;
	position: relative;
	z-index: 3;
	margin-top: 159px;
}
.cntInicio1{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 0;
	flex-wrap: wrap;
}
.cntInicio1 img{
	margin: 0 auto;
}
.itemInicio1{
	width: 100%;
	text-align: center;
}
.itemInicio2{
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	padding: 30px 0;
}
.itemInicio2 strong{
	font-weight: 900;
	display: block;
}
.itemInicio3{
	text-align: center;
	width: 100%;
}
.titleInicio1{
	height: 162px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 48px;
}

#textHome1{
	background: url(../images/inicio/bg1.webp) center no-repeat;
	background-size: cover;
}
.contentHome1{
	height: 667px;
	display: flex;
	align-items: center;
}
.cntHome1{
	background: #ffffff;
	max-width: 716px;
	padding-left: 44px;
	padding-right: 33px;
	padding-top: 58px;
	padding-bottom: 58px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.35);
	color: #454545;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.25px;
}
.titleHome1{
	color: #20579e;
	font-weight: 900;
	font-size: 36px;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 25px;
}
#textHome2{
	padding-top: 107px;
	padding-bottom: 103px;
}
#textHome2 div[class*="col-"]{
	width: 50%;
}
#textHome2 div[class*="col-"]:nth-child(1) .contentHome2,
#textHome2 div[class*="col-"]:nth-child(2) .contentHome2{
	margin-left: auto;
	margin-right: auto;
}
#textHome2 div[class*="col-"]:last-child .contentHome2{
	margin-left: auto;
	margin-right: auto;
}
#textHome2 div[class*="col-"]:last-child{
	margin-left: 25%;
	margin-top: 50px;
}
.contentHome2{
	max-width: 355px;
	border-radius: 5px;
	position: relative;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.35);
}
.bg1Home2,.bg2Home2,.bg3Home2{
	height: 255px;
	background: url(../images/inicio/fondo1.webp) left top no-repeat;
	background-size: cover;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.bg2Home2{
	background: url(../images/inicio/fondo2.webp) left top no-repeat;
	background-size: cover;
}
.bg3Home2{
	background: url(../images/inicio/fondo3.webp) left top no-repeat;
	background-size: cover;
}
.cntHome2{
	height: 186px;
	background: url(../images/inicio/bg.png) left top no-repeat;
	background-size: cover;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 21px;
}

.titleHome2{
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 0;
	padding-bottom: 28px;
	position: relative;
}
.titleHome2:before{
	content: '';
	position: absolute;
	bottom: 12px;
	left: calc(50% - 72.5px);
	width: 145px;
	height: 1px;
	background: url(../images/inicio/linea.png) center;
}
#textHome3{
	background: url(../images/inicio/bg2.webp) center no-repeat;
	background-size: cover;
}
.contentHome3{
	height: 674px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	padding-right: 0px;
}
.cntHome3{
	max-width: 509px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0;
}
.titleHome3{
	background: url(../images/inicio/bgr.png) center no-repeat;
	background-size: cover;
	height: 79px;
	width: 351px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #ffffff;
	font-size: 36px;
	line-height: normal;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-left: auto;
	margin-bottom: 40px;
}
.cntHome3 strong.strong1{
	color: #373737;
}
.cntHome3 strong.strong2{
	color: #4f4f4f;
	font-weight: 900;
	font-size: 26.85px;
	line-height: 45px;
	display: block;
	margin-top: 30px;
}
#textServ1{
	padding-top: 89px;
	padding-bottom: 14px;
}
#textServ1 .row{
	margin: 0 -15px;
}
#textServ1 div[class*="col-"]{
	padding: 0 15px;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

.contentServ1{
	max-width: 535px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.contentServ1 figure{
	position: relative;
}
.contentServ1 figure div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 81px;
	background: url(../images/servicios/bg.png);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	padding: 5px;
}
.titleNombreServ{
	color: #feffff;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0;
	text-align: center;
}
.titleServ1{
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0;
	padding-top: 12px;
}


#textAsesor1{
	padding-top: 66px;
	padding-bottom: 5px;
}

.contentAsesor{
	max-width: 371px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.contentAsesor figure{
	position: relative;
}
.contentAsesor figure img{
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}
.redesSociAse{
	position: absolute;
	width: 44px;
	bottom: 23px;
	right: 15px;
}
.redesSociAse a{
	margin-bottom: 8px;
	display: block;
}
.redesSociAse a:last-child{
	margin-bottom: 0;
}
.redesSociAse a:hover{
	text-decoration: none;
}
.contentTextASesor{
	position: relative;
	background: url(../images/asesores/fondo.png?v2) center bottom no-repeat;
	background-size: cover;
	border-left: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.contentTextASesor a{
	display: flex;
	align-items: center;
}
.topAsesor{
	padding-left: 22px;
	padding-right: 22px;
}
.broker{
	height: 46px;
	display: flex;
	align-items: center;
	color: #8b8b8b;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0;
	text-align: left;
	border-bottom: solid 1px #e7e7e7;
	position: relative;
}
.mailTelAsesor{
	padding-top: 21px;
	padding-bottom: 21px;
}
.topAsesor .telAsesor{
	padding-top: 5px;
}
.topAsesor a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #555555;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
}
.topAsesor a.tel{
	font-size: 15px;
}
.topAsesor a.tel img{
	margin-left: 2px;
}
.topAsesor a img{
	margin-right: 7px;
}
.iraProp{
	border-top: solid 1px #e7e7e7;
	height: 55px;
	display: flex;
	padding-left: 22px;
	align-items: center;
}
.iraProp a{
	color: #004e9b;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
}
.iraProp a img{
	margin-left: 9px;
}
#textAsesor1 .row{
	margin: 0 -10px;
}
#textAsesor1 div[class*="col-"]{
	margin-bottom: 48px;
	padding: 0 10px;
	width: 50%;
}
.nombreAsesorT{
	height: 140px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: normal;
	color: #ffffff;
	padding-left: 22px;
	position: absolute;
	left: 0;
	bottom: 0px;
	padding-right: 60px;
	text-align: left;
	background: url(../images/shadow.png) center top no-repeat;
	background-size: cover; 
	display: flex;
	align-items: flex-end;
	padding-bottom: 35px;
}

#textContacto1{
	background: url(../images/contacto/tit.png) center top no-repeat;
	background-size: cover; 
}
#textContacto1 .tit{
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 45px;
	letter-spacing: 0px;
	text-transform: uppercase;
}

#formTop{
	position: relative;
	padding-bottom: 60px;
	padding-top: 50px;
}
#frmContacto2{
	overflow: hidden;
	position: relative;
}
#frmContacto2 .tit{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color: #616161;
	margin-bottom: 43px;
}
#frmContacto2 .row{
	margin: 0 -7.5px;
}
#frmContacto2 div[class*="col-"]{
	padding: 0 7.5px;
}
#frmContacto2 .form-group{
	margin-bottom: 10px
}
#frmContacto2 .form-control{
	display: block;
	height: 74px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Open Sans", serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.25px;
	color: #959595;
	box-shadow: inset 0 1px 1px transparent !important;
	border: solid 1px #d7d7d7;
	padding-left: 20px;
	border-radius: 0px;
}
#frmContacto2 .textarea{
	height: 150px;
	padding-top: 24px;
}

#frmContacto2 input[type=submit],
#frmContacto2 input[type=reset]{
	display:inline-block; 
	height:42px; 
	margin-right: auto;
	margin-left: auto;
	background: #006284; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 35px;
}
#frmContacto2 input[type=submit]:hover,
#frmContacto2 input[type=reset]:hover{opacity:.8}
#frmContacto2 .error input,
#frmContacto2 .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

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

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

.cntCapt{
	display: inline-block;
	position: relative;
	margin-top: 29px;
}
.cntCapt img{
	width: 302px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}

#textContacto2{
	background: url(../images/contacto/bg1.jpg) center top no-repeat;
	background-size: cover; 
}
.contentContacto2{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 619px;
}
.cntContacto2{
	width: 100%;
	max-width: 925px;
	border: dashed 2px #a1a1a1;
	border-top: 0;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 44px;
}
.datosFiscales{
	margin-bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nameTxt{
	width: calc(50% - 1.5px);
	margin-right: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 84px;
	background: #3e3e3e;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 48px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.cntTxt{
	width: calc(50% - 1.5px);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 84px;
	background: #f1f1f1;
	color: #464646;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.cntTxt span{
	display: block;
}
.cntContacto2 .tit{
	color: #3e3e3e;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 48px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-top: -23px;
	margin-bottom: 30px;
}
.cntContacto2 .tit:before,.cntContacto2 .tit:after{
	content: '';
	position: absolute;
	top: calc(50% - 1.5px);
	left: -38px;
	width: 225px;
	height: 3px;
	border-top: dashed 2px #a1a1a1;
}
.cntContacto2 .tit:after{
	left: auto;
	right: -38px;
}
#textContacto3{
	padding-top: 70px;
	padding-bottom: 70px;
}
#textContacto3 .tit{
	color: #006180;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding-bottom: 29px;
	margin-bottom: 35px;
}
#textContacto3 .tit:before{
	content: '';
	position: absolute;
	width: 227px;
	height: 1px;
	background: #616161;
	bottom: 0px;
	left: calc(50% - 113.5px);
	opacity: 0.25;
}
#textContacto3 .textoC3{
	color: #959595;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-align: left;
}
#textContacto3 .textoC3 strong{
	font-weight: 800;
}