@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;
}

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: 1010px;}
.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;
	background: url(../images/bgmenu.jpg) center no-repeat;
	background-size: cover;
	border-bottom: solid 3px #ffffff;
	height: 155px;
	position: absolute;
	top: 0;
	left: 0;
}
#header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #fff;
	z-index: 4;
}
#logo{
	display: block;
	width: 300px;
	height: 68px;
	padding-top: 10px;
	background: url(../images/bglogoa.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: -99px;
	left: 15px;
}
#logo img{
	width: 200px;
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}
#darkTop{
	height: 94px;
	width: 100%;
	margin-top: 5px;
	border-top: solid 5px #eeeeee;
}
#darkTop .container{
	text-align: right;
	padding-top: 45px;
}
.datos-user{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 43px;
	padding-right: 2px;
}
#darkTop a{
	height: 43px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#darkTop .tel2Top{
	margin-left: 31px;
	position: relative;
}
#darkTop .tel2Top:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 28px;
	top: calc(50% - 14px);
	left: -16px;
	background: rgba(255,255,255,0.25);
}
#darkTop .correo{
	margin-left: 21px;
}
#darkTop span{	
	display: inline-block;
	color: #ffffff;
	font-family:"Arial", sans-serif;
	font-size: 13.5px;
	letter-spacing: 0px;
	font-weight: 400;
}
#darkTop a img{
	margin-right: 5px;
}
#darkTop a:hover,#darkTop a:focus{
	text-decoration: none;
	color: #dd3e7f;
}


#redes{
	width: auto;
	height: 42px;
	width: 244px;
	background: url(../images/redes/bgredes.png) center bottom no-repeat;
	background-size: cover;
	position: absolute;
	top: -10px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a{
	color: #ffffff;
	height: 24px;
	width: 24px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	margin-right: 4px;
	background: #ffffff;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url(../images/redes/redes2.png) left center no-repeat;
}
#redes .tw{
	background: url(../images/redes/redes2.png) center no-repeat;
	background-position: -29px center;
}
#redes .in{
	background: url(../images/redes/redes2.png) center no-repeat;
	background-position: -58px center;
}
#redes .lk{
	background: url(../images/redes/redes2.png) center no-repeat;
	background-position: -87px center;
}
#redes .yt{
	background: url(../images/redes/redes2.png) right center no-repeat;
}
/*#redes .fb:hover,#redes .fb:focus{
	background: #395398 !important;
	color: #ffffff;
}
#redes .tw:hover,#redes .tw:focus{
	background: #42bded !important; 
	color: #ffffff;
}*/

#redes .telefono{
	border-radius: 0;
	background: transparent;
	width: 151px !important;
	margin-right: 25px;
	display: flex;
	align-items: center;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
#redes .telefono .fa{
	display: none;
}
#redes .telefono img{
	margin-right: 5px;
}
#redes a:hover,#redes a:focus{
	opacity: 0.95;
	transform: scale(1.08);
}

#redes2{
	display: flex;
	align-items: center;
}
#redes2 a{
	color: #ffffff;
	height: 24px;
	width: 24px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	margin-right: 4px;
	background: #ffffff;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 a .fa{
	display: none;
}
#redes2 .fb{
	background: url(../images/redes/redes2.png) left center no-repeat;
}
#redes2 .tw{
	background: url(../images/redes/redes2.png) center no-repeat;
	background-position: -29px center;
}
#redes2 .in{
	background: url(../images/redes/redes2.png) center no-repeat;
	background-position: -58px center;
}
#redes2 .lk{
	background: url(../images/redes/redes2.png) center no-repeat;
	background-position: -87px center;
}
#redes2 .yt{
	background: url(../images/redes/redes2.png) right center no-repeat;
}
#redes2 a:hover,#redes2 a:focus{
	opacity: 0.95;
	transform: scale(1.08);
}

#topMenu{
	background: transparent;
	height: 54px;
	width: 100%;
}
#menu{
	margin: auto;
	position: absolute;
	right: 17px;
	top: 0;
	height: 54px;
}
#menu ul{
	margin: 0;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
}
#menu li img{
	position: absolute;
	right: 0;
	top: calc(50% - 7.5px);
	height: 15px;
	width: 1.3px;
}
#menu li a{
	display: block;
	color: #cfdbf5;
	position: relative;
	background: transparent;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height:54px;
	height: 54px;
	padding: 0 13px;
}
#menu li:last-child{
	float: right
}
#menu li:last-child a{
	padding-right: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color:#ffffff;
}
#menu li.active a:before,#menu li a:hover:before,#menu li a:focus:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 5px);
	width: 10px;
	height: 6px;
	background: url(../images/caretI.png) center no-repeat;
}
#menu li:last-child a:before{
	margin-left: 6.5px;
}

