.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: 240px;
  padding: 132px 0 76px;
  color: #ffffff;
  background:#2594bf;
  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: block; padding: 14px 25px 16px; color: #ffffff; font-family: 'Open Sans', sans-serif;}
  .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: 99999991;
  background: #ffffff;
  border-bottom: solid 3px #44bde5;
   }

.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: #44bde5;
  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: 200px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

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

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

@media(min-width:992px){
  .cntTels{
    flex-direction: row;
  }
  #frmBuscador {
    width: 268px;
  }
  #logo {
    width: 230px;
    top: 20px;
  }
  #menu ul > li > a{
    font-size: 13px;
  }
  #menu ul > li:nth-child(1){
    width: 120px;
  }
  #menu ul > li:nth-child(2){
    width: 130px;
  }
  #menu ul > li:nth-child(3){
    width: 150px;
  }
  #menu ul > li:nth-child(4){
    width: 150px;
  }
  #menu ul > li:nth-child(5){
    width: 150px;
  }
	#sliderTop{
		height: auto;
	}
	.contSlider .container .caption{
    font-size: 35px;
    line-height: 44px;
    bottom: 47px;
  }
  #frmSlider{
    margin-top: 113px;
  }
	.flex-direction-nav .flex-prev {
		margin-left: 392px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 435px;
	}
  .btnVisitas{
    margin-left: 50px;
    margin-top: 0;
  }
  .contentDat{
    justify-content: flex-start;
  }
  .contentRed1{
    height: 475px;
    font-size: 18px;
    line-height: 30px;
    padding-right: 21px;
  }
  .titleRed1{
    font-size: 50px;
    line-height: 55px;
  }
  .subtitleRed1{
    font-size: 48px;
    line-height: 55px;
    padding-bottom: 30px;
  }
  #textRed2{
    background-position: center;
  }
  .contentRed2{
    padding-left: calc(50% + 35px);
  }
  #textRed2:before{
    height: 0;
    width: 0;
  }
  .item1Home5{
    margin-right: 45px;
    width: auto;
    margin-bottom: 0px;
  }
  .item2Home5{
    margin-right: 45px;
    width: auto;
    margin-bottom: 0px;
  }
  .item2Home5 img{
    width: 210px;
  }
  .item3Home5{
    margin-right: 30px;
    width: auto;
  }
  .item4Home5{
    width: auto;
  }
  .titleHome1{
    font-size: 40px;
    line-height: 52px;
  }
  .cntVision{
    font-size: 14px;
  }
  .contentHome1{
    height: 502px;
  }
  .cntMision{
    height: 173px;
  }
  .cntVision{
    font-size: 15px;
    padding-right: 27px;
    margin-right: -27px;
    padding-left: 42px;
  }
  html[data-lang="en"] .cntMision{
    height: 173px;
  }
  .item2Home7{
    margin-left: 90px;
    margin-right: 90px;
  }
  .itemHome3{
    height: 619px;
  }
  .figureHome3{
    height: 517px;
  }
  .titleItemHome3{
    height: 102px;
  }
  .titleHis1,.titleHis2{
    font-size: 40px;
    line-height: 55px;
  }
  #textEquipo2 .row{
    margin: 0 -5px;
  }
  #textEquipo2 div[class*="col-"]{
    padding: 0 5px;
    width: 25%;
  }
  #textEnlaces1 .container{
    font-size: 40px;
    padding: 105px 15px;
  }
  .menuCatNoticias:before{
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    background: #4f4f4f;
    height: calc(100% - 10px);
  }
  .sidebarNoticas{
    width: 276px;
    margin-bottom: 0px;
  }
  .noticias{
    padding-left: 50px;
    width: calc(100% - 276px);
  }
  .titleCtNoticias{
    display: none;
  }
  .accordion-list{
    display: block;
  }
  .contentLogosEnlace{
    padding: 0 15px;
    justify-content: center;
  }
  .contentLogosEnlace .itemEnlace{
    margin-right: 20px;
    margin-left: 20px;
  }
  .tituloGaleria3{
    font-size: 17px;
    line-height: 20px;
  }
  #textGaleria3 div[class*="col-"]{
    width: 50%;
  }
  #textDetGaleria .container {
    font-size: 34px;
    line-height: 45px;
    padding: 104px 15px;
  }
  .titleActivo1 i{
    display: none;
  }
  .sideActivo1{
    width: 256px;
    margin-bottom: 0;
  }
  .cntActivo1{
    width: calc(100% - 256px);
    padding-left: 15px;
  }
  .sideActivo1 ul{
    display: block;
  }
  .cntConocimiento {
    width: calc(100% - 358px);
    padding-left: 40px;
    padding-right: 0px;
  }
  .titPDF{
    font-size: 15px;
  }
  .cntConocimiento .row{
    margin: 0 -15px;
  }
  .cntConocimiento div[class*="col-"]{
    padding: 0 15px;
  }
  .sideConocimiento{
    width: 358px;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .sideConocimiento ul{
    display: block;
  }
  .sideConocimiento ul:before{
    content: '';
    position: absolute;
    top: -30px;
    right: -20px;
    width: 1px;
    height: calc(100% + 25px);
    background: #4f4f4f;
  }
  .titleConocimiento i{
    display: none;
  }
  #textConocimiento1 .container{
    font-size: 40px;
  }
  .itemTopics:nth-child(3n + 2){
    margin-left: 150px;
    margin-right: 150px;
  }
  #textSus1 .container{
    font-size: 52px;
    line-height: 55px;
  }
  #textSus2 .container{
    font-size: 25px;
  }
  #textSus2 .container strong{
    font-size: 34px;
  }
  #textNoticias1 .navNot{
    display: block;
  }
  #textPri1 .container{
    font-size: 52px;
    line-height: 60px;
    padding-top: 135px;
    padding-bottom: 93px;
  }
  .tituloPrivad{
    font-size: 28px;
  }
  .title1priv{
    padding-right: 118px;
  }
  .title2priv{
    padding-right: 53px;
  }
  .title3priv{
    padding-right: 218px;
  }
  .title4priv{
    padding-right: 165px;
  }
  .title5priv{
    padding-right: 128px;
  }
  .title6priv{
    padding-right: 210px;
  }
  .title7priv{
    padding-right: 91px;
  }
}
@media(min-width:1200px){
  #logo {
    width: 310px;
    top: 8px;
  }
  #menu ul > li:nth-child(1){
    width: 144px;
  }
  #menu ul > li:nth-child(2){
    width: 158px;
  }
  #menu ul > li:nth-child(3){
    width: 162px;
  }
  #menu ul > li:nth-child(4){
    width: 171px;
  }
  #menu ul > li:nth-child(5){
    width: 185px;
  }
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  .btnVisitas{
    margin-left: 235px;
  }
  .flex-direction-nav .flex-prev {
    margin-left: 492px;
  }
  .flex-direction-nav .flex-next {
    margin-left: 535px;
  }
  .contSlider .container .caption{
    font-size: 47px;
    line-height: 54px;
  }
  .contentRed1{
    height: 529px;
  }
  .item1Home5{
    margin-right: 70px;
  }
  .item2Home5{
    margin-right: 70px;
  }
  .item2Home5 img{
    width: auto;
  }
  .item3Home5{
    margin-right: 70px;
  }
  .titleHome1{
    font-size: 52px;
    line-height: 62px;
  }
  .cntVision{
    font-size: 15px;
  }
  .titleHis1,.titleHis2{
    font-size: 45px;
  }
  .cntEquipo1 span{
    display: block;
  }
  #textEquipo2 .row{
    margin: 0 -17px;
  }
  #textEquipo2 div[class*="col-"]{
    padding: 0 17px;
  }
  #textEnlaces1 .container{
    font-size: 54px;
  }
  .contentLogosEnlace .itemEnlace{
    margin-right: 26px;
    margin-left: 26px;
  }
  .tituloGaleria3{
    font-size: 20px;
    line-height: 24px;
  }
  #textDetGaleria .container {
    font-size: 54px;
    line-height: 55px;
  }
  .cntActivo1{
    padding-left: 70px;
  }
  .cntConocimiento {
    padding-left: 94px;
    padding-right: 40px;
  }
  .cntConocimiento .row{
    margin: 0 -40.5px;
  }
  .cntConocimiento div[class*="col-"]{
    padding: 0 40.5px;
  }
  .titPDF{
    font-size: 20px;
  }
  #textConocimiento1 .container{
    font-size: 52px;
  }
  .itemTopics:nth-child(3n + 2){
    margin-left: 247px;
    margin-right: 215px;
  }
}
@media(min-width:1230px){
  .container{
    width: 1200px;
  }
  .item1Home5{
    margin-right: 108px;
  }
  .item2Home5{
    margin-right: 89px;
  }
  .item3Home5{
    margin-right: 57px;
  }
  .titleHis1,.titleHis2{
    font-size: 52px;
  }
  .noticias{
    padding-left: 105px;
  }
  .contentLogosEnlace{
    padding: 0 50px;
  }
}
@media(min-width:1260px){
  .container{
    width: 1230px;
  }
  #logo {
    width: 361px;
    top: 0px;
  }
  .flex-direction-nav .flex-prev {
    margin-left: 523px;
  }
  .flex-direction-nav .flex-next {
    margin-left: 565px;
  }
  #textEquipo2 .row{
    margin: 0 -28.66px;
  }
  #textEquipo2 div[class*="col-"]{
    padding: 0 28.666px;
  }
  .contentLogosEnlace{
    padding: 0 100px;
  }
}
@media(max-width:991px){
	.flex-direction-nav .flex-prev {
		display: none;
	}
	.flex-direction-nav .flex-next {
		display: none;
	}
}

