<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 250px;
  padding: 132px 0 76px;
  color: #fff;
  background: #4da2ad;
  font-size: 14px;
  line-height: 20px;
  padding-left:0 !important;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {  display: block; padding: 14px 25px 16px; color: #fff; font-family: 'Open Sans', sans-serif; font-size: 12px;}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul li.active a {background: rgba(255,255,255,0.45); text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: rgba(255,255,255,0.45); text-decoration: none}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle::after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul::after {
    content: '';
    display: block;
    height: 20px; }
  .rd-mobilemenu_ul a img.hover2{
  	display: none;
  }
  .rd-mobilemenu_ul a div{
  	display: flex;
  	align-items: center;
  }
  .rd-mobilemenu_ul a div img{
  	width: 19px;
  	margin-right: 8px;
  }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
  background: #ffffff;
   }

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap; 
	z-index: 1
}

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background: none;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span::after, .rd-mobilepanel_toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span::after {
  top: 8px;
}
.rd-mobilepanel_toggle span::after, .rd-mobilepanel_toggle span::before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #32474b;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span::before, .rd-mobilepanel_toggle span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span::before, .rd-mobilepanel_toggle.active span::after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
 	.rd-mobilemenu, 
	.rd-mobilepanel {
    	display: block; 
	} 
}

.rd-mobilepanel #logoMovil{
	top: 10.5px; 
	margin:auto; 
	left:auto; 
	display: block; 
	position:relative; 
	width: 160px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

