.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:#9593d2;
  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: #480e67;
   }

.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: #ffffff;
  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: 0px; 
	margin: auto; 
	left: auto; 
	display: block; 
	position: relative; 
	width: 165px;
}
.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;
		background: transparent !important;
	}
	#sliderTop .slides li img{
		display: block;
	} 
  #logo{
    width: 400px;
    left: calc(50% - 200px);
  }
  #menu li:nth-child(1){
    margin-right: 90px;
  }
  #menu li:nth-child(2){
    margin-right: 540px;
  }
  #menu li:nth-child(3){
    margin-right: 70px;
  }
  #topMenu,#menu,#menu li{
    height: 100px;
  }
  #header{
    height: 182px;
  }
  #sliderTop{
    margin-top: 182px;
  }
  .itemDarkTop{
    margin-right: 35px;
  }
  .correoTop{
    flex-direction: row;
  }
  .correoTop .iterMail{
    display: block;
  }
  .telDatFooter2{
    margin-left: 60px;
    margin-right: 60px;
  }
  .telDatFooter3{
    width: auto;
    padding-top: 0px;
  }
  .horarioDat{
    width: auto;
    padding-bottom: 0px;
  }
  .mailDatFooter2{
    margin-right: 50px;
    margin-left: 50px;
  }
  .contSlider .caption{
    bottom: 80px;
    padding-right: 50px;
    padding-left: 70px;
    font-size: 34px;
    line-height: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top-left-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .itemHome1a{
    font-size: 16px;
    line-height: 35px;
  }
  .titleHome1{
    font-size: 40px;
    line-height: 30px;
  }
  .contentNos1 .itemNos1{
    width: calc(50% - 21px);
    margin-right: 42px;
  }
  .contentNos1 .itemNos1:last-child{
    margin-right: 0px;
    padding-top: 0px;
  }
  .itemNos2{
    text-align: left;
  }
  .itemNos2a,.itemNos2d{
    width: 300px;
    margin-right: 20px;
  }
  .itemNos2b,.itemNos2e{
    width: 300px;
    margin-right: 20px;
  }
  .itemNos2c,.itemNos2f{
    width: 300px;
  }
  .itemNos2a,.itemNos2c,.itemNos2e{
    padding-right: 0px;
  }
  .itemNos2b,.itemNos2d,.itemNos2f{
    padding-left: 0px;
  }
  #textNos3{
    padding-top: 75px;
    padding-bottom: 10px;
  }
  .imgItemNos3{
    width: 100px;
  }
  .textoItemNos3{
    width: calc(100% - 100px);
    padding-left: 15px;
  }
  .itemNos3-1{
    margin-right: 28px;
    width: auto;
  }
  .itemNos3-2{
    width: auto;
    margin-right: 28px;
  }
  .itemNos3-4{
    width: 50%;
  }
  .itemNos3-5{
    width: 50%;
    padding-left: 58px;
  }
  #textNos4 .row{
    margin: 0 -8px;
  }
  #textNos4 div[class*="col-"]{
    padding: 0 8px;
  }
  .titleNos3{
    margin-bottom: 106px;
  }
  .itemNos3{
    margin-bottom: 68px;
  }
  .titleItemServ{
    bottom: 46px;
    left: calc(50% - 360.5px);
    width: 721px;
    height: 65px;
    font-size: 25px;
    line-height: 30px;
    border-radius: 32.5px;
  }
  .titleItemServA{
    padding-right: 55px;
    width: 395px;
    height: 67px;
    left: 0;
    bottom: 42px;
    font-size: 25px;
    line-height: 21px;
    border-top-right-radius: 33.5px;
    border-bottom-right-radius: 33.5px;
  }
  .titleItemServB{
    left: auto;
    right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 33.5px;
    border-bottom-left-radius: 33.5px;
    padding-right: 0px;
    padding-left: 55px;
  }
  #frmContacto .tit{
    font-size: 24px;
  }
  #mapC{
    height: 450px;
  }
  .itemContato1b{
    padding-left: 182px;
  }
  .itemContato1b a{
    font-size: 25px;
  }
  .textoItemNos3 span{
    display: block;
  }
}
@media(min-width:1200px){
  #logo{
    width: 595px;
    left: calc(50% - 297.5px);
  }
  #menu li:nth-child(2){
    margin-right: 675px;
  }
  #topMenu,#menu,#menu li{
    height: 153px;
  }
  #header{
    height: 235px;
  }
  #sliderTop{
    margin-top: 235px;
  }
  .itemDarkTop{
    margin-right: 73px;
  }
  #redes a{
    margin-right: 34px;
  }
  .telDatFooter2{
    margin-left: 99px;
    margin-right: 129px;
  }
  .mailDatFooter2{
    margin-right: 90px;
    margin-left: 90px;
  }
  .contSlider .caption{
    bottom: 80px;
    padding-right: 50px;
    padding-left: 70px;
    font-size: 34px;
    line-height: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top-left-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .itemNos2{
    text-align: justify;
  }
  .itemNos2a,.itemNos2d{
    width: 331px;
    margin-right: 41px;
  }
  .itemNos2b,.itemNos2e{
    width: 329px;
    margin-right: 54px;
  }
  .itemNos2c,.itemNos2f{
    width: 325px;
  }
  .imgItemNos3{
    width: 124px;
  }
  .textoItemNos3{
    width: calc(100% - 124px);
    padding-left: 17px;
  }
  .itemNos3-1{
    margin-right: 48px;
  }
  .itemNos3-2{
    margin-right: 48px;
  }
  #textNos4 .row{
    margin: 0 -28.5px;
  }
  #textNos4 div[class*="col-"]{
    padding: 0 28.5px;
  }
  #mapC{
    height: 548px;
  }
}
@media(min-width:1450px){
  .contSlider .caption{
    bottom: 124px;
    padding-right: 87px;
    padding-left: 109px;
    font-size: 44px;
    line-height: 48px;
    padding-top: 51px;
    padding-bottom: 51px;
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
  }
}
@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;
		padding-bottom: 35px;
	}
	#header #logo,#header #topMenu{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 104px;
	}
	#sliderTop .slides li {
    	height: 350px;
	}
	a.toTop {
		left: auto;
		right: 21px;
	}
  #icoWa{
    background: url(../images/icoWa2.png) 0 0 no-repeat;
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 120px;
  }
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 7;
	}
	#redes a{
		width: 100%;
		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{
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    padding: 10px 0;
  }
  .itemDarkTopb{
    margin-right: 0px;
  }
  .itemDarkTopc{
    width: 100%;
    justify-content: center;
    padding-top: 10px;
  }
  .correoTop{
    flex-direction: row;
  }
  .correoTop .iterMail{
    display: block;
  }
  #underMenu{
    display: none;
  }
  .telDatFooter2{
    margin-left: 30px;
  }
  .itemHome1a,.itemHome1b{
    width: 100%;
  }
  .itemHome1b{
    padding-top: 35px;
  }
  #textHome1{
    padding: 60px 0;
  }
  .figureNos2{
    background: url(../images/nosotros/img3.webp) center no-repeat;
    background-size: cover;
    height: 200px;
  }
  .figureNos2 img{
    display: none;
  }
  #textNos4 .row{
    margin: 0 -10px;
  }
  #textNos4 div[class*="col-"]{
    padding: 0 10px;
  }
  #textSev2 .row{
    margin: 0 -15px;
  }
  #textSev2 div[class*="col-"]{
    padding: 0 15px;
  }
  #textContacto1 {
    background: url(../images/contacto/fondo1b.jpg) center no-repeat;
    background-size: cover;
  }
  .contentCont1{
    padding: 50px 0;
  }
  .itemContato1a,.itemContato1b{
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .itemContato1b{
    align-items: center;
    padding-left: 0px;
  }
  .titleContacto1{
    font-size: 30px;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 30px;
  }
  .itemContato1b a{
    margin-bottom: 15px;
  }
  #frmContacto .form-control{
    height: 55px;
    padding-left: 12px;
  }
  #frmContacto .textarea{
    height: 112px;
    padding-top: 15px;
  }
}
@media(max-width:680px){
  #frmContacto .tit strong{
    display: block;
  }
  #frmContacto .tit span {
    position: static;
    display: block;
    line-height: 24px;
    padding-bottom: 10px;
  } 
  #footer {
      min-height: 107px;
    }
  #footer .tfooter{
    margin-bottom:10px;
  }
  #footer .tfooter,
  #footer #powered{float:none; text-align:center;justify-content: center;}
  #footer .tfooter span{
    text-align:center; 
    line-height:18px;
  }
  #textNos4 div[class*="col-"]{
    width: 100%;
  }
  #textSev2 div[class*="col-"]{
    width: 100%;
  }
  .contentServ2, .contentServ3 {
    max-width: 350px;
  }
  .titleItemServA{
    padding-right: 0px;
    width: 250px;
    height: 50px;
    left: calc(50% - 125px);
    bottom: 20px;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 19px;
    border-radius: 25px;
  }
  .titleItemServB{
    left: calc(50% - 125px);
    right: auto;
    border-radius: 25px;
    justify-content: center;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
  }
  .titleItemServ{
    bottom: 20px;
    left: calc(50% - 175px);
    width: 350px;
    font-size: 18px;
    border-radius: 25px;
  }
}
@media(max-width:600px){
  .mailDatFooter2{
    margin-right: 30px;
  }
}
@media(max-width:580px){
  .mailDatFooter2{
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .mailDatFooter{
    width: 100%;
    justify-content: center;
  }
  .mailDatFooter a{
    flex-wrap: wrap;
    justify-content: center;
  }
  /*.mailDatFooter a img{
    margin-right: 0px;
    margin-bottom: 3px;
  }
  .mailDatFooter a span{
    display: block;
    width: 100%;
    text-align: center;
  }*/
  .mailDatFooter3{
    padding-left: 10px;
  }
  .itemNos2a,.itemNos2d{
    width: 100%;
    margin-right: 0px;
  }
  .itemNos2b,.itemNos2e{
    width: 100%;
    margin-right: 0px;
  }
  .itemNos2c,.itemNos2f{
    width: 100%;
  }
  .itemNos2a,.itemNos2c,.itemNos2e{
    padding-right: 0px;
  }
  .itemNos2b,.itemNos2d,.itemNos2f{
    padding-left: 0px;
  }
  .titleNos3{
    font-size: 30px;
    line-height: 30px;
    border-radius: 35px;
    padding: 20px 15px;
    margin-bottom: 45px;
  }
  .titleNos4{
    font-size: 30px;
    line-height: 30px;
    padding: 25px 15px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #textNos4 {
    padding-bottom: 0px;
  }
  .contentServ1{
    font-size: 28px;
    line-height: 30px;
    padding: 25px 10px;
  }

}
@media(max-width: 540px){
  #sliderTop{
    margin-top: 72px;
  }
  .itemDarkTop .itemflex img{
    margin-right: 7px;
    width: 20px;
  }
  .itemDarkTop .itemflex.tel{
    font-size: 14.5px;
    line-height: 20px;
    text-align: center;
  }
  .itemDarkTop .itemflex.mail,.itemDarkTop .itemflex.mail a{
    font-size: 14.5px;
    line-height: 22px;
    text-align: center;
  }
  .dirDatFooter {
    font-size: 15px;
    height: auto;
    min-height: 30px;
  }
  .contSlider .caption{
    width: 100%;
    bottom: 0px;
    right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #sliderTop .flex-control-nav{
    display: none;
  }
  #sliderTop .slides li.sliders1{
    background-position: -180px center !important;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}	
  
  .titleNos1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
  .titleNosMision1 {
    width: 210px;
    height: 50px;
    border-radius: 25px;
    bottom: 10px;
    left: calc(50% - 105px);
    font-size: 20px;
  }
}