/*===DatFooter===*/
#datFooter{
	background: #0550ad;
	padding: 30.5px 0;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
}
#datFooter div[class*="col-"]{
	padding-bottom: 10px;
	width: 50%;
}
.colf3{
	width: 28%;
}
.colf4{
	width: 22%;
}
#datFooter .container,
#datFooter a{color: #fff}
#datFooter i[class*="iconf-"]{
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	height: 15px;
	width: 18px;
}
#datFooter ul{
	display: inline-block;
}
#datFooter ul:first-child{
	padding-right: 18px
}
#datFooter li{
	list-style: none;
}
.marginTop{
	margin-top: 5px;
}

div[class*="iconf2-"]{
	padding-left: 25px;
	padding-bottom: 1px;
}
.iconf2-wha{
	background: url(../images/datfooter/icoWhat.png) left center no-repeat;
}
.iconf2-tel{
	background: url(../images/datfooter/icoTel.png) left center no-repeat;
}
.iconf2-mail{
	background: url(../images/datfooter/icoMail.png) left center no-repeat;
}
.iconf2-lugar{
	background: url(../images/datfooter/mark.png) left center no-repeat;
	background-position: left 5px;
	text-align: left;
	padding-left: 16px !important;
	line-height: 18px !important;
	padding-top: 3px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0px;
}
#datFooter .tit{
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	color: #FFF;
	line-height: normal;
	border-bottom: solid 1px #FFF;
	padding: 5px 0;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.facebook,.twitter{
	display: inline-block;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #ffffff;
	color: #1b1b1b !important;
	text-align: center;
}
.facebook:hover,.facebook:focus{
	background: #395398 !important;
	color: #ffffff !important;
}
.twitter:hover,.twitter:focus{
	background: #42bded !important; 
	color: #ffffff !important;
}
#datFooter a{
	line-height: 24px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.contenetDatFooter{
	display: flex;
	flex-wrap: wrap;
}
.contenetDatFooter .itemDat1{
	width: 255px;
	margin-right: 49px;
}
.contenetDatFooter .itemDat2{
	width: 215px;
	margin-right: 49px;
}
.contenetDatFooter .itemDat3{
	width: 150px;
}



