@font-face {
  font-family: Oswald;
  src: url(../css/font/Oswald-Regular.woff2);
}
/* MIXINS */
/* VARIABLES */
/* END VARIABLES */
/*Font Family*/
/* Opciones($prop): color, background-color,opacity,..., all */
/*PlaceHolder*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "FuturaStd-Bold";
  src: url("/css/font/FuturaStd-Bold.eot");
  src: url("/css/font/FuturaStd-Bold.eot?#iefix") format("embedded-opentype"), url("/css/font/FuturaStd-Bold.ttf") format("truetype"), url("/css/font/FuturaStd-Bold.woff") format("woff"), url("/css/font/FuturaStd-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd-Book";
  src: url("/css/font/FuturaStd-Book.eot");
  src: url("/css/font/FuturaStd-Book.eot?#iefix") format("embedded-opentype"), url("/css/font/FuturaStd-Book.ttf") format("truetype"), url("/css/font/FuturaStd-Book.woff") format("woff"), url("/css/font/FuturaStd-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd-Light";
  src: url("/css/font/FuturaStd-Light.eot");
  src: url("/css/font/FuturaStd-Light.eot?#iefix") format("embedded-opentype"), url("/css/font/FuturaStd-Light.ttf") format("truetype"), url("/css/font/FuturaStd-Light.woff") format("woff"), url("/css/font/FuturaStd-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd-Medium";
  src: url("/css/font/FuturaStd-Medium.eot");
  src: url("/css/font/FuturaStd-Medium.eot?#iefix") format("embedded-opentype"), url("/css/font/FuturaStd-Medium.ttf") format("truetype"), url("/css/font/FuturaStd-Medium.woff") format("woff"), url("/css/font/FuturaStd-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "veneerregular";
  src: url("/css/font/veneer-webfont.woff2") format("woff2"), url("/css/font/veneer-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

/*
INICIO del LOADING
*/
#loadiv {
  position: fixed;
  background: #CCCCCC top left;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

#loadiv #loadivTXT {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  font-family: "veneerregular", serif;
  font-size: 50px;
  text-align: center;
  color: #fff;
}

@media (max-width: 1200px) {
  #loadiv #loadivTXT {
    font-size: 40px;
  }
}
/*
        FIN DEL LOADING
*/
/*
        INICIO DEL CONTENIDO DE LA HOME
*/
.contenido {
  position: relative;
  width: 100%;
}

.contenido:after {
  content: "";
  display: block;
  clear: both;
}

.tapa {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=1);
  z-index: 101;
}

#logo {
  position: fixed;
  left: 70px;
  top: 0px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 1011;
  cursor: pointer;
}

/*
	//////////////						
	FIN CSS contenido
	//////////////
*/
/*
			CSS PORTADA, MASCARA, VIDEO INTRO
*/
#portadaDIV {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 100vh;
  background-color: #cccccc;
  overflow: hidden;
}

/*
			CSS PORTADA, MASCARA, VIDEO INTRO
*/
@media only screen and (min-width: 769px) {
  .home #portadaDIV {
    min-height: 100vh;
    height: 100vh;
  }
}

@media only screen and (min-width: 769px) {
  .heightPortadaVariedades {
    min-height: 85vh !important;
    height: 85vh !important;
  }
}

