.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:#7f8286;
  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: url(../images/banner/menu.jpg) top 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: #74cb38;
  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: 120px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

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

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

@media(min-width:992px){
  #menu li a.titulo1{
    width: 107px;
  }
  #menu li a.titulo2{
    width: 116px;
  }
  #menu li a.titulo3{
    width: 126px;
  }  
  #menu li a.titulo4{
    width: 127px;
  }
  #menu li a.titulo5{
    width: 135px;
  }
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
	}
	#sliderTop .slides li {
		background: transparent !important;
	}
	#sliderTop .slides li img{
		display: block;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -430px;
	}
  .cntTelDatFooter div:nth-child(2),
  .cntTelDatFooter div:nth-child(3){
    margin-right: 65px;
  }
  .cntTelDatFooter div:nth-child(3),
  .cntTelDatFooter div:nth-child(4){
    width: auto;
  }
  .cntTelDatFooter div:nth-child(2):before,
   .cntTelDatFooter div:nth-child(3):before{
    width: 4px;
    height: 4px;
  }
  .cntSliderTop{
    font-size: 35px;
    line-height: 40px;
    padding-left: 50px;
  }
  .cntSliderTop .div1{
    font-size: 25px;
    line-height: normal;
  }
  .flex-control-nav {
    max-width: 940px;
    left: calc(50% - 470px);
  }
  .contentHome2{
    padding-left: 0;
    padding-top: 98px;
    padding-bottom: 52px;
  }
  .itemHome2a{
    width: 50%;
  }
  .titleItemHome1{
    font-size: 21px;
    line-height: 30px;
  }
  .subtitleHome1{
    font-size: 13.5px;
    line-height: 30px;
  }
  .itemHome2b{
    padding-left: 30px;
    margin-top: 0px;
  }
  .contentHome3{
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.25px;
    padding: 103.5px 0;
  }
  .cntNos1{
    font-size: 36px;
    line-height: 31px;
    letter-spacing: 0.5px;
    padding: 50px 0;
  }
  #textNos2{
    padding-top: 90px;
    padding-bottom: 88px;
  }
  .titleNos2{
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.35px;
  }
  .contentNos3{
    height: 449px;
    padding-top: 147px;
  }
  .cntNos3{
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.25px;
    max-width: 575px;
  }
  .contentNos5 .row{
    margin: 0 -17px;
  }
  .contentNos5 div[class*="col-"]{
    padding: 0 17px;
  }
  .titleNos5Item{
    width: 858px;
    height: 63px;
    font-size: 16px;
    line-height: 22px;
  }
  .titleNos5Item.centerTitle{
    left: calc(50% - 429px);
    top: calc(50% - 31.5px);
  }
  .titleNos5Item.bottomTitle{
    width: 440px;
    height: 63px;
  }
  #textGrados2 .row{
    margin: 0 -10px;
  }
  #textGrados2 div[class*="col-"]{
    padding: 0 10px;
    width: 50%;
  }
  .cntFooterPrincipal{
    font-size: 14px;
  }
  /*.itemFootPrincipal1{
    width: calc(100% - 160px);
  }
  .itemFootPrincipal2{
    width: 160px;
  }*/
  #textGrados1 .container{
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.25px;
    padding: 41.5px 15px;
  }
  .contGaleria figure{
    border: solid 10px #e4e4e4;
  }
  .mapaC{
    height: 450px;
  }
  .itemCont2a{
    margin-right: 140px;
  }
  .itemCont2b{
    margin-right: 140px;
  }
  #frmContacto .tit{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.25px;
  }
}
@media(min-width:1200px){
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  .cntSliderTop{
    font-size: 45px;
    line-height: 50px;
    padding-left: 85px;
  }
  .cntSliderTop .div1{
    font-size: 30px;
    line-height: normal;
  }
  .flex-control-nav {
    max-width: 1100px;
    left: calc(50% - 550px);
  }
  .titleItemHome1{
    font-size: 26px;
    line-height: 36px;
  }
  .subtitleHome1{
    font-size: 15.5px;
    line-height: 36px;
  }
  .itemHome2b{
    padding-left: 60px;
  }
  .contentNos5 .figure1:before{
    left: -300px;
  }
  .contentNos5 .figure2:before{
    left: -300px;
  }
  .contentNos5 .figure3:before{
    right: -300px;
  }
  .contentNos5 .figure4:before{
    left: -300px;
  }
  .contentNos5 .figure4:after{
    right: -300px;
  }
  .contentNos5 .figure5:before{
    left: -300px;
  }
  .contentNos5 .figure6:before{
    right: -300px;
  }
  .contentNos5 .figure7:before{
    right: -320px;
  }
  .contentNos5 .figure8:before{
    left: -280px;
  }
  .contentNos5 .figure9:before{
    right: -320px;
  }
  .titleNos5Item.bottomTitle {
    width: 460px;
  }
  #textGrados2 .row{
    margin: 0 -29px;
  }
  #textGrados2 div[class*="col-"]{
    padding: 0 29px;
  }
  .cntFooterPrincipal{
    font-size: 16px;
  }
  /*
  .itemFootPrincipal1{
    width: calc(100% - 170px);
  }
  .itemFootPrincipal2{
    width: 170px;
  }*/
  #textGrados1 .container{
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.25px;
    padding: 41.5px 15px;
  }
  .contGaleria figure{
    border: solid 15.5px #e4e4e4;
  }
  .mapaC{
    height: 543px;
  }
  .itemCont2a{
    margin-right: 239px;
  }
  .itemCont2b{
    margin-right: 199px;
  }
  #frmContacto .tit{
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.25px;
  }
}
@media(min-width:1450px){
  .cntSliderTop{
    font-size: 52.5px;
    line-height: normal;
    padding-left: 85px;
  }
  .cntSliderTop .div1{
    font-size: 32.6px;
    line-height: normal;
  }
  #textHome2 .container{
    max-width: 1229px;
    width: 1259px;
  }
  .subtitleHome1{
    font-size: 18px;
    line-height: 36px;
  }
  .titleItemHome1{
    font-size: 30px;
    line-height: 36px;
  }
  .contentNos5 .figure1:before{
    left: -368px;
  }
  .contentNos5 .figure2:before{
    left: -368px;
  }
  .contentNos5 .figure3:before{
    right: -353px;
  }
  .contentNos5 .figure4:before{
    left: -368px;
  }
  .contentNos5 .figure4:after{
    right: -353px;
  }
  .contentNos5 .figure5:before{
    left: -368px;
  }
  .contentNos5 .figure6:before{
    right: -384px;
  }
  .contentNos5 .figure7:before{
    right: -384px;
  }
  .contentNos5 .figure8:before{
    left: -332px;
  }
  .contentNos5 .figure9:before{
    right: -384px;
  }
}
@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 #logo,#header #menu{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 390px;
	}
  .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;
    margin-left: 0px !important;
    border-radius: 0px;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
    transform: scale(1);
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tr{
		background: #1faf00 !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes a .fa{
		display: block;
	}
  #redes2{
    display: none;
  }
  .flex-control-nav {
    max-width: 100%;
    left: 0;
    padding: 0 15px;
  }
  #textHome1 h1{
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.25px;
    padding: 40px 0;
  }
  .contentHome2{
    padding-left: 70px;
  }
  .cntNos1{
    font-size: 26px;
  }
  .titleNos2 {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.05px;
  }
  #textNos3{
    margin-top: 50px;
  }
  .contentNos3:after{
    right: 0px;
    bottom: auto;
    top: -100px;
    width: 285px;
    height: 280px;
    background-size: contain;
  }
  .titleNos5Item{
    width: 630px;
  }
  .titleNos5Item.centerTitle {
    left: calc(50% - 315px);
    top: calc(50% - 31.5px);
  }
  .titleNos5Item.bottomTitle {
    width: 300px;
    height: 80px;
  }
  .titleNos5Item.bottomTitle2{
    height: 100px;
  }
  #textGrados1 .container{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    padding: 20px 15px;
  }
  #textGal2 .row{
    margin: 0 -5px;
  }
  #textGal2 div[class*="col-"]{
    padding: 0 5px;
  }
  .contentCont2{
    justify-content: center;
  }
  .itemCont2a{
    margin-right: 50px;
  }
  .itemCont2b{
    margin-right: 0px;
  }
  .itemCont2c{
    display: none;
  }
}

