.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 990;
  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: 240px;
  padding: 132px 0 76px;
  color: #ffffff;
  background:#046d80;
  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(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -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: flex;
    align-items: center; 
    padding: 12px 25px 12px; 
    color: #ffffff; 
    font-family: 'Open Sans', sans-serif;
  }
  .rd-mobilemenu_ul a div{
    width: 25px;
    display: flex;
    align-items: center;
  }
  .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-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: 991;
  background: #ffffff;
  border-bottom: solid 3px #026983;
   }

.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: #026983;
  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: 8px; 
	margin: auto; 
	left: auto; 
	display: block; 
	position: relative; 
	width: 110px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

@media(max-width:1870px){
	.VI-congreso-2{
	    max-width: 420px;
	}
}

@media(max-width:1550px){
	.VI-congreso-2 {
        max-width: 350px;
    }
}

@media(max-width:1360px){
	.VI-congreso-2 {
        max-width: 300px;
        margin-right: 150px;
    }
}

@media(max-width:1280px){
	.VI-congreso-2 {
        max-width: 250px;
        margin-right: 100px;
    }
}

@media(max-width:1099px){
	
}

@media(min-width:992px){
  body{
    margin-bottom: 0;
  }
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -430px;
	}
  .cntSliderCap:before{
    left: -460px;
  }
  .contentDarkTop{
    padding-right: 148px;
  }
  .correoTop{
    margin-left: 24px;
    margin-right: 21px;
  }
  #redes{
    width: auto;
    height: 43px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: auto;
    display: flex;
    align-items: center;
    background: transparent;
    width: auto;
  }
  #redes a{
    color: #ffffff;
    height: 43px;
    width: 43px;
    text-align: center;
    margin-right: 9px;
    font-size: 18px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    text-align: center;
    line-height: 43px;
  }
  #redes .fb{
    background: transparent;
  }
  #redes .tr{
    background: transparent;
  }
  #redes .in{
    background: transparent;
  }
  #redes a:hover,#redes a:focus{
    transform: scale(1.1);
  }
  .cntSliderCap{
    padding-right: 150px;
  }
  #textHome2 .row{
    margin: 0 -15px;
  }
  #textHome2 div[class*="col"]{
    padding: 0 15px;
  }
  .contentHome3{
    position: relative;
    padding-right: 50%;
    padding-bottom: 40px;
  }
  .contentHome3 img{
    position: absolute;
    right: 0;
    top: 0px;
    width: 500px;
  }
  #textHome2 div[class*="col"]{
    width: 33.333%;
  }
  #textHome2 div[class*="col"]:last-child{
    margin-left: 0;
  }
  .liHome3:nth-child(1),.liHome3:nth-child(2){
    padding-right: 50px;
  }
  .titleMarco1 {
    font-size: 48px;
  }
  .contentMarco1{
    font-size: 44px;
    line-height: 50px;
    padding-left: 90px;
  } 
  .titleDoc1{
    font-size: 48px;
  }
  .titleCat{
    display: none;
  }
  .menuInfo{
    padding-left: 0px;
    display: block;
  }
  .sidebarDoc{
    width: 285px;
    min-height: 430px;
    margin-bottom: 0;
  }
  .sidebarDoc:before{
    content: '';
    position: absolute;
    top: 0;
    right: -60px;
    width: 6px;
    height: 430px;
    background: url(../images/marco/azul.png);
    border-radius: 3px;
  }
  .informacion{
    width: calc(100% - 285px);
    padding-left: 120px;
  }
  .sideBarMain{
    width: 100%;
    padding-right: 0;
  }
  .cntMain{
    width: 100%;
  }
  .imgNoticia{
    width: 329px;
  }
  .descripNoticia{
    width: calc(100% - 329px);
  }
  .noticia2{
    margin-bottom: 40px;
  }
  .descripNoticia img{
    margin-right: 0;
    margin-left: auto;
  }
  .titleGal2{
    font-size: 24px;
  }
  .detGaleria1{
    width: calc(100% - 311px);
    margin-right: 34px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }
  .backGals{
    width: 277px;
  }
  .titleArchivo{
    font-size: 20px;
  }
  .tituloDetNot2 .tit1{
    font-size: 30px;
    line-height: 36px;
    width: calc(100% - 449px);
    padding-right: 20px;
    padding-bottom: 0;
  }
  .tituloDetNot2 .tit2{
    width: 449px;
    justify-content: flex-end;
  }
  .somos2{
    padding-right: 55%;
    font-size: 14px;
    padding-left: 35px;
  }
  .itemDirectivo{
    width: 220px;
    height: 188px;
    font-size: 15px;
    line-height: 21px;
    background-size: contain;
    padding-left: 0px;
    padding-right: 0px;
  }
  .divItemDirect{
    margin-right: 20px;
  }
  /*.contentSomos3:before{
    width: 856px;
    height: 339px;
    background: url(../images/somos/centro2.png) center no-repeat;
    background-size: cover;
    top: 258px;
    left: calc(50% - 428px);
  }*/
  .contentDirectivos{
    padding-top: 0px;
  }
  .imgsomos4{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
  }
  .contentSomos4{
    height: 445px;
  }
  #textSomos6{
    padding-top: 122px;
    padding-bottom: 130px;
  }
  #textSomos6 img{
    margin-left: auto;
    margin-right: 0;
    width: auto;
  }
  #textSomos6 div[class*="col-"]{
    width: 50%;
    margin-bottom: 0;
  }
  #textSomos7 div[class*="col-"]{
    width: 33.333%;
    padding: 0 15px;
  }
  #textSomos7 div[class*="col-"]:last-child{
    margin-left: 0;
  }
  #textSomos7 .row{
    margin: 0 -15px;
  }
  .itemSomos7 figure div.div{
    font-size: 16px;
    line-height: 22px;
  }
  #textSomos11 div[class*="col-"]{
    width: 50%;
    margin-bottom: 0px;
  }
  .titleSomos9 {
    font-size: 36px;
  }
  .titleSomos9a{
    padding-top: 55px;
  }
  #textSomos14 ul li{
    padding-right: 30px;
    font-size: 18px;
  }
  .titleSomos14{
    font-size: 26px;
    line-height: 33px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .textoSomos9a{
    font-size: 18px;
    line-height: 33px;
  }
  #textNot1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .directivo2{
    margin-bottom: 100px;
  }
  .flecha2Dir:before{
    left: calc(50% - 428px);
    width: 856px;
  }
  .imgSliderVideoTop{
    width: auto;
  }
  .titulovideotop{
    max-width: 375px;
    font-size: 22px;
  }
  .itemDirectivoNew{
    width: 210px;
    height: 170px;
  }
  .titleComitesNew{
    font-size: 20px;
  }
  .divItemDirectNew{
    margin-right: 30px;
    margin-left: 0;
  }
  .divItemDirectNew:last-child{
    margin-right: 0;
    margin-left: 0;
  }
  .imgSliderCaps6{
    width: 240px;
  }
  .imgSliderLogo9{
    width: 370px;
  }
  .contentPrin1a{
    padding-left: 25px;
    padding-top: 40px;
    font-size: 24px;
    width: 50%;
    text-align: left;
    padding-bottom: 0px;
  }
  .contentGalPrin1{
    padding: 20px 18px;
    height: 300px;
  }
  .contentPrin1b{
    width: 50%;
  }
  .contentPrin1a img{
    margin-right:auto;
    margin-left: 0;
  }
}
@media(min-width:1200px){
  #sliderTop{
    height: auto;
  }
  #sliderTop .slides li{
    height: auto;
  }
  #sliderTop .slides li {
    background: transparent !important;
  }
  #sliderTop .slides li img.imgslid{
    display: block;
  }
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  #logo {
    width: 250px;
  }
  #menu{
    top: 90px;
  }
  .cntSliderCap:before{
    left: -340px;
  }
  .correoTop a{
    width: 284px;
  }
  .cntSliderCap .imgSliderLogo{
    width: 270px !important;
  }
  .contentHome3 img{
    top: 7px;
    width: auto;
  }
  .liHome3 span{
    display: block;
  }
   .titleCategorias{
    display: none;
  }
  .imgNoticia{
    width: 337px;
    padding-right: 28px;
    padding-bottom: 0;
  }
  .descripNoticia {
    width: calc(100% - 337px);
  }
  .titleNoticia2{
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .noticia2{
    font-size: 15px;
    line-height: 30px;
  }
  .imgNoticia figure .fechaNot{
    font-size: 29px;
  }
  .imgNoticia figure .fechaNot strong{
    font-size: 39px;
    padding-bottom: 5px;
  }
  .imgNoticia figure .fechaNot span{
    font-size: 17px;
    padding-top: 5px;
  }
  #textGal2 .row{
    margin: 0 -52px;
  }
  #textGal2 div[class*="col-"]{
    padding: 0 52px;
  }
  .detGaleria1{
    font-size: 28px;
    line-height: 26px;
    text-align: left;
    padding: 5px 30px;
  }
  .somos2{
    padding-right: 55%;
  }
  .itemDirectivo{
    width: 246px;
    height: 188px;
    font-size: 16px;
    line-height: 21px;
    background-size: cover;
  }
  .divItemDirect{
    margin-right: 34px;
  }
  .titleSeccion .container{
    font-size: 36px;
  }
  .imgsomos4{
    width: auto;
  }
  .contentSomos4{
    height: 525px;
  }
  #textSomos7 .row{
    margin: 0 -30.75px;
  }
  #textSomos7 div[class*="col-"]{
    padding: 0 30.75px;
  }
  .itemSomos7 figure div.div{
    font-size: 18px;
    line-height: 24px;
  }
  .sideBarMain{
    width: 380px;
    padding-right: 53px;
  }
  .cntMain{
    width: calc(100% - 380px);
  }
  #textNot1 {
    padding-top: 148px;
    padding-bottom: 70px;
  }
  .sideBarMain .sidebar-nav{
    display: block;
  }
  .cntMain:before{
    content: '';
    position: absolute;
    top: 0;
    left: -53px;
    width: 1px;
    height: 100%;
    background: rgba(74,74,74,0.5);
  }
  .imgSliderCaps{
    width: 310px;
  }
  .cntSliderCap{
    padding-right: 98px;
  }
  .itemDirectivoNew{
    width: 246px;
    height: 188px;
  }
  .titleComitesNew{
    font-size: 24px;
  }
  .itemNew1b{
    margin-left: 169px;
  }
  .itemNew1b:before{
    content: '';
    position: absolute;
    top: 0;
    left: -116px;
    width: 43px;
    height: 100%;
    background: url(../images/somos/nuevos/linea1.png) center no-repeat;
    background-size: cover;
  }
  .cntDirPreside{
    margin-bottom: 0px;
    position: relative;
  }
  .cntDirPreside:before{
    width: 0px;
    height: 0px;
  }
  .imgSliderCaps6{
    width: 260px;
  }
  .imgSliderLogo9{
    width: 450px;
  }
  .contentPrin1a{
    padding-left: 55px;
    padding-top: 87px;
    font-size: 30px;
  }
  .contentGalPrin1{
    padding: 20px 18px;
    height: 376px;
  }
}
@media(min-width:1260px){
  .container {
    width: 1230px;
  }
  .cntSliderCap .imgSliderLogo{
    width: 280px !important;
  }
  .imgSliderLogo9{
    width: 450px;
  }
  #textHome2 .row{
    margin: 0 -39px;
  }
  #textHome2 div[class*="col"]{
    padding: 0 39px;
  }
  .somos2{
    padding-right: 50%;
  }
  #textNot2{
    padding-bottom: 60px;
  }  
  .imgSliderCaps6{
    width: 280px;
  }
}
@media(min-width:1450px){
  #logo {
    width: 341px;
  }
  #menu{
    top: 129px;
  }
  .imgSliderLogo9{
    width: auto;
  }
  .cntSliderCap:before{
    left: -360px;
  }
  .cntSliderCap .imgSliderLogo{
    width: 300px !important;
  }
  .imgSliderCaps{
    width: 400px;
  }
  #bannerTop img{
    max-width: 450px;
  }
  .imgSliderCaps6{
    width: 350px;
  }
  .VI-congreso{
      max-width: 672px;
      position: relative;
      right: -97px;
  }
}
@media(min-width: 1750px){
  .cntSliderCap .imgSliderLogo{
    width: auto !important;
  }
  .imgSliderCaps{
    width: auto;
  }
  .imgSliderCaps6{
    width: auto;
  }
}
@media(max-width:1449px){
    .VI-congreso{
        max-width: 590px;
    }
}
@media(max-width:1259px){
    .VI-congreso {
        max-width: 550px;
    }
}
@media(max-width:1199px){
    .VI-congreso {
        position: relative;
        right: -140px;
    }
}