/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background:#013892;
	line-height:19px;
	font-family:'Arial', sans-serif;
	min-height: 42px; 
}
#footer .container{
	padding-top:13px;
	padding-bottom:12px;
	font-family:inherit;
	font-size:inherit
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}
/*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:before{
	display: block;
	content: "";
	position: absolute;
	height: 10px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.25);
	z-index: 2;
}
#sliderTop .caption{
	background: rgba(255,255,255, 0.5);
	width: 49%;
	height: 132px;
	bottom: 25px;
	position: absolute;
	left: 0;
	text-align: left;
}
#sliderTop .caption article{
	display: inline-block;
	text-align: left;
	width: 310px;
	position: absolute;
	right: 30px;
}
#sliderTop .caption .titleslider strong{
	font-weight: 700;
	display: block;
	color: #1c3c8f;
	text-transform: uppercase;
}
#sliderTop .caption .titleslider{
	font-weight: 300;
	display: block;
	font-size: 46px;
	color: #313131;
	text-transform: uppercase;
	font-family: "Oswald", serif;
	line-height: 55px;
	padding-top: 9px;
}

#sliderTop{
	height: 300px;
	margin-top: 155px;
}
#sliderTop .slides li{
	height: 300px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img{
	display: none;
}
.flex-direction-nav .flex-prev {
	margin-left: 260px;
}
.flex-direction-nav .flex-next {
	margin-left: 305px;
}


#icoWaFix{
	position:fixed;
	width: 200px;
	height: 65px;
  z-index: 10;
	right: 15px;
	bottom: 180px;
	background: url(../images/wha1.png) center no-repeat;
	background-size: contain;
}
#icoWaFix2{
	position:fixed;
	width: 200px;
	height: 65px;
  z-index: 10;
	right: 15px;
	bottom: 80px;
	background: url(../images/wha2.png) center no-repeat;
	background-size: contain;
}
#icoWaFix:hover{
	text-decoration: none;
}



#main{
	overflow: hidden
}

#tituloHome1{
	background: #1d3c8e;
}
#tituloHome1 .container{
	color: #ffffff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 24px;
	padding: 18px 15px;
	text-transform: uppercase;
}
#tituloHome2{
	background: #4d4d4d;
}
#tituloHome2 .container{
	color: #ffffff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 25px;
	padding: 17.5px 0;
}
#textHome1{
	background: url(../images/inicio/bg1.png) center no-repeat;
	background-size: cover;
}
.descargas{
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.descargas .pdf{
	margin-right: 0;
}
/*.descargas:before{
	content: '';
	position: absolute;
	top: calc(50% - 64.5px);
	left: 50%;
	width: 1px;
	height: 129px;
	background: url(../images/inicio/linea.png) center no-repeat;
}*/
.contentHome1{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	text-align: center;
	padding-bottom: 16.5px;
}
.contentHome1 a{
	font-weight: 700;
	color: #1d3c8e;
}
.contentHome2{
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
	padding: 35px 0;
}
.contentHome2 span{
	font-weight: 900;
}
.cartaP{
	background: url(../images/inicio/img1a.jpg) center no-repeat;
	background-size: cover;
	height: 375px;
	position: relative;
	margin-bottom: 25px;
}
.cartaP div{
	position: absolute;
	bottom: 22px;
	left: 0;
	background: rgba(36,67,153,0.85);
	text-align: center;
	padding: 13px 15px; 
	color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	font-family: 'Oswald', sans-serif;
}
.cartaP div span{
	display: block;
	font-weight: 700;
}
#textHome2 .politicas{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#textHome2 .itemPoliticas{
	margin-bottom: 35px;
	width: calc(50% - 3.5px);
	margin-right: 7px;
}
#textHome2 .itemPoliticas:nth-child(2){
	margin-right: 0;
}
#textHome2 .itemPoliticas:last-child{
	margin-right: 0;
}
.titlePolitica{
	height: 53px;
	background: #003992;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #ffffff;
	border-bottom: solid 3px #2c55c2;
}
.titlePolitica img{
	margin-right: 5px;
}
.contentSpaPol,.contentSpaEn{
	background: #dcdcdc; 
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 24px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
}
.extP{
	padding-top: 30px;
	padding-bottom: 30px;
}
.contentSpaEn{
	margin-top: 4px;
}
.contentEmpresa1{
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
	padding-top: 33px;
	padding-bottom: 20px;
}
.contentEmpresa1 span{
	color: #3b3939;
	font-weight: 700;
}
.titleEmpresa1{
	padding-bottom: 20px;
	color: #1d3c8e;
	line-height: 24px;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: left;
}
#textEmpresa1 ul{
	list-style-image: url(../images/empresa/ul.png);
	margin-left: 18px;
	margin-bottom: 25px;
}
#textEmpresa1 ul li{
	color: #303030;
	line-height: 24px;
	text-align: left;
} 
#textEmpresa2{
	background: url(../images/empresa/bg1.png) center no-repeat;
	background-size: cover;
	padding: 25px 0;
}
#textEmpresa2 .mapa{
	margin-left: 11px;
}
.titleEmpresa2{
	color: #1d3c8e;
	line-height: 24px;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	text-align: left;
	padding-bottom: 10px;
}
.contentUl{
	display: flex;
}
#textEmpresa2 ul{
	display: inline-block;
	font-family: 'Arial';
	color: #303030;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-left: 25px;
}
#textEmpresa2 .ul1{
	width: 183px;
}
#textEmpresa2 .ul2{
	width: calc(100% - 183px);
}
.lidif{
	line-height: 18px;
}
.secondTitle{
	margin-top: 10px;
}
.contentEmpresa2{
	padding-right: 0;
	margin-top: 20px;
}
#textEmpresa2 div[class*='col-']{
	width: 100%;
}
#textEmpresa2 div[class*='col-']:first-child{
	order: 2;
}
#textEmpresa2 div[class*='col-']:last-child{
	order: 1;
}
#textEmpresa2 div[class*='col-']:last-child img{
	margin: auto;
	margin-top: 7px;
}
#textEmpresa2 .row{
	display: flex;
	flex-wrap: wrap;
}
#textEmpresa3{
	background: #393939;
}
#textEmpresa3 .container{
	font-family: 'Arial';
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	padding: 30px;
}
#textEmpresa4{
	background: url(../images/empresa/bg2.jpg) center no-repeat;
	background-size: cover;
	height: 486px;
	position: relative;
	background-position-x: left;
}
#textEmpresa4:before{
	content: '';
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	left: 40%;
	background: rgba(0,65,118,0.85); 
}
.contentEmpresa4{
	width: 60%;
	height: 486px;
	margin-left: auto;
	padding-left: 22px;
	display: flex;
	align-items: center;
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 19px;
}
.contentEmpresa4 .titleEmpresa4{
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	line-height: 19px;
	border-bottom: dashed 1px #ffffff;
	padding-bottom: 18px;
	margin-bottom: 10px;
}
.contentEmpresa4 .black{
	font-weight: 900;
}
.contEmpresa4{
	margin-bottom: 35px;
}
#textEmpresa5{
	background: #f5f5f5;
	padding: 5.5px 0;
}
.titleEmpresa5{
	color: #1d3c8e;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 24px;
	text-align: center;
	padding-top: 35px;
	margin-bottom: 65px;
}
#textEmpresa5 img{
	margin: auto;
	margin-bottom: 25px;
}
.contentEmpresa5{
	font-family: 'Arial';
	font-size: 14px;
	line-height: 24px;
	color: #616161;
	font-weight: 400;
	text-align: center;
}
.contentEmpresa5 span{
	font-weight: 900;
}
.pad1{
	padding-right: 25px;
	margin-bottom: 70px;
}
.pad2{
	padding-left: 25px;
	margin-bottom: 70px;
}
.lineadiv:before{
	content: '';
	position: absolute;
	width: 1.2px;
	height: 311px;
	top: calc(50% - 155.5px);
	right: -0.5px;
	background: #bebebe;
}
.titleservicios{
	font-family: 'Arial';
	color: #616161;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	padding: 30px 0;
	text-align: center;
}
.itemServicio{
	height: 99px;
	position: relative;
	padding-left: 170px;
}
.itemServicio .imgItem{
	position: absolute;
	top: 0;
	left: 0;
	width: 167px;
	height: 99px;
}
.itemContent{
	background: #1d3c8e;
	height: 99px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemTitle{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #ffffff;
	text-align: center;
}
.itemSubtitle{
	color: #7398fc;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	line-height: 19px;
	padding-top: 3px;
}
#textServicio{
	padding-bottom: 23px;
}
#textServicio div[class*="col-"]{
	margin-bottom: 30px;
}
#textServicio div[class*="col-"]:nth-child(2n + 1){
	padding-right: 20px;
	border-right: solid 1px #a2a6a5;
}
#textServicio div[class*="col-"]:nth-child(2n + 2){
	padding-left: 20px;
}
#textServicio div[class*="col-"]:last-child{
	border-right: 0;
}
#formTop{
	position: relative;
	padding-bottom: 35px;
	padding-top: 35px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Arial", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-bottom: 35px;
	padding: 3px 0;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 5px;
}
#frmContacto .form-group{
	margin-bottom: 8px
}
#frmContacto .form-control{
	display: block;
	height: 39px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #5e5e5e;
	border: 1px solid #d6d6d6;
	box-shadow: inset 0 1px 1px transparent;
}
#frmContacto .textarea{
	height: 81px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background:#1d3c8e; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 82px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top:19px; 
}
#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;
}

