

/************************************** PAGINAS **************************************/

/******************* PAGE ARTICLE CONTENT *****************/

#page article {
  color: #064a7f;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-family: Helvetica;
}

#page article jodit-media {
    max-width:100%;
}



#page article .content {
    padding: 30px;
}

#page article .content img {
  padding: 15px;
  max-width: 100%;
}

#page article .content img.social-icon {
  width: 32px;
  padding: 5px;
}

/* TABLES */

#page article .content a {
  color: #1aadba !important;
  text-decoration:none;
}

#page article .content table {
   margin: 20px 0;
   width: 100%;
   font-size: 15px;
   border: 2px solid #93d6e1;
 }
 
 #page article .content table th {
   background: #93d6e1;
   padding: 5px;
   text-transform: uppercase;
   font-family: Platform-Bold;
   color: white;
   letter-spacing: 1.3px;
 }
 
 #page article .content table td {
   padding: 5px 10px;
   font-family: Platform-Bold;
   color: #074a81;
   letter-spacing: 1.3px;
   border-top: 2px solid #93d6e1;
 }
 
 #page article .content table tr:first-child td {
   border-top: none;
 }
 
 #page article .content table td p {
   padding: 0px;
 }
 
 #page article .content table ul {
   margin: 5px;
   padding: 5px;
   background: none !important;
   list-style-type: disc;
 }
 
 #page article .content table ul li {
   color: #575a5b;
   line-height: 10px;
 }


/* LISTS*/
#page article ul {
  padding: 10px;
  margin: 10px 30px;
}

#page article ul.listaSecretarias {
    border:none;
}

#page article ul li {
    color: #074a81;
    font-family: 'Helvetica';
    line-height: 20px;
    letter-spacing: 0.1px;
    padding: 3px;
}

#page article ul li a{
   color: #1aadba !important;
   text-decoration: none !important;
 }
 

#page article ul li ul {
  border-top: none;
  border-bottom: none;
  padding: 0px 20px;
  list-style-type: none;
}

#page article ul li ul li {
  color: #818485;
}

/* DOWNLOADS */

#page article .content ul.filesDownload {
    list-style-type: none;

}

#page article .content ul.filesDownload {
    display: flex;
    flex-wrap: wrap;
}


#page article .content ul.filesDownload li {
    flex-basis: 50%;
    box-sizing:border-box;
}

#page article .content ul.filesDownload a {
    display: flex;
    box-sizing: border-box;
    margin: 10px;
    min-height: 60px;
    color: #fff;
    text-decoration: none;
    font-family: 'Platform-Regular';
    letter-spacing: 0.8px;
    font-size: 15px;
    line-height: 17px;
    align-items: center;
    padding: 15px;
    border: 1px solid #40A4BC;
}

#page article .content ul.filesDownload a i {
    display:none
}

#page article .content ul.filesDownload a::before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 600;
    vertical-align: top;
    color: white;
    background: #40A4BC;
    border-radius: 50%;
    padding: 25px 22px;
    margin-right: 20px;
}


#page article .content ul.filesDownload a.filePDF::before {
    content: "\f1c1";
}

#page article .content ul.filesDownload a.fileXLS::before {
    content: "\f1c3";
}

#page article .content ul.filesDownload a.fileDOC::before {
    content: "\f1c2";
}


/* ORDERER LISTS */
#page article ol {
  padding: 30px 60px;
  margin: 20px 0;
}

#page article ol li {
  color: #074a81;
  font-family: Platform-Regular;
  line-height: 20px;
  letter-spacing: 0.8px;
  padding: 3px;
}

#page article ol li a{
   color: #1aadba !important;
   text-decoration: none !important;
 }
 

#page article ol li ul {
  border-top: none;
  border-bottom: none;
  padding: 0px 20px;
  list-style-type: none;
}

#page article ol li ul li {
  color: #818485;
}

#page article .content ol.filesDownload {
  list-style-type: none;
  background: #eff9fa !important;
}



/* TITLES */
#page article .content h2 {
    color: #2B4378;
    padding: 11px 0px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

#page article .content h3 {
    color: #099cb4;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1.5px;
    font-family: Platform-Regular;
    border-bottom: 2px solid #099cb4;
}

#page article .content h4 {
    color: #40a4bc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#page article .content h5 {
    font-size:17px;
    letter-spacing:0.5px;
}


/* ACCORDIONS */

