/**************************************************************
					CMS Pages Styles
***************************************************************/
#cms h1 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 22px;
}
.block_cms_left .list_catetory_pages{
    margin: 50px 0;
}
.block_cms_left .list_catetory_pages li{
    text-transform: uppercase;
    border-bottom: solid 1px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
}
.block_cms_left .list_catetory_pages li a{
    text-decoration: none;
    color: #BED6D6;
}
.block_cms_left .list_catetory_pages li a.selected{
    color: #858383;
    font-weight: 700;
}
.block_cms_left .list_catetory_pages li a i{
	float: right;
    font-size: 20px;
    line-height: 20px;
}
#cms .block_cms_center {
  text-align: justify;
  line-height: 17px;
}
#cms .block_cms_center a {
  color: #858383;
}

.block_cms_center h1{
    background-color: #BED6D6;
    color: #fff !important;
    padding: 5px 5px 10px;
    text-align: center;
    margin: 0 0 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.block_cms_center h1 span{
    font-size: 16px;
	font-weight: 700;
  color: #fff !important;
}
#preguntas-frecuentes ul {
    margin-left: 20px;
	list-style: initial;
}

@media(max-width: 1024px){
    .block_cms_left .list_catetory_pages li a i{
        font-size: 18px;
    }
}

@media(max-width: 768px){
    .block_cms_left .list_catetory_pages li a i{
        position: absolute;
        right: 5px;
    }
    .cms-14 #center_column {
      margin: 0 auto;
      float: none;
    }
}
@media(max-width: 480px){
    .block_cms_left .list_catetory_pages li a i{
        position: relative;

    }
}

/*  QUIENES SOMOS */
.cms-14 .columns-container {
  background: url('../img/quienes-somos.png') center center / cover no-repeat;
  width: 100%;
  min-height: 75vh;
}
.cms-14 #center_column {
  width: 55%;
  margin: 6% auto 0;
  float: right;
  background: rgba(249, 246, 245, 0.9);
  padding: 40px 20px;
  text-align: justify;
  line-height: 18px;
}
.cms-14 #center_column .entry-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 22px;
}
.cms-14 #center_column p {
  padding-bottom: 20px;
  margin: 0;
}
.cms-14 .breadcrumb,
.cms-14 .breadcrumb .home {
  color: rgba(249, 246, 245, 0.9);
}
@media(max-width: 768px){
  .cms-14 #center_column {
    margin: 0 auto;
    float: none;
    width: 70%;
  }
  .cms-14 .columns-container {min-height: inherit;}
}
@media(max-width: 600px){
  .cms-14 #center_column {width: 90%;}
}

/*  RECURSOS HUMANOS */
.cms-13 .columns-container {
  background: url('../img/rrhh.png') center center / cover no-repeat;
  width: 100%;
  min-height: 82vh;
}
.cms-13 #center_column p {
  padding-bottom: 20px;
  margin: 0;
}
@media(max-width: 768px){
  .cms-13 .columns-container {min-height: 55vh;}
}
@media(max-width: 600px){
  .cms-13 #center_column {width: 90%; min-height: 50vh;}
  .cms-13 .columns-container {
    background-repeat: no-repeat;
    background-position: right;
  }
}

/*  FRANQUICIAS */
.cms-12 .columns-container {
  background: url('../img/franquicias.png') center center / cover no-repeat;
  width: 100%;
  min-height: 75vh;
}
.cms-12 #center_column {
  width: 55%;
  margin: 6% auto 0;
  float: right;
  background: rgba(249, 246, 245, 0.9);
  padding: 40px 20px;
  text-align: justify;
  line-height: 18px;
}
.cms-12 #center_column h1 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 22px;
}
.cms-12 #center_column p {
  padding-bottom: 20px;
  margin: 0;
}
@media(max-width: 768px){
  .cms-12 #center_column {
    margin: 0 auto;
    float: none;
    width: 70%;
  }
  .cms-12 .columns-container {min-height: inherit;}
}
@media(max-width: 600px){
  .cms-12 #center_column {width: 90%;}
}