@media(max-width:991px){
	.flex-direction-nav .flex-prev {
		display: none;
	}
	.flex-direction-nav .flex-next {
		display: none;
	}
	.VI-congreso {
      max-width: 390px;
      right: 10px;
    }
}

@media(max-width:991px) and (min-width:768px){
}
@media(min-width:768px){
}
@media(max-width:767px){
	body{
		margin-bottom: 35px;
	}
	#header #topMenu,#header #logo{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
    padding-top: 25px;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    /*height: 580px;*/
    height: 580px;
    background-position: right top !important;
	}
	a.toTop {
		left: auto;
		right: 21px;
	}
  .cntSliderCap:before,#sliderTop:before{
    width: 0;
    height: 0;
  }
  .flex-control-nav{
    display: none;
  }
  .cntSliderCap{
    padding-top: 120px;
    padding-right: 0px;
    justify-content: center;
  }
  .contentDarkTop {
    justify-content: center;
  }
  #textMarco1 .row{
    margin: 0 -10px;
  }
  #textMarco1 div[class*="col-"]{
    padding: 0 10px;
  }
  #textMarco1 div[class*="col-"]:last-child:before{
    left: -2.5px;
    width: 5px;
  }
  .rowArchivo1,.rowArchivo2{
    width: 100%;
  }
  .contentArchivo {
    margin-right: auto;
    margin-left: auto;
  }
  #btnAdjuntarCV1, #btnAdjuntarCV2 {
    margin-right: auto;
    margin-left: auto;
  }
  .titleDetGal1 {
    padding-top: 80px;
  }
  .titleComentario1 {
    font-size: 25px;
  }
  .comentarioNot {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .somos2{
    height: auto;
    padding: 20px;
    position: relative;
    margin-top: 37px;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    justify-content: center;
  }
  .somos2 .imgSomos2{
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    background: transparent;
    padding-top: 20px; 
  }
  .somos2 .imgSomos2 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .directivo2{
    display: block;
  }
  .contentSomos3::before {
    width: 0;
    height: 0;
  }
  .directivo1{
    width: 200px;
    height: 160px;
    background-size: contain;
    font-size: 20px;
  }
  .directivo2{
    margin-top: 50px;
    margin-bottom: 0;
    width: 180px;
    height: 150px;
    background: url(../images/somos/2.png) center no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .contentDirectivos{
    padding-top: 50px;
    flex-wrap: wrap;
  }
  .divItemDirect{
    margin-right: 0px;
    width: 50%;
  }
  .itemDirectivo{
    margin-left: auto;
    margin-right: auto;
  }
  .flecha1Dir:before,.flecha2Dir:before{
    width: 0;
    height: 0;
  }
  .directivo2:before{
    content: '';
    position: absolute;
    width: 2px;
    height: 100px;
    top: -90px;
    left: 50%;
    z-index: -1;
    background: #84878c; 
  }
  .directivo2:after{
    content: '';
    position: absolute;
    width: 2px;
    height: 287px;
    bottom: -274px;
    left: 50%;
    z-index: -1;
    background: #84878c; 
  }
  .itemDirectivo1:before{
    content: '';
    position: absolute;
    width: 300px;
    height: 2px;
    bottom: 50%;
    right: -150px;
    z-index: -1;
    background: #84878c; 
  }
  .itemDirectivo3:before{
    content: '';
    position: absolute;
    width: 300px;
    height: 2px;
    bottom: 50%;
    right: -150px;
    z-index: -1;
    background: #84878c; 
  }
  .contentSomos4 {
    height: auto;
    padding-bottom: 58px;
    display: block;
    padding-left: 0;
    position: relative;
  }
  .imgsomos4 {
    position: relative;
    top: auto;
    left: auto;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .titleSomos4 {
    font-size: 25px;
  }
  .textoSomos4,.contentSomos5,.contentSomos6{
    font-size: 16px;
    line-height: 28px;
  }
  .titleSomos5,.titleSomos6{
    font-size: 30px;
  }
  .titleSeccion .container{
    font-size: 24px;
  }
  .contentSomos9 {
    height: auto;
    padding: 70px 0;
  }
  #textSomos9{
    background: #f4f4f4; 
  }
  .contentSomos14 {
    height: auto;
    padding: 50px 0;
  }
  #textSomos14{
    background-position: right center;
    padding-bottom: 50px;
  }
  .imgTextSomos14{
    display: block;
    width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
  #textSomos7 .row{
    margin: 0 -20px;
  }
  #textSomos7 div[class*="col-"]{
    padding: 0 20px;
  }
  .itemSomos7 figure div.div{
    font-size: 16px;
    line-height: 22px;
  }
  .imgSliderCaps{
    width: 270px;
  }
  .directivo1New {
    width: 200px;
    height: 150px;
    font-size: 20px;
  }
  .titleComitesNew{
    font-size: 20px;
  }
  .cntPresidentesNew {
    padding-left: 25px;
    padding-right: 25px;
  }
  .cntPresidentesNew::before{
    width: 580px;
    background-size: contain;
    left: calc(50% - 290px);
  }
  .VI-congreso-2 {
      margin-right: 0;
    }
}
@media(max-width: 680px){
  .informacion .row{
    margin: 0 -10px;
  }
  .informacion div[class*="col-"] {
    padding: 0 10px;
    width: 50%;
  }
  .titleDoc1 {
    font-size: 24px;
  }
  #textDoc1,#textNot1,#textGal1,#textReg1,#textCnt1,#textSomos1{
    padding-top: 80px;
  }
  #textReg1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #formTop {
    padding-bottom: 60px;
  }
  #textCnt1 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  #textGal1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #textSomos2 {
    padding-bottom: 80px;
  }
  #textNot1{
    padding-bottom: 80px;
  }
  .imgNoticia {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .imgNoticia figure {
    max-width: 309px;
    margin-right: auto;
    margin-left: auto;
  }
  .descripNoticia {
    width: 100%;
  }
  #textNot2 .bgwhite {
    padding-right: 0px;
    padding-left: 0px;
  }
  #textGal2 div[class*="col-"] {
    width: 100%;
  }
  #textGal2 div[class*="col-"]:nth-child(2n+2)::before {
    width: 0;
    height: 0;
  }
  .titleDetGal1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #textSomos7{
    padding: 70px 0;
  }
  #textSomos7 div[class*="col-"] {
    width: 100%;
  }
  #textSomos7 div[class*="col-"]:last-child{
    margin-left: 0;
  }
  .itemSomos7{
    margin-left: auto;
    margin-right: auto;
  }
  .titleSomos7 {
    font-size: 35px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .contentDirectivos {
    padding-top: 20px;
  }
  .directivo2 {
    margin-top: 20px;
  }
  .directivo2::after {
    height: 258px;
    bottom: -245px;
  }
  .titleCatProds{
    font-size: 20px;
  }
  .divItemDirectNew{
    margin-right: 20px;
    margin-left: 20px;
  }
  .divItemDirectNew:last-child{
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media(max-width:640px){
  .contentHome1 {
    height: auto;
    padding: 80px 0;
  }
  .titleMarco1{
    max-width: 100%;
    font-size: 25px;
  }
  #textMarco1 {
    padding-top: 70px;
  }
  .contentMarco1{
    height: 290px;
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
    margin-top: 70px;
  } 
  .itemNew1b{
    height: auto;
  }
  .directivo2New {
    font-size: 16px;
    width: 270px;
  }
  .cntPresidentesNew::before {
    width: 420px;
    background-size: contain;
    left: calc(50% - 210px);
    height: 100px;
    top: -140px;
  }
  .cntPresidentesNew {
    margin-top: 140px;
  }
  .directivo2Newb {
    font-size: 15px;
    width: 280px;
    height: 60px;
  }
  .itemPresNew1a{
    font-size: 14px;
  }
  .itemPresNew1b {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 25px;
    padding-left: 25px;
  }
  .divItemDirectNew{
    margin-right: 0px;
    margin-left: 0px;
  }
  .divItemDirectNew:nth-child(2){
    margin-left: 20px;
  }
  .divItemDirectNew:last-child{
    margin-right: 0px;
    margin-left: 20px;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
  #textHome2 div[class*="col"] {
    width: 100%;
  }
  #textHome2 div[class*="col"]:last-child{
    margin-left: 0;
  }
  .titleNoticia2{
    font-size: 18px;
  }
   #textDetGal1 .row{
    margin: 0 -8px;
   }
  #textDetGal1 div[class*="col-"] {
    width: 50%;
    padding: 0 8px;
  }
  .detGaleria1 {
    font-size: 20px;
    height: auto;
    padding: 10px 5px;
  }
  .tituloDetNot2 .tit1 {
    font-size: 19px;
  }
  .nombreComenNot {
    font-size: 15px;
  }
  .titleComentario1 {
    font-size: 18px;
  }
  .titleSomos2 {
    font-size: 16px;
  }
}
@media(max-width:580px){
  #frmRegistro div[class*="col-"] {
    width: 100%;
  }
  #frmComentario div[class*="col-"] {
    width: 100%;
  }
  .itemDirectivoNew {
    width: 200px;
    height: 160px;
    font-size: 14px;
  }
}
@media(max-width: 540px){
  .itemDirectivo1::before,
  .itemDirectivo3::before{
    width: 200px;
    right: -100px;
  }
  .itemPresNew1a {
    font-size: 13px;
  }
  .itemPresNew1b {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}	
  .contentDarkTop {
    height: auto;
    flex-wrap: wrap;
  }
  #header{
    padding-top: 15px;
  }
  .correoTop {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
  }
  .cntSliderCap .imgSliderLogo{
    width: 220px !important;
  }
  .titleHome1{
    font-size: 30px;
  }
  .titleHome3{
    font-size: 28px;
  }
  .liHome3:nth-child(1),.liHome3:nth-child(2){
    padding-right: 50px;
  }
  .titleMarco1{
    font-size: 20px;
  }
  .titleDoc1 {
    font-size: 20px;
  }
  .titlePagosMForm {
    font-size: 18px;
  }
  .titleSeccion .container {
    font-size: 18px;
    line-height: 27px;
  }
  .titleSomos5, .titleSomos6,.titleSomos9 {
    font-size: 25px;
  }
  .contentSomos12 {
    font-size: 16px;
    line-height: 25px;
  }
  .contentSomos12 ul li div:first-child {
    padding-top: 0;
  }
  .contentSomos12 ul li {
    padding-bottom: 20px;
  }
  .cntSliderCap {
    padding-top: 170px;
  }
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  .liHome3{
    padding-right: 0px;
  }
  .liHome3:nth-child(1),.liHome3:nth-child(2){
    padding-right: 0px;
  }
  #textMarco1 div[class*="col-"]{
    width: 100%;
  }
  #textMarco1 div[class*="col-"]:last-child:before{
    width: 0;
    height: 0;
  }
  #textMarco1 div[class*="col-"] img{
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .informacion div[class*="col-"] {
    width: 100%;
  }
  .titleCat,.titleSubCat {
    font-size: 17px;
  }
  .metodoC{
    flex-wrap: wrap;
  }
  .metodoC div{
    padding-bottom: 10px;
    width: 100%;
  }
  .metodoC .label1 {
    margin-left: 0px;
    margin-right: 15px;
  }
  .tituloDetNot2 .tit2{
    flex-wrap: wrap;
  }
  .tituloDetNot2 .tit2 .fdNot {
    width: 100%;
    padding-bottom: 20px;
  }
  .tituloDetNot2 .tit2 .shared {
    margin-left: 0px;
  }
  .nombreComenNot {
    font-size: 14px;
    flex-wrap: wrap;
  }
  .fechaNotc {
    margin-left: 0px;
    width: 100%;
  }
  .fechaNotc::before {
    width: 0;
    height: 0;
  }
  .titleCatProds{
    font-size: 18px;
  }
  .titleSomos10New{
    font-size: 30px;
  }
  .itemDirectivoNew {
    width: 150px;
    height: 120px;
    font-size: 11px;
    line-height: 15px;
  }
  .divItemDirectNew{
    margin-bottom: 20px;
  }
  .itemPresNew1a{
    width: 100%;
  }
  .itemPresNew1b {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0;
    padding-top: 15px;
  }
  .cntPresidentsNews{
    flex-wrap: wrap;
  }
  .cntPresidentesNew::before {
    width: 290px;
    background-size: contain;
    left: calc(50% - 145px);
    height: 70px;
    top: -90px;
  }
  .cntPresidentesNew {
    margin-top: 90px;
  }
  .VI-congreso {
      max-width: 390px;
      right: auto;
      display: block;
        width: 100%;
        height: auto;
    }
}

