.slider{
	display: none;
}
#header {
    width: 100%;
    margin: -143px auto !important;
    position: fixed;
    background-color: white;
    z-index: 999;
    box-shadow: 0px 0px 5px #888888;
}

.center{
	text-align: center;
}
.centro_hea {
    margin-top: 143px;
}
.gc-item{
	margin:10px 0;
}

.gc-item ul {
	padding-left:0;
	margin:0 auto;
}

.gc-item ul li{
	list-style-type: none;
	padding: 10px 0;
	display: block;
}
.gc-item ul li a{
	font-size:18px;
	padding: 3px 5px;
	border: 3px solid #FFF; 
	font-weight: bold;
}

.gc-item ul li a:hover{
	cursor: pointer;
	border: 3px solid #F18424; 
}


/*seccion para galeria nueva */

.Menu_gale {
    color: #6a044c;
    font-weight: 600;
    font-size: 14px;
  }

  .gallery { 
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
    overflow: hidden;
  }

  .gallery img { 
    width: 100%; 
    height: auto;
    transition: 500ms;
    margin-bottom: 10px;
    opacity: 0.8;
    page-break-inside: avoid; /* For Firefox. */
    -webkit-column-break-inside: avoid; /* For Chrome & friends. */
    break-inside: avoid; /* For standard browsers like IE. :-) */
  }

  .gallery img:hover {
      opacity: 1;
  }

  .modal-img,.model-vid{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table
  }
  .modal-body{
    padding: 0px;
  }

  .modal-dialog {
    height: 100%;
        position: relative;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .modal-content {
    border: none;
  }

  @media screen and (max-width: 767px) {
    .gallery { 
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
      }
    .gallery div { margin: 0; 
          width: 200px;
      }
    .modal-dialog {
          margin: 0 5vw;
      }
  }

  @media screen and (max-width: 479px) {
      .gallery { 
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1;
      }
      .gallery div { 
          margin: 0; 
          width: 200px;
      }
  }

  .nav * {
    box-sizing: border-box;
  }

  .nav {
    align-items: center;
    border: 1px solid #ddd;
    display: flex;
    font-family: "Open Sans";
    font-size: 12pt;
    position:relative;
    top:-250px;
    transition: transform 0.5s linear;
  }

  .navcontainer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 1vw;
    width: 80%;
  }

  .navinner {
    position: relative;
  }

  .navinner > a:not(.profileddtrigger):not(.ddtriggermobile) {
    color: #7b7de5;
    margin: 0 .25vw;
    padding: 0 .5vw;
  }

  @media (max-width: 1000px) {
    .navinner > a:not(.profileddtrigger):not(.ddtriggermobile) {
      display: none;
    }
  }

  .profileddtrigger {
    margin: 0 .25vw;
  }

  .ddtriggermobile {
    margin-right: .75vw;
    position: relative;
    top: .75vh;
  }

  @media (min-width: 1000px) {
    .ddtriggermobile {
      display: none;
    }
  }

  .ddtriggermobile i {
    color: #7b7de5;
    font-size: 24pt;
  }

  @media (min-width: 1000px) {
    .mobilemenudd {
      display: none;
    }
  }

  .profileddtrigger {
    position: relative;
  }

  .profileddtrigger:after {
    color: #777;
    content: '\E5C5';
    font-family: 'Material Icons';
    top: 50%;
  }

  .profileddtrigger img {
    border: 3px solid #eee;
    border-radius: 50%;
    height: 52px;
    padding: 1px;
  }

  .ddcontainer {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 14px 0 rgba(0, 0, 0, 0.2);
    min-width: 200px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: -3px;
    top: 70px;
    transform: translateY(-5px);
    transition: 300ms ease;
    z-index: -1;
  }

  .ddcontainer.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
    z-index: 50;
  }

  .ddheader {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5vw;
  }

  .ddheader:hover,
  .ddheader:focus {
    background: #f7f7f7;
  }

  .ddheader img {
    border-radius: 50%;
    height: 52px;
  }

  .ddheader .ddname {
    color: #555;
    margin: 8px 0 4px;
  }

  .ddheader .ddtitle {
    color: #999;
    font-size: 10pt;
  }

  .ddnav {
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
  }

  .ddnav a {
    border-bottom: 1px solid #e5e5e5;
    color: #7b7de5;
    display: flex;
    padding: 8px 16px;
  }

  .ddnav a span:not(.material-icons) {
    margin-left: 5px;
  }

  .ddnav a:hover,
  .ddnav a:focus {
    background: #f7f7f7;
  }

  .navV {
      background-color: #b3c33a;
      height:100%;
      left: 0;
      position: absolute;
      top: 0px;
      transform: translate(-200px, 0);
      transition: transform 0.5s linear;
      width: 200px;
  }

  .navV.active {
      transform: translate(0, 0);
  }

  .wrapper{
    background-color:#ddd;
    height:100%;
    position:relative;
    top:0px;
    transition: transform 0.5s linear;
    width:100%;
  }

  .wrapper.active, .nav.active {
      transform: translate(200px, 0);
  }
  .nav.Hactive, .wrapper.Hactive{
     transform: translate(0, 250px);  
  }


  .navH.Vactive.active{
     transform: translate(200px, 0px);  
  }

  .wrapper.active.Hactive, .nav.active.Hactive{
    transform: translate(200px, 250px);
  }

  .navH {
      /* background-color: #b3c33a; */
      bottom: 0;
      height: 90px;
      left: 0;
      position: relative;
      top: 0;
      transform: translate(0, -250px);
      transition: transform 0.5s linear;
      width: 100%;
  }

  .navH.active {
      transform: translate(0, 0px);
  }

  .menuH {
      background-color: #b3c33a;
      border: 0;
      height: 50px;
      left: 50%;
      position: absolute;
      top: 250px;
      transition: transform 0.125s linear 0.375s;
      width: 50px;
      margin-left: -50px;
  }

  .menuH:focus,
  .menuH:active,
  .menuH:hover {
      outline: 0;
  }

  .menuH:hover {
      background-color: #7d8828;
  }

  .menuH:before,
  .menuH:after {
      background-color: white;
      border-radius: 2px;
      content: "";
      display: block;
      height: 10px;
      left: 0;
      position: absolute;
      top: 0;
      transition: all 0.125s linear 0.5s;
      width: 30px;
  }

  .menuH:before {
      transform: translate(10px, 10px) rotate(0);
  }

  .menuH:after {
      transform: translate(10px, 30px) rotate(0);
  }

  .active .menuH {
      transform: translate(0, 0px);
      transition: all 0.125s linear;
  }

  .active .menuH:before,
  .active .menuH:after {
      transition: all 0.375s linear 0.125s;
      width: 40px;
  }

  .active .menuH:before {
      transform: translate(5px, 20px) rotate(45deg);
  }

  .active .menuH:after {
      transform: translate(5px, 20px) rotate(-45deg);
  }

  .menuV {
      background-color: #b3c33a;
      border: 0;
      height: 50px;
      position: absolute;
      right: 0;
      top: 108px;
      transform: translate(50px, 0);
      transition: transform 0.5s linear;
      width: 50px;
      
  }
  .menuV:focus,
  .menuV:active,
  .menuV:hover {
      outline: 0;
  }

  .menuV:hover {
      background-color: #7d8828;
  }

  .menuV:before,
  .menuV:after {
      background-color: white;
      border-radius: 2px;
      content: "";
      display: block;
      height: 10px;
      left: 0;
      position: absolute;
      top: 0;
      transition: all 0.125s linear 0.5s;
      width: 30px;
  }

  .menuV:before {
      transform: translate(10px, 10px) rotate(0);
  }

  .menuV:after {
      transform: translate(10px, 30px) rotate(0);
  }

  .menuV.Hactive {
      transform: translate(50px, 250px);
  }

  .active .menuV:before,
  .active .menuV:after {
      transition: all 0.375s linear 0.125s;
      width: 40px;
  }

  .active .menuV:before {
      transform: translate(5px, 20px) rotate(45deg);
  }

  .active .menuV:after {
      transform: translate(5px, 20px) rotate(-45deg);
  }

  .ul_navV {
      margin: 50px 0 0 0;
      padding: 0;
  }
  .ul_navV li {
      list-style-type: none;
  }

  .ul_navV li:nth-child(6) a:hover {
      background-color: rgba(128, 0, 0, 0.7);
  }

  .ul_navH {
      margin: -20px 0 0 0;
  }

  .ul_navH li {
      display: inline;
      list-style-type: none;
  }

  .ul_navH li:nth-child(6) a:hover {
      background-color: rgba(128, 0, 0, 0.7);
  }

  .ul_navH a {
      color: white;
      padding: 20px;
      text-decoration: none;
      transition: all 0.0625s linear;
  }

  .ul_navH a:hover {
      background-color: #7d8828;
  }

  .ul_navV a {
      color: #fff;
      display: block;
      padding: 20px;
      text-decoration: none;
      transition: all 0.0625s linear;
  }

  .ul_navV a:hover {
      background-color: #7d8828;
  }

  @import url("https://fonts.googleapis.com/css?family=Lato:300");
  /* -------- */
  /* Carousel */
  /* -------- */
  .carousel{
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding-top: 0%;
  }
  .slides{
    display: flex;
    flex-wrap: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  /* --------------------------- */ 
  /* carousel navigation buttons */
  /* --------------------------- */ 
  .carouselnav{
    cursor: pointer;
    flex-basis: 33.33%;
    font-size: 28pt;
    height: 40px;
    line-height: 40px;
    max-width: 15px;
    min-width: 85px;
    text-align: center;
    color: #6a044c;
  }
  .carouselnav:hover{
    background-color: #6a044c;
    color: #fff;
  }
  .carouselitem{
    border-left: 1px solid rgb(44, 44, 44);
    color: #567;
    flex: 0 0 auto;
    height: 40px;
    text-align: center;
    padding-top: 10px;
  }
  .carouselitem h2{
    color: #fff; 
      float: right;
      font-size: 28px;
      margin:20px 20px 10px 0 ;
      text-transform: uppercase;  font-family: 'Oswald', sans-serif;
      width: 55%;
  }
  .carouselitem p{
    float: right;
    font-size:12pt; font-family: 'Oswald', sans-serif;
    line-height: 1.3em;
    margin-right: 20px;
    width: 90%;
  }    
  .carouselitem:not(:last-child){
    border-right: 1px solid rgba(114, 124, 135, 0.2);
  }    
  /* ---------------------- */     
  /* carousel element width */   
  /* ---------------------- */ 
  .col-1{
    flex-basis:100%;
    min-width:640px;
  }
  .col-3{
    flex-basis:33.33%;
    min-width:400px;
  }
  .col-5{
    flex-basis:20%;
    min-width:200px;
  }
  .col-6{
    flex-basis:16.66%;
    min-width:166px;
  }
  .col-8{
    flex-basis:12.5%;
    min-width:250px;
  }
  .col-9{
    flex-basis:11.11%;
    min-width:440px;
  }
  .col-10{
    flex-basis:10%;
    min-width:400px;
  }


  /* Color presets */
  :root {
    --color-red: #FF5051;
    --color-darckgrey: #212121;
    --color-lightgrey: #E0E0E0;
    --color-black: #000000;
    --color-white: #FFFFFF;
  }

  /* Global */
  /** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  html {
    overflow-y:scroll;
  }

  body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: var(--color-darckgrey);
  }*/

  .wrapper {
    padding: 30px 0%;
    transition: ease .2s;
  }

  /* Header */
  /*header {
    margin-bottom: 80px;
    text-align: center;
  }

  header .logo img {
    width: 110px;
  }

  header .title h1 {
    margin: .2em;
    font-family: 'Playfair Display', serif;
    font-size: 2.1em;
    font-weight: normal;
  }

  header .title h3 {
    margin: 0;
    font-size: .9em;
    font-weight: normal;
    letter-spacing: .1em;
  }

  header nav ul {
    list-style: none;
    padding: 0;
  }

  header nav ul li {
    display: inline-block;
  }

  header nav ul li a {
    position: relative;
    padding: .25em .5em;
    color: var(--color-lightgrey);
    font-size: 1em;
    text-decoration: none;
  }

  header nav ul li a:hover:after {
    content: '';
    display: block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 4px solid var(--color-red);
  }*/

  /* Grid */
  .grid {
    max-width: 2000px;
    margin: 0 auto;
  }

  /* Clearfix */
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }

  /* Grid items */
  .item {
    display: inline-block;
    position: relative;
    width: 24%;
    margin: 5px 21px;
    margin-bottom: 5px;
    background: #6a044c;
    cursor: pointer;
    /* Animation */
    animation-name: append-item;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.42,.97,.52,1.49);
  }

  @keyframes append-item {
    0%  {
      -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
      -o-transform: translateY(250px);
      transform: translateY(250px);
    }
    100%  {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
  }

  .item img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .item-mid {
    width: 22%;
  }

  .item-big {
    width: 92%;
  }

  @media screen and (max-width: 768px){
    .item,
    .item-mid {
      width: 45%;
      margin: 15px 2.5%;
    }

    .item-big {
      width: 95%;
    }
  }

  @media screen and (max-width: 520px){
    .item,
    .item-mid,
    .item-big {
      width: 100%;
      margin: 15px 0%;
    }
  }

  .video_gale{
    width: 100%;
  }
  /* Items */
  .img-item {
    position: relative;
    transform: translate(1, 1);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    /*box-shadow: 0px 0px 0px rgba(0,0,0,0), 0 0px 0px rgba(0,0,0,0);*/
    box-shadow: 4px 10px 20px rgba(0,0,0,0.15), 0 6px 6px rgba(0,0,0,0.20);
    transition: ease .5s;
    will-change: transform, box-shadow;
  }

  .item:hover .img-item {
    transform: translate(1em, -2em);
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    /*box-shadow: 4px 10px 20px rgba(0,0,0,0.15), 0 6px 6px rgba(0,0,0,0.20);*/
    box-shadow: 0px 0px 0px rgba(0,0,0,0), 0 0px 0px rgba(0,0,0,0);
    z-index: 1;
  }

  .thumb-title {
    position: absolute;
    bottom: 0;
    padding: .5em 1em;
    color: #ffffff;
    font-size: .8em;
    letter-spacing: .1em;
  }


  .append-button {
    text-decoration: none;
    max-width: 100%;
    margin: 10px;
    padding: 12px 42px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 60ms ease-in-out;
    transition: all 60ms ease-in-out;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    color: #202129;
    background: #edeeee;
    opacity: 0;
    animation-name: button-show;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-delay: 3s;
  }

  @keyframes button-show {
    0%  {
      opacity: 0;
    }
    100%  {
      opacity: 1
    }
  }

  .append-button:hover {
    -webkit-transition: all 60ms ease;
    transition: all 60ms ease;
    opacity: .85;
  }

  .append-button:hover {
    color: #202129;
    background-color: #e1e2e2;
    opacity: 1;
  }

  .status {
    display: none;
  }

  /* Lightbox */
  .sandbox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 100;
  }

  .lightbox {
    position: fixed;
    width: 60%;
    height: 94%;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: black;
    background-size: contain;
    cursor: crosshair
  }