#page article .accordion {
    position: relative;
    background: #14417B;
    color: white;
    padding: 15px;
    cursor: pointer;
    font-size: 20px;
    display: block;
    font-family: 'Platform-Regular';
    letter-spacing: 1.3px;
    margin: 10px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

#page article .accordion::after {
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    font-size: 20px;
    color: #ED8635;
    background-color: white;
    font-weight: 900;
    border-radius: 50%;
    margin-left: 7px;
    height: 17px;
    width: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}

 #page article .accordion.active::after{
   content: "\f056";
 }



#page article strong {
  font-family: Helvetica;
  letter-spacing:0.4px;
}

#page article iframe {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 20px;
  border: none;
  border-radius: 35px;
}


/* SOCIALS */

#page article .content a.social-link {
  font-size: 30px;
  color: #074a81 !important;
}

/* JCAROUSEL */

#page article .content .jcarousel-wrapper::before {
    content: 'VER TODAS LAS IMAGENES';
    background: #40A4BC;
    padding:5px;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    font-family: Platform-Bold;
    box-sizing: border-box;
    letter-spacing:1.2px;
}

#page article .content .jcarousel-wrapper {
  position: relative;
  margin: auto;
	background:white;
	width:100%;
	box-sizing:border-box;
  padding: 10px; 
  box-shadow: 4px 25px 29px -32px rgba(0,0,0,0.63);
  -webkit-box-shadow: 4px 25px 29px -32px rgba(0,0,0,0.63);
  -moz-box-shadow: 4px 25px 29px -32px rgba(0,0,0,0.63);
  margin-bottom: 50px;
}


#page article .content .jcarousel {
    position: relative;
    overflow: hidden;
    width: 90%;
    margin:10px auto;
}

#page article .content .jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    background: none;
}

#page article .content .jcarousel li {
    float: left;
    border: 5px solid #2B4378;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px;
    overflow: hidden;
    max-height: 140px;
    padding: 0;
}


#page article .content .jcarousel li img {
	transition: all 500ms ease-out;
	width:100%;
	min-height:130px;
  padding: 0;
  margin: 0;
}

#page article .content .jcarousel-control-prev,
#page article .content .jcarousel-control-next {
    position: absolute;
    top: 60%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #bebab6;
    color: #fff !important;
    text-decoration: none;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

#page article .content .jcarousel-control-prev {
    left:13px;
}
#page article .content .jcarousel-control-next {
    right:13px;
}



/* IMAGE LIST */
#page article .content ul.bjqs * {
  box-sizing: border-box;
}

#page article .content ul.bjqs {
   display:flex;
   padding:10px;
   list-style-type:none;
   flex-direction: row;
   flex-wrap:wrap;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: -ms-autohiding-scrollbar; 
}

#page article .content ul.bjqs li {
   flex-basis: 33.3%;
}

#page article .content ul.bjqs li img {
  width: 100%;
  padding: 0px;
 }




 /*ASIDE CONTENT*/

#page aside {
    background: #40A4BC;
    box-sizing: border-box;
    padding: 10px;
}
#page.leftTemplate aside {
    box-shadow: 8px 0px 0 #2B4378 inset, 11px 0px 0 white inset;
}

#page.rightTemplate aside {
    box-shadow: -8px 0px 0 #2B4378 inset, -11px 0px 0 white inset;
}


#page aside ul {
    list-style-type: none;
    margin: 0px;
    padding: 0 25px;
    font-size: 20px;
    font-family: 'Platform-Regular';
    margin-bottom: 0;
    line-height: 28px;
}

#page aside ul li {
    text-transform: uppercase;
    padding: 7px 3px;
    border-top: 1px solid #99cad7;
    line-height: 25px;
}

#page aside ul li:last-child {
    border-bottom: 1px solid #99cad7;
}

#page aside ul li a {
 text-decoration: none;
 color: white;
 letter-spacing: 1.2px;
}


#page aside .noticias {
  bottom: 0;
  border-top-width: 4px;
  border-spacing: 2px;
  padding: 15px;
}


#page aside .noticias a {
  position: relative;
  width: 80%;
  margin: auto;
  display: block;
  background: none;
  padding: 15px;
  border: 2.5px solid #009baf;
  color: #009baf;
  font-family: Platform-Medium;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.5px;
}

#page aside .img-147 {
  bottom: 0;
  box-sizing: border-box;
  border-top-color: #114380;
  border-top-style: double;
  border-top-width: 4px;
  border-spacing: 2px;
  padding: 15px;
  margin: 20px;

}

