/* COLOR TURQUESA #3bfdff */
/* COLOR GRIS #202023 */
/* NEW COLOR BACKGROUND MAS CLARO  rgba(100,200,255,0.2);*/


html {scroll-behavior: smooth}
#mia { 
    position: absolute;

    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}
.noCursor {cursor:default !important;}
.iconSpeRot {
   position: absolute;
    /* top: 0; */
    left: 0;
    z-index: 4;
    width: 55%;
    /* height: 60px; */
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;

}
.spinner-box {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

/* ALTERNATING ORBITS */

.circle-border {
  width: 100px;
  height: 100px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #202023;
  
/*  background: rgb(63,249,220);*/
  background: linear-gradient(0deg, rgba(59,253,255,0.1) 33%, rgba(59,253,255,1) 100%);
  animation: spin .8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color:  #202023;
  border-radius: 50%;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}

.galBuIcon {
      font-size: 1.35em;
    vertical-align: unset;
}

.slick-prev, .slick-next { 
    color:red !important;
    z-index: 999 !important;
    width: 150px !important;
    height: 150px !important;
  /*  border: 2px solid red !important;*/
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 60px !important;
    line-height: 1;
    opacity: .75;
    color: #3bfdff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
    content: ' \203A' !important;
}
.slick-prev:before {
    content: ' \2039' !important;
}

.newSection {
  /*border: 2px solid red;*/
    width: 85%;
    height: 1050px;
    margin: 0 auto;
    margin-top: 5%;
    display: flex;
    flex-direction: row;

}

.nSdivs {/*border: 1px solid green;*/}
.ns1 {flex: 45%;}
.ns2 {flex: 30px;}
.ns3 {flex: 45%;
    padding-left: 3%;}

.imaLIne {
     background-size: auto;
     background-repeat: no-repeat;
     background-origin: content-box;
    /*background-position: center bottom;*/
     background-position: center 100%;
     background-image: url(../images/lineap.png);
}
.zonaVideAp {    overflow: hidden;
    position: relative;
  max-width: 620px;}
.demoVideoApNew {
  width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}



.nSparra {
      font-family: Dosis;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
    max-width: 60%;
    color: black !important;
    margin-top: 30px;

    opacity: 0;
}
.apNum {
     font-family: Dosis;
    font-size: 15px;
    font-weight: 600;
}
.apTitle {
   text-transform: uppercase;
    font-size: 65px;
    letter-spacing: 7px;
    font-family: Agency-regular;
    font-weight: 800;
    margin-top: 140px;
    opacity: 0;

    transform: translateY(200px);

}
.apTitel2 {
   font-weight: 100 !important;
}
.apVerS {
     font-family: Dosis;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* font-weight: 600; */
    font-size: 14px;
    padding-left: 10px;
    line-height: 30px;
    margin-top: 30px;
     transition: all 0.3s;
  /*  height: 65px;*/
    /* font-weight: 700; */
    cursor: pointer;
    /* font-weight: 600; */
    border-left: 2px solid #3bfdff;
}

.apVerS:hover {
  border-left: 40px solid #3bfdff;
   font-weight: 600; 
}


.apVerS span, .nSButton span {
font-weight: 600;
}
.apVerSub {
     font-family: Dosis;
    text-transform: uppercase;
    /* font-weight: 600; */
    font-size: 12px;
    max-width: 40%;
    margin-top: 20px;
}

.nSButton {
    border-left: 1px solid #3bfdff;
    /* max-width: 60%; */
    font-family: Dosis;
    text-transform: uppercase;
    font-size: 14px;
    /* border-radius: 20px; */
    /* padding: 20px; */
    padding-left: 10px !important;
    /*height: 65px;*/
    /* text-align: center; */
    letter-spacing: 2px;
    line-height: 30px;
    margin-top: 40px;
    transition: all 0.3s;
    cursor: pointer;
    color: black !important;
    text-decoration: none;
    /* font-weight: 600; */
    /* border-bottom: 1px solid #3bfdff;*/
}

.nSButton:hover {
   border-left: 40px solid #3bfdff;
   font-weight: 600; 
 

}
.parrTxTAp {
 font-size: 16px;
    font-family: Dosis;
    text-align: justify;
    /* padding: 60px 120px; */
    letter-spacing: 2.5px;
    color: white;
    line-height: 25px;
    position: absolute;
    width: 80%;
    height: fit-content;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
.colorTur {
  color: #3bfdff !important;
}
.markAp {}
.specialHeigh {
  height: 400px;
  position: relative;
}
.parrTxTAp p {    margin-bottom: 20px;}

.textRow {
      /* font-family: Dosis; */
    letter-spacing: 8px;
    font-size: 25px;
    margin-top: 130px !important;
    font-family: 'Agency-Regular';
    /* left: 20%; */
    margin-left: 150px !important;
    margin-bottom: 60px !important;
}
.aptextRow {
    /*  border-left: 1px solid;*/
   /* padding-left: 40px;*/
    text-transform: uppercase;
    text-align: left;
}

.crossArrow {
  position: absolute;

    width: 55px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}



.apBody {
	padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;

    display: flex;
    justify-content: center;

}
.multiple-items img {
 /* padding: 10px;*/
}
.apCloseVideos {
  position: fixed;
    width: 30px;
    height: 30px;
    margin: auto;
    right: 30px;
    top: 30px;
    display: inline-block;
    cursor: pointer;
   
  
    transition: opacity .5s ease-in-out;
      z-index: 9000;
}

.apCloseVideos img{
    width: 100%;
}

.apClose {
	position: fixed;
    width: 30px;
    height: 30px;
    margin: auto;
    right: 40px;
    top: 30px;
    display: inline-block;
    cursor: pointer;
    opacity: 0;
    transform: rotate(-95deg);
    transition: opacity .5s ease-in-out;
    z-index: 10;
    
}

.apClose img{
    width: 100%;
}

.apClose:hover {
    opacity: 1;
}
.apCloseCargadorVideos {
  position: fixed;
    width: 30px;
    height: 30px;
    margin: auto;
    right: 30px;
    top: 30px;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    
    transition: opacity .5s ease-in-out;
  /*  border: 1px solid yellow;*/
    
}

.apCloseCargadorVideos img{
    width: 100%;
}

.apCloseCargadorVideos:hover {
    opacity: 1;
}


.apMainBox {
    background-color: #ffffff;
    
    z-index: 10;
    position: relative;

    overflow: hidden;

    font-size: 30px;
    margin: 90px 120px 120px 120px;
    width: 100%;
    transform: translateY(600px);
    opacity: 0;

 /*   transition: transform .5s ease-in-out;*/
   
}


.apMainBoxAnimIn {
  animation-name: animMainBox;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}


@keyframes animMainBox {
  0% {transform: translateY(600px); opacity: 0;}
  100% {transform: translateY(0px); opacity: 1;}
}


.apMainBoxAnimOut {
  animation-name: animMainBoxOut;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}


@keyframes animMainBoxOut {
  0% { transform: translateY(0px); opacity: 1;}
  100% {opacity: 0;}
}





.apLeftAnimIn {
  animation-name: animLeftIn;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}


@keyframes animLeftIn {
  0% {left: -45px; opacity: 0;}
  100% {left: 45px; opacity: 1;}
}


.apLeftAnimOut {
  animation-name: animLeftOut;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}


@keyframes animLeftOut {
  0% {left: 45px; opacity: 1;}
  100% {left: -45px; opacity: 0;}
}






.cruzAnimIn {
  animation-name: cruzAnimIn;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}


@keyframes cruzAnimIn {
  0% {transform: rotate(-95deg); opacity: 0;}
  100% {transform: rotate(0deg); opacity: 0.8;}
}


.cruzAnimOut {
  animation-name: cruzAnimOut;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}


@keyframes cruzAnimOut {
  0% {transform: rotate(0deg); opacity: 0.8;}
  100% {transform: rotate(-195deg); opacity: 0;}
}



.apHomePageLeft{
 	max-width: 4%;
    height: 100vh;
    flex-basis: 5%; 
    position: fixed;
    left: 45px;
    opacity: 0;
   /* border: 1px solid red;*/
   
   
}

.apHomePageLeft .apLeftSlogan {
    position: absolute;
    font-family: 'Rajdhani';
    left: 50%;
    /* bottom: -10%; */
    top: 110vh;
    display: inline-block;
    width: 100vh;
    /* height: 20px; */
    font-size: 10px;
    /* padding-top: 10px; */
    transform-origin: left center;
    transform: rotate(-90deg);
    color: white;
    letter-spacing: 2px;
}
.apSloganline {
    position: relative;
    top: -3px;
    width: 290px;
    display: inline-block;
    border-top: 1px solid white;
}
.apLine {
    position: absolute;
    right: 0;
    width: 1px;
    height: 100vh;
    /* background: rgba(0, 0, 0, 0.575); */
}

.apTitleBox{
    margin-top: 10%;
    margin-left: 15%;
    margin-bottom: 5%;

}

.apRow{
	/*height: 300px;*/
	/*background-color: red;*/
	margin: 20px 0px;
}

.apSubTitle{
    display: flex;
    margin-top: 2%;
    pointer-events: none;
    text-transform: lowercase;
}
.apSubTitle div{ 

    color: grey;
    margin-right: 2%;
    font-family: 'Rajdhani';
    font-size: 14px;
}

.back1 {background-color: #f3f3f3;}
.back2 {background-color: #ededed;}
.back3 {background-color: #e6e6e6;}

.bigWrapper{
	/*border: 1px solid red;*/
        max-width: 3840px;
    width: 100%;

}

.cargaVideos {
    width: 100%;
    height: 100vh;
  /*  background: linear-gradient(0deg, rgba(48,48,48,1) 0%, rgba(25,25,25,1) 100%);*/
    position: fixed;
    z-index: 1000;
    
/*    opacity: 1;
    display: flex;*/

	opacity: 0;
    display: none;

    align-items: center;
    justify-content: center;
    
    background-color: black;

}
.cajaVideoTxtColoca{
        position: absolute;
        bottom: 20%;
        left: 3%;
}

#cargaVideosTitle {
   padding-top: 10px;
   font-size: 13px;
   font-family: Agency-Regular;
   color: #3bfdff;
   letter-spacing: 6px;
   text-transform: uppercase;
   z-index: 999;
   pointer-events: none;
}

.cajaVideoTxt {
	flex: 30%;
    border: 1px solid white;
    margin-right: 20px;
}
.demoVideoCut{
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    opacity: 0;
    transition: all 0.5s ease;

}
.overVideo {
  overflow: hidden;
}
.bkDark {
  /*background: rgb(255,0,0); 
  background: linear-gradient(0deg, rgba(48,48,48,1) 0%, rgba(25,25,25,1));*/

  background-color: #1b1b1b;
}
.minitit {
       position: absolute;
    bottom: -25px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 6px;
    margin-left: 10px;
    font-family: dosis;
    z-index: 500;
    font-weight: 500;
}

.demoVideoCut2{
    object-fit: cover;
       width: 100%;
    filter: grayscale(0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: all 2s ease;

}
.demoVideoCut2:hover {
   filter: grayscale(1);
    /*opacity: 0.6;*/
}

.demoPhotoCut{
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    opacity: 0;
    transition: all 0.5s ease;

}

.demoPhotoCut:hover {
    opacity: 1;
}

.wrappGallery {
  /*background: linear-gradient(0deg, rgba(48,48,48,1) 0%, rgba(25,25,25,1) 100%);*/
  background-color: #202023;
  position: relative;
 /* width: 100%;
  overflow: hidden;*/
}
.galleryDrd {
/*width: 90%;*/
    
    /*margin: 0 auto;*/
    cursor: e-resize !important;
opacity: 0.2;
filter: grayscale(1);
transition: all 0.5s;
}
.galleryDrd:hover {
  filter: grayscale(0);
  opacity: 1;


} 

.slide-arrow{
  cursor: pointer !important;
  position: absolute;
  top: 50%;
  margin-top: -15px;
   margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.prev-arrow{
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #3bfdff ;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.next-arrow{
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #3bfdff ;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.iconPlay {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;

    pointer-events: none;

    opacity: 0;

    transition: all 0.5s ease;
   /* border: 1px solid red;*/

}
.iconPlay2 {
  position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    z-index: 100;
    pointer-events: none;
    transition: all 0.5s ease;

}
.iconPlayTxt{
 position: absolute;
    width: fit-content;
    height: 50px;
    left: 0;
    opacity: 0;
    top: 15px;

    font-size: 16px;
    font-weight: 600;
    font-family: Dosis;
    text-transform: uppercase;
    z-index: 999;
    text-align: right;
    color: #3bfdff;

     transition: all 0.5s ease;
}
.cajaPlaytext {
      position: absolute;
    width: 140px;
    height: fit-content;
    left: -100px;
    right: 0;
    top: -40px;
    bottom: 0;
    margin: auto;
   /* border: 1px solid red;*/
    opacity: 1;
    z-index: 999;
}
.demoVideoApNew:hover + .iconPlay2 {
    opacity: 0.9;
}
.demoVideoCut2:hover + .cajaPlaytext .iconPlayTxt {
    opacity: 1;
}
.demoVideoCut:hover {
    opacity: 0.7;
}

.demoVideoCut:hover + .iconPlay {
    opacity: 0.9;
}

.apVideoLogo {
    max-width: 120px;
    z-index: 999;
    pointer-events: none;
}
.apVideoLogo img {
   width: 100%;
}
.video-responsive {
     width: 100vw;
    height: 100vh;
     max-width: 1280px; 
    max-height: 720px;
   /* display: flex;*/
    /* margin: 20px;*/
   }

.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
    width: 100%;
    /*flex: 70%;*/
   }
#player {
    height: 100%;
    width: 100%;
}
/*.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-showing, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen {
    background-color: red !important;
}

.html5-video-player {
  background-color: red !important;
}*/

/*ytp-exp-marker-tooltip ytp-embed ytp-embed-playlist ytp-title-enable-channel-logo ytp-large-width-mode playing-mode ytp-autohide*/
.cien {
	width: 100%;
}
.forceWhite {color:#FFF !important;}
.forcePesia {color:#FFF !important;
background-color: #202023;
padding: 10px;}
.gap {margin-left: 3%}

.lastRow {
	margin-top: 20%;
  cursor: default !important;
}

.lastTitle {
	text-transform: uppercase;
    margin-left: 20%;
    font-size: 60px;
    letter-spacing: 12px;
    font-family: 'Agency-Regular';
        cursor: default;
}

.lastSubTitle {
	text-transform: uppercase;
	font-family: 'Rajdhani';
	    cursor: default;
    margin-left: 20%;
    font-size: 17px;
    letter-spacing: 8px;
    font-family: Dosis;
}



.lastFooter {
  cursor: default !important;
  margin-top: 11%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    margin-bottom: 1%;
  
    -webkit-box-pack: center;
  
        -ms-flex-pack: center;
  
            justify-content: center;
    width: 100%;
    text-align: center;
   
}
.lastFooter img {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    cursor: pointer !important;
}



.mainSection {
  display: flex;
  /*background: rgb(255,0,0);*/
  background: linear-gradient(0deg, rgba(48,48,48,1) 0%, rgba(25,25,25,1) 100%);
  
}
.noCursor {
    cursor: default !important;
}
.twoRowLeft{
	/*background-color: green;*/
    flex: 1;
    margin: 0px 10px 0px 0px;	
    position: relative;
    cursor: pointer;

   /* border: 1px solid black;*/
}

.twoRowRight{
/*	background-color: yellow;*/
    flex: 1;
    margin: 0px 0px 0px 10px;
    position: relative;
    cursor: pointer;

    /*border: 1px solid black;*/
}
.twoRowRightLarge {
   flex: 1;
    margin: 0px 0px 0px 10px;
    position: relative;
    cursor: pointer;

   /* border: 1px solid black;*/

   /* background-image: url(../services/video/apVideo6.png);
    background-repeat: no-repeat;
    background-position: center center;*/
}


.twoRowLeftUp, .twoRowLeftDown {
	position: relative;
	cursor: pointer;
}
.oneRow {cursor: pointer !important;}
.twoRowLeftDown {
	position: relative;
	margin-top: 24px;

}

.txtImage {
	color: black;
    position: absolute;
    font-size: calc(6px + 4 * ((100vw - 600px) / 600));
    left: 4%;
    bottom: 6%;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    font-family: 'Agency-Regular';
  /*  width: 100%;*/
    opacity: 0;
    pointer-events: none;
    z-index: 100;
    padding-right: 40px !important;

}
.twoRowRightLarge .txtImage {
	 bottom: 3%;
}
.oneRow {
	width: 100%;
	position: relative;
	cursor: default;

}

.oneRowLR {
  width: 100%;
  position: relative;
  cursor: default !important;

}

.hideContact {
      text-transform: uppercase;
    font-family: 'Rajdhani';
    cursor: default;
    margin-left: 20%;
    font-size: 15px;
    letter-spacing: 6px;
    font-family: Dosis;
    margin-top: 1.5%;
    /* color: #3bfdff; */
     border-top: 1px dotted;
    padding-top: 20px;
    width: fit-content;
    opacity: 0;
    transform: translateY(100px);
    pointer-events: none;

     flex-wrap: wrap;
    display: flex;
  
}



#showCRow, #showCRow1 {
  cursor: pointer !important;
}
.hideContact a{
  margin-left: 15px;
    margin-right: 15px;
    border-left: 1px dotted;
    border-right: 1px dotted;
    text-decoration: none;
    color: black;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: initial;

    

}

.hideContact a:hover {
     animation: animHoverMenuUnder 1s;
   animation-fill-mode: forwards;


}
/* FOOTER */

.apLogoEnd {
    background-color: rgb(48,48,48);
    width: 100%;
    /* height: 350px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* margin-top: 80px; */
    padding-top: 100px;
    /* position: relative; */
    /* border: 1px solid red;*/
}

.apLogoEnd img {
    width: 150px;
    height: 150px;
    margin-top: -50px;
    display: block;
}

.apLogoEnd a {
    font-size: 12px;
    font-family: 'Rajdhani';
    color: #FFF;
    text-transform: uppercase;
    margin: 10px 0px;
    letter-spacing: 2px;

    

}

.apLogoEnd a:hover {
   animation: animHoverMenuBlue 1s;
   animation-fill-mode: forwards;
}


 @keyframes animHoverMenuBlue{
    0%{opacity: 0;}
    4%{opacity: 1;}
    10%{opacity: 0.5;}
    12%{opacity: 0.9;}
    15%{opacity: 0;}
    100%{opacity: 1; color:#3bfdff;}
    

}

 @keyframes animHoverMenuUnder{
    0%{opacity: 0;}
    4%{opacity: 1;}
    10%{opacity: 0.5;}
    12%{opacity: 0.9;}
    15%{opacity: 0;}
    100%{opacity: 1; text-decoration: underline;}
    

}

/* DEMO-SPECIFIC STYLES */
.typewriter {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid white; 
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  /*letter-spacing: .8em;  Adjust as needed */
  animation: 
    typing 1.5s steps(20, end),
    blink-caret 1.5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0;  }
  to { width: 20%;  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  20% { border-color: orange;  }

}

.typewriter2 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid white; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  /*letter-spacing: .8em;  Adjust as needed */
  animation: 
    typingD .5s steps(80, end),
    blink-caretD .5s step-end infinite;
}

/* The typing effect */
@keyframes typingD {
  0% { width: 20%;  }
  99% { width: 0; }
  100% {opacity: 0; }
}

/* The typewriter cursor effect */
@keyframes blink-caretD {
  from, to { border-color: transparent }
  20% { border-color: orange }

}


/* GALLERY DESIGN 2S */

/*.pesia319 {
  max-width: 319px !important;
}*/

.marginNuestras {
    margin-top: 130px;
}
.masonry { /* Masonry container */
    -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
   /* padding: 3em;*/
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 0.2em;
    font-size: .85em;
   /* max-width: 90%;*/
    margin: 0 auto;


width: 90%;
    max-width: 1920px;
}
.item {
  display: inline-block;
  /*  border: 1px solid rgba(0,0,0,0.1);*/
    background: #eeeeee;
    padding: 1em;
    margin: 0.1em 0px;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* box-shadow: 2px 2px 4px 0 #ccc; */
    position: relative;
}
.item img{max-width:100%;}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}