/*fin de la seccion */

@media (min-width: 768px) {
	.gc-item ul li{
		display: inline-block;
		padding:10px;
	}
}

@media (min-width: 1024px) {
	.gc-item ul {
	    text-align: center;
	}

	.gc-item ul li{
		padding:20px;
	}

	.submenu_galeria:hover .overlayproduct {
	    bottom: 0;
	    height: 66px;
	    width: 118px;
	    padding-top: 44px;
	}
	.sliders2 {
	    width: 100% !important;
	}
	.submenu_galeria ul li {
	    margin: 0px 0px !important;
	}
	.overlayproduct {
	    position: absolute;
	    bottom: 100%;
	    background-color: #615959 !important;
	    overflow: hidden;
	    width: 118px !important;
	    height: 0;
	    transition: .5s;
	    opacity: 0.9;
	    left: 0px !important;
	    top: 0 !important;
	}
	.submenu_galeria {
	    vertical-align: middle;
	    width: 33%;
	    margin-bottom: 9px;
	    float: left;
	    overflow: hidden;
	    position: relative;
	    text-align: center;
	}
}


.sliders {
    width: auto;
    /*margin: 30px 50px 50px;*/
}

.sliders3{
	width: 100% !important;
}
.imagenslide{
  height:300px;
}
.centro_hea{
    width: 75%;
    height: auto;
    /* padding-top: 65px; */
    margin-left: auto;
    margin-right: auto;
}
.slick-slide {
    /*background: #3a8999;*/
    color: white;
    /*padding: 40px 0;*/
    font-size: 30px;
    font-family: "Arial", "Helvetica";
    text-align: center;
}