#page aside .img-147 img {
  position: relative;
  width: 100%;
  max-width: 270px;
  margin: auto;
  display: block;
}

#page aside p {
  display: none;
}

#page aside p.menu-title {
   display: block;
 }
 



/****************** PAGE HEADER CONTENT ******************/

#page .header {
    position: relative;
    overflow: hidden;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page .header h1 {
  position: absolute;
  bottom: 20px;
  right: 0px;
  padding: 30px;
  margin: 15px 0;
  width: 50%;
  background: rgba(255, 255, 255, 0.808);
  font-size: 40px;
  font-family: "Platform-Bold";
  letter-spacing: 1px;
  color: #064a7f;
  text-transform: capitalize;
  text-align: left;
  box-sizing: border-box;
}

#page .header .img-container {
    overflow: hidden;
    width:100%
}

#page .header .img-container img {
  display: block;
  height: 100%;
  width: 100%;
}


/****************** PAGE LEFT ******************/

#page.leftTemplate {
  display: flex;
  flex-direction: row;
}

#page.rightTemplate {
  display: flex;
  flex-direction:row-reverse;
}

/****************** PAGE CENTER ARTICLE *****************/

#page.centerTemplate article {
  flex-basis: 100%;
  width: 100%;
}

/****************** PAGE LEFT AND RIGHT ARTICLE ALIGNMENT (WITHOUT ASIDE) ******************/

#page article {
  flex-basis: 75%;
  width: 75%;
}

#page article.wrap {
  flex-basis: 100%;
  width: 100%;
}

/****************** PAGE PAGE LEFT AND RIGHT ASIDE ALIGNMENT ******************/
#page aside {
    flex-basis: 25%;
    width: 25%;
    padding-top: 25px;
}


/****************** CONTENT DEFINITION ******************/

/*Aside center menu */

  
#page.centerTemplate  .foot {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border-top-color: #114380;
  border-top-style: double;
  margin: 20px;
  box-sizing: border-box;
  margin-bottom: 0px;
}


#page.centerTemplate  .foot .img-147 {
  border:none;
  width: 200px;
  margin: 0px 20px;
}

#page.centerTemplate  aside {
    position: absolute;
    z-index: 60;
    width: 100%;
    top:50px;
    display: none;
}

#page.centerTemplate aside ul {
  columns: 2;
}

#page.centerTemplate aside ul li:last-child {
  border-bottom: none;
 }
#page.centerTemplate {
    position: relative;
}

#page .btn-area-menu {
    background: rgb(20, 65, 123);
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-family: Platform-Bold;
    padding: 15px;
    font-size: 20px;
    box-sizing: border-box;
    flex-basis: 100%;
    padding: 5px;
    margin-top: 4px;
}

#page .btn-area-menu i {
    color: rgb(0, 164, 189);
    padding:10px;
}



#page .btn-area-menu {
  cursor: pointer;
  display: none;
}

#page.centerTemplate .btn-area-menu {
  cursor: pointer;
  display: flex;
}

@media screen and (max-width: 1023px) {

    #page .header {
        height: 380px;
        align-items: flex-start;
    }  
}

@media screen and (min-width: 880px) {
  #page.centerTemplate aside {
    display: none;
  }

  #page.leftTemplate aside,#page.rightTemplate aside {
    display: block !important;
  }

  
}

@media screen and (max-width: 880px) {

    #page {
    display: block !important;
    flex-direction: column !important;
    position: relative;
    }

    #page .header {
        height: 380px;
    }  

  #page .header h1 {
    width: 80%;
    font-size: 32px;
    padding: 25px;
    margin: 15px 0 20px 0;
    bottom: 22px;
  }  

	#page  aside {
    position: absolute;
    z-index: 60;
    width: 100%;
    top:50px;
    display: none;
  }

  #page article {
    width: 100%;
    flex-basis: 100%;
  }

  #page .btn-area-menu {
    display: block;
  }

  #page.centerTemplate aside ul {
    columns: 1 !important;
  }

    #page article .content ul.filesDownload li {
        flex-basis: 100%;
    }
}



@media screen and (max-width: 500px) {
    #page .header {
        height: 260px;
    }

    #page .header h1 {
        width: 80%;
        font-size: 28px;
        letter-spacing: 0.7px;
        bottom: 10px;
        padding: 20px 25px;
        line-height: 32px;
    }

    #page article ul {
        padding: 30px;
    }

}