#textContacto1{
	background: #e0e0e0; 
	padding-top: 63px;
	padding-bottom: 42px;
}
.contentContacto1{
	display: flex;
}
.itemC1{
	margin-right: 49px;
}
.itemC1 img{
	width: 300px;
	margin-top: 50px;
}
.titleItemC2{
	color: #1d3c8e;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px; 
	line-height: 24px;
	padding-bottom: 7px;
}
.secondC2{
	margin-top: 20px;
}
.itemC2{
	font-family: 'Arial';
	font-size: 16px;
	color: #616161;
	line-height: 24px;
	font-weight: 400;
}
.itemC2 span{
	font-weight: 700;
	color: #1c1c1d;
}
.telefonosContacto{
	display: flex;
}
.celularC{
	margin-left: 25px;
}
#textContacto2{
	background: #1a3680;
}
#textContacto2 .container{
	color: #fffefe;
	font-family: 'Arial';
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	padding: 25px 15px;
}
#textContacto2 .container span{
	font-family: 'Oswald',sans-serif;
	font-weight: 700;
	font-size: 18px;
}
#textContacto3{
	background: #363636;
}
#textContacto3 .container{
	color: #fffefe;
	font-family: 'Oswald',sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 200;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 32px;
}
#textContacto3 .container span{
	font-weight: 700;
	display: block;
}
#textDetalle1{
	background: #e8e8e8;
	padding: 35px 0; 
}
.contentGeneral{
	font-family: 'Arial',sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #616161;
}
.contentGeneral span{
	font-weight: 900;
}
.contentGeneral strong{
	font-weight: 400;
	text-decoration: underline;
}
.imgServicio1{
	width: 295px;
	height: 181px;
}
#textDetalle2{
	padding-top: 38px;
	padding-bottom: 38px;
}
#textDetalle2 .container .row{
	margin: 0;
	display: flex;
	position: relative;
	justify-content: center;
	flex-wrap: wrap;
}
#textDetalle2 .container .row:last-child{
	justify-content: center;
}
#textDetalle2 .row .Imgitem{
	padding-top: 13px;
	padding-bottom: 13px;
	position: relative;
}
#textDetalle2 .row:first-child .Imgitem{
	border-bottom: solid 1px #aaaaaa;
}
#textDetalle2 .row:first-child .Imgitem:nth-child(2n + 1){
	padding-right: 23.5px;
	border-right: solid 1px #aaaaaa;
}
#textDetalle2 .row:first-child .Imgitem:nth-child(2n + 2){
	padding-left: 23.5px;
}

