.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  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: #2f2f2f;
  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: 1000;
  background: url(../images/banner/menu.jpg) center no-repeat;
  background-size: cover; 
   }

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

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

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

@media(min-width:992px){
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
	}
	#sliderTop .slides li {
		background: transparent !important;
	}
	#sliderTop .slides li img.sliImg{
		display: block;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -430px;
	}
  .itemDat1{
    width: 400px;
  }
  .itemDat2{
    width: 245px;
    margin-right: 35px;
    margin-left: 35px;
  }
  .itemDat3{
    width: 200px;
  }
  .ul1Dat1 {
    margin-right: 100px;
  }
  #topMenu:before{
    width: 100px;
  }
  .contentDarkTop{
    padding-right: 180px;
  }
  .TelTop1b{
    margin-right: 92px;
  }
  #logo{
    width: 250px;
    top: 46px;
  }
  #menu li a{
    padding: 0 30px;
    font-size: 14px;
  }
  .btnIngresarTop{
    padding-left: 49px;
  }
  .cntSliderTop img{
    width: 700px;
  }
  .contentHome1{
    font-size: 16px;
    line-height: 28px;
  }
  .contentHome2{
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.25px;
  }
  .contentHome2 article{
    padding-left: 80px;
  }
  .lineaHome6{
    height: 236px;
    display: block;
  }
  .contentHome1 article{
    padding-right: 58px;
  }
  .titleHome3{
    font-size: 36px;
    line-height: 60px;
  }
  .contentHome3{
    font-size: 17px;
    line-height: 30px;
  }
  .contentHome6{
    flex-wrap: nowrap;
  }
  .contentHome6 div{
    width: auto;
  }
  .contentHome6 div img{
    margin-right: 0;
    margin-left: 0;
  }
  .itemHome6Img{
    display: none;
  }
  .contentHome6{
    display: flex;
  }
  .titleHome4{
    font-size: 36px;
    line-height: 24px;
    padding-right: 45px;
    height: 90px;
    margin-bottom: 60px;
  }
  .itemHome4{
    width: 185px;
    margin-right: 46px;
    font-size: 25.4px;
  }
  .contentServ1 h1 {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .contentServ1{
    line-height: 27px;
    font-size: 16px;
  }
  .cntServ4 {
    max-width: 500px;
    padding-top: 25px;
    padding-left: 12px;
    font-size: 16.7px;
    line-height: 30px;
  }
  .titleServ3{
    font-size: 36px;
    line-height: 48px;
  }
  .itemServ3{
    padding-right: 71px;
  }
  .itemServ3b{
    margin-right: 166px;
  }
  .titleServ5{
    font-size: 36px;
  }
  .cntServ5{
    padding: 65px 0;
  }
  #textServ6{
    padding-bottom: 48px;
  }
  .itemTeatro1a,.itemTeatro1b,
  .itemTeatro3a,.itemTeatro3b,
  .itemTeatro4a,.itemTeatro4b,
  .itemTeatro6a,.itemTeatro6b,
  .itemTeatro7a,.itemTeatro7b{
    width: 50%;
  }

  .itemTeatro1a,.itemTeatro3a,.itemTeatro4a,
  .itemTeatro6a,.itemTeatro7a{
    order: 1;
  }
  .itemTeatro1b,.itemTeatro3b,.itemTeatro4b,
  .itemTeatro6b,.itemTeatro7b{
    order: 2;
  }
  .titleTeatro1:before{
    height: 100%;
    width: 500px;
  }

  .titleTeatro1{
    font-size: 28px;
    line-height: 40px;
    padding: 14px 5px;
  }
  .cntTeatro1{
    font-size: 16px;
    line-height: 28px;
    padding-top: 60px;
  }
  .textoItemTeatro3{
    font-size: 16px;
    line-height: 28px;
    padding-top: 35px;
  }
  .textoItemTeatro4{
    font-size: 15.5px;
    line-height: 26px;
    padding-top: 40px;
  }
  .textoItemTeatro6{
    font-size: 15.5px;
    line-height: 25px;
    padding-top: 35px;
  }
  .textoItemTeatro7{
    font-size: 16px;
    line-height: 28px;
    padding-top: 45px;
  }
  #textTeatro2 .container{
    font-size: 28px;
    line-height: 40px;
    padding: 15px 15px;
  }
  .itemTeatro1b figure {
    max-width: 523px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .itemTeatro1b {
    padding-left: 65px;
  }
  .itemTeatro3a figure img {
    width: auto;
    margin-top: 45px;
  }
  .itemTeatro4b figure {
    padding-left: 34px;
  }
  .itemTeatro4b figure img{
    margin-top: 0px;
    width: auto;
  }
  .itemTeatro6a {
    padding-right: 35px;
  }
  .itemTeatro6a figure img{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    width: auto;
  }
  .itemTeatro7b {
    padding-left: 35px;
  }
  .itemTeatro7b figure img{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    width: auto;
  }
  .bodyProyectos1{
    font-size: 17px;
    line-height: 30px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .liproyects{
    padding-left: 439px;
  }
  .titleItemCont2{
    font-size: 25px;
    line-height: 60px;
    margin-bottom: 10px;
    max-width: 404px;
  }
  .itemCont1 a{
   font-size: 22px;
   line-height: 50px;
  }
  .cntCont2{
    padding-left: 20px;
  }
  .itemCont1{
    width: 50%;
    padding-left: 20px;
    padding-right: 23px;
    margin-bottom: 0px;
  }
  .itemCont2{
    width: 50%;
    padding-right: 20px;
    padding-left: 23px;
  }
  .contentLibro .titulo{
    font-size: 12.5px;
    line-height: 17px;
  }
  .row-libros div[class*="col-"]{
    width: 25%;
  }
  #textEdu2 {
    padding: 103px 0;
  }
  #textEdu1 .tit{
    font-size: 36px;
    line-height: 43px;
  }
  .titleSectionEdu .tit{
    font-size: 36px;
    line-height: 43px;
  }
}
@media(min-width: 1100px){
  #topMenu:before{
    width: 200px;
  }
}
@media(min-width:1200px){
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  .ul1Dat1 {
    margin-right: 155px;
  }
  .itemDat1{
    width: 512px;
  }
  .itemDat2{
    width: 245px;
    margin-right: 45px;
    margin-left: 45px;
  }
  .itemDat3{
    width: 245px;
  }
  #topMenu::before{
    width: 0px;
    height: 0px;
  }
  .cntSliderTop img{
    width: 800px;
  }
  .contentHome2 article{
    padding-left: 100px;
  }
  .contentServ1 h1{
    font-size: 33px;
  }
  .contentHome1{
    font-size: 17px;
    line-height: 30px;
  }
  .contentHome2 article{
    padding-left: 80px;
  }
  .contentHome2{
    font-size: 24px;
    line-height: 36px;
  }
  .lineaHome6{
    height: auto;
  }
  .contentServ1 h1 {
    font-size: 33px;
    line-height: 48px;
    margin-bottom: 65px;
  }
  .contentServ1{
    line-height: 30px;
    font-size: 17px;
  }
  .cntServ4 {
    max-width: 709px;
    padding-top: 66px;
  }
  .cntTeatro1{
    font-size: 16px;
    line-height: 28px;
    padding-top: 60px;
  }
  .textoItemTeatro3{
    font-size: 16px;
    line-height: 28px;
    padding-top: 35px;
  }
  .textoItemTeatro4{
    font-size: 15.5px;
    line-height: 26px;
    padding-top: 40px;
  }
  .textoItemTeatro6{
    font-size: 15.5px;
    line-height: 25px;
    padding-top: 35px;
  }
  .textoItemTeatro7{
    font-size: 16px;
    line-height: 28px;
    padding-top: 45px;
  }
  .titleTeatro1{
    font-size: 36px;
    line-height: 48px;
    padding: 19px 5px;
  }
  #textTeatro2 .container{
    font-size: 36px;
    line-height: 48px;
    padding: 15px 15px;
  }
  .titleProyectos1{
    font-size: 24px;
    line-height: 35px;
    padding: 15px 30px;
  }
  .titleItemCont2{
    font-size: 33.65px;
    line-height: 80px;
    margin-bottom: 14px;
    max-width: 404px;
  }
  .itemCont1 a{
   font-size: 27px;
   line-height: 60.5px;
  }
  .cntCont2{
    padding-left: 61px;
  }
  .contentLibro .titulo{
    font-size: 13px;
    line-height: 19px;
  }
  .itemIngresar1{
    margin-right: 55px;
    width: auto;
    padding-bottom: 0;
  }
  .itemIngresar1 img{
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
@media(min-width:1350px){
  .container {
    width: 1310px;
  }
  .cntSliderTop img{
    width: auto;
  }
  .contentHome2 article{
    padding-left: 120px;
  }
  .contentServ1 h1{
    font-size: 36px;
  }
  .cntTeatro1{
    font-size: 17px;
    line-height: 30px;
    padding-top: 60px;
  }
  .textoItemTeatro3{
    font-size: 17px;
    line-height: 30px;
    padding-top: 70px;
  }
  .textoItemTeatro4{
    font-size: 17px;
    line-height: 30px;
    padding-top: 68px;
  }
  .itemTeatro6a .img6{
    max-width: 677px;
    margin-left: -72px;
  }
  .textoItemTeatro6{
    font-size: 17px;
    line-height: 30px;
    padding-top: 70px;
  }
  .textoItemTeatro7{
    font-size: 17px;
    line-height: 30px;
    padding-top: 65px;
  }
  .titleProyectos1{
    font-size: 30px;
    line-height: 44px;
    padding: 15px 50px;
  }
  .row-libros{
    margin: 0 -20.66px;
  }
  .row-libros div[class*="col-"]{
    padding: 0 20.66px;
  }
  .contentLibro .titulo{
    font-size: 14px;
    line-height: 20px;
  }
}
@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){
}
@media(max-width:767px){
	body{
		padding: 56px 0 0;
		margin-bottom: 35px;
	}
  #header #darkTop #logo{
    display: none;
  }
	#header #topMenu .btnIngresarTop,#header #menu{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 88px;
	}
	#sliderTop .slides li {
    	height: 350px;
	}
  .contSlider .container .caption{
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding-bottom: 15px;
    padding-right: 0;
  }
	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 a .fa{
		display: block;
	}
  .contentDarkTop {
    height: auto;
    justify-content: center;
    padding: 12px 0;
  }
  .itemDat3{
    display: none;
  }
  .itemDat2{
    margin-right: 0;
  }
  .btnIngresarTop {
    top: 8px;
    right: -15px;
    padding: 0 15px;
    line-height: 40px;
  }
  .rd-mobilepanel_title{
    padding-right: 75px;
  }
  .contentHome1 {
    padding-right: 0;
    height: auto;
  }
  .contentHome1 article {
    padding-right: 0px;
  }
  .contentHome1 .imgHome1 {
    position: relative;
    left: auto;
    top: auto;
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 40px;
  }
  #textHome1 {
    padding-top: 80px;
  }
  .contentHome2 {
    padding-left: 0;
    height: auto;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    padding: 50px 0;
  }
  .contentHome2 article {
    padding-left: 0px;
  }
  .contentHome2 span {
    display: inline;
  }
  .contentHome2::before {
    width: 0;
    height: 0;
  }
  #bgHome2{
    background: url(../images/inicio/fondo3.webp) center no-repeat;
    background-size: cover;
    height: 300px;
  }
  .contentHome4{
    height: auto;
    justify-content: center;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .titleHome5{
    font-size: 28px;
    line-height: 30px;
  }
  #textHome5 {
    padding: 30px 0;
  }
  .titleHome8{
    font-size: 28px;
  }
  #textHome8 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  #textHome3 div[class*="col-"] {
    width: 100%;
  }
  #textHome3 div[class*="col-"]:nth-child(1) .contentHome3{
    margin-left: auto;
    margin-right: auto;
  }
  #textHome3 div[class*="col-"]:nth-child(2) .contentHome3{
    margin-left: auto;
    margin-right: auto;
  }
  .contentServ1{
    height: auto;
    padding-right: 0;
  }
  .contentServ1::before{
    width: 0;
    height: 0;
  }
  .titleServ3{
    font-size: 22px;
    line-height: 30px;
  }
  #bgServ1{
    background: url(../images/servicios/fondo1.webp) center no-repeat;
    background-size: cover;
    height: 300px;
    margin-bottom: 45px;
  }
  #textServ1{
    padding-bottom: 45px;
  }
  #textServ2{
    margin-bottom: 45px;
  }
  #textServ6{
    padding-left: 15px;
    padding-right: 15px;
  }
  .itemServ6b {
    margin-right: 15px;
    margin-left: 15px;
  }
  .titleTeatro1 {
    font-size: 24px;
    line-height: 32px;
    padding: 12px 5px;
  }
  .contentTeatro1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #textTeatro3 {
    padding-top: 80px;
  }
  .contentTeatro4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #textTeatro5,.contentTeatro6,.contentTeatro7{
    padding-bottom: 80px;
  }
  #textServ8{
    padding-left: 15px;
    padding-right: 15px;
  }
  .itemServ8b {
    margin-right: 15px;
    margin-left: 15px;
  }
  #textServ7 .container {
    font-size: 30px;
    line-height: 40px;
    padding: 15px 5px;
  }
  #textProyectos1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .liproyects{
    padding-left: 0px;
  }
  .titleProyectos1{
    font-size: 17px;
    line-height: 24px;
  }
  #frmContacto .form-control{
    height: 50px;
    font-size: 12px;
    padding-left: 12px;
  }
  #frmContacto .textarea{
    height: 120px;
    padding-top: 12px;
  }
  .titleContato1{
    font-size: 40px;
  }
  #textCont2{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cntCont2{
    height: auto;
    max-width: 450px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .titleItemCont2{
    font-size: 24px;
    line-height: 50px;
  }
  .itemCont1 a{
   font-size: 20px;
   line-height: 45px;
  }
  #redes2 a{
    width: 50px;
    height: 50px;
    border: solid 2px #373737;
    padding: 10px;
  }
  #bajarSl {
    margin-top: 85px;
  }
  .row-libros div[class*="col-"]{
    width: 50%;
  }
  #textEdu2 {
    padding: 45px 0;
  }
  #textEdu1 .tit{
    font-size: 20px;
    padding: 15px 0;
  }
  .titleSectionEdu .tit{
    font-size: 20px;
    text-align: left;
    line-height: 30px;
  }
  .texto1Edu2{
    font-size: 14px;
    line-height: 24px;
  }
  .titAjax{
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .imgAjax{
    margin:25px 0 25px 25px;
    width: 200px;
  }
  .textAjax {
    float: right;
    width: calc(100% - 225px);
    padding-top: 25px;
  }
  .textAjax {
    padding-left: 25px;
  }
  .textAjax2 {
    padding-left: 25px;
  }
  .textAjax, .textAjax2{
    font-size: 13px;
  }
  #textIngresar1{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contentIngresar1{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media(max-width:640px){
  .titleServ4{
    font-size: 28px;
  }
  #textTeatro5 div[class*="col-"] {
    width: 50%;
    margin-bottom: 4px;
  }
  .imgAjax{
    margin:25px auto 25px auto;
    width: 200px;
    float: none;
    display: block;
  }
  .textAjax {
    float: none;
    width: 100%;
    padding-top: 25px;
  }
  .textAjax, .textAjax2{
    padding-right: 25px;
  }
  .textAjax {
    padding-left: 25px;
  }
  .textAjax2 {
    padding-left: 25px;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
  .itemDat1{
    width: 100%;
    padding-bottom: 40px;
  }
  .itemDat2{
    margin-left: 0;
    width: 100%;
  }
  .cntSliderTop img.icap1{
    display: none;
  }
  .cntSliderTop img.icap2{
    display: block;
  }
  .titleServ5{
    font-size: 24px;
    font-weight: 300;
  }
  .cntServ5{
    font-size: 16px;
  }
  #textServ6{
    flex-wrap: wrap;
  }
  .itemServ6b{
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #textServ6 div{
    width: 60%;
  }
  #textServ8{
    flex-wrap: wrap;
  }
  .itemServ8b{
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #textServ8 div {
    width: 60%;
  }
  .cntServ5{
    font-size: 16px;
  }
  #textServ7 .container {
    font-size: 24px;
    line-height: 35px;
  }
  .contImgProyecto{
    flex-wrap: wrap;
    justify-content: center;
  }
  .contImgProyecto div:first-child{
    margin-right: 10px;
  }
  .contImgProyecto div{
    margin-right: 0px;
    width: calc(50% - 5px);
  }
  .contImgProyecto div:last-child{
    margin-top: 10px;
  }
  .titleIngresar{
    font-size: 20px;
    letter-spacing: 0px;
    padding-bottom: 14px;
    margin-bottom: 15px;
  }
}
@media(max-width:580px){
  .btnIngresarTop{
    right: -35px;
  }
  .rd-mobilepanel_title {
    padding-right: 65px;
  }
  #bgHome2{
    height: 250px;
  }
  .itemHome4 {
    width: 125px;
    margin-right: 25px;
    font-size: 17px;
  }
  .titleHome4{
    font-size: 22px;
    padding-right: 0;
    height: 60px;
    margin-bottom: 35px;
  }
  .titleHome5 {
    font-size: 20px;
    line-height: 30px;
  }
  #textHome5 {
    padding: 25px 0;
  }
  .row-libros div[class*="col-"]{
    width: 100%;
  }
  .titleSectionEdu .tit{
    font-size: 16px;
    line-height: 24px;
  }
}
@media(max-width: 540px){
  .titleHome3 {
    font-size: 24px;
    line-height: 40px;
    margin-top: 16px;
    margin-bottom: 8px;
  }
  #textHome3 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .titleServ3 {
    font-size: 18px;
    line-height: 25px;
  }
  #textServ4 {
    background-position: left top;
    background-size: auto;
    height: auto;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}	
  #bgServ1{
    height: 250px;
  }
  .titleServ4 {
    font-size: 24px;
    line-height: 32px;
  }
  .titleServ4 strong{
    display: block;
  }
  .itemServ3a {
    font-size: 15px;
    line-height: 24px;
  }
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  .itemHome4,.cntHome4 .itemHome4:last-child{
    margin-right: 25px;
    margin-left: 25px;
  }
  .cntHome4b {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cntHome4 .itemHome4:last-child{
    margin-top: 45px;
  }
  .titleHome4{
    text-align: center;
    justify-content: center;
  }
  .titleHome8 {
    font-size: 22px;
  }
  .titleServ3 span{
    display: inline;
  }
  .titleServ3{
    text-align: center;
    justify-content: center;
  }
  .itemServ3{
    justify-content: center;
  }
  .itemServ3b {
    margin-right: 30px;
  }
  .itemServ3a {
    font-size: 15px;
    line-height: 24px;
  }
  .titleServ5 {
    font-size: 20px;
  }
  .cntItemServ3{
    flex-wrap: wrap;
    justify-content: center;
  }
  .itemServ3b {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .titleTeatro1 {
    font-size: 20px;
    line-height: 30px;
    padding: 12px 5px;
  }
  .cntTeatro1,.textoItemTeatro3,.textoItemTeatro4,
  .cntTeatro5,.textoItemTeatro6,.textoItemTeatro7{
    font-size: 15.5px;
    line-height: 28px;
  }
  .itemTeatro1b a,.itemTeatro3a a,.itemTeatro4b a,
  #textTeatro5 a,.itemTeatro6a a,.itemTeatro7b a{
    font-size: 15px;
    line-height: 48px;
    width: 100%;
  }
  .itemTeatro1b::before{
    bottom: 75px;
  }
  #textTeatro2 .container {
    font-size: 18px;
    line-height: 30px;
  }
  .itemTeatro3a {
    padding: 0px;
  }
}