@media(max-width:991px) and (min-width:768px){
}
@media(min-width:768px){
    .toggle-bar{
        display:none;
    }
}
@media(max-width:767px){
	body{
		padding: 56px 0 0;
		margin-bottom: 35px;
	}
	#header #menu{
		display: none
	}
  #header #topMenu{
    height: auto;
    display: none;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
  .idiomas{
    right: 30px;
  }
  #darkTop .idiomas{
    display: none;
  }
  .idiomas a{
    color: #2d2d2d;
  }
  .cntTels{
    flex-direction: row;
  }
  .contentDarkTop{
    justify-content: center;
    padding-right: 0;
  }
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 64px;
	}
	#sliderTop .slides li {
    	height: 687px;
	}
  .contSlider .container .caption{
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding-bottom: 15px;
    padding-right: 0;
    background: #cbdddc;
  }
  #frmSlider{
    margin-right: auto;
  }
	a.toTop {
		left: auto;
		right: 21px;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 7;
	}
	#redes a{
		width: 33.333%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
    transform: scale(1);
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tr{
		background: #42bded !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
  #redes .yt{
    background: #ff352e !important;
  }
  #redes .mail{
    background: #008ac8 !important;
  }
	#redes a .fa{
		display: block;
	}
  #textRed2:before{
    height: 0;
    width: 0;
  }
  #textRed2{
    background: url(../images/red/fondo3.jpg) center no-repeat;
    background-size: cover;
  }
  .contentRed2{
    padding-left: 0;
    height: auto;
    padding: 105px 0;
    justify-content: center;
  }
  .titleRed2{
    margin-right: auto;
  }
  .cntRed2{
    max-width: 529px;
    text-align: center;
  }
  #textRed1 div[class*="col-"]{
    width: 100%;
  }
  .contentRed1{
    height: auto;
    padding-bottom: 30px;
    text-align: center;
  }
  .cntImg1{
    padding-right: 0px;
  }
  .cntImg1 img{
    margin-left: auto;
    margin-right: auto;
    width: 290px;
  }
  #bgred2{
    background: url(../images/red/fondo2.webp) center no-repeat;
    background-size: cover;
    height: 300px;
  }
  #textRed3 div[class*="col-"]{
    width: 50%;
  }
  #textRed3 div[class*="col-"]:last-child{
    margin-left: 25%;
    margin-top: 15px;
  }
  #textHome1{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #textHome1 div[class*="col-"]{
    width: 100%;
  }
  #textHome1 div[class*="col-"]:last-child img{
    margin-left: auto;
    margin-right: auto;
    width: 290px;
    margin-top: 30px;
  }
  .contentHome1{
    text-align: center;
  }
  .titleHome1{
    margin-bottom: 25px;
  }
  #textHome2 div[class*="col-"]{
    width: 100%;
  }
  .contentHome2{
    height: auto;
    padding: 60px 0;
  }
  .cntMision,html[data-lang="en"] .cntMision{
    height: auto;
  }
  .home2:before{
    left: -150px;
  }
  .cntVision{
    margin-right: 0;
    padding-bottom: 15px;
  }
  .titleHome3{
    font-size: 40px;
  }
  .item2Home7,.item1Home7{
    margin-bottom: 25px;
  }
  .item2Home7,.item1Home7,.item3Home7{
    margin-left: 0px;
    margin-right: 0px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contentHistoria1::before {
    width: 0;
    height: 0;
  }
  .contentHistoria1{
    padding: 60px 0;
    height: auto;
  }
  .historiaImg2{
    display: block;
    width: 766px;
  }
  .titleEnlace2{
    font-size: 20px;
  }
  #textGaleria .container{
    font-size: 30px;
    padding: 70px 0;
  }
  #textGaleria2 .container{
    font-size: 30px;
  }
  .tituloGaleria3{
    font-size: 17px;
    line-height: 20px;
  }
  #textDetGaleria2 div[class*="col-"]{
    width: 50%;
  }
  .cntConocimiento .row{
    margin: 0 -15px;
  }
  .cntConocimiento div[class*="col-"]{
    padding: 0 15px;
    width: 50%;
  }
  #textConocimiento1 .container{
    font-size: 25px;
    line-height: 35px;
    padding: 60px 15px;
  }
  #textSus1 .container{
    font-size: 30px;
    line-height: 35px;
  }
  #textSus1 .container strong{
    display: block;
  }
  #textSus2 .container{
    font-size: 16px;
    line-height: 30px;
  }
  #textSus2 .container strong{
    font-size: 17px;
  }
  .itemTopics:nth-child(3n + 2){
    margin-left: 20px;
    margin-right: 20px;
  }
  .itemTopics{
    margin-left: 20px;
    margin-right: 20px;
  }
  #textBusqueda1{
    margin-top: 63px;
    margin-bottom: 57px;
  }
  #textBusqueda1 .container{
    font-size: 40px;
    line-height: 45px;
    padding: 70px 15px;
  }
  #bajarSlider{
    margin-top: 63px;
  }
}
@media(max-width: 720px){
  .cntActivo1 div[class*="col-"]{
    width: 100%;
  }
}
@media(max-width: 680px){
  .contentImgDat{
    justify-content: center;
    width: 100%;
  }
  .contentImgDat a{
    margin-left: 20px;
    margin-right: 20px;
  }
  .contentImgDat a:last-child{
    margin-left: 20px;
    margin-top: 20px;
  }
  .contSlider .container .caption{
    font-size: 24px;
    line-height: 30px;
    padding-top: 15px;
  }
  .contenteHome3{
    flex-wrap: wrap;
  }
  .itemHome3 {
    width: 320px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 15px;
  }
  .itemHome3:last-child {
    margin-bottom: 15px;
    margin-right: 8px;
  }
  .item1Home5,.item2Home5,.item3Home5,.item4Home5{
    padding: 0 15px;
  }
  .tituloPrivad{
    font-size: 16px;
  }
  #textPri1 .container{
    font-size: 24px;
    line-height: 30px;
  }
}
@media(max-width:640px){
  .noticias .notiimgblog {
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .noticias .notiimgblog img {
    display: none;
  }
  .notifechaBlog {
    width: 100px;
    top: -150px;
    position: absolute;
  }
  .notientradaBlog{
    width: 100%;
  }
  .btnMasB{
    margin-left: 0;
    margin-right: auto;
  }
  .notititBlog1{
    font-size: 18px;
  }
  .notientradaBlog{
    font-size: 16px;
  }
  .fechaNotDet{
    position: absolute;
    top: -106px;
  }
  .entradaNotDet{
    width: 100%;
    padding-left: 0;
  }
}
@media(max-width:620px){
  .cntTels{
    flex-direction: column;
  }
  .titleEquipo1{
    font-size: 40px;
  }
  .cntEquipo1 {
    padding-top: 45px;
  }
  #textEnlaces1 .container{
    font-size: 25px;
    padding: 50px 15px;
  }
  .titleEnlace2{
    font-size: 17px;
  }
  .textPriv{
    font-size: 16px;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
  #footer .tfooter em{
    display: block;
    height: 1px;
    opacity: 0;
  }
  #textBusqueda1 .container{
    font-size: 25px;
    line-height: 35px;
    padding: 50px 15px;
  }
  #textBusqueda1 .container strong{
    display: block;
  }
  .resultados{
    min-height: auto;
    padding: 30px 25px;
  }
}
@media(max-width:580px){
  #textRed3 div[class*="col-"]{
    width: 100%;
  }
  #textRed3 div[class*="col-"]:first-child{
    margin-bottom: 15px;
  }
  #textRed3 div[class*="col-"]:last-child{
    margin-left: 0;
    margin-top: 15px;
  }
  #textRed3 div[class*="col-"] img{
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  #textHome4 .container, #textHome6 .container {
    font-size: 30px;
  }
  #textEquipo2 div[class*="col-"]{
    width: 100%;
  }
  .tituloGaleria3{
    font-size: 15px;
    line-height: 20px;
  }
}
@media(max-width: 540px){
  .item2Home7,.item1Home7,.item3Home7{
    width: 100%;
  }
  .titleEnlace2{
    font-size: 15px;
    text-align: left;
    line-height: 20px;
  }
  #textGaleria .container{
    font-size: 25px;
    padding: 60px 0;
  }
  #textGaleria2 .container{
    font-size: 24px;
    line-height: 30px;
  }
  .fechaGaleria3 {
    width: 60px;
    font-size: 25px;
  }
  .tituloGaleria3 {
    width: calc(100% - 60px);
    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
	}	
  .titleHome1{
    font-size: 22px;
    line-height: 35px;
  }
  .contentHome1{
    font-size: 16px;
  }
  .titleHome3{
    font-size: 30px;
  }
  .titleHis1,.titleHis2{
    font-size: 24px;
  }
  .contentHistoria1{
    font-size: 16px;
  }
  .titNotD1{
    font-size: 18px;
    line-height: 24px;
  }
}