#textDetalle2 .row:first-child .Imgitem:nth-child(1){
	padding-top: 0;
}
#textDetalle2 .row:first-child .Imgitem:nth-child(2){
	padding-top: 0;
}
#textDetalle2 .row:first-child .Imgitem:nth-child(3){
	padding-top: 13px;
}
#textDetalle2 .row:last-child .Imgitem:nth-child(1){
	padding-bottom: 13px;
	padding-right: 23.5px;
	border-bottom: solid 1px #aaaaaa;
}
#textDetalle2 .row:last-child .Imgitem:nth-child(2){
	padding-bottom: 13px;
	padding-left: 23.5px;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
}
#textDetalle2 .row:last-child .Imgitem:nth-child(3){
	margin-right: calc(50% - 20px);
}

#textDetalle2 .row:first-child .Imgitem:nth-child(2n + 1):before{
	content: '';
	position: absolute;
	height: 9px;
	width: 9px;
	background: #ffffff;
	border: solid 1px #aaaaaa;
	border-radius: 50%;
	right: -4.5px;
	bottom: -4.5px;
	z-index: 2; 
}

#textDetalle2 .row:last-child .Imgitem:nth-child(2):before{
	content: '';
	position: absolute;
	height: 9px;
	width: 9px;
	background: #ffffff;
	border: solid 1px #aaaaaa;
	border-radius: 50%;
	left: -4.5px;
	bottom: -4.5px;
	z-index: 2; 
}

.titlegofrados{
	padding: 28px 0 !important;  
}
.contentUlS2{
	display: flex;
	flex-wrap: wrap;
}
.contentUlS2 ul{
	margin-left: 15px;
	list-style-image: url(../images/servicios/ul.png);
}