#portadaDIV {
  width: 100%;
  height: 78.125vw;
  min-height: 0;
}
@media only screen and (min-width: 769px) {
  #portadaDIV {
    min-height: 70vh;
    height: 70vh;
  }
}
#portadaDIV .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#portadaDIV .content .arrow-left {
  position: absolute;
  z-index: 3;
  display: none;
  cursor: pointer;
}
#portadaDIV .content .arrow-left.disabled {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  #portadaDIV .content .arrow-left {
    display: block;
    width: 20px;
    top: 50%;
    right: 85%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #portadaDIV .content .arrow-left {
    right: 90%;
  }
}
#portadaDIV .content .arrow-left img {
  width: 100%;
}
#portadaDIV .content .arrow-right {
  width: 20px;
  position: absolute;
  z-index: 3;
  display: none;
  cursor: pointer;
}
#portadaDIV .content .arrow-right.disabled {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  #portadaDIV .content .arrow-right {
    display: block;
    width: 20px;
    top: 50%;
    left: 85%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #portadaDIV .content .arrow-right {
    left: 90%;
  }
}
#portadaDIV .content .arrow-right:before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#portadaDIV .content .arrow-right img {
  width: 100%;
}
#portadaDIV .content .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#portadaDIV .content .swiper-pagination {
  position: absolute;
  z-index: 3;
  bottom: 5.625vw;
}
#portadaDIV .content .swiper-pagination.disabled {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  #portadaDIV .content .swiper-pagination {
    bottom: 1.4583333333vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #portadaDIV .content .swiper-pagination {
    bottom: 23.3333333333px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #portadaDIV .content .swiper-pagination {
    bottom: 1.9444444444vw;
  }
}
#portadaDIV .content .swiper-pagination .swiper-pagination-bullet {
  border: solid 1px transparent;
  background: #d3c1ad;
  opacity: 1;
  outline: none;
}
#portadaDIV .content .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 1px #d3c1ad;
  background: transparent;
}
#portadaDIV .content .swiper-slide {
  position: relative;
}
#portadaDIV .content .swiper-slide .bck {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#portadaDIV .content .swiper-slide .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  color: #fdfce6;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#portadaDIV .content .swiper-slide .slide-content p {
  font-family: "Zilla Slab", serif;
  font-weight: 300;
  font-style: italic;
  position: relative;
  text-align: center;
  font-size: 5.625vw;
  margin: 0 0 3.125vw 0;
}
@media only screen and (min-width: 769px) {
  #portadaDIV .content .swiper-slide .slide-content p {
    font-size: 2.8125vw;
    margin: 0 0 1.71875vw 0;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #portadaDIV .content .swiper-slide .slide-content p {
    font-size: 45px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #portadaDIV .content .swiper-slide .slide-content p {
    margin-bottom: 27.5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #portadaDIV .content .swiper-slide .slide-content p {
    font-size: 3.75vw;
    margin: 0 0 2.2916666667vw 0;
  }
}
#portadaDIV .content .swiper-slide .slide-content p:before {
  content: " ";
  position: absolute;
  bottom: 25%;
  background: #fdfce6;
  left: calc(100% + 10px);
  width: 9.375vw;
  height: 1px;
}
@media only screen and (min-width: 769px) {
  #portadaDIV .content .swiper-slide .slide-content p:before {
    left: calc(100% + 15px);
    width: 3.75vw;
    height: 0.2604166667vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #portadaDIV .content .swiper-slide .slide-content p:before {
    width: 60px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #portadaDIV .content .swiper-slide .slide-content p:before {
    height: 4.1666666667px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #portadaDIV .content .swiper-slide .slide-content p:before {
    width: 5vw;
    height: 0.3472222222vw;
  }
}
#portadaDIV .content .swiper-slide .slide-content p:after {
  content: " ";
  position: absolute;
  right: calc(100% + 10px);
  bottom: 25%;
  width: 9.375vw;
  height: 1px;
  background: #fdfce6;
}
@media only screen and (min-width: 769px) {
  #portadaDIV .content .swiper-slide .slide-content p:after {
    right: calc(100% + 15px);
    width: 3.75vw;
    height: 0.2604166667vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #portadaDIV .content .swiper-slide .slide-content p:after {
    width: 60px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #portadaDIV .content .swiper-slide .slide-content p:after {
    height: 4.1666666667px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #portadaDIV .content .swiper-slide .slide-content p:after {
    width: 5vw;
    height: 0.3472222222vw;
  }
}
#portadaDIV .content .swiper-slide .slide-content h3 {
  font-family: "veneerregular", serif;
  text-align: center;
  font-size: 8.125vw;
  max-width: 80%;
}
@media only screen and (min-width: 769px) {
  #portadaDIV .content .swiper-slide .slide-content h3 {
    font-size: 3.6458333333vw;
    max-width: 90%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #portadaDIV .content .swiper-slide .slide-content h3 {
    font-size: 58.3333333333px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #portadaDIV .content .swiper-slide .slide-content h3 {
    font-size: 4.5138888889vw;
  }
}
#portadaDIV .content .swiper-slide .slide-content h3 br {
  display: none;
}
@media only screen and (min-width: 769px) {
  #portadaDIV .content .swiper-slide .slide-content h3 br {
    display: block;
  }
}
#portadaDIV .content .swiper-slide .slide-content h3 small {
  font-size: 0.6em;
}
#portadaDIV .content .swiper-slide .slide-content_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  color: #fdfce6;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#portadaDIV .content .swiper-slide .slide-content_home p {
  margin-top: 2vw;
  font-family: Oswald;
  font-weight: 300;
  position: relative;
  text-align: center;
  font-size: 5vw;
}
@media only screen and (max-width: 1200px) {
  #portadaDIV .content .swiper-slide .slide-content_home p {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  #portadaDIV .content .swiper-slide .slide-content_home p {
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 900px) {
  #portadaDIV .content .swiper-slide .slide-content_home p {
    margin-top: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  #portadaDIV .content .swiper-slide .slide-content_home p {
    margin-top: 7vw;
  }
}
@media only screen and (max-width: 525px) {
  #portadaDIV .content .swiper-slide .slide-content_home p {
    margin-top: 10vw;
  }
}
@media only screen and (min-width: 769px) {
  #portadaDIV .content .swiper-slide .slide-content_home p {
    font-size: 1.7708333333vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #portadaDIV .content .swiper-slide .slide-content_home p {
    font-size: 28.3333333333px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #portadaDIV .content .swiper-slide .slide-content_home p {
    font-size: 2.3611111111vw;
  }
}
#portadaDIV .content .swiper-slide .slide-content_home img {
  margin: 1.5vw 0 2.5vw;
  max-width: 520px;
}
@media only screen and (max-width: 1400px) {
  #portadaDIV .content .swiper-slide .slide-content_home img {
    margin: 1.6vw 0 2.6vw;
    max-width: 510px;
  }
}
@media only screen and (max-width: 1300px) {
  #portadaDIV .content .swiper-slide .slide-content_home img {
    margin: 1.7vw 0 2.8vw;
    max-width: 500px;
  }
}
@media only screen and (max-width: 1200px) {
  #portadaDIV .content .swiper-slide .slide-content_home img {
    margin: 1.8vw 0 2.9vw;
    max-width: 460px;
  }
}
@media only screen and (max-width: 1100px) {
  #portadaDIV .content .swiper-slide .slide-content_home img {
    margin: 2vw 0 3vw;
    max-width: 430px;
  }
}
@media only screen and (max-width: 1024px) {
  #portadaDIV .content .swiper-slide .slide-content_home img {
    margin: 2.5vw 0 3.5vw;
    max-width: 400px;
  }
}
@media only screen and (max-width: 900px) {
  #portadaDIV .content .swiper-slide .slide-content_home img {
    margin: 3vw 0 4vw;
    max-width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  #portadaDIV .content .swiper-slide .slide-content_home img {
    margin: 3vw 0 4vw;
    max-width: 350px;
  }
}
@media only screen and (max-width: 525px) {
  #portadaDIV .content .swiper-slide .slide-content_home img {
    max-width: 350px;
  }
}
#portadaDIV .content .swiper-slide .slide-content_home .whitie {
  color: white !important;
}
#portadaDIV .content .swiper-slide .slide-content_home h3 {
  font-family: Oswald;
  text-align: center;
  font-size: 2.2916666667vw;
  max-width: 80%;
}
@media only screen and (max-width: 1200px) {
  #portadaDIV .content .swiper-slide .slide-content_home h3 {
    font-size: 2.7083333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #portadaDIV .content .swiper-slide .slide-content_home h3 {
    font-size: 3.0208333333vw;
  }
}
@media only screen and (max-width: 900px) {
  #portadaDIV .content .swiper-slide .slide-content_home h3 {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #portadaDIV .content .swiper-slide .slide-content_home h3 {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (max-width: 525px) {
  #portadaDIV .content .swiper-slide .slide-content_home h3 {
    font-size: 5.46875vw;
    line-height: 1.3;
  }
}
#portadaDIV .content .swiper-slide .slide-content_home h3 br {
  display: none;
}
@media only screen and (min-width: 769px) {
  #portadaDIV .content .swiper-slide .slide-content_home h3 br {
    display: block;
  }
}
#portadaDIV .content .swiper-slide .slide-content_home h3 small {
  font-size: 0.6em;
}

