.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: #fff;
  background: #dd4282;
  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:#fff; font-family: 'Open Sans', sans-serif;}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul a.active {background: rgba(0,0,0,0.75); text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: rgba(0,0,0,0.75); 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:#000000;
   }

.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: #fff;
  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:5px; margin:auto; left:auto; display: block; position:relative; width: 110px;}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}
@media(min-width:1420px){
  #sliderTop .caption, .newCaption .caption{
    width: 38%;
  }
  #sliderTop .slides li{
    height: 621px;
  }
  #sliderTop{
    height: 658px;
  }
}
@media(max-width:1199px){
	#sliderTop .slides li{
    height: 511px;
  }
  #sliderTop{
    height: 548px;
  }

}

@media(max-width:1099px){
  #menu{
    right: 55px;
  }
  .img-bienvenida{
    max-width: 450px;
  }
  #sliderTop .slides li{
    height: 471px;
  }
  #sliderTop{
    height: 508px;
  }
}
@media(min-width:992px){
	#logo {
    width: 296px;
    left: 1px;    
  }
  #menu li a {
    padding: 0 23px;
    font-size: 24px;
  }
  .titHome span {
    display: inline;
    padding-top: 0;
  }
  .titHome{
    padding-top: 2rem;
  }
  .texto {
    padding-left: 0;
  }
  .texto .tex1 {
    line-height: 25px;
  }
  .texto-inst2{
    padding-left: 2rem;
  }
  .instala{
    max-width: 424px;
  }
  .texto-inst1 {
    font-size: 30px;
    padding-top: 1.7rem;
  }
  #menu-galeria .col-xs-6{
    width: 25%;
    padding-bottom: 0;
  }
  .divBotones a:nth-child(2){
    margin-left: 20px;
    margin-right: 20px;
  }
  .divBotones a:nth-child(3){
    margin-top: 0;
  }
  .divBotones{
    flex-wrap: nowrap;
  }
  .pl5{
    padding-left: 16px;
  }
  .fondoBtn span{
    font-size: 21px;
  }
  .subtitle h5{
    margin: 0 35%;
    width: 30%;
  }
  .fondo-negro div{
    font-size: 72px;
  }
  #menu-galeria .linea{
    width: 100%;
  }
  .divBotones a:nth-child(2){
    margin-left: 7px;
    margin-right: 7px;
  }
  .divBotones a:nth-child(3){
    margin-right: 7px;
  }
  .divBotones a:nth-child(4){
    margin-top: 0px;
  }
}
@media(max-width:1199px) and (min-width:992px){
  .texto-inst2,.texto-inst1{
    padding-left: 0;
    padding-right: 3.5rem;
  }
}
@media(max-width:991px){
	#logo{
		width: 170px;
    left: -30px;
	}
  #sideright{
    bottom: 30%;
  }
  .w-991{
    width: 100%;
  }
  .titHome{
    text-align: center;
    padding-top: 1rem;
  }
  .titHome span {
    display: inline;    
  }
  .img-bienvenida{
    margin: auto;
    margin-top: 0.5rem;
    max-width: 100%;
  }
  .img-rows {
    margin-left: 0;
  }
  .colf-1 {
    width: 47%;
  }
  .text-center-991{
    text-align: center;
  }
  .instala{
    max-width: 100%;
  }
  .texto-inst1{
    text-align: center;
  }
  .texto-inst2{
    text-align: justify;
  }
  #sideright .box {
    background: rgba(191,37,99,0.81);
    width: 60px;
    height: 65px;
  }
  #sliderTop .caption article span, .newCaption .caption article span{
    font-size: 24px;
  }
  .background-wrap{
    margin-bottom: 0;
  }
  .newCaption .caption{
    bottom: 30px;
  }

  /*.background-wrap video{
    height:500px;
  }*/
}