@media(min-width:992px){
  .container-p{
    max-width: 1870px;
    width: 100%;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 374px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 425px;
  }
  .flex-control-nav {
    margin-left: -470px;
  }
  #logo{
    width: 300px;
    top: 26px;
  }
  #buscador{
    top: 36px;
    right: 0px;
  }
  #buscador .form-control{
    width: 300px;
    height: 38px;
  }
  .btnInscribirCongreso{
    top: calc(50% - 23px);
    left: calc(50% - 80px);
    width: 160px;
    height: 46px;
    font-size: 11px;
  }
  .menuDown &gt; ul &gt; li{
    padding: 0px 10px;
    padding-bottom: 5px;
  }
  .menuDown &gt; ul &gt; li &gt; a{
    font-size: 12px;
    line-height: 40px;
  }
  .menuDown &gt; ul &gt; li &gt; a .fa{
    font-size: 15px;
    margin-left: 3px;
  }
  .cntPrincipal{
    padding-top: 0px;
  }
  #itemSideLeft{
    width: 200px;
    order: 1;
  }
  #itemContPrincipal{
    width: calc(100% - 400px);
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
    order: 2;
  }
  #itemSideRight{
    width: 200px;
    order: 3;
  }
  .titleSideBarLeft{
    cursor: default;
  }
  .contentSidebarLeft{
    display: block;
  }
  .contentSidebarLeft ul li br{
    display: block;
  }
  .itemEnlaces1{
    width: 100%;
    margin-top: 25px;
    margin-right: 0px;
  }
  .itemEnlaces1-2{
    width: 100%;
    margin-top: 25px;
    margin-right: 0px;
  }
  #sidebarRight{
    display: block;
  }
  #menu ul#menuUni,.menuDown ul#menuEventos,.menuDown ul#menuEnlaces,.menuDown ul#menuErgoCopa{
    right: auto;
    left: 0;
  }
  .home1 ul li br{
    display: none;
  }
  .titleHome2{
    margin-top: 50px;
    border-radius: 72px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .titleHome2 strong{
    font-size: 20px;
    line-height: 30px;
  }
  .titleHome4{
    font-size: 24px;
  }
  .titContacto1{
    font-size: 25px;
    line-height: 28px;
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .textoSomos1{
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .somos1{
    height: 170px;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 24px;
  }
  .contBancoAfilia{
    font-size: 13px;
    line-height: 25px;
  }
  .imgBancomerAfilia{
    padding-right: 30px;
    margin-right: 30px;
  }
  .itemMesaDirectiva{
    width: 50%;
  }
  .titleMesa1{
    font-size: 16px;
  }
  .itemMesaDirectiva {
    font-size: 12px;
  }
  .itemMesaDirectiva:nth-child(2n + 2),.itemMesaDirectiva:nth-child(3),.itemMesaDirectiva:nth-child(7),
  .itemMesaDirectiva:nth-child(11){
    background: rgba(232, 232, 232, 0.5)
  }
  .itemMesaDirectiva:nth-child(4),.itemMesaDirectiva:nth-child(8),.itemMesaDirectiva:nth-child(12){
    background: rgba(242, 242, 242, 0.5);
  }
  .itemCapacitacion1{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 35px;
  }
  .itemCapacitacion2{
    width: 100%;
  }
  .titleCapacitacion1{
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 9px;
    margin-bottom: 9px;
  }
  .titleCapacitacion2{
    margin-top: 25px;
  }
  .reflexion1 div div br{
    display: none;
  }
  .titleCapuni1{
    height: 113px;
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: 0px;
    padding: 10px 20px;
  }
  table.tblSociosCapuni tr td{
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 4px 0;
  }
  .contentLibros div[class*="col-"]{
    width: 33.333%;
  }
  .contentLibros div[class*="col-"]:nth-child(4n + 4)::before{
    width: 1px;
    height: calc(100% + 37px);
  }
  .contentLibros div[class*="col-"]:nth-child(3n + 3)::before{
    width: 0;
   height: 0;
  }
  .contentProyectos1{
    display: flex;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
  }
  .contentProyectos1 .itemProy1{
    margin-right: 0px;
  }
  .contentNoticias1 .row{
    margin: 0 -15px;
  }
  .contentNoticias1 div[class*="col-"]{
    padding: 0 15px;
    margin-bottom: 45px;
  }
  .ultimaNoticia1 .tit{
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    border-left: solid 3px #4dcfe0;
    height: 55px;
  }
  .contentCongresos1 .row{
    margin: 0 -15px;
  }
  .contentCongresos1 div[class*="col-"]{
    padding: 0 15px;
    margin-bottom: 45px;
  }
  .contentCongre1 div{
    width: 120px;
    height: 35px;
    border-radius: 7px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
  }
}
@media(min-width:1200px){
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 480px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 531px;
  }
  .flex-control-nav {
    margin-left: -569px;
  }
  .menuDown{
    max-width: 675px;
  }
  .menuDown &gt; ul &gt; li{
    padding: 0px 22px;
    padding-bottom: 5px;
  }
  .menuDown &gt; ul &gt; li &gt; a{
    font-size: 14px;
    line-height: 40px;
  }
  .menuDown &gt; ul &gt; li &gt; a .fa{
    font-size: 17px;
    margin-left: 3px;
  }
  #logo{
    width: 450px;
    top: 10px;
  }
  #buscador{
    top: 36px;
    right: 0px;
  }
  #buscador .form-control{
    width: 350px;
    height: 38px;
  }
  .btnInscribirCongreso{
    top: calc(50% - 23px);
    left: calc(50% - 100px);
    width: 200px;
    height: 46px;
    font-size: 14px;
  }
  .titleHome1{
    font-size: 30px;
    line-height: 30px;
    margin-top: 55px;
    margin-bottom: 29px;
  }
  .home1 ul li br{
    display: block;
  }
  .titleHome2{
    margin-top: 52px;
    border-radius: 72px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 46px;
  }
  .titleHome2 strong{
    font-size: 26px;
    line-height: 40px;
  }
  .titleHome4{
    font-size: 30px;
  }
  .titContacto1{
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .somos1{
    height: 188px;
    padding: 20px 71px;
    font-size: 18px;
    line-height: 30px;
  }
  .textoSomos1{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .contentePEstatutos{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 38px;
    margin-bottom: 36px;
  }
  .titleCapitulo1{
    font-size: 36px;
    margin-bottom: 30px;
  }
  .titleCapitulo2{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contentePEstatutos a{
    width: 159px;
    height: 42px;
    border-radius: 7px;
    font-size: 18px;
    margin-top: 8px;
  }
  .textoPrin,.textoPrin p{
    font-size: 16px;
    line-height: 30px;
  }
  .titleHistoria1{
    height: 77px;
    border-radius: 10px;
    font-size: 28px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .descripcionEstatutoDet{
    font-size: 16px;
    line-height: 30px;
  }
  .titleAfiliacion1{
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 15px;
    margin-bottom: 13px;
  }
  .titleAfiliacion2{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .titleAfiliacion3{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .contBancoAfilia{
    font-size: 18px;
    line-height: 36px;
  }
  .imgBancomerAfilia{
    padding-right: 32px;
    margin-right: 47px;
  }
  .frmContacto .form-control{
    height: 72px;
    font-size: 14px;
  }
  .frmContacto .textarea{
    padding-top: 20px;
    height: 171px
  }
  .titleMesa1{
    font-size: 16px;
  }
  .itemMesaDirectiva {
    font-size: 12px;
  }
  .titleMesaDirectiva2{
    height: 77px;
    font-size: 28px;
    line-height: 30px;
    margin-top: 70px;
  }
  .itemMesaDirectiva{
    width: 33.333%;
  }
  .itemMesaDirectiva:nth-child(2n + 2),.itemMesaDirectiva:nth-child(4),
  .itemMesaDirectiva:nth-child(8),.itemMesaDirectiva:nth-child(12){
    background: rgba(232, 232, 232, 0.5);
  }
  .itemMesaDirectiva:nth-child(3),.itemMesaDirectiva:nth-child(7),
  .itemMesaDirectiva:nth-child(11){
    background: rgba(242, 242, 242, 0.5)
  }
  .titleCapacitacion1{
    font-size: 27px;
    line-height: 26px;
    padding-bottom: 9px;
    margin-bottom: 9px;
  }
  .titleCapacitacion2{
    margin-top: 25px;
  }
  .itemCapacitacion1{
    width: calc(50% +  72px);
    padding-right: 34px;
    padding-bottom: 0px;
  }
  .itemCapacitacion2{
    width: calc(50% - 72px);
  }
  .reflexion1 div div br{
    display: block;
  }
  .titleSocios1{
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 8px;
  }
  .titleCapuni1{
    height: 113px;
    border-radius: 10px;
    font-size: 18px;
    letter-spacing: 0px;
    padding: 10px 30px;
  }
  table.tblSociosCapuni tr td{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 4px 0;
  }
  .titleErgo5{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .titleErgo3{
    font-size: 28px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 44px;
  }
  .cntErgo4 &gt; div{
    font-size: 17px;
    line-height: 28px;
  }
  .textoErgo5 strong{
    font-size: 18px;
  }
  .titleAnalisis1{
    font-size: 18px;
    line-height: 24px;
  }
  .cntAnalisi1 div{
    font-size: 16px;
  }
  .contentLibros .row{
    margin: 0 -15px;
  }
  .contentLibros div[class*="col-"]{
    padding: 0 15px;
    width: 25%;
  }
  .contentLibros div[class*="col-"]:nth-child(3n + 3)::before{
    width: 1px;
    height: calc(100% + 37px);
  }
  .contentLibros div[class*="col-"]:nth-child(4n + 4)::before{
    width: 0;
   height: 0;
  }
  .contentProyectos1 .itemProy1{
    margin-right: 50px;
  }
  .contentProyectos1{
    display: flex;
    align-items: center;
    text-align: left;
    flex-direction: row;
  }
  .contentNoticias1 .row{
    margin: 0 -45.5px;
  }
  .contentNoticias1 div[class*="col-"]{
    padding: 0 45.5px;
    margin-bottom: 65px;
  }
  .ultimaNoticia1 .tit{
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
    border-left: solid 3px #4dcfe0;
    height: 55px;
  }
  .titleArticulos2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .titleArtiNot{
    height: 77px;
    margin-top: 53px;
    border-radius: 10px;
    font-size: 28px;
    line-height: 30px;
  }
  table.tblListaArticulos tr td{
    font-size: 16px;
    line-height: 30px;
    height: 91px;
  }
  .contentCongresos1 .row{
    margin: 0 -40px;
  }
  .contentCongresos1 div[class*="col-"]{
    padding: 0 40px;
    margin-bottom: 55px;
  }
  .contentCongre1 div{
    width: 149px;
    height: 43px;
    border-radius: 7px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 29px;
  }
  .titleCongresoSemac1{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .cntCongreSemac a{
    font-size: 16px;
    line-height: 24px;
  }
  .titleDetSemac{
    font-size: 24px;
  }
  .fechaLugarDetSemac{
    min-width: 290px;
    height: 84px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .textoSemacDect1{
    font-size: 16px;
    line-height: 24px;
  }
  .titleEnlaces1{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .titleCnemac1{
    font-size: 25px;
    margin-bottom: 25px;
  }
  .titleCnemac2{
    font-size: 19px;
  }
}
@media(min-width:1300px){
  .menuDown{
    max-width: 700px;
  }
  .titleHome1{
    font-size: 38.53px;
    line-height: 30px;
    margin-top: 103px;
    margin-bottom: 29px;
  }
  .home1{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
  }
  .contentProyectos1 .itemProy1{
    margin-right: 117px;
  }
  .titleCnemac1{
    font-size: 30px;
    margin-bottom: 30px;
  }
  .titleCnemac2{
    font-size: 22px;
  }
}
@media(max-width: 1450px){
  .tblCapitulos thead {
     display: none;
  }
  .table.tblCapitulos &gt; tbody &gt; tr &gt; td{
    border-top: 3px solid #fff;
  }
  .tblCapitulos tr td {
    display: block !important;
    width: 100% !important;
    position: relative;
    padding-left: 149px !important;
    border-top: 0;
    text-align: center;
    vertical-align: middle;
    font-family: 'Arial', sans-serif !important;
    border-left: 0;
    border-right: 0;
  } 
  .table.tblCapitulos &gt; tbody &gt; tr &gt; td {
      padding-top: 5px;
      padding-bottom: 5px;
  }
  table.tblCapitulos tbody tr:nth-child(1) td {
      padding-top: 5px;
  }
  table.tblCapitulos tbody tr td:nth-child(1){
    background: #00798b;
    color: #fff;
  }
  .tblCapitulos td::before {
      position: absolute;
      top: calc(50% - 10px);
      left: 1em;
      width: auto;
      padding-right: 1em;
      white-space: nowrap;
      text-align: left;
      content: attr(data-title);
      z-index: 1;
      font-weight: 600;
      font-size: 10px;
      line-height: 20px;
      color: #828282;
  }
  .tblCapitulos td:nth-child(1)::before {
    color: #fff;
  }
}
@media(min-width:1450px){ 
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 528px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 582px;
  } 
  .menuDown{
    max-width: 750px;
  }
  #logo{
    width: 484px;
    top: 6px;
  }
  .btnInscribirCongreso{
    top: calc(50% - 23px);
    left: calc(50% - 127.5px);
    width: 255px;
    height: 46px;
    font-size: 16px;
  }
  #buscador{
    top: 36px;
    right: 21px;
  }
  #buscador .form-control{
    width: 480px;
    height: 38px;
  }
  #header{
    height: 253px;
  }
  #topMenu{
    height: 78px;
  }
  #menu{
    height: 78px;
  }
  #menu &gt; ul &gt; li{
    height: 78px;
  }
  #menu &gt; ul &gt; li &gt; a{
    font-size: 16px;
    height: 78px;
    padding: 0 30px;
  }
  #menu &gt; ul &gt; li &gt; a .fa{
    top: 47px;
    left: calc(50% - 6px);
    font-size: 19px;
    width: 12px;
  }
  #menu ul.submenu li a:hover::before,#menu ul.submenu li a:focus::before,
  #menu ul.submenu li.active a::before,
  .menuDown ul.submenu li a:hover::before,.menuDown ul.submenu li a:focus::before,
  .menuDown ul.submenu li.active a::before{
    top: 17px;
    left: -12px;
  }
  #menu ul.submenu,.menuDown ul.submenu{
    top: 78px;
  }
  .menuDown &gt; ul{
    height: 53px;
  }
  .menuDown &gt; ul &gt; li{
    padding: 0px 22px;
    padding-bottom: 5px;
  }
  .menuDown &gt; ul &gt; li &gt; a{
    font-size: 16px;
    line-height: 50px;
  }
  .menuDown &gt; ul &gt; li &gt; a .fa{
    font-size: 19px;
    margin-left: 4px;
  }
  .menuDown ul.submenu{
    top: 50px;
  }
  #menu ul.submenu li a,.menuDown ul.submenu li a{
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.25px;
    padding: 13px 0;
  }
  #menu ul.submenu li a span,.menuDown  ul.submenu li a span{
    font-size: 16px;
  }
  #menuSomos{
    width: 635px;
  }
  #itemSideLeft{
    width: 305px;
  }
  #itemContPrincipal{
    width: calc(100% - 612px);
    padding-top: 34px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #itemSideRight{
    width: 307px;
  }
  .titleSideBarLeft{
    height: 78px;
    font-size: 25px;
    line-height: 20px;
  }
  .titleSideBarLeft img{
    margin-right: 8px;
  }
  .contentSidebarLeft ul li a{
    font-size: 14px;
  }
  .titleSideRight1{
    font-size: 24px;
  }
  .titleSideRight2{
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .itemEnlaces2 a{
    height: 59px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.25px;
    padding: 0 5px;
  }
  .contentSidebarRight2 .itemEnlaces2 a{
    font-size: 14px;
  }
  .titleSideBar3{
    height: 133px;
    font-size: 24px;
  }
  .sidebarRight3 ul li a{
    font-size: 16px;
    line-height: 48px;
  }
  .contentDatFoot{
    padding: 60px 0;
  }
  .contentDatFoot .tit{
    font-size: 36px;
  }
  .contentDatFoot .tit strong{
    font-size: 24px;
  }
  .titContacto1{
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 35px;
    margin-bottom: 27px;
  }
  .titleAfiliacion1{
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 19px;
    margin-bottom: 15px;
  }
  .titleMesa1{
    font-size: 16px;
  }
  .itemMesaDirectiva {
    font-size: 12px;
  }
  .titleCapacitacion1{
    font-size: 27px;
    line-height: 26px;
    padding-bottom: 9px;
    margin-bottom: 9px;
  }
  .titleCapacitacion2{
    margin-top: 25px;
  }
  .titleSocios1{
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 8px;
  }
  .titleSocios2{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .titleCapuni1{
    height: 113px;
    border-radius: 10px;
    font-size: 22px;
    letter-spacing: -0.1px;
    padding: 10px 62px;
  }
  table.tblSociosCapuni tr td{
    font-size: 14px;
    line-height: 24px;
  }
  .titleErgo5{
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 33px;
  }
  .contentLibros .row{
    margin: 0 -30px;
  }
  .contentLibros div[class*="col-"]{
    padding: 0 30px;
  }
  .contentLibroS1{
    font-size: 14px;
    line-height: 36px;
  }
  .tblCapitulos tr th {
    font-size: 10.5px;
  }
  .contentConcurso2{
    font-size: 18px;
    line-height: 36px;
  }
  .ultimaNoticia1 .tit{
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    border-left: solid 6px #4dcfe0;
    height: 55px;
  }
  .posgrado3 br{
    display: block;
  }
  .titleSideBarLeftCNEMAC{
    font-size: 24px;
  }
  .contentSidebarLeftCNEMAC ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1550px) {
  .titleSocios2{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .cntSocios1{
    width: 50%;
  }
  .cntSocios1-a{
    padding-right: 10px;
  }
  .cntSocios1-b{
    margin-top: 0px;
    padding-left: 10px;
  }
  .cntSocios1-b .itemSocios1a{
    display: flex;
  }
  .cntAnalisi1 div {
    margin-right: 56px;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .cntAnalisi1 div:last-child{
    margin-bottom: 0px;
  }
  .cntAnalisi1 div img{
    margin-right: 4px;
    width: 16px;
    margin-top: 10px;
  }
  .tblCapitulos tr th {
    font-size: 12px;
  }
  .contentSidebarRight4{
    font-size: 14px;
    border-radius: 5px;
    margin-top: 33px;
    padding: 16px 14px;
  }
  .contentSidebarRight4 strong{
    font-size: 18px;
  }
  .contentSidebarRight4 a{
    font-size: 21px;
    margin-top: 16px;
  }
}
@media(min-width:1650px){ 
  .menuDown{
    max-width: 800px;
  }
  .titleMesa1{
    font-size: 19px;
  }
  .itemMesaDirectiva {
    font-size: 15px;
  }
  .titleCapacitacion1{
    font-size: 36px;
    line-height: 30px;
    padding-bottom: 19px;
    margin-bottom: 15px;
  }
  .titleCapacitacion2{
    margin-top: 66px;
  }
  .titleSocios2{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .titleCapuni1 br{
    display: block;
  }
  .contentLibros .row{
    margin: 0 -71.66px;
  }
  .contentLibros div[class*="col-"]{
    padding: 0 71.66px;
  }
  .tblCapitulos tr th {
    font-size: 13px;
  }
  .ultimaNoticia1 .tit{
    font-size: 24px;
    line-height: 30px;
    margin-top: 32px;
    border-left: solid 6px #4dcfe0;
    height: 48px;
  }
  .posgrado3{
    font-size: 16px;
    line-height: 24px;
  }
}
@media(min-width: 1850px){
  .titleMesa1{
    font-size: 21px;
  }
  .itemMesaDirectiva {
    font-size: 16px;
  }
  .cntSocios1-a{
    padding-right: 42px;
  }
  .cntSocios1-b{
    padding-left: 42px;
  }
  .titleSocios2{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
@media(max-width:991px){
	#sliderTop .flex-direction-nav .flex-prev {
		display: none;
	}
	#sliderTop .flex-direction-nav .flex-next {
		display: none;
	}
}
@media(max-width:991px) and (min-width:768px){
}
@media(min-width:768px){
}
@media(max-width:767px){
  .container-p{
    width: 100%;
  }
	body{
		padding: 56px 0 0;
		padding-bottom: 0px;
	}
  #darkTop #logo,#darkTop .btnInscribirCongreso{
    display: none;
  }
  .btnInscribirCongreso {
    position: absolute;
    top: 10px;
    left: auto;
    right: -30px;
    width: 110px;
    height: 35px;
    font-size: 8px;
  }
	#header{
		margin-top: 0px;
		height: auto;
		padding-top: 0px;
	}
  #header #topMenu{
    height: auto;
    padding-top: 0;
    display: none;
  }
  #topMenu::before{
    width: 0;
    height: 0;
  }
	#header #menu{
		display: none;
	}
  #buscador .form-control{
    width: 100%;
  }
  #buscador {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
  .contentDarkTop{
    height: 55px;
  }
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	a.toTop {
		left: auto;
		right: 21px;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
    padding-left: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 5;
	}
	#redes a{
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
		border-radius: 0px;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
		opacity: 1;
		transform: scale(1);
	}
	#redes a img{
		display: none;
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tr{
		background: #42bded !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes .yt{
		background: #ca250a !important;
	}
	#redes a .fa{
		display: block;
	}
  .flex-control-nav {
    margin-left: 0px;
    left: 15px;
  }
  .menuDown{
    max-width: 100%;
  }
  .menuDown &gt; ul &gt; li {
    padding: 0px 10px;
  }
  .menuDown &gt; ul &gt; li &gt; a {
    font-size: 12px;
  }
  .rd-mobilepanel_title {
    padding-right: 79px;
  }
  .rd-mobilemenu_ul .fa.fa-angle-down{
    display: none;
  }
  .rd-mobilemenu_ul .textoMenu{
    display: none;
  }
  .itemEnlaces1 a{
    padding: 10px;
  }
  .titleEnlace1 {
    font-size: 11px;
  }
  .home1 ul li br{
    display: none;
  }
  .titleHome2{
    margin-top: 50px;
    border-radius: 72px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .titleHome2 strong{
    font-size: 20px;
    line-height: 30px;
  }
  .titleHome4{
    font-size: 24px;
  }
  .titContacto1{
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .titContacto1::before{
    left: calc(50% - 30px);
    width: 60px;
    height: 8px;
    border-radius: 4px;
  }
  .titleCapitulo1{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .titleCapitulo2{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contentePEstatutos a{
    width: 125px;
    height: 35px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 8px;
  }
  .titInscripcionObli{
    font-size: 15px;
    line-height: 26px;
    margin-top: 18px;
  }
  .itemMesaDirectiva{
    width: 50%;
  }
  .titleMesa1{
    font-size: 16px;
  }
  .itemMesaDirectiva {
    font-size: 12px;
  }
  .itemMesaDirectiva:nth-child(2n + 2),.itemMesaDirectiva:nth-child(3),.itemMesaDirectiva:nth-child(7),
  .itemMesaDirectiva:nth-child(11){
    background: rgba(232, 232, 232, 0.5)
  }
  .itemMesaDirectiva:nth-child(4),.itemMesaDirectiva:nth-child(8),.itemMesaDirectiva:nth-child(12){
    background: rgba(242, 242, 242, 0.5);
  }
  .contentCapacitacion2{
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .reflexion1 {
    font-size: 14px;
  }
  .titleErgo9{
    padding: 17px 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .textoErgo7 &gt; div {
    width: 100%;
  }
  .textoErgo7 &gt; div:last-child {
    padding-left: 0;
    padding-top: 30px;
  }
  .textoErgo7 &gt; div:last-child::before {
    width: 0px;
    height: 0px;
  }
  .textoErgo7 ul li br{
    display: none;
  }
  .analisis1 {
    padding: 15px 15px;
  }
  .cntAnalisi1 div {
    margin-right: 20px;
    font-size: 13px;
  }
  .titleAnalisis1{
    font-size: 14px;
  }
  .icoDown {
    width: 20px;
  }
  .textoBibliografia1-1 .icoDown{
    display: none;
  }
  .contentProyectos1{
    align-items: flex-start;
    flex-direction: column;
  }
  .titleProyectos1,.contentProyectos1 a{
    font-size: 14px;
  }
  .contentProyectos1 .itemProy1{
    margin-right: 0px;
  }
  .ultimaNoticia1 .tit{
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    border-left: solid 3px #4dcfe0;
    height: 50px;
  }
  .articulos a {
    width: 120px;
    height: 35px;
    margin-top: 20px;
    font-size: 15px;
  }
  table.tblListaArticulos tr th:nth-child(1),
  table.tblListaArticulos tr td:nth-child(1){
    padding-left: 8px;
  }
  table.tblListaArticulos tr th{
    font-size: 14px;
    line-height: 17px;
  }
  .contentCongresos1 .row{
    margin: 0 -15px;
  }
  .contentCongresos1 div[class*="col-"]{
    padding: 0 15px;
    margin-bottom: 45px;
  }
  .contentCongre1 div{
    width: 120px;
    height: 35px;
    border-radius: 7px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
  }
  .posgrado3 .tit {
    font-size: 20px;
  }
  .contentSidebarRight4 a {
    max-width: 100%;
    height: 45px;
    font-size: 16px;
  }
  .titleCnemac1{
    font-size: 17px;
    margin-bottom: 20px;
  }
  .titleCnemac2{
    font-size: 14px;
  }
}
@media(max-width:680px){
  .home1 ul{
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
  }
  .home1 ul li{
    margin-top: 24px;
  }
  .contBancoAfilia{
    font-size: 13px;
    line-height: 25px;
  }
  .imgBancomerAfilia{
    padding-right: 30px;
    margin-right: 30px;
  }
  .itemCapacitacion1{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 35px;
  }
  .itemCapacitacion2{
    width: 100%;
  }
  .titleSocios1 {
    font-size: 18px;
  }
  .titleSocios2{
    font-size: 12px;
  }
  .titleCapuni1{
    height: auto;
    border-radius: 7px;
    font-size: 15px;
    letter-spacing: 0;
    padding: 25px 20px;
    margin-bottom: 15px;
  }
  .tblSociosCapuni thead {
      display: none;
  }
  .tblSociosCapuni tr{
    border-top: 1px solid #a0a0a0;
  }
  .tblSociosCapuni td.fotoPc{
    width: 100%;
  }

  .tblSociosCapuni td {
      display: block !important;
      width: 100% !important;
      position: relative;
      padding-left: 70px !important;
      border-top: 0;
      text-align: center;
      vertical-align: middle;
      font-family: 'Arial', sans-serif !important;
  } 
  .table.tblSociosCapuni &gt; tbody &gt; tr &gt; td {
      padding-top: 5px;
      padding-bottom: 5px;
  }
  table.tblSociosCapuni tbody tr:nth-child(1) td {
    padding-top: 5px;
  }
  .tblSociosCapuni td::before {
      position: absolute;
      top: calc(50% - 10px);
      left: 1em;
      width: auto;
      padding-right: 1em;
      white-space: nowrap;
      text-align: left;
      content: attr(data-title);
      z-index: 1;
      font-weight: 600;
      font-size: 12px;
      line-height: 20px;
      color: #828282;
  }
  .itemEnlaces1{
    width: calc(50% - 10px);
    margin-top: 25px;
    margin-right: 20px;
  }
  .itemEnlaces1:nth-child(2){
    margin-right: 0px;
  }
  .itemEnlaces1-2{
    width: calc(50% - 10px);
    margin-top: 25px;
    margin-right: 0;
  }
  .itemEnlaces1-2 a{
    height: auto;
  }
}
@media (max-width: 640px) {
  #footer .tfooter,
  #footer #powered{float:none; text-align:center;}
  #footer .tfooter{
    margin-bottom:10px;
  }
  #footer .tfooter span{display:block; text-align:center; line-height:18px}
  .contentLibros .row{
    margin: 0 -15px;
  }
  .contentLibros div[class*="col-"]{
    padding: 0 15px;
    margin-bottom: 60px;
    width: 33.333%;
  }
  .contentLibros div[class*="col-"]:nth-child(4n + 4)::before{
    width: 1px;
    height: calc(100% + 37px);
  }
  .contentLibros div[class*="col-"]:nth-child(3n + 3)::before{
    width: 0;
   height: 0;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span{
	  display: block;
	  line-height: 24px;
	  padding-bottom: 0;
	  width: 100%;
	  margin-top: 10px;
	}
  .reflexion1 div div br{
    display: none;
  }
  .ultimaNoticia1 {
    max-width: 350px;
  }
  .contentNoticias1 div[class*="col-"]{
    width: 100%;
  }
  .ultimaNoticia1 .tit{
    height: auto;
    margin-top: 15px;
  }
}
@media(max-width: 580px){
  #footer .tfooter{
    flex-wrap: wrap;
  }
  #footer .tfooter em{
    display: block;
    height: 5px;
    opacity: 0;
    width: 100%;
  }
  .contentDatFoot {
    padding: 32px 0;
  }
  .contentDatFoot .tit{
    font-size: 18px;
  }
  .contentDatFoot .tit strong{
    font-size: 18px;
  }
  .contentCongresos1 .row{
    margin: 0 -10px;
  }
  .contentCongresos1 div[class*="col-"]{
    padding: 0 10px;
    margin-bottom: 45px;
  }
  .contentCongre1 div{
    width: 100px;
    height: 30px;
    border-radius: 7px;
    font-size: 13px;
    line-height: 30px;
    margin-top: 15px;
  }
}
@media(max-width:540px){
  .titleHome2 {
    margin-top: 40px;
    border-radius: 55px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 35px;
    padding: 25px 20px;
    height: auto;
  }
  .titleHome2 strong {
    font-size: 17px;
  }
  .contBancoAfilia {
    height: auto;
    flex-wrap: wrap;
    padding: 20px 10px;
  }
  .imgBancomerAfilia {
    padding-right: 0;
    margin-right: 0;
    height: auto;
    width: 100%;
    border-right: 0px;
    margin-bottom: 20px;
  }
  .imgBancomerAfilia img{
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }
  .itemSub1Socio {
    width: 100%;
  }
  .itemSub2Socio .titleSocios2 {
    text-align: left;
  }
  .cntSocios1-a .itemSocios1a{
   display: none;
  }
}
@media (max-width: 520px){
  .itemMesaDirectiva{
    width: 100%;
  }
  .itemMesaDirectiva:nth-child(3),.itemMesaDirectiva:nth-child(7),
  .itemMesaDirectiva:nth-child(11){
    background: rgba(242, 242, 242, 0.5);
  }
  .itemMesaDirectiva:nth-child(2n + 2){
    background: rgba(232, 232, 232, 0.5)
  }
}
@media(max-width:500px){
	.frmContacto div[class*="col-"]{
		width: 100%
	}	
  .somos1{
    height: auto;
    padding: 30px 15px;
  }
  .titleMesaDirectiva2 {
    font-size: 16px;
  }
  .contentCongresos1 div[class*="col-"]{
    width: 50%;
  }
  .menuDown &gt; ul &gt; li {
    padding: 0px 5px;
  }
  .menuDown &gt; ul &gt; li &gt; a {
    font-size: 10px;
  }
  .itemErgoC1:first-child{
    padding-right: 10px;
  }
  .itemErgoC1:last-child{
    padding-left: 10px;
  }
}
@media(max-width:480px){
  .menuDown &gt; ul {
    position: relative;
  }
  .menuDown &gt; ul &gt; li{
    padding: 0px;
    margin: 0 5px;
    position: initial;
  }
  .menuDown &gt; ul &gt; li &gt; a span i{
    display: block;
  }
  .menuDown &gt; ul &gt; li &gt; a {
    font-size: 11px;
    line-height: 15px;
  }
  #menuArticulos, #menuEventos, #menuEnlaces {
    width: 100%;
  }
  #menu ul.submenu li, .menuDown ul.submenu li {
    padding-left: 14px;
  }
  #menu ul.submenu li a, .menuDown ul.submenu li a {
    font-size: 9px;
  }
  #menu ul.submenu li a span, .menuDown ul.submenu li a span {
    font-size: 13px;
  }
  .textoHistoria2 br{
    display: none;
  }
  .titleErgo3{
    font-size: 17px;
    line-height: 24px;
  }
  .cntErgo4 &gt; div {
    width: 100%;
  }
  .cntErgo4 &gt; div:nth-child(2),.cntErgo4 &gt; div:nth-child(4){
    background: #f8f8f8;
  }
  .cntErgo4 &gt; div:nth-child(3){
    background: #f3f3f3;
  }
  .contentLibros div[class*="col-"]{
    margin-bottom: 65px;
    width: 50%;
  }
  .contentLibros div[class*="col-"]:nth-child(3n + 3)::before{
    width: 1px;
    height: calc(100% + 37px);
  }
  .contentLibros div[class*="col-"]:nth-child(2n + 2)::before{
    width: 0;
    height: 0;
  }
}