.tapaPortada {
  position: relative;
  width: 100%;
  min-height: 100vh;
  opacity: 1;
  filter: alpha(opacity=1);
  z-index: 101;
}

#minimouse {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 21px;
  height: 60px;
  margin-left: -10px;
}

#iconmouse {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 21px;
  height: 35px;
}

#flechanmouse {
  position: absolute;
  left: 4px;
  top: 41px;
  width: 14px;
  height: 8px;
}

/*
	//////////////////					
	FIN CSS  portada
	//////////////////
*/
#instagramDIV {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: white;
  padding-top: 10.9375vw;
  padding-bottom: 10.9375vw;
  /*
  .feed-ins{
    width:get-vw-mobile(280px);
    margin:0 auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    display: grid;
    grid-column-gap:10px;
    grid-row-gap:10px;
    @media only screen and (min-width: $desktop){
      width:get-vw(1350px);
      @include max-vw(width,get-vw(1350px));
      grid-column-gap:10px;
      grid-row-gap:10px;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
    }
    @media only screen and (min-width: $desktop) and (max-width: $desktopHD){
      width:get-vw-lr(1350px);
    }
    .item{
      background-color:#c8c8c8;
      background-repeat:no-repeat;
      background-size:cover;
      background-image:url(/img/insta-dummy.jpg);
      position: relative;
      overflow: hidden;
      img{
        width:100%;
        height: auto;
        display: block;

        &.ins-img{
          position:absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: auto;
          opacity: 0;
          transition:opacity 2.35s;

          &.visible{
            opacity: 1;  
          }
        }
      }

      &:first-child{
        grid-column-start:1;
        grid-column-end:3;
        grid-row-start:1;
        grid-row-end:3;

        @media only screen and (min-width: $desktop){
          grid-column-start:1;
          grid-column-end:3;
          grid-row-start:1;
          grid-row-end:3;  
        }

      }
    }

  }
  */
}
@media only screen and (min-width: 551px) and (max-width: 769px) {
  #instagramDIV {
    padding-top: 5.3846153846vw;
    padding-bottom: 5.3846153846vw;
  }
}
@media only screen and (min-width: 769px) {
  #instagramDIV {
    padding-top: 5.9895833333vw;
    padding-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #instagramDIV {
    padding-top: 95.8333333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #instagramDIV {
    padding-bottom: 83.3333333333px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #instagramDIV {
    padding-top: 7.9861111111vw;
    padding-bottom: 6.9444444444vw;
  }
}
#instagramDIV header {
  width: 87.5vw;
  margin: 0 auto 7.8125vw auto;
}
@media only screen and (min-width: 551px) and (max-width: 769px) {
  #instagramDIV header {
    margin: 0 auto 3.8461538462vw auto;
  }
}
@media only screen and (min-width: 769px) {
  #instagramDIV header {
    width: 70.3125vw;
    margin: 0 auto 1.5625vw auto;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #instagramDIV header {
    width: 1125px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #instagramDIV header {
    width: 93.75vw;
    margin: 0 auto 2.0833333333vw auto;
  }
}
#instagramDIV header p {
  font-family: "veneerregular", serif;
  position: relative;
  font-size: 9.375vw;
  padding-top: 7.1875vw;
}
@media only screen and (min-width: 551px) and (max-width: 769px) {
  #instagramDIV header p {
    font-size: 4.6153846154vw;
    padding-top: 3.5384615385vw;
  }
}
@media only screen and (min-width: 769px) {
  #instagramDIV header p {
    font-size: 2.6041666667vw;
    padding-top: 1.5625vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #instagramDIV header p {
    font-size: 44.1666666667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #instagramDIV header p {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #instagramDIV header p {
    font-size: 3.4722222222vw;
    padding-top: 2.0833333333vw;
  }
}
#instagramDIV header p:before {
  content: " ";
  display: block;
  width: 12.5vw;
  background: black;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 769px) {
  #instagramDIV header p:before {
    width: 2.0833333333vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #instagramDIV header p:before {
    width: 33.3333333333px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #instagramDIV header p:before {
    width: 2.7777777778vw;
  }
}
#instagramDIV .feed-ins {
  width: 87.5vw;
  margin: 0 auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#instagramDIV .feed-ins > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#instagramDIV .feed-ins > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