.slick-prev:before, 
.slick-next:before {
    color: black;    
}

.slick-dots {
    bottom: -30px;
}

.slick-slide:nth-child(odd) {
     /*background: #e84a69;*/
}

.submenu_galeria{
	vertical-align: middle;
    width: 33%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}



.submenu_galeria:hover .overlayproduct {
    bottom: 0;
    height: 110px;
    width: 118px;
}

.submenu_galeria ul li {
    float: left;
    margin: 0px 13px;
    width: 118px;
    height: 110px;
    list-style: none;
}

.img_cat_gale{
    width: 118px;
    height: 110px;
}

li, p {
     text-align: left !important; 
}

.logos_m {
    width: 93px !important;
    height: 73px !important;
}

@media (min-width: 1200px){
  .item-mid {
      width: 22%;
  }
	.submenu_galeria ul li {
	    float: left;
	    margin: 0px 15px 15px;
	    width: 118px;
	    height: 110px;
	    list-style: none;
	}
	.submenu_galeria {
	    vertical-align: middle;
	    width: 24%;
	    float: left;
	    overflow: hidden;
	    position: relative;
	    text-align: center;
	}
	.submenu_galeria {
	    vertical-align: middle;
	    width: 100%;
	    float: left;
	    overflow: visible; 
	    /* position: relative; */
	    /* text-align: center; */
	}
	.tam_slider{
		float: left;
	    width: 100% !important;
	    padding-top: 0px;
	}
	.img_slide img{
		width: 100%;
    	max-width: 100%;
    	height: 461px !important
	}
	.submenu_galeria:hover .overlayproduct {
	    bottom: 0;
	    height: 66px;
	    width: 118px;
	    padding-top: 44px;
	}
}

@media only screen and (min-width:1024px) and (max-width:1400px){
  .item-mid {
    width: 20%;
  }
}