@media(max-width:420px){
  .cvAdjunto {
    width: 270px;
  }
  .titleArchivo{
    padding: 0 10px;
    line-height: 20px;
  }
  .titleSomos7 {
    font-size: 25px;
  }
  .itemSomos7 figure div.div {
    font-size: 15px;
    line-height: 20px;
  }
  .divItemDirect{
    padding: 0px;
  }
  .itemDirectivo {
    width: 130px;
    height: 120px;
    font-size: 10px;
    line-height: 12px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .itemDirectivo a {
    font-size: 12px;
  }
  .directivo2::after {
    height: 213px;
    bottom: -200px;
  }
  #bannerTop img{
    max-width: 250px;
  }
  .titleComitesNew {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .itemDirectivoNew {
    width: 135px;
    height: 110px;
    font-size: 10.5px;
    line-height: 14px;
  }
  .itemDirectivoNew strong{
    padding-bottom: 0px;
  }
  .contentPrin1a{
    font-size: 20px;
  }
}
@media(max-width:365px){
  .titleDoc1 {
    font-size: 19px;
  }
  .titleSomos10New{
    font-size: 28px;
  }
  #bannerTop img{
    max-width: 220px;
  }
  .cntPresidentesNew {
    padding-left: 15px;
    padding-right: 15px;
  }
  .directivo2Newb {
    font-size: 14px;
    width: 260px;
    height: 60px;
  }
}