@media(max-width:480px){
  .itemDarkTopc{
    display: none;
  }
  .contentDarkTop{
    padding: 15px 0;
  }
  #sliderTop{
    margin-top: 50px;
  }
  .itemHome1a{
    font-size: 15px;
    line-height: 28px;
  }
  .titleHome1{
    font-size: 24px;
    line-height: 30px;
  }
  .itemNos3{
    flex-wrap: wrap;
  }
  .imgItemNos3 {
    width: 100%;
  }
  .imgItemNos3 img{
    margin-left: auto;
    margin-right: auto;
  }
  .textoItemNos3 {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    padding-top: 10px;
  }
  .titleItemNos3{
    text-align: center;
  }
  .itemNos3{
    width: 100%;
  }
  .figureServicio1{
    height: 200px;
    background: url(../images/servicios/serv1.jpg) center no-repeat;
    background-size: cover; 
  }
  .figureServicio2{
    height: 200px;
    background: url(../images/servicios/serv4.jpg) center no-repeat;
    background-size: cover; 
  }
  .figureServicio3{
    height: 200px;
    background: url(../images/servicios/serv7.jpg) center no-repeat;
    background-size: cover; 
  }
  .figureServicio1 img,.figureServicio2 img,.figureServicio3 img{
    display: none;
  }
  
  #footer {
    min-height: 127px;
  }
  #footer .tfooter em{
    display: block;
    height: 1px;
    opacity: 0;
  }
  #footer .tfooter .derechosReservados,
  #footer .tfooter .avisoPrivacidad{
      display: block;
  }
}

@media(max-width:420px){
  .telDatFooter a{
    font-size: 14px;
  }
  .telDatFooter a img{
    margin-right: 6px;
    width: 25px;
  }
  .telDatFooter2{
    margin-left: 20px;
  }
  .cntNos1 .textoNos1a {
    padding: 0px;
  }
  .cntNos1 .textoNos1b {
    padding-left: 0px;
    padding-right: 0px;  
  }
  .titleNos3 {
    font-size: 24px;
    line-height: 30px;
    border-radius: 35px;
    padding: 20px 15px;
    margin-bottom: 45px;
  }
  .titleItemNos3{
    font-size: 17px;
    line-height: 30px;
  }
  .titleItemServ{
    width: 250px;
    left: calc(50% - 125px);
  }
  #frmContacto .tit{
    font-size: 18px;
  }
}
@media(max-width:365px){
  .horarioDat strong{
    display: block;
  }
  #textDireccionMap .tit{
    font-size: 17px;
  }
}