/*
    V4 - 18/06/2019
    LIBERTAD - 2019
    Design: Logos Comunicaciones
    www.logoscomunicaciones.com
*/

/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* RESET */

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Regular.eot');
  src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed Bold';
  src: url('../fonts/RobotoCondensed-Bold.eot');
  src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.eot');
  src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'MerriweatherBold';
  src: url('../fonts/Merriweather-Bold.eot');
  src: url('../fonts/Merriweather-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Merriweather-Bold.woff') format('woff'), url('../fonts/Merriweather-Bold.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
/* ---------------------------- SETTINGS ---------------------------- */
/* CONTENEDOR */
/* --------------------- FUENTES TAMAÑOS ---------------------*/
/* --------------------- FUENTES TAMAÑOS ---------------------*/
/* --------------------- COLORES ---------------------*/
/*         BASE              */
/*         BASE 2            */
/*         TEXTO             */
/*         TEXTO             */
/*         TEXTO             */
/*         TEXTO             */
/*         TEXTO             */
/* --------------------- COLORES ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/

/* ---------------------------- SETTINGS ---------------------------- */

body {
  color: black;
  font-size: 20px;
  font-family: 'Roboto Condensed', Arial, Tahoma, Verdana;
  line-height: 26px;
  background: white;
}
body.modal-open,
body.modal-openb {
  overflow: hidden !important;
  overflow-y: disabled;
  position: fixed;
}
a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
h1,
h2,
h3,
h4 {
  font-family: 'MerriweatherBold', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: left;
}
h2 {
  color: black;
  font-size: 38px;
  line-height: 24px;
  margin: 20px 0;
}
h3 {
  float: none;
  position: relative;
  display: table;
  color: #72078d;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  width: auto;
  margin: 20px auto 20px auto;
  padding-left: 40px;
}
h3:before {
  z-index: 100;
  top: -1px;
  left: 0px;
  display: block;
  content: "";
  position: absolute;
  background: url(../lib/ico-01b.svg) no-repeat center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
h4 {
  color: #72078d;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0;
}
header {
  overflow: hidden;
  position: relative;
  background: black;
  width: 100%;
  height: 200px;
}
header .cntHeader {
  width: 100%;
  height: 200px;
}
a.logo:link,
a.logo:visited {
  top: 14px;
  left: 10px;
  z-index: 10;
  position: absolute;
  overflow: hidden;
  display: block;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/logo.jpg) no-repeat center;
  width: 355px;
  height: 81px !important;
  padding: 0 !important;
}
.menu {
  overflow: hidden;
  position: relative;
  color: white;
  font-family: 'Oswald', Arial, Tahoma, Verdana;
  text-transform: uppercase;
  width: 100%;
  height: 200px;
  margin: 0 !important;
}
.menu ul li a {
  display: block;
  color: white;
  text-decoration: none;
}
.menu ul li a:hover {
  color: #fff700;
}
.menu ul:nth-child(1) {
  float: right;
  overflow: hidden;
  font-size: 15px;
  height: 50px;
  margin: 30px 0;
}
.menu ul:nth-child(1) li {
  float: left;
  position: relative;
}
.menu ul:nth-child(1) li:last-child {
  font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
  border-left: 1px solid white;
  padding: 10px 20px;
}
.menu ul:nth-child(1) li:last-child span {
  float: left;
  display: block;
  margin-right: 5px;
}
.menu ul:nth-child(1) li a {
  position: relative;
  padding: 10px 20px;
}
.menu ul:nth-child(1) li a:before {
  content: "";
  left: 50%;
  top: 32px;
  display: block;
  position: absolute;
  z-index: 10;
  border-bottom: 0 dotted #fff700;
  width: 0%;
  height: 10px;
  transition: all .2s;
}
.menu ul:nth-child(1) li a:hover:before {
  left: 10%;
  top: 32px;
  border-bottom: 2px dotted #fff700;
  width: 80%;
}
.menu ul:nth-child(1) li a.act {
  color: #fff700;
  text-decoration: none;
}
.menu ul:nth-child(1) li a.act:before {
  left: 10%;
  top: 32px;
  border-bottom: 2px dotted #fff700;
  width: 80%;
}
.menu ul:nth-child(1) li a.facebook,
.menu ul:nth-child(1) li a.twitter,
.menu ul:nth-child(1) li a.youtube,
.menu ul:nth-child(1) li a.whatsapp {
  float: left;
  display: block;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  /*background-image: url(../lib/iconos.svg);
    background-repeat: no-repeat;*/
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
  margin: -4px 6px 0 6px;
  padding: 0 !important;
}
.menu ul:nth-child(1) li a.facebook:hover,
.menu ul:nth-child(1) li a.twitter:hover,
.menu ul:nth-child(1) li a.youtube:hover,
.menu ul:nth-child(1) li a.whatsapp:hover {
  margin: -6px 6px 0 6px;
}
.menu ul:nth-child(1) a.facebook {
  background: url(../lib/ico-facebook.svg) no-repeat center;
}
.menu ul:nth-child(1) a.twitter {
  background: url(../lib/ico-twitter.svg) no-repeat center;
}
.menu ul:nth-child(1) a.youtube {
  background: url(../lib/ico-youtube.svg) no-repeat center;
}
.menu ul:nth-child(1) a.whatsapp {
  background: url(../lib/ico-whatsapp.svg) no-repeat center;
}
.menu ul:nth-child(1) li.rs-hd a:before {
  display: none;
}
.menu ul:nth-child(1) li.rs-hd a:hover:before {
  display: none;
}
.menu ul:nth-child(2) {
  overflow: hidden;
  font-size: 19px;
  line-height: 23px;
  background: url(../lib/libertad-arcoiris.png) no-repeat center top;
  background-size: 100% 1px;
  width: 100%;
  height: 89px;
  padding-top: 1px;
}
.menu ul:nth-child(2) li {
  float: left;
  text-align: center;
  width: 16.666%;
  transition: all .3s;
}
.menu ul:nth-child(2) li a {
  width: 78%;
  height: 88px;
  margin: 0 6%;
  padding: 20px 5%;
}
.menu ul:nth-child(2) li:nth-child(6) {
  background: rgba(255, 255, 255, 0.6);
}
.menu ul:nth-child(2) li:nth-child(6):hover {
  background: rgba(114, 7, 141, 0.6);
}
.menu ul:nth-child(2) li:nth-child(5) {
  background: rgba(255, 255, 255, 0.5);
}
.menu ul:nth-child(2) li:nth-child(5):hover {
  background: rgba(114, 7, 141, 0.6);
}
.menu ul:nth-child(2) li:nth-child(4) {
  background: rgba(255, 255, 255, 0.4);
}
.menu ul:nth-child(2) li:nth-child(4):hover {
  background: rgba(114, 7, 141, 0.6);
}
.menu ul:nth-child(2) li:nth-child(3) {
  background: rgba(255, 255, 255, 0.3);
}
.menu ul:nth-child(2) li:nth-child(3):hover {
  background: rgba(114, 7, 141, 0.6);
}
.menu ul:nth-child(2) li:nth-child(2) {
  background: rgba(255, 255, 255, 0.2);
}
.menu ul:nth-child(2) li:nth-child(2):hover {
  background: rgba(114, 7, 141, 0.6);
}
.menu ul:nth-child(2) li:nth-child(1) {
  background: rgba(255, 255, 255, 0.1);
}
.menu ul:nth-child(2) li:nth-child(1):hover {
  background: rgba(114, 7, 141, 0.6);
}
.menu ul:nth-child(2) li a.active {
  background-image: url(../lib/linea-horizontal-01.png);
  background-repeat: no-repeat;
  background-position: center 74px;
}
.open {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
.open:before {
  content: "";
  top: 10px;
  left: 10%;
  z-index: 100;
  position: absolute;
  background: white;
  width: 80%;
  height: 2px;
}
.open:after {
  content: "";
  bottom: 10px;
  left: 10%;
  z-index: 100;
  position: absolute;
  background: white;
  width: 80%;
  height: 2px;
}
.open span {
  top: 19px;
  left: 10%;
  z-index: 100;
  display: block;
  position: absolute;
  background: white;
  width: 80%;
  height: 2px;
}
.banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.banner .cntBanner {
  position: relative;
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .cntBanner ul {
  float: left;
  width: 100%;
}
.banner .cntBanner ul li {
  position: relative;
  float: left;
}
.banner .cntBanner li a {
  display: block;
  width: 100%;
}
.banner .cntBanner li a:nth-child(1) img {
  display: block;
}
.banner .cntBanner li a:nth-child(2) img {
  display: none;
}
.noticias {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 600px;
  padding: 35px 0 70px 0;
}
.noticias .cntNoticias {
  overflow: hidden;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.noticias h2 {
  top: 5px;
  left: 0;
  display: block;
  z-index: 100;
  position: absolute;
  color: white;
  line-height: 36px;
  background: #72078d;
  height: 37px;
  padding: 23px 60px 20px 60px;
}
.noticias h2 a {
  float: left;
  display: block;
  color: white;
  text-decoration: none;
}
.noticias h2:before {
  z-index: 100;
  top: 23px;
  left: 18px;
  display: block;
  content: "";
  position: absolute;
  background: url(../lib/ico-01.svg) no-repeat center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.noticias .cntNoticias p {
  margin: 20px auto;
}
.noticias a.bx_img {
  display: block;
  overflow: hidden;
  position: relative;
}
.noticias a.bx_img:before {
  content: "";
  position: absolute;
  top: 41%;
  left: 50%;
  background: #72078d url(../lib/ico-05.svg) no-repeat center;
  background-size: 32px 32px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -40px;
  opacity: 0;
  transition: all .3s;
}
.noticias a.bx_img:hover:before {
  opacity: 1.00;
}
.noticias a.titulo_noticia {
  display: block;
  color: black;
  font-size: 28px;
  font-family: 'MerriweatherBold', Arial, Tahoma, Verdana;
  line-height: 34px;
  text-decoration: none;
  margin: 10px 0;
}
.noticias a.titulo_noticia:hover {
  color: #72078d;
}
.noticia_principal {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.noticia_principal a.bx_img {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 65%;
  height: 560px;
  margin-right: 3%;
}
.noticia_principal a.bx_img img {
  display: block;
  width: 100%;
  height: auto;
}
.noticia_principal .txt_noticia {
  float: left;
  display: block;
  width: 31%;
  padding-top: 20px;
}
.noticias div:nth-child(4) {
  margin-right: 0;
}
.noticia_destacada {
  float: left;
  overflow: hidden;
  position: relative;
  width: 49%;
  margin-right: 2%;
}
.noticia_destacada img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.noticia_destacada .txt_noticia {
  width: 100%;
  height: auto;
}
.noticias-in {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 30px 0 120px 0;
}
.noticias-in .cntNoticiasIn {
  overflow: hidden;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.noticias-in div:nth-child(4) {
  margin-right: 0;
}
.noticias-in .fecha_noticia {
  color: #72078d;
  font-size: 14px;
  font-family: 'MerriweatherBold', Arial, Tahoma, Verdana;
  line-height: 24px;
}
.noticias-in a.titulo_noticia {
  display: block;
  color: black;
  font-size: 28px;
  font-family: 'MerriweatherBold', Arial, Tahoma, Verdana;
  line-height: 34px;
  text-decoration: none;
  margin: 10px 0;
}
.noticias-in a.titulo_noticia:hover {
  color: #72078d;
}
.noticias-in .noticia_destacada {
  float: left;
  overflow: hidden;
  position: relative;
  width: 49%;
  margin-right: 2%;
}
.noticias-in .noticia_destacada a.bx_img {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.noticias-in .noticia_destacada a.bx_img:before {
  content: "";
  position: absolute;
  top: 41%;
  left: 50%;
  background: #72078d url(../lib/ico-05.svg) no-repeat center;
  background-size: 32px 32px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -40px;
  opacity: 0;
  transition: all .3s;
}
.noticias-in .noticia_destacada a.bx_img:hover:before {
  opacity: 1.00;
}
.noticias-in .noticia_destacada img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.noticias-in .noticia_destacada .txt_noticia {
  width: 100%;
  height: auto;
}
.servicios {
  overflow: hidden;
  position: relative;
  background: black url(../lib/libertad-servicios-bg.webp) no-repeat center;
  background-size: 100% auto;
  width: 100%;
  min-height: 600px;
  padding: 120px 0 40px 0;
}
.servicios .bx_servicios {
  float: left;
  background: white url(../lib/libertad-arcoiris.png) no-repeat center bottom;
  background-size: 100% 7px;
  width: 36%;
  min-height: 280px;
  margin-left: 2%;
  padding: 20px 30px 50px 30px;
}
.servicios .bx_servicios p {
  margin: 20px 0;
}
.servicios h2 {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  padding-left: 44px;
}
.servicios h2:before {
  z-index: 100;
  top: -6px;
  left: 0;
  display: block;
  content: "";
  position: absolute;
  background: url(../lib/ico-02.svg) no-repeat center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.servicios h2 a {
  float: left;
  display: block;
  color: #72078d;
  text-decoration: none;
}
.servicios a.lnk1b {
  float: left;
  clear: both;
  position: relative;
  display: block;
  width: auto;
  margin: 8px 0;
  padding-left: 18px;
}
.servicios a.lnk1b:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #72078d;
  width: 10px;
  height: 10px;
}
.centro_documentacion {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 40px 0 10px 0;
}
.centro_documentacion .cntCentro_doc {
  overflow: hidden;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.centro_documentacion h2 {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  padding-left: 44px;
}
.centro_documentacion h2:before {
  z-index: 100;
  top: -6px;
  left: 0;
  display: block;
  content: "";
  position: absolute;
  background: url(../lib/ico-03.svg) no-repeat center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.centro_documentacion h2 a {
  float: left;
  display: block;
  color: #0048ff;
  text-decoration: none;
}
.contactanos {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 50px 0 80px 0;
}
.contactanos .cntContactanos {
  overflow: hidden;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.contactanos h2 {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  padding-left: 44px;
}
.contactanos h2:before {
  z-index: 100;
  top: -6px;
  left: 0;
  display: block;
  content: "";
  position: absolute;
  background: url(../lib/ico-04.svg) no-repeat center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.contactanos h2 a {
  float: left;
  display: block;
  color: #fd8e00;
  text-decoration: none;
}
.contactanos .bx_mapa {
  float: left;
  width: 70%;
  margin: 20px 4% 20px 0;
}
.contactanos .bx_mapa img {
  display: block;
  width: 100%;
  height: auto;
}
.contactanos .bx_contactos {
  float: left;
  width: 26%;
  padding-top: 60px;
}
.contactanos .bx_contactos a.facebook,
.contactanos .bx_contactos a.twitter,
.contactanos .bx_contactos a.youtube,
.contactanos .bx_contactos a.whatsapp {
  float: left;
  display: block;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
  margin: 10px 6px;
  padding: 0 !important;
}
.contactanos .bx_contactos a.facebook {
  background: url(../lib/ico-facebook.svg) no-repeat center;
}
.contactanos .bx_contactos a.twitter {
  background: url(../lib/ico-twitter.svg) no-repeat center;
}
.contactanos .bx_contactos a.youtube {
  background: url(../lib/ico-youtube-b.svg) no-repeat center;
}
.contactanos .bx_contactos a.whatsapp {
  background: url(../lib/ico-whatsapp.svg) no-repeat center;
}
footer {
  overflow: hidden;
  color: white;
  font-size: 14px;
  line-height: 20px;
  background: black url(../lib/libertad-arcoiris.png) no-repeat center bottom;
  background-size: 100% 10px;
  width: 100%;
  height: 185px;
  padding-bottom: 10px;
}
footer p {
  display: block;
  float: left;
  background: url(../lib/linea-vertical-01.png) no-repeat left center;
  width: 30%;
  margin: 45px 0 0 25px;
  padding-left: 25px;
}
footer p b:first-child {
  text-transform: uppercase;
}
.contentIn {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 30px 0 80px 0;
}
.contentIn .cntcontentIn {
  position: relative;
  width: 730px;
  margin: 0 auto;
}
.contentIn .cntcontentInM {
  overflow: hidden;
  position: relative;
  width: 970px;
  margin: 0 auto;
}
.contentIn .cntcontentInM img {
  display: block;
  position: relative;
  margin: 30px auto 0 auto;
}
.contentIn .cntcontentInM .bx-txt {
  display: block;
  overflow: hidden;
  position: relative;
  color: white;
  font-size: 14px;
  text-align: right;
  background: #72078d;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
}
.contentIn .cntcontentInM .bx-txt p {
  float: right;
  display: block;
  text-align: right;
  width: 80%;
  margin: 0 20px;
}
/*
.contentIn h1{
    font-size: 38px;
    line-height: 42px;
    text-align: left;
    margin: 10px 0 0 0;
}
*/

.contentIn h1 {
  display: block;
  font-size: 38px;
  line-height: 42px;
  text-align: left;
  border-left: 2px solid #72078d;
  margin: 10px 0 0 -120px;
  padding-left: 120px;
}
.contentIn h2 {
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0;
}
.contentIn p {
  text-align: left;
  margin: 25px 0;
}
.contentIn a {
  color: #72078d;
  text-decoration: underline;
}
.contentIn a:hover {
  text-decoration: none;
}
.contentIn ul {
  overflow: hidden;
  margin: 25px 0;
}
.contentIn ul li {
  position: relative;
  text-align: left;
  margin: 25px 0;
  padding-left: 25px;
}
.contentIn ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  background-color: #72078d;
  width: 14px;
  height: 14px;
}
.contentIn ol {
  clear: both;
  display: block;
  overflow: hidden;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  margin-left: 15px;
  counter-reset: li-counter;
  margin: 25px 0;
}
.contentIn ol li {
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 25px 0;
  padding-left: 36px;
}
.contentIn ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #72078d;
  font-family: 'MerriweatherBold', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: right;
  width: 26px;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
}
.contentIn img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto 40px auto;
}
.contentIn iframe,
.contentIn video {
  display: block;
  width: 100%;
  height: 410px;
  margin: 20px auto 40px auto;
}
/* TABLA */

.contentIn table {
  clear: both;
  width: 90%;
  margin: 0 auto 5px auto;
}
.contentIn thead th {
  color: #e78616;
  font-size: 16px;
  text-align: center;
  border-bottom: 7px solid #e78616;
  padding: 20px 0;
}
.contentIn tbody td {
  line-height: 24px;
  text-align: left;
  background: url(../lib/line-02.png) repeat-x right bottom;
  padding: 14px 0;
}
/* TABLA */

.contentIn .cntcontentInM .bx-img-cd {
  float: left;
  width: 35%;
  margin: 40px 5% 80px 0;
}
.contentIn .cntcontentInM .bx-img-cd img {
  width: 100%;
  margin: 0;
}
.contentIn .cntcontentInM .bx-txt-cd {
  float: left;
  width: 58%;
  margin: 10px auto 80px 0;
}
.bxFlt {
  float: left;
  /*border-bottom: 1px solid @col2;*/
  width: 60%;
  margin: 60px 0 20px 0;
}
.bxFlt ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.bxFlt ul li {
  float: left;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}
.bxFlt ul li:last-child {
  border-right: 0;
}
.bxFlt ul li:first-child {
  padding: 14px 20px 10px 0;
}
.bxFlt ul li:before {
  display: none;
}
.bxFlt ul li a {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  background: rgba(0, 0, 0, 0.02);
  margin: 0;
  padding: 15px 30px 15px 50px;
}
.bxFlt ul li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.bxFlt ul li a:before {
  left: 15px;
  top: 15px;
  z-index: 100;
  content: "";
  position: absolute;
  background: transparent;
  border: 2px solid rgba(114, 7, 141, 0.3);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: all .3s;
}
.bxFlt ul li a:hover:before {
  border: 2px solid rgba(114, 7, 141, 0.6);
}
.bxFlt ul li.sel-act a:before {
  background: #72078d;
}
.bxFlt ul li.sel-act a {
  color: #72078d;
  background: rgba(114, 7, 141, 0.08);
}
/*
.bxFltb{
    float: left;
    width: 60%;
    margin: 60px 0 20px 0;
}

.bxFltb ul{
    width: 100%;
    margin: 0;
    padding: 0;
}
.bxFltb ul li{
    float: left;
    position: relative;
    border-right: 1px solid fade(@col1, 10%);
    margin: 0;
    padding: 0;
}
.bxFltb ul li:last-child{
    border-right: 0;
}
.bxFltb ul li:before{
    display: none;
}
.bxFltb ul li a{
    position: relative;
    display: block;
    color: fade(@col1, 40%);
    text-decoration: none;
    background: fade(@col1, 2%);
    border-bottom: 2px solid transparent;
    margin: 0;
    padding: 15px 40px;
}
.bxFltb ul li a:hover{
    color: fade(@col1, 70%);
}
.bxFltb ul li.sel-act a{
    color: @col2;
    background: fade(@col2, 6%);
    border-bottom: 2px solid @col2;
}
*/

.bx-busqueda {
  overflow: hidden;
  width: 70%;
  margin: 60px auto 0 auto;
  padding: 0;
}
.bx-busqueda .formA fieldset {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.bx-busqueda .formA p {
  clear: none !important;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}
.bx-busqueda .formA .inpM {
  float: none;
  display: inline-block;
  vertical-align: middle;
  clear: none;
  background: transparent;
  width: 56%;
  height: 30px;
  margin: 0 14px 0 0;
  padding: 10px 0;
}
.bx-busqueda .formA .button,
.bx-busqueda .formA .button:hover {
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  clear: none;
  cursor: pointer;
  color: white;
  font-size: 18px;
  text-align: center;
  border: none;
  background: #72078d url(../lib/ico-busqueda.svg) no-repeat 26px center;
  background-size: 20px 20px;
  height: 52px;
  padding: 0 40px 0 55px;
}
/*
.bx-busqueda .formA .button:before{border:1px solid red;
    display: block;
    content: "";
    z-index: 10;
    position: absolute;
    top: 2px;
    left: 0;
    background: 
    width: 20px;
    height: 20px;
}
*/

.gal-img {
  float: none;
  position: relative;
  width: 100%;
  margin: 20px auto;
}
.gal-img div img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.gal-img .slick-disabled {
  pointer-events: none;
}
.gal-img .slick-prev,
.gal-img .slick-next {
  z-index: 1000 !important;
  border-radius: 0;
  width: 40px;
  height: 80px;
  opacity: 1.00 !important;
}
.gal-img .slick-prev {
  left: 10px;
}
.gal-img .slick-next {
  right: 10px;
}
.gal-img .slick-prev:before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: #72078d url(../lib/ar_03b.svg) no-repeat 19px center;
  background-size: 26px 26px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transform: scaleX(-1);
  transition: all .3s;
}
.gal-img .slick-next:before {
  top: 0;
  right: 0;
  position: absolute;
  content: "";
  background: #72078d url(../lib/ar_03b.svg) no-repeat 19px center;
  background-size: 26px 26px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: all .3s;
}
.imgBi {
  margin: 30px auto 30px -16.5% !important;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.fecha_noticia {
  color: #72078d;
  font-size: 14px;
  font-family: 'MerriweatherBold', Arial, Tahoma, Verdana;
  line-height: 24px;
}
.subtitulo1,
.subtitulo2,
.subtitulo3 {
  display: block;
  font-family: 'MerriweatherBold', Arial, Tahoma, Verdana;
  font-size: 26px;
  font-weight: 100;
  line-height: 28px;
  text-align: left;
  margin: 30px 0 10px 0;
}
.subtitulo1 {
  color: #72078d;
}
.subtitulo2 {
  color: #0048ff;
}
.subtitulo3 {
  color: #fd8e00;
}
b,
.bold,
.bold1,
.bold2,
.bold3 {
  font-family: 'Roboto Condensed Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
.bold1 {
  color: #72078d !important;
}
.bold2 {
  color: #0048ff !important;
}
.bold3 {
  color: #fd8e00 !important;
}
.small,
.small1,
.small2,
.small3 {
  font-size: 14px;
}
.small1 {
  color: #72078d;
}
.small2 {
  color: #0048ff !important;
}
.small3 {
  color: #fd8e00 !important;
}
.color1 {
  color: #72078d !important;
}
.color2 {
  color: #0048ff !important;
}
.color3 {
  color: #fd8e00 !important;
}
/* ---------------------------- LINKS ---------------------------- */

a.lnk1:link,
a.lnk1:visited {
  color: black;
  text-decoration: none;
}
a.lnk1:hover {
  text-decoration: underline;
}
a.lnk1u:link,
a.lnk1u:visited {
  color: black;
  text-decoration: underline;
}
a.lnk1u:hover {
  text-decoration: none;
}
a.lnk2:link,
a.lnk2:visited {
  color: #72078d;
  text-decoration: none;
}
a.lnk2:hover {
  text-decoration: underline;
}
a.lnk2u:link,
a.lnk2u:visited {
  color: #72078d;
  text-decoration: underline;
}
a.lnk2u:hover {
  text-decoration: none;
}
a.lnk1b:link,
a.lnk1b:visited {
  color: #72078d;
  font-family: 'Roboto Condensed Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-decoration: none;
}
a.lnk1b:hover {
  text-decoration: underline;
}
.adjDoc,
.adjPdf,
.adjPpt,
.adjDfl,
.adjXls,
.adjZip {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: black !important;
  text-align: left;
  text-decoration: none !important;
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 2px solid transparent;
  width: 70%;
  min-height: 50px;
  margin: 10px 0 !important;
  padding: 15px 4% 15px 3% !important;
  transition: all .3s;
}
.adjDoc:hover,
.adjPdf:hover,
.adjPpt:hover,
.adjDfl:hover,
.adjXls:hover,
.adjZip:hover {
  color: #72078d !important;
  background: rgba(0, 0, 0, 0.04);
  border-bottom: 2px solid rgba(114, 7, 141, 0.4);
}
.adjDoc ico,
.adjPdf ico,
.adjPpt ico,
.adjDfl ico,
.adjXls ico,
.adjZip ico {
  float: left;
  display: block;
  width: 46px;
  height: 60px;
  margin-right: 20px;
}
.adjDoc ico {
  background: url(../lib/ico-doc.svg) no-repeat center;
  background-size: 46px 60px;
}
.adjPdf ico {
  background: url(../lib/ico-pdf.svg) no-repeat center;
  background-size: 46px 60px;
}
.adjPpt ico {
  background: url(../lib/ico-ppt.svg) no-repeat center;
  background-size: 46px 60px;
}
.adjDfl ico {
  background: url(../lib/ico-fil.svg) no-repeat center;
  background-size: 46px 60px;
}
.adjXls ico {
  background: url(../lib/ico-xls.svg) no-repeat center;
  background-size: 46px 60px;
}
.adjZip ico {
  background: url(../lib/ico-zip.svg) no-repeat center;
  background-size: 46px 60px;
}
/*
a.adjDoc:before,
a.adjPdf:before,
a.adjPpt:before,
a.adjTxt:before,
a.adjXls:before,
a.adjZip:before{
    content:"Descargar";
    position: absolute;
    left: 95px;
    bottom: 15px;
    color: #ba0b3a;
    font-size: 14px;
}
*/

.adjDoc .txt-desc,
.adjPdf .txt-desc,
.adjPpt .txt-desc,
.adjDfl .txt-desc,
.adjXls .txt-desc,
.adjZip .txt-desc {
  float: left;
  display: block;
  line-height: 20px;
  width: 80%;
  margin-top: 6px;
}
.adjPdfB {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: black !important;
  text-align: left;
  text-decoration: none !important;
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 2px solid transparent;
  width: 70%;
  min-height: 50px;
  margin: 10px 0 40px 0 !important;
  padding: 15px 4% 15px 3% !important;
  transition: all .3s;
}
.adjPdfB:hover {
  color: #72078d !important;
  background: rgba(0, 0, 0, 0.04);
  border-bottom: 2px solid rgba(114, 7, 141, 0.4);
}
.adjPdfB ico {
  float: left;
  display: block;
  background: url(../lib/ico-pdf.svg) no-repeat center;
  background-size: 46px 60px;
  width: 46px;
  height: 60px;
  margin-right: 20px;
}
/*
a.adjPdfB:before{
    top: 0;
    left: 70px;
    content:"Descargar:";
    position: absolute;
    color: #e2574c;
}
*/

.adjPdfB .txt-desc {
  float: left;
  display: block;
  line-height: 20px;
  width: 80%;
  margin-top: 6px;
}
/* ---------------------------- LINKS ---------------------------- */

/* ---------------------------- LISTADOS ---------------------------- */

ul.li-01 {
  float: left;
  overflow: hidden;
  width: 70%;
  margin: 0 auto 20px auto;
}
ul.li-01 li {
  float: left;
  position: relative;
  width: 90%;
  padding-left: 18px;
}
ul.li-01 li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #72078d;
  width: 10px;
  height: 10px;
}
ul.li-01 li a {
  float: left;
  display: block;
  color: black;
  text-decoration: none;
}
ul.li-01 li a:hover {
  text-decoration: underline;
}
ul.li_documentacion {
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 20px auto 0 auto;
}
ul.li_documentacion li {
  float: left;
  position: relative;
  text-align: center;
  width: 17%;
  margin: 0 3.64% 0 0;
  padding: 0;
}
ul.li_documentacion li:before {
  display: none;
}
ul.li_documentacion li:nth-child(5) {
  margin-right: 0%;
}
/*
ul.li_documentacion li img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
*/

ul.li_documentacion li img {
  display: block;
  width: 100%;
  height: auto;
}
ul.li_documentacion li a.lnk-tit {
  display: block;
  color: black;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  padding: 5px 30px;
}
ul.li_documentacion li a.lnk-tit:hover {
  color: #72078d;
}
ul.li_documentacion li a.lnk-cat {
  display: block;
  position: relative;
  color: #0048ff;
  font-size: 12px;
  font-family: 'MerriweatherBold', Arial, Tahoma, Verdana;
  text-decoration: none;
}
ul.li_documentacion li a.lnk-cat:hover:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 20%;
  border-bottom: 2px dotted #0048ff;
  width: 60%;
  height: 2px;
}
ul.li_documentacion li a.li_bx_img {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
ul.li_documentacion li a.li_bx_img:before {
  content: "";
  position: absolute;
  top: 41%;
  left: 50%;
  background: #72078d url(../lib/ico-05.svg) no-repeat center;
  background-size: 32px 32px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -40px;
  opacity: 0;
  transition: all .3s;
}
ul.li_documentacion li a.li_bx_img:hover:before {
  opacity: 1.00;
}
ul.li_documentacion_in {
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 20px auto 0 auto;
}
ul.li_documentacion_in li {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 22%;
  margin: 0 3.60% 40px 0;
  padding-left: 0;
}
ul.li_documentacion_in li:nth-child(4n) {
  margin-right: 0% !important;
}
ul.li_documentacion_in li:nth-child(5),
ul.li_documentacion_in li:nth-child(9),
ul.li_documentacion_in li:nth-child(13),
ul.li_documentacion_in li:nth-child(17),
ul.li_documentacion_in li:nth-child(21) {
  clear: both;
}
ul.li_documentacion_in li:before {
  display: none;
}
ul.li_documentacion_in li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
ul.li_documentacion_in li a.lnk-tit {
  display: block;
  color: black;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  padding: 5px;
}
ul.li_documentacion_in li a.lnk-tit:hover {
  color: #72078d;
}
ul.li_documentacion_in li a.lnk-cat {
  display: block;
  position: relative;
  color: #0048ff;
  font-size: 12px;
  font-family: 'MerriweatherBold', Arial, Tahoma, Verdana;
  text-decoration: none;
}
ul.li_documentacion_in li a.lnk-cat:hover:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 20%;
  border-bottom: 2px dotted #0048ff;
  width: 60%;
  height: 2px;
}
ul.li_documentacion_in li a.li_bx_img {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
}
ul.li_documentacion_in li a.li_bx_img:before {
  content: "";
  z-index: 100;
  position: absolute;
  display: block;
  top: 37%;
  left: 50%;
  background: #72078d url(../lib/ico-05.svg) no-repeat center;
  background-size: 32px 32px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -40px;
  opacity: 0;
  transition: all .3s;
}
ul.li_documentacion_in li a.li_bx_img:hover:before {
  opacity: 1.00;
}
ul.li_documentacion_in li a.li_bx_img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
ul.li_servicios {
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 20px auto 0 auto;
}
ul.li_servicios li {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 46.6%;
  margin-right: 6.2%;
  padding-left: 0;
}
ul.li_servicios li:nth-child(2n) {
  margin-right: 0% !important;
}
ul.li_servicios li:before {
  display: none;
}
ul.li_servicios li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
ul.li_servicios li a.lnk-tit {
  display: block;
  color: black;
  font-family: 'MerriweatherBold', Arial, Tahoma, Verdana;
  line-height: 26px;
  text-decoration: none;
  padding: 5px 20px;
}
ul.li_servicios li a.lnk-tit:hover {
  color: #72078d;
}
ul.li_servicios li a.li_bx_img {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 24vh;
  margin: 0 auto 15px auto;
  padding: 0;
}
ul.li_servicios li a.li_bx_img:before {
  content: "";
  z-index: 100;
  position: absolute;
  top: 41%;
  left: 50%;
  background: #72078d url(../lib/ico-05.svg) no-repeat center;
  background-size: 32px 32px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -40px;
  opacity: 0;
  transition: all .3s;
}
ul.li_servicios li a.li_bx_img:hover:before {
  opacity: 1.00;
}
ul.li_noticias {
  float: left;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  margin: 20px auto 0 auto;
}
ul.li_noticias li {
  float: left;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 4px 0;
  padding: 15px 0 14px 0;
}
ul.li_noticias li:before {
  display: none;
}
ul.li_noticias li a.li_bx_img {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 40%;
  height: auto;
  margin: 0 4% 10px auto;
}
ul.li_noticias li a.li_bx_img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
ul.li_noticias li a.li_bx_img:before {
  content: "";
  position: absolute;
  top: 34%;
  left: 50%;
  background: #72078d url(../lib/ico-05.svg) no-repeat center;
  background-size: 32px 32px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -40px;
  opacity: 0;
  transition: all .3s;
}
ul.li_noticias li a.li_bx_img:hover:before {
  opacity: 1.00;
}
ul.li_noticias li .txt_noticia {
  float: left;
  display: block;
  color: black;
  text-align: left;
  text-decoration: none;
  width: 55%;
}
ul.li_noticias li a.titulo_noticia {
  display: block;
  color: black;
  font-size: 20px;
  font-family: 'MerriweatherBold', Arial, Tahoma, Verdana;
  line-height: 22px;
  text-decoration: none;
  margin: 4px 0 10px 0;
}
ul.li_noticias li a.titulo_noticia:hover {
  color: #72078d;
}
ul.li-compartir {
  clear: both;
  overflow: hidden;
  font-family: 'Roboto Condensed Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  margin: 40px 0 !important;
}
ul.li-compartir li {
  display: inline-block;
  background: none !important;
  width: 110px;
  height: 30px;
  margin: 2px 15px !important;
  padding: 0 !important;
}
ul.li-compartir li:before {
  display: none;
}
ul.li-compartir li a {
  display: block;
  color: white !important;
  font-size: 12px;
  font-family: 'Roboto Condensed', Arial, Tahoma, Verdana;
  line-height: 30px;
  text-align: center !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
ul.li-compartir li:nth-child(1) {
  font-size: 16px;
  width: 90px;
  margin: 2px 10px 2px 0 !important;
}
ul.li-compartir li:nth-child(2) {
  background: #1877f2 !important;
}
ul.li-compartir li:nth-child(3) {
  background: #96e5e9 !important;
}
ul.li-compartir li:nth-child(4) {
  background: #00e676 !important;
}
/* PAGINADOR */

ul.pag {
  clear: both;
  display: table;
  width: auto !important;
  margin: 50px auto 20px auto !important;
}
ul.pag li {
  float: left !important;
  clear: none !important;
  background-image: none !important;
  width: auto !important;
  margin: 0 2px !important;
  padding: 0 !important;
}
ul.pag li:before {
  display: none;
}
ul.pag li a {
  float: left;
  color: black !important;
  font-size: 20px;
  line-height: 27px;
  text-decoration: none !important;
  text-align: center;
  width: 19px;
  margin: 0 !important;
  padding: 0 6px !important;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
ul.pag li a:hover {
  color: black !important;
}
ul.pag li .pagAct {
  color: #72078d !important;
  font-family: 'Roboto Condensed Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
ul.pag li .txtL {
  color: #72078d !important;
  font-family: 'Roboto Condensed Bold', Arial, Tahoma, Verdana;
  font-size: 16px;
  line-height: 27px;
  font-weight: 100;
  width: auto;
}
/* ---------------------------- FORMULARIOS ---------------------------- */

.formA fieldset {
  float: left;
  clear: both;
  overflow: hidden;
  font-family: 'Roboto Condensed', Arial, Tahoma, Verdana;
  text-align: center;
  margin: 20px 0 50px 0;
}
.formA select,
.formA input,
.formA textarea {
  display: block;
  color: #142632;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto Condensed', Arial, Tahoma, Verdana;
  background: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #98a3a9;
  border-radius: 0;
  transition: all .3s;
}
.formA label {
  display: block;
  float: left;
  color: #72078d;
  font-family: 'Roboto Condensed Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 16px;
  text-align: left;
  width: 100%;
  padding: 8px 0 2px 0;
}
.formA select {
  display: block;
  float: left;
  width: 365px;
  height: 36px;
  padding: 6px 10px 6px 6px;
}
.formA .inpB {
  display: block;
  float: left;
  width: 98%;
  height: 27px;
  padding: 8px 1% 10px 1%;
}
.formA .req {
  position: relative;
  border-bottom: 1px solid #e6002b;
}
.formA input.req::after {
  display: block;
  content: "error";
  z-index: 100;
  position: absolute;
  left: 4px;
  top: 4px;
  border: 100px solid red;
  width: 50px;
  height: 10px;
}
.formA textarea {
  display: block;
  float: left;
  border: 0;
  border-bottom: 1px solid #98a3a9;
  appearance: none;
  width: 98%;
  height: 46px;
  padding: 6px 0;
}
.formA .button,
.formA .button:focus,
.formA .button:active {
  float: left;
  cursor: pointer;
  color: white;
  font-size: 20px;
  font-family: 'Roboto Condensed Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background: #72078d;
  height: 64px;
  margin-top: 10px;
  padding: 0 50px;
  -webkit-appearance: none;
  /*border-radius: 8px;*/
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.formA .button:hover {
  background: #5a0670;
}
.formA p {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: justify;
  width: 46%;
  height: 88px;
  margin: 10px 6% 10px 0;
  padding: 0;
}
.formA p:nth-child(2n) {
  margin: 10px 0;
}
.formA p.cnt-txta {
  width: 100%;
  height: 115px;
  margin: 10px 0;
}
.formA .bxEr {
  float: right;
  display: block;
  color: #e6002b;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  height: 30px;
}
.formA .subt {
  float: left;
  clear: both;
  display: block;
  color: #ff9108;
  font-size: 20px;
  font-family: 'TitilliumSBold', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: left;
  width: 80%;
  margin: 15px 0 5px 0;
}
.formA input:focus,
.formA textarea:focus {
  outline: none;
  border: 0;
  border-bottom: 2px solid #72078d;
  font-size: 18px;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA :required {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -moz-outline: none;
  border-bottom: 1px solid #98a3a9;
  /*border-bottom: 2px solid fade(@col6, 40%);*/

}
.formA :required:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-bottom: 2px solid #72078d;
  /*border-bottom: 2px solid fade(@col6, 40%);*/

}
/*
.formA :required:invalid{
    border-bottom: 2px solid fade(@col6, 40%);
}
*/

/* ANULAR VALOR INICIAL REQUIRED DE FORMULARIO */

[type="text"],
[type="email"],
[type="password"],
[type="number"],
[type="date"],
[type="search"],
[type="tel"],
select,
textarea {
  border-bottom: 2px solid rgba(238, 28, 37, 0.4);
  box-shadow: inset 0 0 0 transparent;
}
/* ---------------------------- MEDIA QUERIES ---------------------------- */

@media screen and (min-width: 1441px) {
  
}
@media screen and (min-width: 1371px) and (max-width: 1440px) {
  .menu ul:nth-child(2) li a {
    width: 88%;
    margin: 0 1%;
  }
  .noticia_principal a.bx_img {
    height: 500px;
  }
  .servicios {
    min-height: 500px;
    padding: 110px 0 40px 0;
  }
  ul.li_documentacion {
    float: left;
    overflow: hidden;
    width: 100%;
    margin: 20px auto 0 auto;
  }
  ul.li_documentacion li {
    float: left;
    position: relative;
    text-align: center;
    width: 17%;
    margin-right: 3.64%;
  }
  ul.li_documentacion li:nth-child(5) {
    margin-right: 0%;
  }
  ul.li_documentacion li img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  ul.li_documentacion li .lnk-tit {
    display: block;
    color: black;
    text-decoration: none;
    padding: 5px 0;
  }
  ul.li_documentacion li .lnk-cat {
    color: #0048ff;
    font-size: 12px;
    font-family: 'MerriweatherBold', Arial, Tahoma, Verdana;
    text-decoration: none;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1370px) {
  
}
@media screen and (min-width: 1191px) and (max-width: 1350px) {
  /*
      body {
          font-size: 16px;
          line-height: 22px;
      }
  */
  
  h2 {
    font-size: 34px;
    line-height: 24px;
    margin: 15px 0;
  }
  a.logo:link,
  a.logo:visited {
    top: 14px;
    left: 10px;
    background-size: 100% auto;
    width: 319px;
    height: 73px !important;
  }
  .menu ul:nth-child(1) {
    font-size: 13px;
  }
  .menu ul:nth-child(1) li a {
    padding: 10px 15px;
  }
  .menu ul:nth-child(2) {
    font-size: 17px;
  }
  .menu ul:nth-child(2) li a {
    width: 92%;
    margin: 0 4%;
    padding: 20px 0;
  }
  .noticia_principal a.bx_img {
    height: 440px;
  }
  .noticias a.titulo_noticia {
    font-size: 150%;
    line-height: 30px;
    margin: 6px 0;
  }
  .servicios {
    min-height: 460px;
    padding: 85px 0 40px 0;
  }
}
/* ---------------------------- TABLET H ---------------------------- */

@media screen and (min-width: 1070px) and (max-width: 1190px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
  h2 {
    font-size: 32px;
    line-height: 22px;
    margin: 15px 0;
  }
  a.logo:link,
  a.logo:visited {
    top: 14px;
    left: 10px;
    background-size: 100% auto;
    width: 300px;
    height: 73px !important;
  }
  .menu ul:nth-child(1) {
    font-size: 11px;
  }
  .menu ul:nth-child(1) li a {
    padding: 10px 15px;
  }
  .menu ul:nth-child(2) {
    font-size: 15px;
  }
  .menu ul:nth-child(2) li a {
    width: 92%;
    margin: 0 4%;
    padding: 20px 0;
  }
  .noticias {
    padding: 35px 0 50px 0;
  }
  .noticias a.titulo_noticia {
    font-size: 140%;
    line-height: 28px;
    margin: 6px 0;
  }
  .noticia_principal a.bx_img {
    height: 380px;
  }
  .servicios {
    min-height: 410px;
    padding: 60px 0 40px 0;
  }
  .contactanos {
    padding: 30px 0 60px 0;
  }
  .contactanos .bx_contactos {
    padding-top: 30px;
  }
}
@media screen and (min-width: 921px) and (max-width: 1069px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
  h2 {
    font-size: 32px;
    line-height: 22px;
    margin: 15px 0;
  }
  a.logo:link,
  a.logo:visited {
    top: 14px;
    left: 10px;
    background-size: 100% auto;
    width: 206px;
    height: 73px !important;
  }
  .menu ul:nth-child(1) {
    font-size: 11px;
  }
  .menu ul:nth-child(1) li a {
    padding: 10px;
  }
  .menu ul:nth-child(1) li:last-child {
    padding: 10px 0 10px 12px;
  }
  .menu ul:nth-child(2) {
    font-size: 13px;
  }
  .menu ul:nth-child(2) li a {
    width: 98%;
    margin: 0 1%;
    padding: 20px 0;
  }
  .noticias {
    padding: 35px 0 50px 0;
  }
  .noticias a.titulo_noticia {
    font-size: 140%;
    line-height: 28px;
    margin: 6px 0;
  }
  .noticia_principal a.bx_img {
    height: 355px;
  }
  .noticia_principal .txt_noticia {
    padding-top: 4px;
  }
  .servicios {
    background-size: 114% auto;
    min-height: 410px;
    padding: 60px 0 40px 0;
  }
  .contactanos {
    padding: 30px 0 60px 0;
  }
  .contactanos .bx_contactos {
    padding-top: 30px;
  }
}
/* ---------------------------- TABLET V ---------------------------- */

@media screen and (min-width: 620px) and (max-width: 920px) {
  /* CONTENEDOR */
  h2 {
    font-size: 32px;
    line-height: 22px;
    margin: 15px 0;
  }
  header {
    overflow: visible;
    background: black;
    height: 74px;
    /*transition: all .4s;*/
  
  }
  header .cntHeader {
    background: black;
    width: 96%;
    height: 74px;
  }
  a.logo:link,
  a.logo:visited {
    top: 5px;
    left: 10px;
    background-size: 100% auto;
    width: 280px;
    height: 64px !important;
  }
  .open,
  .open {
    display: block;
    cursor: pointer;
    transition: all 0s;
  }
  .dsp-men-mob .open {
    z-index: 1000;
    position: fixed;
    border: 2px solid white;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    transition: all 0s;
  }
  .dsp-men-mob .open:before {
    top: 16px;
    left: 10%;
    width: 80%;
    height: 2px;
    transform: rotate(-45deg);
  }
  .dsp-men-mob .open:after {
    bottom: 16px;
    left: 10%;
    width: 80%;
    height: 2px;
    transform: rotate(45deg);
  }
  .dsp-men-mob .open span {
    top: 19px;
    left: 10%;
    width: 0%;
    height: 2px;
  }
  /*  EFECTO MENÚ */
  
  header .cntHeader .menu {
    display: block;
    position: absolute;
    background: black;
    width: 100% !important;
    height: 93vh !important;
    margin: 7vh 0 0 0 !important;
    transition: all 0s;
    opacity: 0;
  }
  .cntHeader .menu ul:nth-child(1),
  .cntHeader .menu ul:nth-child(1) li,
  .cntHeader .menu ul:nth-child(1) li a {
    width: 100%;
    transition: all 0s;
  }
  .dsp-men-mob {
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: inherit;
    position: absolute;
    background: black;
    width: 100%;
    height: 100vh !important;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader {
    width: 100%;
    height: 100vh !important;
  }
  .dsp-men-mob .cntHeader .menu {
    overflow-y: scroll;
    opacity: 1.0;
    width: 100%;
    height: auto !important;
    min-height: 90vh !important;
    margin: 60px 0 0 0 !important;
    padding: 0 !important;
    transition: all 0s;
  }
  .cntHeader .menu ul:nth-child(1),
  .cntHeader .menu ul:nth-child(2) {
    opacity: 0;
    animation-name: menu_ini_ul_anim;
    animation-duration: 0.20s;
    animation-timing-function: ease-in;
    animation-iteration-count: stop;
    transform-origin: center;
  }
  @keyframes menu_ini_ul_anim {
    from {
      opacity: 1.00;
    }
    30% {
      opacity: 1.00;
    }
    to {
      opacity: 0.00;
    }
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1),
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) {
    opacity: 1.0;
    animation-name: menu_ul_anim;
    animation-duration: 0.20s;
    animation-timing-function: ease-in;
    animation-iteration-count: stop;
    transform-origin: center;
  }
  @keyframes menu_ul_anim {
    from {
      opacity: 0.00;
    }
    30% {
      opacity: 0.00;
    }
    to {
      opacity: 1.00;
    }
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) {
    left: 0;
    top: 350px;
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li {
    width: 100%;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li:last-child {
    border-left: 0;
    padding: 10px 20px;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a {
    float: left;
    display: block;
    width: auto;
    padding: 12px 20px;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.facebook,
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.twitter,
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.youtube,
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.whatsapp {
    float: left;
    display: block;
    outline: none;
    text-indent: -9000px;
    text-decoration: none;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    margin: -4px 6px 0 6px;
    padding: 0 !important;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
    background: none;
    width: 100%;
    height: auto;
    padding-top: 0;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) li {
    float: left;
    text-align: left;
    width: 100%;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) li a {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 0;
    transition: all 0s;
  }
  .modal-open .banner {
    overflow: hidden;
    margin-top: 60px;
  }
  .banner {
    width: 100%;
    height: 440px;
  }
  .banner .cntBanner {
    width: 100%;
  }
  .banner img {
    width: 100%;
    margin-top: -20%;
  }
  .banner .cntBanner ul {
    width: 100%;
  }
  .banner .cntBanner li a {
    width: 100%;
  }
  .banner .cntBanner li a:nth-child(1) img {
    display: none;
  }
  .banner .cntBanner li a:nth-child(2) img {
    display: block;
  }
  .noticias,
  .noticias-in {
    width: 100%;
    min-height: auto;
    padding: 35px 0 10px 0;
  }
  .noticias-in {
    padding: 35px 0;
  }
  .noticias .cntNoticias,
  .noticias-in .cntNoticiasIn {
    width: 90%;
    margin: 0 auto;
  }
  .noticias h2 {
    top: 0;
    line-height: 24px;
    background: #72078d;
    height: 24px;
    padding: 13px 20px 12px 50px;
  }
  .noticias h2:before {
    top: 11px;
    left: 14px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .noticias-in h3 {
    float: left;
    text-align: left;
    width: 80%;
    height: auto;
    margin: 20px auto;
    padding-left: 34px;
  }
  .noticias-in h3:before {
    top: 4px;
    left: 0px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .noticias .cntNoticias p,
  .noticias-in .cntNoticiasIn p {
    display: none;
  }
  .noticias a.titulo_noticia,
  .noticias-in a.titulo_noticia {
    font-size: 24px;
    line-height: 28px;
    margin: 5px 0;
  }
  .noticias a.bx_img:hover:before,
  .noticias-in .cntNoticiasIn a.bx_img:hover:before {
    display: none;
  }
  .noticia_principal {
    width: 100%;
    margin-bottom: 30px;
  }
  .noticia_principal a.bx_img {
    width: 100%;
    height: 24vh;
    margin-right: 0;
  }
  .noticia_principal img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .noticia_principal .txt_noticia {
    width: 100%;
    padding-top: 10px;
  }
  .noticia_destacada,
  .noticias-in .cntNoticiasIn .noticia_destacada {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .noticia_destacada img,
  .noticias-in .cntNoticiasIn .noticia_destacada img {
    float: left;
    display: block;
    width: 35%;
    height: auto;
    margin: 5px 5% 10px 0;
  }
  .noticia_destacada a.bx_img {
    float: left;
    display: block;
    width: 35%;
    height: auto;
    margin: 10px 20px 0 0;
  }
  .noticia_destacada img,
  .noticias-in .cntNoticiasIn .noticia_destacada img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .noticia_destacada .txt_noticia,
  .noticias-in .cntNoticiasIn .noticia_destacada .txt_noticia {
    display: block;
    float: left;
    width: 58%;
    padding-top: 0;
  }
  .noticias .noticia_destacada a.titulo_noticia,
  .noticias-in .cntNoticiasIn .noticia_destacada a.titulo_noticia {
    margin: 0;
  }
  .servicios {
    background: black url(../lib/libertad-servicios-bg.jpg) no-repeat center top;
    background-size: 140% auto;
    width: 100%;
    min-height: auto;
    padding: 280px 0 0 0;
  }
  .servicios .bx_servicios {
    float: none;
    background-size: 100% 7px;
    width: 88%;
    margin: 0 auto;
    padding: 10px 6% 30px 6%;
  }
  .servicios .bx_servicios p {
    margin: 20px 0;
  }
  .servicios h2 {
    line-height: 30px;
    width: 100%;
    padding-left: 36px;
  }
  .servicios h2:before {
    top: 2px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .centro_documentacion {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .centro_documentacion .cntCentro_doc {
    width: 90%;
  }
  .centro_documentacion h2 {
    line-height: 30px;
    width: 90%;
    padding-left: 36px;
  }
  .centro_documentacion h2:before {
    top: 2px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .contactanos {
    width: 100%;
    padding: 10px 0 50px 0;
  }
  .contactanos .cntContactanos {
    width: 90%;
  }
  .contactanos h2 {
    line-height: 30px;
    width: 100%;
    padding-left: 36px;
  }
  .contactanos h2:before {
    top: 2px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .contactanos .bx_mapa {
    overflow: hidden;
    width: 50%;
    margin: 0 4% 0 0;
  }
  .contactanos .bx_mapa img {
    width: 180%;
    margin: 0 0 0 -60%;
  }
  .contactanos .bx_contactos {
    width: 45%;
    padding-top: 10px;
  }
  .contentIn h1 {
    width: 90%;
    margin: 10px 0;
    padding-left: 20px;
  }
  footer {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
  footer p {
    line-height: 18px;
    width: 80%;
    margin: 25px 0 0 15px;
    padding-left: 25px;
  }
  .contentIn {
    width: 100%;
    padding: 30px 0;
  }
  .contentIn .cntcontentIn,
  .contentIn .cntcontentInM {
    width: 90%;
  }
  .contentIn .cntcontentIn img {
    width: 100%;
    margin: 30px auto;
  }
  .contentIn .cntcontentIn:nth-child(1) img {
    width: 100%;
    height: auto;
    margin: 30px auto !important;
  }
  .contentIn .cntcontentInM img {
    margin: 0 auto;
  }
  .contentIn .cntcontentInM .bx-txt {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
    padding: 8px 0 10px 0;
  }
  .contentIn .cntcontentInM .bx-txt p {
    width: 88%;
    margin: 0 20px;
  }
  .contentIn .cntcontentInM .bx-img-cd {
    float: left;
    width: 35% !important;
    margin: 30px 5% 0 0 !important;
  }
  .contentIn .cntcontentInM .bx-img-cd img {
    width: 100%;
    margin: 0;
  }
  .contentIn .cntcontentInM .bx-txt-cd {
    float: left;
    width: 58% !important;
    margin: 10px auto 0 0;
  }
  .contentIn .cntcontentInM .bx-txt-cd ul.li-compartir {
    float: none;
    margin: 10px auto 20px auto !important;
  }
  .contentIn .cntcontentInM .bx-txt-cd ul.li-compartir li {
    width: 86px;
    height: 30px;
    margin: 2px 10px 2px 0 !important;
    padding: 0 !important;
  }
  .contentIn .cntcontentInM .bx-txt-cd ul.li-compartir li:nth-child(1) {
    width: 80%;
    margin: 2px 0 !important;
  }
  .adjPdfB {
    width: 90%;
  }
  ul.li_documentacion {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  ul.li_documentacion li {
    width: 22%;
    margin: 0 4% 30px 0;
  }
  ul.li_documentacion li:nth-child(4) {
    margin-right: 0%;
  }
  ul.li_documentacion li:nth-child(5) {
    display: none;
    margin-right: 0%;
  }
  ul.li_documentacion li img {
    width: 100%;
    margin-bottom: 5px;
  }
  ul.li_documentacion li .lnk-tit {
    line-height: 16px;
    padding: 5px 0 !important;
  }
  ul.li_documentacion_in {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  ul.li_documentacion_in li {
    width: 22%;
    margin: 0 4% 30px 0;
  }
  ul.li_documentacion_in li:nth-child(4),
  ul.li_documentacion_in li:nth-child(8),
  ul.li_documentacion_in li:nth-child(12),
  ul.li_documentacion_in li:nth-child(16),
  ul.li_documentacion_in li:nth-child(20) {
    margin-right: 0%;
  }
  ul.li_documentacion_in li img {
    width: 100%;
  }
  ul.li_documentacion_in li .li_bx_img {
    margin: 0 !important;
    padding: 0 !important;
  }
  ul.li_documentacion_in li .lnk-tit {
    line-height: 18px !important;
    padding: 5px 0 !important;
  }
  ul.li_servicios li {
    margin-bottom: 10px !important;
  }
  ul.li_servicios li a.lnk-tit {
    padding: 5px 10px;
  }
  ul.li_servicios li a.li_bx_img {
    height: 14vh !important;
    margin: 0 auto 10px auto !important;
    padding: 0;
  }
  ul.li_servicios li a.li_bx_img img {
    margin: 0;
    padding: 0;
  }
  ul.li-compartir {
    float: none;
    margin: 10px auto 20px auto !important;
  }
  ul.li-compartir li {
    width: 96px;
    height: 30px;
    margin: 2px 10px 2px 0 !important;
    padding: 0 !important;
  }
  ul.li-compartir li:nth-child(1) {
    width: 110px;
    margin: 2px 0 !important;
  }
}
/* ---------------------------- MOBILE HORIZONTAL ---------------------------- */

@media screen and (min-width: 321px) and (max-width: 815px) and (orientation: landscape) {
  /* CONTENEDOR */
  h2 {
    font-size: 32px;
    line-height: 22px;
    margin: 15px 0;
  }
  header {
    overflow: visible;
    background: black;
    height: 74px;
    /*transition: all .4s;*/
  
  }
  header .cntHeader {
    background: black;
    width: 96%;
    height: 74px;
  }
  a.logo:link,
  a.logo:visited {
    top: 5px;
    left: 10px;
    background-size: 100% auto;
    width: 280px;
    height: 64px !important;
  }
  .open,
  .open {
    display: block;
    cursor: pointer;
    transition: all 0s;
  }
  .dsp-men-mob .open {
    z-index: 1000;
    position: fixed;
    border: 2px solid white;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    transition: all 0s;
  }
  .dsp-men-mob .open:before {
    top: 16px;
    left: 10%;
    width: 80%;
    height: 2px;
    transform: rotate(-45deg);
  }
  .dsp-men-mob .open:after {
    bottom: 16px;
    left: 10%;
    width: 80%;
    height: 2px;
    transform: rotate(45deg);
  }
  .dsp-men-mob .open span {
    top: 19px;
    left: 10%;
    width: 0%;
    height: 2px;
  }
  /*  EFECTO MENÚ */
  
  header .cntHeader .menu {
    display: block;
    position: absolute;
    background: black;
    width: 100% !important;
    height: 93vh !important;
    margin: 7vh 0 0 0 !important;
    transition: all 0s;
    opacity: 0;
  }
  .cntHeader .menu ul:nth-child(1),
  .cntHeader .menu ul:nth-child(1) li,
  .cntHeader .menu ul:nth-child(1) li a {
    width: 100%;
    transition: all 0s;
  }
  .dsp-men-mob {
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: inherit;
    position: absolute;
    background: black;
    width: 100%;
    height: 200vh !important;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader {
    width: 100%;
    height: 200vh !important;
  }
  .dsp-men-mob .cntHeader .menu {
    overflow-y: scroll;
    opacity: 1.0;
    width: 100%;
    height: 200vh !important;
    min-height: 200vh !important;
    margin: 60px 0 0 0 !important;
    padding: 0 !important;
    transition: all 0s;
  }
  .cntHeader .menu ul:nth-child(1),
  .cntHeader .menu ul:nth-child(2) {
    opacity: 0;
    animation-name: menu_ini_ul_anim;
    animation-duration: 0.20s;
    animation-timing-function: ease-in;
    animation-iteration-count: stop;
    transform-origin: center;
  }
  @keyframes menu_ini_ul_anim {
    from {
      opacity: 1.00;
    }
    30% {
      opacity: 1.00;
    }
    to {
      opacity: 0.00;
    }
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1),
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) {
    opacity: 1.0;
    animation-name: menu_ul_anim;
    animation-duration: 0.20s;
    animation-timing-function: ease-in;
    animation-iteration-count: stop;
    transform-origin: center;
  }
  @keyframes menu_ul_anim {
    from {
      opacity: 0.00;
    }
    30% {
      opacity: 0.00;
    }
    to {
      opacity: 1.00;
    }
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) {
    left: 0;
    top: 330px !important;
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 30px !important;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li {
    width: 100%;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li:last-child {
    border-left: 0;
    padding: 10px 6% !important;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a {
    float: left;
    display: block;
    width: auto;
    padding: 12px 6% !important;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.facebook,
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.twitter,
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.youtube,
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.whatsapp {
    float: left;
    display: block;
    outline: none;
    text-indent: -9000px;
    text-decoration: none;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    margin: -4px 6px 0 6px;
    padding: 0 !important;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
    background: none;
    width: 100%;
    height: auto;
    padding-top: 0;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) li {
    float: left;
    text-align: left;
    width: 100%;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) li a {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 0;
    transition: all 0s;
  }
  .modal-open .banner {
    overflow: hidden;
    margin-top: 60px;
  }
  .banner {
    width: 100%;
    height: 300px;
  }
  .banner .cntBanner {
    width: 100%;
  }
  .banner img {
    width: 200% !important;
    margin: 0 0 0 -30%;
  }
  .banner .cntBanner ul {
    width: 100%;
  }
  .banner .cntBanner ul li {
    overflow: hidden;
    width: 100%;
  }
  .banner .cntBanner li a {
    width: 100%;
  }
  .banner .cntBanner li a:nth-child(1) img {
    display: block !important;
  }
  .banner .cntBanner li a:nth-child(2) img {
    display: none !important;
  }
  .noticias,
  .noticias-in {
    width: 100%;
    min-height: auto;
    padding: 35px 0 10px 0;
  }
  .noticias-in {
    padding: 35px 0;
  }
  .noticias .cntNoticias,
  .noticias-in .cntNoticiasIn {
    width: 90%;
    margin: 0 auto;
  }
  .noticias h2 {
    top: 0;
    line-height: 24px;
    background: #72078d;
    height: 24px;
    padding: 13px 20px 12px 50px;
  }
  .noticias h2:before {
    top: 11px;
    left: 14px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .noticias-in h3 {
    float: left;
    text-align: left;
    width: 80%;
    height: auto;
    margin: 20px auto;
    padding-left: 34px;
  }
  .noticias-in h3:before {
    top: 4px;
    left: 0px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .noticias .cntNoticias p,
  .noticias-in .cntNoticiasIn p {
    display: none;
  }
  .noticias a.titulo_noticia,
  .noticias-in a.titulo_noticia {
    font-size: 24px;
    line-height: 28px;
    margin: 5px 0;
  }
  .noticias a.bx_img:hover:before,
  .noticias-in .cntNoticiasIn a.bx_img:hover:before {
    display: none;
  }
  .noticia_principal {
    width: 100%;
    margin-bottom: 30px;
  }
  .noticia_principal a.bx_img {
    width: 100%;
    height: 60vh;
    margin-right: 0;
  }
  .noticia_principal img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .noticia_principal .txt_noticia {
    width: 100%;
    padding-top: 10px;
  }
  .noticia_destacada,
  .noticias-in .cntNoticiasIn .noticia_destacada {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .noticia_destacada img,
  .noticias-in .cntNoticiasIn .noticia_destacada img {
    float: left;
    display: block;
    width: 35%;
    height: auto;
    margin: 5px 5% 10px 0;
  }
  .noticia_destacada a.bx_img {
    float: left;
    display: block;
    width: 35%;
    height: auto;
    margin: 10px 20px 0 0;
  }
  .noticia_destacada img,
  .noticias-in .cntNoticiasIn .noticia_destacada img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .noticia_destacada .txt_noticia,
  .noticias-in .cntNoticiasIn .noticia_destacada .txt_noticia {
    display: block;
    float: left;
    width: 58%;
    padding-top: 0;
  }
  .noticias .noticia_destacada a.titulo_noticia,
  .noticias-in .cntNoticiasIn .noticia_destacada a.titulo_noticia {
    margin: 0;
  }
  .servicios {
    background: black url(../lib/libertad-servicios-bg.jpg) no-repeat center top;
    background-size: 140% auto;
    width: 100%;
    min-height: auto;
    padding: 300px 0 0 0 !important;
  }
  .servicios .bx_servicios {
    float: none;
    background-size: 100% 7px;
    width: 88%;
    margin: 0 auto;
    padding: 10px 6% 30px 6%;
  }
  .servicios .bx_servicios p {
    margin: 20px 0;
  }
  .servicios h2 {
    line-height: 30px;
    width: 100%;
    padding-left: 36px;
  }
  .servicios h2:before {
    top: 2px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .centro_documentacion {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .centro_documentacion .cntCentro_doc {
    width: 90%;
  }
  .centro_documentacion h2 {
    line-height: 30px;
    width: 90%;
    padding-left: 36px;
  }
  .centro_documentacion h2:before {
    top: 2px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .contactanos {
    width: 100%;
    padding: 10px 0 50px 0;
  }
  .contactanos .cntContactanos {
    width: 90%;
  }
  .contactanos h2 {
    line-height: 30px;
    width: 100%;
    padding-left: 36px;
  }
  .contactanos h2:before {
    top: 2px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .contactanos .bx_mapa {
    overflow: hidden;
    width: 55% !important;
    margin: 0 4% 0 0 !important;
  }
  .contactanos .bx_mapa img {
    width: 240%;
    margin: 0 0 0 -90%;
  }
  .contactanos .bx_contactos {
    width: 40% !important;
    padding-top: 10px;
  }
  .contentIn h1 {
    width: 90%;
    margin: 10px 0;
    padding-left: 20px;
  }
  footer {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
  footer p {
    line-height: 18px;
    width: 80%;
    margin: 25px 0 0 15px;
    padding-left: 25px;
  }
  .contentIn {
    width: 100%;
    padding: 30px 0;
  }
  .contentIn .cntcontentIn,
  .contentIn .cntcontentInM {
    width: 90%;
  }
  .contentIn .cntcontentInM img {
    margin: 10px auto;
  }
  .contentIn .cntcontentIn img {
    width: 100%;
    margin: 30px auto;
  }
  .contentIn .cntcontentIn:nth-child(1) img {
    width: 100%;
    height: auto;
    margin: 30px auto !important;
  }
  .bxFlt ul li:first-child {
    border: 0;
    width: auto !important;
    margin: 28px 30px 0 0 !important;
  }
  ul.li_documentacion {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  ul.li_documentacion li {
    width: 22% !important;
    margin: 0 4% 30px 0 !important;
  }
  ul.li_documentacion li:nth-child(4) {
    margin-right: 0% !important;
  }
  ul.li_documentacion li:nth-child(5) {
    display: none;
    margin-right: 0%;
  }
  ul.li_documentacion li img {
    width: 100%;
    margin-bottom: 5px;
  }
  ul.li_documentacion li .lnk-tit {
    line-height: 19px !important;
    padding: 5px 0 !important;
  }
  ul.li_documentacion_in {
    width: 100%;
    margin: 0 auto !important;
  }
  ul.li_documentacion_in li {
    width: 22% !important;
    margin: 0 4% 30px 0 !important;
  }
  ul.li_documentacion_in li:nth-child(4),
  ul.li_documentacion_in li:nth-child(8),
  ul.li_documentacion_in li:nth-child(12),
  ul.li_documentacion_in li:nth-child(16),
  ul.li_documentacion_in li:nth-child(20) {
    margin-right: 0% !important;
  }
  ul.li_documentacion_in li img {
    width: 100%;
  }
  ul.li_documentacion_in li .li_bx_img {
    margin: 0 !important;
    padding: 0 !important;
  }
  ul.li_documentacion_in li .lnk-tit {
    line-height: 18px !important;
    padding: 5px 0 !important;
  }
  ul.li_servicios li a.lnk-tit {
    padding: 5px 10px;
  }
  ul.li_servicios li a.li_bx_img {
    height: 36vh !important;
    margin: 0 auto 10px auto;
    padding: 0;
  }
  ul.li_servicios li a.li_bx_img img {
    margin: 0;
    padding: 0;
  }
  ul.li-compartir {
    float: none;
    margin: 10px auto 20px auto !important;
  }
  ul.li-compartir li {
    width: 96px;
    height: 30px;
    margin: 2px 10px 2px 0 !important;
    padding: 0 !important;
  }
  ul.li-compartir li:nth-child(1) {
    width: 110px;
    margin: 2px 0 !important;
  }
}
/*          MOBILE IPHONE X          */

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  
}
/*          MOBILE GRANDE          */

@media screen and (min-width: 321px) and (max-width: 736px) {
  /* CONTENEDOR */
  body {
    font-size: 18px;
    line-height: 24px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 15px 0;
  }
  h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 15px auto;
    padding-left: 30px;
  }
  h3:before {
    top: 0px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  h4 {
    font-size: 18px;
    line-height: 20px;
  }
  header {
    overflow: visible;
    background: black;
    height: 60px;
  }
  header .cntHeader {
    background: black;
    width: 96%;
    height: 60px;
  }
  a.logo:link,
  a.logo:visited {
    top: 2px;
    left: 10px;
    background-size: 100% auto;
    width: 200px;
    height: 54px !important;
  }
  .open,
  .open {
    display: block;
    cursor: pointer;
    transition: all 0s;
  }
  .dsp-men-mob .open {
    z-index: 1000;
    position: fixed;
    border: 2px solid white;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    transition: all 0s;
  }
  .dsp-men-mob .open:before {
    top: 16px;
    left: 10%;
    width: 80%;
    height: 2px;
    transform: rotate(-45deg);
  }
  .dsp-men-mob .open:after {
    bottom: 16px;
    left: 10%;
    width: 80%;
    height: 2px;
    transform: rotate(45deg);
  }
  .dsp-men-mob .open span {
    top: 19px;
    left: 10%;
    width: 0%;
    height: 2px;
  }
  /*  EFECTO MENÚ */
  
  header .cntHeader .menu {
    display: block;
    position: absolute;
    background: black;
    width: 100% !important;
    height: 93vh !important;
    margin: 7vh 0 0 0 !important;
    transition: all 0s;
    opacity: 0;
  }
  .cntHeader .menu ul:nth-child(1),
  .cntHeader .menu ul:nth-child(1) li,
  .cntHeader .menu ul:nth-child(1) li a {
    width: 100%;
    transition: all 0s;
  }
  .dsp-men-mob {
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: inherit;
    position: absolute;
    background: black;
    width: 100%;
    height: 100vh !important;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader {
    width: 100%;
    height: 100vh !important;
  }
  .dsp-men-mob .cntHeader .menu {
    overflow-y: scroll;
    opacity: 1.0;
    width: 100%;
    height: auto !important;
    min-height: 90vh !important;
    margin: 60px 0 0 0 !important;
    padding: 0 !important;
    transition: all 0s;
  }
  .cntHeader .menu ul:nth-child(1),
  .cntHeader .menu ul:nth-child(2) {
    opacity: 0;
    animation-name: menu_ini_ul_anim;
    animation-duration: 0.20s;
    animation-timing-function: ease-in;
    animation-iteration-count: stop;
    transform-origin: center;
  }
  @keyframes menu_ini_ul_anim {
    from {
      opacity: 1.00;
    }
    30% {
      opacity: 1.00;
    }
    to {
      opacity: 0.00;
    }
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1),
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) {
    opacity: 1.0;
    animation-name: menu_ul_anim;
    animation-duration: 0.20s;
    animation-timing-function: ease-in;
    animation-iteration-count: stop;
    transform-origin: center;
  }
  @keyframes menu_ul_anim {
    from {
      opacity: 0.00;
    }
    30% {
      opacity: 0.00;
    }
    to {
      opacity: 1.00;
    }
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) {
    left: 0;
    top: 350px;
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li {
    width: 100%;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li:last-child {
    border-left: 0;
    padding: 10px 20px;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a {
    float: left;
    display: block;
    width: auto;
    padding: 12px 20px;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.facebook,
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.twitter,
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.youtube,
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.whatsapp {
    float: left;
    display: block;
    outline: none;
    text-indent: -9000px;
    text-decoration: none;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    margin: -4px 6px 0 6px;
    padding: 0 !important;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
    background: none;
    width: 100%;
    height: auto;
    padding-top: 0;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) li {
    float: left;
    text-align: left;
    width: 100%;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) li a {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 0;
    transition: all 0s;
  }
  .modal-open .banner {
    overflow: hidden;
    margin-top: 60px;
  }
  .banner {
    width: 100%;
  }
  .banner .cntBanner {
    width: 100%;
  }
  .banner img {
    width: 100%;
  }
  .banner .cntBanner ul {
    width: 100%;
  }
  .banner .cntBanner li a {
    width: 100%;
  }
  .banner .cntBanner li a:nth-child(1) img {
    display: none;
  }
  .banner .cntBanner li a:nth-child(2) img {
    display: block;
  }
  .noticias,
  .noticias-in {
    width: 100%;
    min-height: auto;
    padding: 35px 0 10px 0;
  }
  .noticias-in {
    padding: 35px 0;
  }
  .noticias .cntNoticias,
  .noticias-in .cntNoticiasIn {
    width: 90%;
    margin: 0 auto;
  }
  .noticias a.bx_img:hover:before,
  .noticias-in .cntNoticiasIn a.bx_img:hover:before {
    display: none;
  }
  .noticias h2 {
    top: 0;
    font-size: 20px;
    line-height: 18px;
    background: #72078d;
    height: 18px;
    padding: 8px 10px 9px 38px;
  }
  .noticias h2:before {
    top: 7px;
    left: 10px;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
  .noticias-in h3 {
    float: left;
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    width: 80%;
    height: auto;
    margin: 20px auto;
    padding-left: 34px;
  }
  .noticias-in h3:before {
    top: 1px;
    left: 0px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .noticias .cntNoticias p,
  .noticias-in .cntNoticiasIn p {
    display: none;
  }
  .noticias .fecha_noticia,
  .noticias-in .fecha_noticia {
    font-size: 12px;
    line-height: 18px;
  }
  .noticias a.titulo_noticia,
  .noticias-in a.titulo_noticia {
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0;
  }
  .noticia_principal {
    width: 100%;
    margin-bottom: 15px;
  }
  .noticia_principal a.bx_img {
    width: 100%;
    height: 140px;
    margin-right: 0;
  }
  .noticia_principal img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .noticia_principal .txt_noticia {
    width: 100%;
    padding-top: 4px;
  }
  .noticia_destacada,
  .noticias-in .cntNoticiasIn .noticia_destacada {
    width: 100%;
    margin: 0 0 14px 0;
  }
  .noticia_destacada a.bx_img {
    float: left;
    display: block;
    width: 35%;
    height: auto;
    margin: 10px 20px 0 0;
  }
  .noticia_destacada img,
  .noticias-in .cntNoticiasIn .noticia_destacada img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .noticia_destacada .txt_noticia,
  .noticias-in .cntNoticiasIn .noticia_destacada .txt_noticia {
    display: block;
    float: left;
    width: 58%;
    padding-top: 0;
  }
  .noticias .noticia_destacada a.titulo_noticia,
  .noticias-in .cntNoticiasIn .noticia_destacada a.titulo_noticia {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  }
  .servicios {
    background: black url(../lib/libertad-servicios-bg.jpg) no-repeat center top;
    background-size: 140% auto;
    width: 100%;
    min-height: auto;
    padding: 150px 0 0 0;
  }
  .servicios .bx_servicios {
    float: none;
    background-size: 100% 7px;
    width: 88%;
    margin: 0 auto;
    padding: 10px 6% 30px 6%;
  }
  .servicios .bx_servicios p {
    margin: 20px 0;
  }
  .servicios h2 {
    width: 100%;
    padding-left: 36px;
  }
  .servicios h2:before {
    top: 2px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .servicios a.lnk1b {
    line-height: 18px;
    margin-bottom: 15px;
  }
  .servicios a.lnk1b:before {
    top: 4px;
  }
  .centro_documentacion {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .centro_documentacion .cntCentro_doc {
    width: 90%;
  }
  .centro_documentacion h2 {
    width: 90%;
    padding-left: 36px;
  }
  .centro_documentacion h2:before {
    top: 2px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .contactanos {
    width: 100%;
    padding: 10px 0 50px 0;
  }
  .contactanos .cntContactanos {
    width: 90%;
  }
  .contactanos h2 {
    width: 100%;
    padding-left: 36px;
  }
  .contactanos h2:before {
    top: 2px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .contactanos .bx_mapa {
    width: 100%;
    margin: 0;
  }
  .contactanos .bx_contactos {
    width: 100%;
    padding-top: 10px;
  }
  footer {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  footer p {
    width: 80%;
    margin: 25px 0 0 15px;
    padding-left: 25px;
  }
  .contentIn {
    width: 100%;
    padding: 30px 0 50px 0;
  }
  .contentIn .cntcontentIn,
  .contentIn .cntcontentInM {
    width: 90%;
  }
  .contentIn .cntcontentInM img {
    margin: 10px auto;
  }
  .contentIn h1 {
    font-size: 32px;
    line-height: 36px;
    margin: 10px 0;
    padding-left: 20px;
  }
  .contentIn .cntcontentIn p {
    text-align: left;
    margin: 15px 0;
  }
  .contentIn ul {
    margin: 15px 0;
  }
  .contentIn ul li {
    margin: 15px 0;
  }
  .contentIn ol {
    margin: 15px 0;
  }
  .contentIn ol li {
    margin: 15px 0;
  }
  .contentIn .cntcontentIn img {
    width: 100%;
    margin: 15px auto;
  }
  .contentIn .cntcontentIn:nth-child(1) img {
    width: 100%;
    height: auto;
    margin: 20px auto !important;
  }
  .contentIn .cntcontentInM img {
    margin: 0 auto;
  }
  .contentIn .cntcontentInM .bx-txt {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0 8px 0;
  }
  .contentIn .cntcontentInM .bx-txt p {
    width: 88%;
    margin: 0 20px;
  }
  .contentIn .cntcontentInM .bx-img-cd {
    width: 90%;
    margin: 10px 5%;
  }
  .contentIn .cntcontentInM .bx-txt-cd {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .contentIn iframe,
  .contentIn video {
    height: 190px;
    margin: 20px auto 15px auto;
  }
  .bxFlt {
    width: 100%;
    margin: 10px 0;
  }
  .bxFlt ul {
    width: 100%;
  }
  .bxFlt ul li:first-child {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .bxFlt ul li a {
    font-size: 16px;
    padding: 15px 18px 15px 35px;
  }
  .bxFlt ul li a:before {
    left: 10px;
    top: 17px;
    width: 14px;
    height: 14px;
  }
  .bx-busqueda {
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .bx-busqueda .formA fieldset {
    width: 100%;
  }
  .bx-busqueda .formA p {
    width: 100%;
  }
  .bx-busqueda .formA .inpM {
    width: 70%;
    margin: 0 10px 0 0;
  }
  .bx-busqueda .formA .button,
  .bx-busqueda .formA .button:hover {
    outline: none;
    text-indent: -9000px;
    text-decoration: none;
    background: #72078d url(../lib/ico-busqueda.svg) no-repeat center;
    padding: 0 30px;
  }
  .subtitulo1,
  .subtitulo2,
  .subtitulo3 {
    font-size: 20px;
    line-height: 20px;
    margin: 30px 0 10px 0;
  }
  .adjDoc,
  .adjPdf,
  .adjPpt,
  .adjDfl,
  .adjXls,
  .adjZip {
    width: 90%;
    min-height: 50px;
    margin: 10px 0 !important;
    padding: 15px 4% !important;
  }
  .adjDoc ico,
  .adjPdf ico,
  .adjPpt ico,
  .adjDfl ico,
  .adjXls ico,
  .adjZip ico {
    width: 36px;
    height: 48px;
    margin-right: 15px;
  }
  .adjDoc ico,
  .adjPdf ico,
  .adjPpt ico,
  .adjDfl ico,
  .adjXls ico,
  .adjZip ico {
    background-size: 36px 48px;
  }
  .adjPdfB {
    width: 90%;
  }
  .adjPdfB .txt-desc {
    width: 70%;
  }
  ul.li_servicios li {
    width: 100%;
    margin: 10px 0 20px 0;
  }
  ul.li_servicios li a.lnk-tit {
    line-height: 20px;
    padding: 5px 10px;
  }
  ul.li_servicios li a.li_bx_img {
    height: 18vh;
    margin: 0 auto 6px auto;
    padding: 0;
  }
  ul.li_servicios li a.li_bx_img:hover:before {
    display: none;
  }
  ul.li_servicios li a.li_bx_img img {
    margin: 0;
    padding: 0;
  }
  ul.li_noticias li {
    margin: 4px 0;
    padding: 5px 0 20px 0;
  }
  ul.li_noticias li a.titulo_noticia {
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0;
  }
  ul.li_noticias li a.li_bx_img {
    float: left;
    display: block;
    width: 35%;
    height: auto;
    margin: 10px 5% 0 0;
  }
  ul.li_noticias li a.li_bx_img:hover:before {
    display: none;
  }
  ul.li_noticias li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  ul.li_noticias li .txt_noticia {
    float: left;
    display: block;
    width: 58%;
    margin: 0;
    padding: 0;
  }
  ul.li_noticias li a.titulo_noticia {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  }
  ul.li_noticias li .txt_noticia .txt-desc {
    bordeR: 1px solid red;
    display: none;
  }
  ul.li_documentacion {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  ul.li_documentacion li {
    width: 45%;
    margin: 0 10% 30px 0;
  }
  ul.li_documentacion li:nth-child(2),
  ul.li_documentacion li:nth-child(4) {
    margin-right: 0%;
  }
  ul.li_documentacion li:nth-child(5) {
    display: none;
    margin-right: 0%;
  }
  ul.li_documentacion li a.li_bx_img:hover:before {
    display: none;
  }
  ul.li_documentacion li img {
    width: 100%;
    margin-bottom: 0;
  }
  ul.li_documentacion li .lnk-tit {
    line-height: 18px;
    padding: 10px 0 !important;
  }
  ul.li_documentacion li a.lnk-cat {
    display: block;
    line-height: 20px;
  }
  ul.li_documentacion_in {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  ul.li_documentacion_in li {
    width: 45%;
    margin: 0 10% 30px 0;
  }
  ul.li_documentacion_in li:nth-child(2),
  ul.li_documentacion_in li:nth-child(4),
  ul.li_documentacion_in li:nth-child(6),
  ul.li_documentacion_in li:nth-child(8),
  ul.li_documentacion_in li:nth-child(10),
  ul.li_documentacion_in li:nth-child(12) {
    margin-right: 0%;
  }
  ul.li_documentacion_in li a.li_bx_img {
    margin: 0 auto;
  }
  ul.li_documentacion_in li a.li_bx_img:hover:before {
    display: none;
  }
  ul.li_documentacion_in li a.lnk-tit {
    padding: 5px 0;
  }
  ul.li_documentacion_in li a.lnk-cat {
    display: block;
    line-height: 20px;
  }
  ul.li-compartir {
    margin: 10px 0 20px 0 !important;
  }
  ul.li-compartir li {
    width: 96px;
    height: 30px;
    margin: 2px 10px 2px 0 !important;
    padding: 0 !important;
  }
  ul.li-compartir li:nth-child(1) {
    width: 90%;
    margin: 2px 0 !important;
  }
  /* PAGINADOR */
  
  ul.pag {
    float: none !important;
    margin: 20px auto !important;
  }
  ul.pag li {
    display: none;
  }
  ul.pag li:first-child {
    display: block;
  }
  ul.pag li:last-child {
    display: block;
  }
  ul.pag li .txtL {
    padding: 0 10px !important;
  }
  .formA label {
    padding: 0;
  }
  .formA .inpB {
    width: 98%;
    height: 24px;
    padding: 4px 0 2px 0;
  }
  .formA p {
    width: 96%;
    height: 66px;
    margin: 0;
    padding: 0;
  }
}
/* ---------------------------- MOBILE V ---------------------------- */

@media screen and (max-width: 320px) {
  /* CONTENEDOR */
  body {
    font-size: 18px;
    line-height: 24px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 15px 0;
  }
  h3 {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    width: 80%;
    margin: 15px auto;
    padding-left: 30px;
  }
  h3:before {
    top: 0px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  h4 {
    font-size: 18px;
    line-height: 20px;
  }
  header {
    background: black;
    height: 60px;
    transition: all 0s;
  }
  header .cntHeader {
    background: black;
    width: 96%;
    height: 60px;
    transition: all 0s;
  }
  a.logo:link,
  a.logo:visited {
    top: 2px;
    left: 10px;
    background-size: 100% auto;
    width: 200px;
    height: 54px !important;
  }
  .open,
  .open {
    display: block;
    cursor: pointer;
    transition: all 0s;
  }
  .dsp-men-mob .open {
    z-index: 1000;
    position: fixed;
    border: 2px solid white;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    transition: all 0s;
  }
  .dsp-men-mob .open:before {
    top: 16px;
    left: 10%;
    width: 80%;
    height: 2px;
    transform: rotate(-45deg);
  }
  .dsp-men-mob .open:after {
    bottom: 16px;
    left: 10%;
    width: 80%;
    height: 2px;
    transform: rotate(45deg);
  }
  .dsp-men-mob .open span {
    top: 19px;
    left: 10%;
    width: 0%;
    height: 2px;
  }
  /*  EFECTO MENÚ */
  
  header .cntHeader .menu {
    display: block;
    position: absolute;
    background: black;
    width: 100% !important;
    height: 93vh !important;
    margin: 7vh 0 0 0 !important;
    transition: all 0s;
    opacity: 0;
  }
  .cntHeader .menu ul:nth-child(1),
  .cntHeader .menu ul:nth-child(1) li,
  .cntHeader .menu ul:nth-child(1) li a {
    width: 100%;
    transition: all 0s;
  }
  .dsp-men-mob {
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: inherit;
    position: absolute;
    background: black;
    width: 100%;
    height: 100vh !important;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader {
    width: 100%;
    height: 100vh !important;
  }
  .dsp-men-mob .cntHeader .menu {
    overflow-y: scroll;
    opacity: 1.0;
    width: 100%;
    height: auto !important;
    min-height: 90vh !important;
    margin: 60px 0 0 0 !important;
    padding: 0 !important;
    transition: all 0s;
  }
  .cntHeader .menu ul:nth-child(1),
  .cntHeader .menu ul:nth-child(2) {
    opacity: 0;
    animation-name: menu_ini_ul_anim;
    animation-duration: 0.20s;
    animation-timing-function: ease-in;
    animation-iteration-count: stop;
    transform-origin: center;
  }
  @keyframes menu_ini_ul_anim {
    from {
      opacity: 1.00;
    }
    30% {
      opacity: 1.00;
    }
    to {
      opacity: 0.00;
    }
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1),
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) {
    opacity: 1.0;
    animation-name: menu_ul_anim;
    animation-duration: 0.20s;
    animation-timing-function: ease-in;
    animation-iteration-count: stop;
    transform-origin: center;
  }
  @keyframes menu_ul_anim {
    from {
      opacity: 0.00;
    }
    30% {
      opacity: 0.00;
    }
    to {
      opacity: 1.00;
    }
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) {
    left: 0;
    top: 350px;
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li {
    width: 100%;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li:last-child {
    border-left: 0;
    padding: 10px 20px;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a {
    float: left;
    display: block;
    width: auto;
    padding: 12px 20px;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.facebook,
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.twitter,
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.youtube,
  .dsp-men-mob .cntHeader .menu ul:nth-child(1) li a.whatsapp {
    float: left;
    display: block;
    outline: none;
    text-indent: -9000px;
    text-decoration: none;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    margin: -4px 6px 0 6px;
    padding: 0 !important;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
    background: none;
    width: 100%;
    height: auto;
    padding-top: 0;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) li {
    float: left;
    text-align: left;
    width: 100%;
    transition: all 0s;
  }
  .dsp-men-mob .cntHeader .menu ul:nth-child(2) li a {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 0;
    transition: all 0s;
  }
  .modal-open .banner {
    overflow: hidden;
    margin-top: 60px;
  }
  .banner {
    width: 100%;
  }
  .banner .cntBanner {
    width: 100%;
  }
  .banner img {
    width: 100%;
  }
  .banner .cntBanner ul {
    width: 100%;
  }
  .banner .cntBanner li a {
    width: 100%;
  }
  .banner .cntBanner li a:nth-child(1) img {
    display: none;
  }
  .banner .cntBanner li a:nth-child(2) img {
    display: block;
  }
  .noticias,
  .noticias-in {
    width: 100%;
    min-height: auto;
    padding: 35px 0 10px 0;
  }
  .noticias-in {
    padding: 35px 0;
  }
  .noticias .cntNoticias,
  .noticias-in .cntNoticiasIn {
    width: 90%;
    margin: 0 auto;
  }
  .noticias a.bx_img:hover:before,
  .noticias-in .cntNoticiasIn a.bx_img:hover:before {
    display: none;
  }
  .noticias h2 {
    top: 0;
    font-size: 20px;
    line-height: 18px;
    background: #72078d;
    height: 18px;
    padding: 8px 10px 9px 38px;
  }
  .noticias h2:before {
    top: 7px;
    left: 10px;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
  .noticias-in h3 {
    float: left;
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    width: 80%;
    height: auto;
    margin: 20px auto;
    padding-left: 34px;
  }
  .noticias-in h3:before {
    top: 1px;
    left: 0px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .noticias .cntNoticias p,
  .noticias-in .cntNoticiasIn p {
    display: none;
  }
  .noticias .fecha_noticia,
  .noticias-in .fecha_noticia {
    font-size: 12px;
    line-height: 18px;
  }
  .noticias a.titulo_noticia,
  .noticias-in a.titulo_noticia {
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0;
  }
  .noticia_principal {
    width: 100%;
    margin-bottom: 15px;
  }
  .noticia_principal a.bx_img {
    width: 100%;
    height: 140px;
    margin-right: 0;
  }
  .noticia_principal img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .noticia_principal .txt_noticia {
    width: 100%;
    padding-top: 4px;
  }
  .noticia_destacada,
  .noticias-in .cntNoticiasIn .noticia_destacada {
    width: 100%;
    margin: 0 0 14px 0;
  }
  .noticia_destacada a.bx_img {
    float: left;
    display: block;
    width: 35%;
    height: auto;
    margin: 10px 20px 0 0;
  }
  .noticia_destacada img,
  .noticias-in .cntNoticiasIn .noticia_destacada img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .noticia_destacada .txt_noticia,
  .noticias-in .cntNoticiasIn .noticia_destacada .txt_noticia {
    display: block;
    float: left;
    width: 58%;
    padding-top: 0;
  }
  .noticias .noticia_destacada a.titulo_noticia,
  .noticias-in .cntNoticiasIn .noticia_destacada a.titulo_noticia {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  }
  .servicios {
    background: black url(../lib/libertad-servicios-bg.jpg) no-repeat center top;
    background-size: 140% auto;
    width: 100%;
    min-height: auto;
    padding: 150px 0 0 0;
  }
  .servicios .bx_servicios {
    float: none;
    background-size: 100% 7px;
    width: 88%;
    margin: 0 auto;
    padding: 10px 6% 30px 6%;
  }
  .servicios .bx_servicios p {
    margin: 20px 0;
  }
  .servicios h2 {
    width: 100%;
    padding-left: 36px;
  }
  .servicios h2:before {
    top: 2px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .servicios a.lnk1b {
    line-height: 18px;
    margin-bottom: 15px;
  }
  .centro_documentacion {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .centro_documentacion .cntCentro_doc {
    width: 90%;
  }
  .centro_documentacion h2 {
    width: 90%;
    padding-left: 36px;
  }
  .centro_documentacion h2:before {
    top: 2px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .contactanos {
    width: 100%;
    padding: 10px 0 50px 0;
  }
  .contactanos .cntContactanos {
    width: 90%;
  }
  .contactanos h2 {
    width: 100%;
    padding-left: 36px;
  }
  .contactanos h2:before {
    top: 2px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .contactanos .bx_mapa {
    width: 100%;
    margin: 0;
  }
  .contactanos .bx_contactos {
    width: 100%;
    padding-top: 10px;
  }
  footer {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  footer p {
    width: 80%;
    margin: 25px 0 0 15px;
    padding-left: 25px;
  }
  .contentIn {
    width: 100%;
    padding: 30px 0 50px 0;
  }
  .contentIn .cntcontentIn,
  .contentIn .cntcontentInM {
    width: 90%;
  }
  .contentIn .cntcontentInM img {
    margin: 10px auto;
  }
  .contentIn h1 {
    font-size: 32px;
    line-height: 36px;
    margin: 10px 0;
    padding-left: 20px;
  }
  .contentIn .cntcontentIn p {
    text-align: left;
    margin: 15px 0;
  }
  .contentIn ul {
    margin: 15px 0;
  }
  .contentIn ul li {
    margin: 15px 0;
  }
  .contentIn ol {
    margin: 15px 0;
  }
  .contentIn ol li {
    margin: 15px 0;
  }
  .contentIn .cntcontentIn img {
    width: 100%;
    margin: 15px auto;
  }
  .contentIn .cntcontentIn:nth-child(1) img {
    width: 100%;
    height: auto;
    margin: 20px auto !important;
  }
  .contentIn .cntcontentInM img {
    margin: 0 auto;
  }
  .contentIn .cntcontentInM .bx-txt {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0 8px 0;
  }
  .contentIn .cntcontentInM .bx-txt p {
    width: 90%;
    margin: 0 10px;
  }
  .contentIn .cntcontentInM .bx-img-cd {
    width: 90%;
    margin: 10px 5%;
  }
  .contentIn .cntcontentInM .bx-txt-cd {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .contentIn iframe,
  .contentIn video {
    height: 190px;
    margin: 20px auto 15px auto;
  }
  .bxFlt {
    width: 100%;
    margin: 10px 0;
  }
  .bxFlt ul {
    width: 100%;
  }
  .bxFlt ul li:first-child {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .bxFlt ul li a {
    font-size: 14px;
    padding: 15px 15px 15px 30px;
  }
  .bxFlt ul li a:before {
    left: 10px;
    top: 19px;
    width: 10px;
    height: 10px;
  }
  .bx-busqueda {
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .bx-busqueda .formA fieldset {
    width: 100%;
  }
  .bx-busqueda .formA p {
    width: 100%;
  }
  .bx-busqueda .formA .inpM {
    width: 70%;
    margin: 0 10px 0 0;
  }
  .bx-busqueda .formA .button,
  .bx-busqueda .formA .button:hover {
    outline: none;
    text-indent: -9000px;
    text-decoration: none;
    background: #72078d url(../lib/ico-busqueda.svg) no-repeat center;
    padding: 0 30px;
  }
  .subtitulo1,
  .subtitulo2,
  .subtitulo3 {
    font-size: 20px;
    line-height: 20px;
    margin: 30px 0 10px 0;
  }
  .adjDoc,
  .adjPdf,
  .adjPpt,
  .adjDfl,
  .adjXls,
  .adjZip {
    width: 90%;
    min-height: 50px;
    margin: 10px 0 !important;
    padding: 15px 4% !important;
  }
  .adjDoc ico,
  .adjPdf ico,
  .adjPpt ico,
  .adjDfl ico,
  .adjXls ico,
  .adjZip ico {
    width: 36px;
    height: 48px;
    margin-right: 15px;
  }
  .adjDoc ico,
  .adjPdf ico,
  .adjPpt ico,
  .adjDfl ico,
  .adjXls ico,
  .adjZip ico {
    background-size: 36px 48px;
  }
  .adjPdfB {
    width: 90%;
  }
  .adjPdfB ico {
    background-size: 39px 51px;
    width: 39px;
    height: 51px;
    margin-right: 15px;
  }
  .adjPdfB .txt-desc {
    width: 74%;
  }
  ul.li_servicios li {
    width: 100%;
    margin: 10px 0 20px 0;
  }
  ul.li_servicios li a.lnk-tit {
    line-height: 20px;
    padding: 5px 10px;
  }
  ul.li_servicios li a.li_bx_img {
    height: 18vh;
    margin: 0 auto 6px auto;
    padding: 0;
  }
  ul.li_servicios li a.li_bx_img:hover:before {
    display: none;
  }
  ul.li_servicios li a.li_bx_img img {
    margin: 0;
    padding: 0;
  }
  ul.li_noticias li {
    margin: 4px 0;
    padding: 5px 0 20px 0;
  }
  ul.li_noticias li a.titulo_noticia {
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0;
  }
  ul.li_noticias li a.li_bx_img {
    float: left;
    display: block;
    width: 35%;
    height: auto;
    margin: 10px 5% 0 0;
  }
  ul.li_noticias li a.li_bx_img:hover:before {
    display: none;
  }
  ul.li_noticias li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  ul.li_noticias li .txt_noticia {
    float: left;
    display: block;
    width: 58%;
    margin: 0;
    padding: 0;
  }
  ul.li_noticias li a.titulo_noticia {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  }
  ul.li_noticias li .txt_noticia .txt-desc {
    bordeR: 1px solid red;
    display: none;
  }
  ul.li_documentacion {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  ul.li_documentacion li {
    width: 45%;
    margin: 0 10% 30px 0;
  }
  ul.li_documentacion li:nth-child(2),
  ul.li_documentacion li:nth-child(4) {
    margin-right: 0%;
  }
  ul.li_documentacion li:nth-child(5) {
    display: none;
    margin-right: 0%;
  }
  ul.li_documentacion li a.li_bx_img:hover:before {
    display: none;
  }
  ul.li_documentacion li img {
    width: 100%;
    margin-bottom: 0;
  }
  ul.li_documentacion li .lnk-tit {
    font-size: 17px !important;
    line-height: 20px !important;
    padding: 10px 0 !important;
  }
  ul.li_documentacion li a.lnk-cat {
    display: block;
    line-height: 18px;
  }
  ul.li_documentacion_in {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  ul.li_documentacion_in li {
    width: 45%;
    margin: 0 10% 30px 0;
  }
  ul.li_documentacion_in li:nth-child(2),
  ul.li_documentacion_in li:nth-child(4),
  ul.li_documentacion_in li:nth-child(6),
  ul.li_documentacion_in li:nth-child(8),
  ul.li_documentacion_in li:nth-child(10),
  ul.li_documentacion_in li:nth-child(12) {
    margin-right: 0%;
  }
  ul.li_documentacion_in li a.li_bx_img {
    margin: 0 auto;
  }
  ul.li_documentacion_in li a.li_bx_img:hover:before {
    display: none;
  }
  ul.li_documentacion_in li a.lnk-tit {
    font-size: 17px;
    line-height: 20px;
    padding: 5px 0;
  }
  ul.li_documentacion_in li a.lnk-cat {
    display: block;
    line-height: 18px;
  }
  ul.li-compartir {
    margin: 10px 0 20px 0 !important;
  }
  ul.li-compartir li {
    width: 80px;
    height: 30px;
    margin: 2px 8px 2px 0 !important;
    padding: 0 !important;
  }
  ul.li-compartir li:nth-child(1) {
    width: 90%;
    margin: 2px 0 !important;
  }
  /* PAGINADOR */
  
  ul.pag {
    float: none !important;
    margin: 20px auto !important;
  }
  ul.pag li {
    display: none;
  }
  ul.pag li:first-child {
    display: block;
  }
  ul.pag li:last-child {
    display: block;
  }
  ul.pag li .txtL {
    padding: 0 10px !important;
  }
  .formA label {
    padding: 0;
  }
  .formA .inpB {
    width: 98%;
    height: 24px;
    padding: 4px 0 2px 0;
  }
  .formA p {
    width: 96%;
    height: 66px;
    margin: 0;
    padding: 0;
  }
}
