@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
html {
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
}

*{
	/*outline: 1px solid yellow;*/
}

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #7f7f7f;
  background: #fff;
  background-color: #1e1e1e; 
  background-image: linear-gradient(#1e1e1e,#1e1e1e, #000000,#000000);
  height: 100%;
  position: relative;
  /*padding:10px 50px;*/
}

a {
  color: #7f7f7f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #7f7f7f;
  outline: none;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #7f7f7f;
}

::-moz-selection {
  color: #fff;
  background: #7f7f7f;
}

::selection {
  color: #fff;
  background: #7f7f7f;
}


@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}


#fh5co-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
   background-color: #1e1e1e;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 70px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}


.owl-carousel .owl-controls .owl-dot {
  margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #7f7f7f;
}



.fh5co-heading {
  margin-bottom: 30px;
}
.fh5co-heading h2 {
  margin-bottom: 20px;
  font-weight: 700;
}



.js .animate-box {
  opacity: 0;
}


/*MENU*/

.navbar{
    position: fixed !important;
    top: 0;
    width: 100%;
    height: 80px;
   /* background-color:#FFFFFF;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(219, 220, 220, 1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(219, 220, 220, 1);
    box-shadow: 0px 1px 0px 0px rgba(219, 220, 220, 1);
	*/
    z-index: 4;
}

.navbar ul{
	padding-inline-start:0px;
}

.menuLink {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;	
    padding: 0;
}





/*ESTILO HAMBURGUESA*/
#hamburguesa{
    display: block;
    position: absolute;
    right: 15px;
    top: 27.5px;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

#raya1{
    display: block;
    background-color: gray;
    height: 3px;
    width: 100%;
    margin-bottom: 7px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#raya2{
    display: block;
    background-color: gray;
    height: 3px;
    width: 60%;
    margin-left: 40%;
    margin-bottom: 7px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#raya3{
    display: block;
    background-color: gray;
    height: 3px;
    width: 30%;
    margin-left: 70%;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#hamburguesa.cruz #raya2 {
    opacity: 0;
}

#hamburguesa.cruz #raya3 {
    width: 100%;
    margin-left: 0%;
    -moz-transform: translate(0, -10px) rotate(-45deg);
    -ms-transform: translate(0, -10px) rotate(-45deg);
    -webkit-transform: translate(0, -10px) rotate(-45deg);
    transform: translate(0, -10px) rotate(-45deg);
}

#hamburguesa.cruz #raya1 {
    -moz-transform: translate(0, 10px) rotate(45deg);
    -ms-transform: translate(0, 10px) rotate(45deg);
    -webkit-transform: translate(0, 10px) rotate(45deg);
    transform: translate(0, 10px) rotate(45deg);
}

/*MENU LATERAL*/

#menuLateral{
 /*   -webkit-box-shadow: -1px 0px 1px 0px rgba(219, 220, 220, 1);
    -moz-box-shadow: -1px 0px 1px 0px rgba(219, 220, 220, 1);
    box-shadow: -1px 0px 1px 0px rgba(219, 220, 220, 1);
   */ -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

}

.menuInicial{
    display: block;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: -300px;
    width: 300px;
    background-color: #000;
    z-index: 3;
}

.animacion_35{
	position:absolute;
	top:11%;
	left:30%;
    z-index: 4;
}

.tambo_35{
	position:absolute;
	top:1000px;
	left:350px;
    z-index: 4;
}

.menuFinal{
    right: 0px;
}

.linkLateral{
    display: block;
    margin: auto;
    width: 300px;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.6rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

.linkLateral:hover{
    background-color: #000;
}

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.column {
	flex: 1;
	margin: 2px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }

}



@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}
.imagen-adaptable{
  min-height: 100px;
}
.scroll-tambo{
  padding-left: 2%;
  position: sticky;
    bottom: 5px;
  left: 700px;
  z-index: -1;
}


/* Imagenes */

.responsive {
  width: 60%;
  height: auto;
}

.tambos {
  width: 15%;
  height: auto;
}

@media screen and (max-width:1125px) and (min-width:490px) {
	.responsive {
		width: 80%;
		height: auto;
	}
}

@media screen and (max-width:489px) and (min-width:0px) {
	.responsive {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:1080px) and (min-width:940px) {
	.tambos {
		width: 25%;
		height: auto;
	}
}

@media screen and (max-width:939px) and (min-width:0px) {
	.tambos {
		width: 45%;
		height: auto;
	}
}

@media screen and (max-width:1125px) and (min-width:490px) {
	.animacion_35{
  margin-left: auto;
  margin-right: auto;
	}
}

.texto_historia{
	width: 50%;
}


.grid-gallery {
    display: grid;
			 grid-auto-rows: 200px;
             grid-gap: 1rem;
             grid-auto-flow: row dense;			 
 }

 @media all and (min-width: 320px) {
     .grid-gallery {
           grid-template-columns: repeat(2, 1fr);
    }
 }

 @media all and (min-width: 768px) {
     .grid-gallery {
            grid-template-columns: repeat(3, 1fr);
          }
        }

@media all and (min-width: 1024px) {
      .grid-gallery {
            grid-template-columns: repeat(4, 1fr);
    }
}

    .grid-gallery__item:nth-child(11n+1) {
          grid-column: span 1;
        }

    .grid-gallery__item:nth-child(11n+5) {
          grid-column: span 1;
          grid-row: span 2;
        }

    .grid-gallery__item:nth-child(11n+6) {
          grid-column: span 1;          
}

    .grid-gallery__item:nth-child(11n+7) {
          grid-column: span 2;
          grid-row: span 1;
 }


    .grid-gallery__item:nth-child(11n+9) {
          grid-row: span 1;
 }
 
     .grid-gallery__item:nth-child(11n+10) {
          grid-row: span 1;
 }

    .grid-gallery__image {
          width: 100%;
          height: 100%;
          object-fit: cover;
 }

 /*Footer*/

     hr{
          height: 1px;
          background-color: white;
          border-color: white;
      }

      .logoAbajo{
          display:block;
          margin:auto;
          height: 60px;
          width: 140px;
      }
      .centrarLogoCelda{
          display: flex;
          justify-content: center;
      }
      .TituloTablaAbajo{
          font-size: 11px;
          color: white;
          text-align: left;
      }
      .TextoTablaAbajo{
          font-size: 11px;
          color: white;
          text-align: left;
      }
      .BarraLateralIzquierdaAbajo{
          border-left: 2px solid white;
          height: 190px;
      }
      .EliminaNormal{
          display: flex;
      }
      .EliminaMovil{
          display: none;
      }

    .tambo-grande{
      width: 28%;
      position:absolute;
      top:1200px;
      left:36%;
     }
     @media all and (max-width: 1024px) {
      .tambo-grande{
        width: 50%;
        position:absolute;
        top:1200px;
        left:25%;
       }
      
     }