@media(max-width:420px){
  #footer .contentFooter{
    min-height: 145px;
  }
  #downMenu{
    background: #6fbfcb;
  }
  .menuDown::before {
    left: -15px;
  }
  .menuDown::after{
    right: -15px;
  }
  .menuDown &gt; ul &gt; li {
    padding: 0px;
    margin: 0 5px;
  }
  .menuDown &gt; ul &gt; li &gt; a {
    font-size: 10.5px;
  }
  .btnInscribirCongreso{
    width: 100px;
    right: -35px;
    font-size: 7px;
  }
  .rd-mobilepanel #logoMovil{
    top: 13px; 
    margin:auto; 
    left:auto; 
    display: block; 
    position:relative; 
    width: 120px;
  }
  #menu ul.submenu li a span, .menuDown ul.submenu li a span {
    font-size: 12px;
  }
   .titleHome2{
    padding: 18px 15px;
   }
  .titleHome2 strong {
    font-size: 15px;
  }
  .titleHistoria1{
    height: 60px;
    border-radius: 8px;
    font-size: 17px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .textoHistoria1 br{
    display: none;
  }
  table.tblSociosCapuni tr td{
    font-size: 11px;
  }
  .titleArticulos2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
  }
  .itemErgoC1:first-child{
    padding-right: 5px;
  }
  .itemErgoC1:last-child{
    padding-left: 5px;
  }
  .itemEnlaces1-2{
    width: 100%;
  }
}
@media(max-width:365px){
  .menuDown &gt; ul &gt; li &gt; a {
    font-size: 9px;
  }
  .menuDown::before {
    left: -15px;
  }
  .menuDown::after{
    right: -15px;
  }
  .contBancoAfilia {
    font-size: 12px;
  }
}</pre></body></html>