@media(max-width:420px){
  #sliderTop {
    margin-top: 102px;
  }
  .contentTelsTop{
    flex-wrap: wrap;
  }
  .contentTelsTop .TelTop1{
    font-size: 12px;
    line-height: 18px;
    height: auto;
    background: transparent;
    padding-left: 0;
    text-align: center;
    justify-content: center;
  }
  .TelTop1b {
    padding-bottom: 10px;
    margin-right: 0px;
    width: 100%;
  }
  #bgHome2{
    height: 200px;
  }
  .titleHome8 {
    font-size: 20px;
  }
  .contentHome8 .red1 {
    margin-right: 20px;
  }
  .contentServ1 h1{
    font-size: 18px;
    line-height: 27px;
  }
  #bgServ1{
    height: 200px;
  }
  .titleServ5 {
    font-size: 17px;
  }
  #textServ6 div{
    width: 90%;
  }
  .titleTeatro1 {
    font-size: 18px;
  }
  #textServ8 div {
    width: 90%;
  }
  .titleContato1 {
    font-size: 24px;
    line-height: 35px;
  }
  .itemCont1 a {
    font-size: 17px;
  }
  .titleItemCont2 {
    font-size: 20px;
    line-height: 40px;
  }
  #bajarSl {
    margin-top: 114px;
  }
}
@media(max-width:385px){
  .itemHome4,.cntHome4 .itemHome4:last-child{
    margin-right: 10px;
    margin-left: 10px;
  }
  .contentServ1 h1{
    font-size: 17px;
    line-height: 27px;
  }
  .itemServ3a {
    font-size: 14px;
  }
  .titleTeatro1 {
    font-size: 17px;
  }
  .itemCont1 a {
    font-size: 15.5px;
  }
}