@media(max-width:480px){
  .contentDarkTop{
    height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
  }
  #buscador{
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .cntTels a{
    justify-content: center;
    text-align: center;
  }
  .cntTels a:last-child{
    margin-left: 0px;
  }
  #frmBuscador{
    width: 290px;
  }
  #sliderTop{
    margin-top: 129px;
  }
  #frmSlider{
    width: 100%;
  }
  .titleRed1{
    font-size: 25px;
    line-height: 30px;
  }
  .subtitleRed1{
    font-size: 20px;
    line-height: 30px;
  }
  .titleRed2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
  html[data-lang="en"] .titleRed2 {
    font-size: 27px;
  }
  .contentRed2{
    padding: 60px 0;
  }
  #textHome4 .container, #textHome6 .container {
    font-size: 20px;
  }
  .contentHome5{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contentLogosEnlace{
    justify-content: center;
  }
  #textConocimiento1 .container{
    font-size: 20px;
    line-height: 30px;
  }
  #textConocimiento1 .container strong{
    display: block;
  }
  #textBusqueda1{
    margin-top: 128px;
  }
  #bajarSlider{
    margin-top: 128px;
  }
  #frmContacto input[type="submit"], #frmContacto input[type="reset"] {
    width: 130px;
  }
}

@media(max-width:420px){
  .contentImgDat a{
    margin-left: 0px;
    margin-right: 0px;
  }
  .contentImgDat a:last-child{
    margin-left: 0px;
    margin-top: 20px;
  }
  .contSlider .container .caption{
    font-size: 20px;
    line-height: 25px;
  }
  #frmSlider{
    padding-left: 15px;
    padding-right: 15px;
  }
  .titleRed2{
    font-size: 24px;
  }
  html[data-lang="en"] .titleRed2 {
    font-size: 20px;
  }
  .cntVision{
    background: rgba(0,0,0,0.6);
    padding-left: 15px;
  }
  .titleHome3{
    font-size: 27px;
  }
  .itemHome3 {
    width: 290px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .itemHome3:last-child {
    margin-bottom: 15px;
    margin-right: 0px;
  }
  #textEquipo1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .titleEquipo1 {
    font-size: 28px;
  }
  .fechaGaleria3 {
    width: 40px;
    font-size: 17px;
  }
  .tituloGaleria3 {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .titleGaleria3{
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #textDetGaleria2 div[class*="col-"]{
    width: 100%;
  }
  .titleActivo1{
    font-size: 13.5px;
  }
  .cntActivo1 .contenMiAct{
    height: auto;
    padding: 35px 15px;
  }
  .cntConocimiento div[class*="col-"]{
    width: 100%;
  }
  #textSus1 .container{
    font-size: 25px;
    line-height: 35px;
  }
  .tituloPrivad{
    font-size: 15px;
  }
  #textPri1 .container{
    font-size: 20px;
    line-height: 26px;
  }
  .imgNoticiaDetalle{
    min-height: 170px;
    width: 100%;
  }
  .resultados{
    min-height: auto;
    padding: 30px 17px;
  }
  #frmContacto .form-control {
    font-size: 11.5px;
  }
}
@media(max-width:365px){
}