@media(max-width:991px) and (min-width:768px){
}
@media(min-width:1200px){
  .divBotones a:nth-child(2){
    margin-left: 18px;
    margin-right: 18px;
  }
  .divBotones a:nth-child(3){
    margin-right: 18px;
  }
  .fondoBtn span{
    text-align: left;
  }
}
@media(max-width:767px){
	body{
		padding: 70px 0 34.9px 0;
	}
	#header #topMenu{
		display: none
	}	
	#sliderTop{
		height: auto
	}
	#sliderTop .slides li {
    	height: 337px;
	}
  .flex-control-nav {
    display: none;
  }
  #header{
    height: 56px;
    background: #3e2600;
    margin-top: 56px;
  }
  #header #darkTop{
    background: transparent;
    height: 56px;
  }
  #darkTop .correo {
      margin-right: 18px;
  }
  #darkTop span {
    line-height: 56px;
  }
  #redes {
      position: fixed;
      width: 100%;
      margin: 0;
      height: 35px;
      top: auto;
      bottom: 0;
      right: 0;
      z-index: 11;
      background: #fff;
      display: flex;
  }
  #redes a {
      width: 25%;
      font-size: 22px;
      height: inherit;
      line-height: 35px;
      border: none !important;
      margin: 0 !important;
      color:  #fff;
  }
  #redes .fb{
    background-color: #395398 !important;
  }
  #redes .in{
    background-color:#AB7F5C !important; 
  }
  #redes .tr{
    background-color: #00af87 !important;
  }
  .wa{
    display: none !important;
  }
  #darkTop .container {
    text-align: center;
  }
  #redes .wh{
    display: inline-block;
    background-color: #32ba46 !important;
  }
  #redes a .fa-whatsapp{
    font-size: 16px;
  }  
  .rd-mobilepanel #logoMovil {
    width: 76px;
  }
  #sliderTop .caption,.newCaption .caption{
    width: 100%;
    bottom: 0;
    border-radius: 0;
  }
  #sliderTop:before{
    background: transparent;
  }
  #sliderTop .caption article,.newCaption .caption article {
    justify-content: center;
  }
  .w-767{
    width: 100%;
  }
  #cont-2 .border-face{
    margin: auto;
  }
  #cont-2 .colf-1,#cont-2 .colf-2{
    padding-left: 15px;
    padding-right: 15px;
  }
  #cont-2 .colf-2{
    padding-top: 3rem;
  }
  .w-50{
    width: 50%;
    display: flex;
  }
  .w-100{
    width: 100%;
    display:flex;
    padding-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-50 a,.w-100 a{
    margin: auto;
  }
  .pl15{
    padding-left: 5px;
  }
  .foto-galeria{
    height: 300px;
  }
  .fondo-negro div{
    font-size: 40px;
  }
  .subtitle h5{
    margin: 0 29%;
    width: 42%;
  }
  .background-wrap{
    margin-top: 42px;
  }
  /*.background-wrap video{
    height:400px;
  }*/
  .newCaption{
    height: 66px;
    margin-bottom: 15px;
  }
  #footer{height:auto; padding-bottom: 15px}
  #footer .tfooter,
  #footer #powered{float:none; text-align:center; margin-bottom:10px}
  #footer .tfooter span{display:block; text-align:center; line-height:18px}
  #footer .container {
    padding: 14px 0 0;
  }
  .divBotones a{
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
  }
  .divBotones a:nth-child(2){
    margin-left: 10px;
    margin-right: 10px;
  }
  .divBotones a:nth-child(3){
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .divBotones a:nth-child(4){
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

}
@media(max-width:680px){
  .divBotones a:nth-child(2){
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
  .divBotones a{
    margin-left:20px !important;
    margin-right: 20px !important
  }
}
@media(max-width:600px){	
	#sliderTop .slides li {
		height: 300px;
	}
	#sliderTop .caption,.newCaption .caption{
		height: auto;
	}
  .titHome span {
    display: block;    
  }
  .ajuste span{
    display: inline-block !important;
  }
  #menu-galeria .col-xs-6{
    width: 100%;
  }
  #cont-menu1 ul li{
    padding-right: 2rem;
  }
  #cont-menu1 li[class*="circle"]{
    padding-left: 2.5rem;
  }
  .subtitle h5{
    margin: 0 20%;
    width: 60%;
  }
  .colf-album{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .fondoAzul{
    flex-direction: column;
  }
  .recomendadopor{
    border-right: 0;
    border-bottom: solid 1px #fff;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
@media(max-width: 520px){
  #footer .tfooter em{
    display: block;
    height: 1px;
    opacity: 0;
  }
  #footer .tfooter a{
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
  }
}
@media(max-width:500px){
  .img-rows {
    height: 65px;
  }
  .img-r{
    width: 65px;
  }
  #cont-menu1 ul li{
    padding-right: 1rem;
  }
  #cont-menu1 li[class*="circle"]{
    padding-left: 1.5rem;
  }
  .w-50{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 1rem;
  }
  .w-100{
    padding-top: 0;
  }
  .foto-galeria{
    height: 200px;
  }
  .fondo-negro div{
    font-size: 25px;
  }
}

@media(max-width:480px){
	
  #darkTop .telefono, #darkTop .correo {
    width: auto;
    display: block;
    height: 28px;
  }
  #darkTop .telefono span, #darkTop .correo span{
    line-height: 28px;
  }
  #cont-2 .border-face {
    width: 300px;
  }
  #cont-2 .panel-default {
    width: 275px;
  }
  .subtitle h5{
    margin: 0 15%;
    width: 70%;
  }
  /*.background-wrap video{
    height:300px;
  }*/
  #galeria .row div[class*="col-"]{
    width: 100%;
  }
}

@media(max-width:420px){
  .texto-inst1{
    font-size: 24px;
  }
  #cont-menu1 ul li{
    font-size: 16px;
  }
  .divBotones a{
    margin-left:0px !important;
    margin-right: 0px !important
  }
  .fondoBtn{
    width: 290px;
  }
  .divBotones a{
    width: auto;
  }
}


@media(max-width: 1099px){
  #caroucelHome .bx-controls {
    max-width: 700px;
  }
  
}
@media(max-width: 767px){
  #eggoteca .title{
    font-size: 22px;
  }
  #caroucelHome .bx-controls {
    max-width: 480px;
  }
}
@media(max-width: 600px){
  #eggoteca .title div{
    max-width: 320px;
    margin: 0 auto;
    line-height: 34px
  }
  #caroucelHome  .bx-wrapper .bx-controls-direction a {
    margin-top: -131px;
  }
}