.font-azul {color: #1153a2;}
.font-bco {color: #ffffff;}

.text-center {text-align: center;}
.text-right {text-align: right;}
.text-justify {text-align: justify}
.text-bold {font-weight: 700;}
.text-italic {font-style: italic;}
.menu-right {float: right;}



.top10 { margin-top: 10px;}
.top20 { margin-top: 20px;}
.top30 { margin-top: 30px;}
.top40 { margin-top: 40px;}
.top50 { margin-top: 50px;}
.top60 { margin-top: 60px;}
.top70 { margin-top: 70px;}
.top80 { margin-top: 80px;}
.top90 { margin-top: 90px;}
.top100 { margin-top: 100px;}

.nega-top10 { margin-top: -10px;}
.nega-top20 { margin-top: -20px;}
.nega-top30 { margin-top: -30px;}
.nega-top40 { margin-top: -40px;}
.nega-top50 { margin-top: -50px;}
.nega-top60 { margin-top: -60px;}
.nega-top70 { margin-top: -70px;}
.nega-top80 { margin-top: -80px;}
.nega-top90 { margin-top: -90px;}
.nega-top100 { margin-top: -100px;}
.nega-top120 { margin-top: -120px;}
.nega-top130 { margin-top: -130px;}
.nega-top140 { margin-top: -140px;}

.bottom10 { margin-bottom: 10px;}
.bottom20 { margin-bottom: 20px;}
.bottom30 { margin-bottom: 30px;}
.bottom40 { margin-bottom: 40px;}
.bottom50 { margin-bottom: 50px;}
.bottom60 { margin-bottom: 60px;}
.bottom70 { margin-bottom: 70px;}
.bottom80 { margin-bottom: 80px;}
.bottom90 { margin-bottom: 90px;}
.bottom100 { margin-bottom: 100px;}

.font11 { font-size:11px;}
.font12 { font-size:12px;}
.font13 { font-size:13px;}
.font14 { font-size:14px;}
.font15 { font-size:15px;}
.font16 { font-size:16px;}
.font17 { font-size:17px;}
.font18 { font-size:18px;}
.font19 { font-size:19px;}
.font20 { font-size:20px;}
.font21 { font-size:21px;}
.font22 { font-size:22px;}

.inter14 { line-height: 14px;}
.inter16 { line-height: 16px;}
.inter18 { line-height: 18px;}
.inter20 { line-height: 20px;}
.inter22 { line-height: 22px;}
.inter24 { line-height: 24px;}


.no-padding { padding: 0px;}

.foto-radius { border-radius: 10px;}

.serv-alto01 { min-height: 780px;}
.serv-alto02 { min-height: 560px;}
.serv-alto03 { min-height: 400px;}


.linea-divide {
    border-left: 3px solid #efefef;
      padding-left: 20px;
  }

.section-intro-ch {
  font-size: 16px !important;
  line-height: 3.2rem;
  font-weight: 300;
  margin-left: 20px;
    font-style: italic;
}

.layer-back {
   z-index: 0;
  }


.liga-box a{
	position: relative;
	font-size: 13px;
	line-height: 30px;
	color: #222222;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.liga-box a i{
	color: #398bf5;
	margin-left: 4px;
}

.liga-box a:hover{
	text-decoration: underline;
}

hr.cielo {
  border: 10px solid #f4f8fb;
}
 

.pie-liga a {
	font-size: 15px;
	line-height: 21px;
	color: #fff;
	font-weight: 400;
}

.pie-liga a:hover {
	color: #000;
}

.pie-navega {
    text-align: right;
}

@media only screen and (max-width: 767px){	
	.pie-navega {
        display: none;
    }
}    


/**********************************

Aditional Styles

***********************************/

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red !important;
	font-style: italic !important;
}
input.error { 
	border: 1px dotted red !important;
}

textarea.error { 
	border: 1px dotted red !important;
}

select.error { 
	border: 1px dotted red !important;
}

.pointer {
	cursor: pointer
}