#instagramDIV .feed-ins > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
#instagramDIV .feed-ins > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
#instagramDIV .feed-ins .gropu-1 {
  width: 100%;
  margin-bottom: 10px;
}
#instagramDIV .feed-ins .gropu-1 .item {
  width: 100%;
}
#instagramDIV .feed-ins .gropu-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#instagramDIV .feed-ins .gropu-2 .item {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  #instagramDIV .feed-ins {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 70.3125vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #instagramDIV .feed-ins {
    width: 1125px;
  }
}
@media only screen and (min-width: 769px) {
  #instagramDIV .feed-ins .gropu-1 {
    width: calc(50% - 5px);
    margin-bottom: 0;
  }
  #instagramDIV .feed-ins .gropu-1 .item {
    width: 100%;
  }
  #instagramDIV .feed-ins .gropu-2 {
    width: calc(50% - 5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #instagramDIV .feed-ins .gropu-2 .item {
    width: calc(50% - 5px);
  }
  #instagramDIV .feed-ins .gropu-2 .item:nth-child(1) {
    margin-bottom: 10px;
  }
  #instagramDIV .feed-ins .gropu-2 .item:nth-child(2) {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #instagramDIV .feed-ins {
    width: 93.75vw;
  }
}
#instagramDIV .feed-ins .item {
  background-color: #c8c8c8;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/img/insta-dummy.jpg);
  position: relative;
  overflow: hidden;
}
#instagramDIV .feed-ins .item img {
  width: 100%;
  height: auto;
  display: block;
}
#instagramDIV .feed-ins .item img.ins-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 2.35s;
  transition: opacity 2.35s;
}
#instagramDIV .feed-ins .item img.ins-img.visible {
  opacity: 1;
}

/* WINDOWS VENEER FIX */
/* titulo instagram */
.win-res #instagramDIV header p {
  font-size: 3.125em;
  will-change: font-size;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .win-res #instagramDIV header p {
    font-size: 2.125em;
  }
}
@media only screen and (min-width: 769px) {
  .win-res #instagramDIV header p {
    font-size: 3.3125em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .win-res #instagramDIV header p {
    font-size: 3.3125em;
  }
}

/* titulo portada */
.win-res #portadaDIV .content .swiper-slide .slide-content h3 {
  font-size: 2.325em;
  will-change: font-size;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .win-res #portadaDIV .content .swiper-slide .slide-content h3 {
    font-size: 3.225em;
  }
}
@media only screen and (min-width: 769px) {
  .win-res #portadaDIV .content .swiper-slide .slide-content h3 {
    font-size: 3.875em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .win-res #portadaDIV .content .swiper-slide .slide-content h3 {
    font-size: 2.9em;
  }
}