.paddings2{
	margin-right: 52px;
	text-align: left;
}
.sinps3{
	margin-right: 0;
	width: 250px;
}
.sinps2{
	margin-right: 0;
	width: 250px;
}
figure.servicio1{
	width: 295px;
	height: 185px;
}
figure.servicio2{
	width: 288px;
}
.ultimo2S1,.ultimo3S1{
	height: 0;
	padding-top: 0 !important;
}
.ultimo2S2,.ultimo2S1,.ultimo3S1{
	border-bottom: 0 !important;
	padding-bottom: 0 !important
}
.ultimo2S2:before,.ultimo2S1:before,.ultimo3S1:before{
	width: 0 !important;
	height: 0 !important;
	border: 0 !important;
}
.ultimo3S2,.ultimo2S7,.ultimo3S8,.ultimo4S8{
	border-bottom: 0 !important;
	padding-bottom: 0 !important
}
.ultimo2S7:after,.ultimo2S7:before,.sinelipse:before,.ultimo3S8:before,.ultimoS8:after,.ultimo1S5:before{
	width: 0 !important;
	height: 0 !important;
	border: 0 !important;
}
.colf-1s5{
	padding-left: 0;
	padding-right: 27.5px;
	border-right: solid 1px #aaaaaa;
	height: 252.5px;
	margin-bottom: 39px;
}
.colf-2s5{
	padding-right: 0;
	padding-left: 27.5px;
	height: 252.5px;
	margin-bottom: 39px;
}
.ultimoS8,.ultimo2S5,.ultimo1S5{
	border-bottom: 0 !important; 
	padding-bottom: 0 !important;
}
.ultimoS8{
	border-right: 0 !important;
}
.contentUlS8{
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.contentUlS8 ul{
	margin-left: 15px;
	list-style-image: url(../images/servicios/ul.png);
	margin-right: 35px;
}
.contentS10{
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentS10 div{
	padding: 0 20px;
	position: relative;
}
.contentS10 div:first-child{
	padding-left: 0;
}
.contentS10 div:last-child{
	padding-right: 0;
}
.contentS10 .ellipse:before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1d3c8e;
	left: -3px;
	top: calc(50% - 3px);
}
.contentS10 .ellipse:after{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1d3c8e;
	right: -3px;
	top: calc(50% - 3px);
}
.ultimo3S4,.ultimo2S10,.ultimo3S10{
	display: none;
}
.ultimo3S5,.ultimo2S6,.ultimo3S6{
	display: none;
}

#textDetalle4{
	padding-bottom: 48px;
}
#textDetalle4 div[class*="col-"]:first-child{
	border-right: solid 1px #aaaaaa;
}
#textDetalle4 div[class*="col-"]:last-child img{
	margin-left: auto;
}

#textDetalle3{
	padding-top: 25px;
}
#textDetalle3 .itemS{
	width: 182px;
	margin-right: 7.5px;
	margin-bottom: 48px;
}
#textDetalle3 .item1,#textDetalle3 .item2,#textDetalle3 .item4{
	margin-right: 87px;
}
#textDetalle3 .item3{
	margin-right: 0;
}
#textDetalle3 .itemS:last-child{
	margin-right: 0;
}
#textDetalle3 .contentItemS{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.titleItemS{
	height: 69px;
	background: #19357b;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 19px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.itemS figure{
	height: 247px;
	margin-bottom: 1px;
}

/*=Chat=*/

body.chat-f  #phplive_iframe_chat_embed_wrapper,body.chat-f  #phplive_iframe_chat_embed_maximize

{

	bottom: 85px !important;

}

#chat{
	background: url(../images/chatA.png) left bottom no-repeat;
	position: fixed;
	right: 0;
	bottom: 35px;
	width: 340px;
	height: inherit;
	z-index: 99
}

/*.chatMinimizado #chat{opacity: 0}*/

#chat.subir{bottom: 310px;}

#chat .headChat{
	height: 25px; 
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	z-index: 9
}

#chat .bodyChat{position: relative;height:108px}

#chat span{display: block; width: 100%; height: inherit; position: relative; z-index: 3}

#chat img{opacity: 0 !important; width: 100%; height: 100%;}

#cierraChat{
	position: absolute; 
	right:25px; 
	top: 5px; 
	width: 20px; 
	height: 20px; 
	z-index: 2; 
	line-height: 18px; 
	color: rgba(255,255,255); 
	text-align: center; 
	font-size: 16px; 
	font-family: "Arial", serif; 
	cursor: pointer;
}

#estatus{position: absolute; font-size: 40px; bottom: 20px; right: 51px; width: 36px; height: 36px; line-height: 40px; text-align: center; z-index: 1;color: rgba(255,255,255,1);}

#estatus.st0{color: #CF0003;}

#estatus.st1{color: #11f803}



#chat.cerrado #estatus{ 
	bottom: 0;
	background: #CF0003;
	color: #ffffff;
	right: 1px;
}

#chat.cerrado .headChat{display: none;}

#chat.cerrado,#chat.cerrado .bodyChat,#chat.cerrado .bodyChat span{height: 36px;}

#chat.cerrado{
	border-top: solid 1px #bfbfbf;
	background: url(../images/chat.jpg) left bottom no-repeat;
	width: 242px;
	display: none;
}





/* Chat público*/

#phplive_iframe_chat_embed_wrapper {

    margin-right: -15px;

}

html.chatMinimizado #phplive_iframe_chat_embed_wrapper{

	width: 277px !important;
	opacity: 0 !important;

}

html.chatMinimizado #phplive_iframe_chat_embed_maximize{

	opacity: 0 !important;

}



.modificar{
	margin-top: 25px;
	margin-bottom: 25px;
}
.ocultachat{
	display: none;
}