@media(max-width:767px){
    #footer .container{
        width: 100%;
    }
}
@media(max-width: 680px){
  #textHome4 .row div[class*="col-"]{
    width: 50%;
  }
  #textHome4 .row div[class*="col-"]:nth-child(2):before{
    width: 0;
    height: 0;  
  }
  #textHome4 .row div[class*="col-"]:nth-child(1),
  #textHome4 .row div[class*="col-"]:nth-child(2){
    margin-bottom: 10px;
  }
  .cntNos3{
    font-size: 18px;
    line-height: 30px;
    max-width: 450px;
  }
  .titleNos3{
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 35px;
  }
  .contentNos3 {
    height: 400px;
    padding-top: 150px;
  }
  .contentNos5 div[class*="col-"]{
    width: 100%;
  }
  .contentNos5 .figure8::before{
    top: -80px;
  }
  .titleNos5Item.centerTitle {
    left: auto;
    top: auto;
  }
  .titleNos5Item {
    width: 100%;
  }
  .titleNos5Item {
    position: relative;
    background: rgba(0,0,0,1);
    top: auto;
    bottom: auto;
    height: auto;
    padding: 10px 10px;
  }
  .titleNos5Item.bottomTitle {
    width: 100%;
    height: auto;
    bottom: auto;
  }
}
@media(max-width:640px){
  #footer .tfooter{
    margin-bottom:5px;
  }
  #footer .tfooter,
  #footer #powered{float:none; text-align:center;justify-content: center;}
  #footer .tfooter span{text-align:center; line-height:18px}
  .contentMenuFoot div{
    margin-right: 25px;
  }
  .cntSliderTop{
    font-size: 28px;
    line-height: 35px;
    padding-left: 30px;
  }
  .cntSliderTop .div1{
    font-size: 18px;
    line-height: normal;
  }
  .contentHome2{
    padding-left: 0px;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
  .contentHome3 {
    font-size: 18px;
    line-height: 35px;
    padding: 60px 0;
  }
  #textGal2 div[class*="col-"]{
    width: 50%;
    margin-bottom: 20px;
  }
  .itemCont2a{
    margin-right: 0px;
    width: 100%;
    margin-bottom: 25px;
  }
  .itemCont2b{
    width: 100%;
    margin-right: 0px;
  }
}
@media(max-width:580px){
  #textHome1 h1 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.25px;
    padding: 30px 0;
  }
  .itemHome2a {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .itemHome2a figure{
    width: 100%;
    margin-right: 0px;
    padding-bottom: 15px;
  }
  .itemHome2a figure img{
    margin-right: auto;
    margin-left: auto;
  }
  .titleItemHome1{
    text-align: center;
  }
  .subtitleHome1{
    text-align: center;
  }
  .itemFigure2b {
    width: 100%;
  }
  .itemHome2ac .itemFigure2b {
    padding-top: 0;
  }
}
@media(max-width: 540px){
  .contentMenuFoot{
    flex-wrap: wrap;
  }
  .contentMenuFoot div{
    margin-right: 0px;
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
  }
  .contentMenuFoot{
    padding-bottom: 25px;
  }
  .contentNos3:after{
    top: -100px;
    width: 260px;
    height: 250px;
    background-size: contain;
  }
  #textGrados2 {
    padding-top: 77px;
    padding-bottom: 22px;
  }
  .titleGrados2{
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.05px;
    height: 75px;
  }
  .titleGradoPrin1{
    font-size: 20px;
  }
  .cntFooterPrincipal1a{
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }
  .cntFooterPrincipal1a .itemFootPrincipal1{
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
  .contenidoGradoPrincipal{
    height: auto;
  }
  .speUL2Grado{
    padding-left: 30px;
    padding-bottom: 15px;
  }
  .horarioGrado {
    padding-left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    position: relative;
    bottom: auto;
    left: auto;
    padding-bottom: 15px;
    padding-top: 30px;
  }
  .ulicntGrado {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}	
  #textCont1 .container {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.15px;
    padding: 25px 15px;
  }
  .itemFootPrincipal1 {
    flex-wrap: wrap;
  }
  .cntFooterPrincipalab{
    height: auto;
    padding: 10px 5px;
  }
  .itemFootB1{
    width: 100%;
  }
  .itemFootB2 {
    margin-left: 0px;
    width: 100%;
    margin-top: 10px;
  }
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  .cntSliderTop{
    font-size: 25px;
    line-height: 35px;
    padding-left: 30px;
  }
  .cntSliderTop .div1{
    font-size: 16px;
  }
  .contentNos3 {
    padding-top: 180px;
  }
  #footer .tfooter {
      display: block;
    }
}

@media(max-width:420px){
  .contentMenuFoot div{
    width: 33.333%;
  }
  .contentMenuFoot a{
    font-size: 15px;
  }
  .titleCntDat{
    line-height: 27px;
  }
  .titleItemHome1 {
    font-size: 19px;
  }
  .subtitleHome1 {
    line-height: 24px;
  }
  .titleNos3 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
  .cntNos3 {
    font-size: 17px;
    line-height: 24px;
  }
  .horarioGrado,.cntFooterPrincipal{
    font-size: 16px;
  }
  .ulicntGrado ul li br{display: none;}
  .cntFooterPrincipal{
    flex-wrap: wrap;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .itemFootPrincipal1{
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
  .itemFootPrincipal2{
    justify-content: center;
  }
  .cntFooterPrincipal strong {
    font-size: 15px;
  }
}
@media(max-width:365px){
  .cntSliderTop{
    font-size: 22px;
    line-height: 32px;
  }
  .cntSliderTop .div1{
    font-size: 15px;
  }
  .cntFooterPrincipal{
    padding-left: 15px;
    padding-right: 15px;
  }
  .horarioGrado, .cntFooterPrincipal {
    font-size: 14px;
}
}