/* CSS Document */

:root {
  --c-ge7: #e7e7e7;
  --c-gc: #ccc;
  --c-g9: #999;
  --c-g7: #777;
  --c-g6: #666;
  --c-g3: #333;
  --c-g2: #222;
  --c-green: #9abd27;
  --c-green-lite: #c9ff94;
  --c-y-pastel: #fffa6b;
  --c-o-pastel: #ffda61;
  --h-head: 70px;
  --w-1180: 1220px;
}
@media (max-width: 540px) {
  :root {
    --h-head: 14vw;
    --c-g9: #777;
    --c-gc: #aaa;
  }
}

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #333;
  background-color: white;
  font-family: roboto;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: transparent;
}
a:visited {
  color: transparent;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.no_sel {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.no_sel:focus {
  outline: none !important;
}
.no_sel:hover {
  outline: none !important;
  background-color: transparent;
}

img {
  display: block;
}

@media (max-width: 540px) {
  .hideMob {
    display: none !important;
  }
  body {
    padding-bottom: 80px;
  }
}

.loading {
  background-image: url(../img/imgs_loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/*   FONTS   */

/*   Roboto  */

@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-light.woff2") format("woff2"),
    url("../fonts/roboto-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-regular.woff2") format("woff2"),
    url("../fonts/roboto-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-medium.woff2") format("woff2"),
    url("../fonts/roboto-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-bold.woff2") format("woff2"),
    url("../fonts/roboto-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*   Oswald  */

@font-face {
  font-family: "oswald";
  src: url("../fonts/oswald-xtra-l.woff2") format("woff2"),
    url("../fonts/oswald-xtra-l.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "oswald";
  src: url("../fonts/oswald-l.woff2") format("woff2"),
    url("../fonts/oswald-l.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.robL12 {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 17px;
  font-weight: 300;
}
.robL18 {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: initial;
}
.robL22 {
  font-size: 22px;
  letter-spacing: 1.5px;
  line-height: 36px;
  font-weight: 300;
}
.robL27,
.robR27 {
  font-size: 27px;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 39px;
}

.robR14 {
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 17px;
}
.robR17 {
  font-size: 17px;
  letter-spacing: 1.5px;
  line-height: 32px;
}
.robR27 {
  font-weight: 400;
}

.robM12 {
  font-size: 12px;
  letter-spacing: 0.85px;
  font-weight: 500;
}
.robM14 {
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 500;
}
.robB10 {
  font-size: 10px;
  letter-spacing: 0.9px;
  font-weight: 700;
}

.osXL48 {
  font-family: oswald;
  font-size: 48px;
  letter-spacing: 0.9px;
  line-height: 58px;
  font-weight: 200;
}
.osXL48 > img {
  width: 92%;
  height: auto;
  margin: 6px auto;
  transform: scale(1.15);
}

@media (max-width: 540px) {
  .robL12,
  .robM12 {
    font-size: 13.5px;
  }
  .robL18 {
    font-size: 19px;
    letter-spacing: 1.5px;
    font-weight: 300;
  }
  .robL27,
  .robR27 {
    font-size: 25px;
    letter-spacing: 1.2px;
    font-weight: 400;
  }
  .robM14 {
    font-size: 16px;
  }
  .robB10 {
    letter-spacing: 0.2px;
  }
}

.upper {
  text-transform: uppercase;
}

/*   HEADER    */

header {
  opacity: 0;
  position: fixed;
  top: 0;
  height: var(--h-head);
  display: flex;
  width: 100vw;
  justify-content: center;
  padding: 24px 32px 8px 20px;
  z-index: 99;
  background-color: white;
  transition: opacity 300ms linear 250ms;
}

.headLogoDesk {
  padding-left: 64px;
  transition: padding 200ms;
}
.headLogoDesk img:first-of-type {
  transition: opacity 200ms;
}
.headLogoDesk img:last-of-type {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 150px;
  height: 50px;
  margin-top: 16px;
  transition: opacity 200ms linear 150ms;
}
.headLogoDesk img {
  cursor: pointer;
}
.headConte {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.headConteR {
  display: flex;
  z-index: 1;
  height: min-content;
}
.contactConte {
  display: flex;
  align-items: center;
  margin-right: 32px;
  color: var(--c-g7);
}
.contactConte a {
  margin-right: 8px;
}
.contactConte > p {
  margin-right: 8px;
  margin-left: 8px;
}
.contactConte span {
  display: none;
}

/*  Logo on scroll */
.headerScrolled .headLogoDesk img:first-of-type {
  opacity: 0;
}
.headerScrolled .headLogoDesk img:last-of-type {
  opacity: 1;
}

@media (max-width: 1500px) {
  .headLogoDesk {
    padding-left: 0;
  }
}

@media (max-width: 540px) {
  header {
    padding: 12px;
  }
  .contactConte {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 12px;
    background-color: white;
  }
  .contactConte a {
    margin-right: 12px;
  }
  .contactConte > p {
    margin-left: 12px;
  }
  .contactConte span {
    display: block;
  }
  .headLogoDesk img:first-of-type {
    display: none;
  }
  .headLogoDesk img:last-of-type {
    opacity: 1;
    width: 42vw;
    height: 13vw;
    margin-left: -1vw;
    margin-top: 0.35vw;
  }
}
@media (max-width: 340px) {
  .contactConte xtra {
    display: none;
  }
}
@media (max-width: 220px) {
  .headLogoDesk img:last-of-type {
    display: none;
  }
}

/*   MENU    */

.btMenu {
  cursor: pointer;
}

.menu {
  display: none;
  opacity: 0;
  transform: translateY(35px);
  position: absolute;
  top: 70px;
  right: 32px;
  background-color: var(--c-green);
  border-radius: 4px;
  padding: 24px;
  animation: menu-in 250ms ease-out;
  animation-fill-mode: forwards;
}
.menu > a {
  display: flex;
  align-items: center;
  color: white;
  margin-bottom: 12px;
  padding: 2px 0;
  opacity: 0.75;
  transition: opacity 500ms;
}
.menu > a:hover {
  opacity: 1;
}
.menu > a:last-of-type {
  margin-bottom: 0px;
}
.menu > a img {
  margin-right: 20px;
}
.menu > div {
  position: absolute;
  top: -5.5px;
  right: 11px;
  width: 12.5px;
  height: 12.5px;
  transform: rotate(45deg);
  background-color: var(--c-green);
}
@keyframes menu-in {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 540px) {
  .btMenu > img {
    width: 9.5vw;
    height: 9.5vw;
    margin-top: -0.8vw;
    margin-right: -0.8vw;
  }
  .menu {
    top: 65px;
    right: 12px;
  }
  .menu > a {
    opacity: 1;
  }
}

/*    HERO    */

.heroConte {
  position: relative;
  background-color: #ddd;
}
.hero {
  width: 100%;
  height: calc(100vh - var(--h-head));
  margin-top: var(--h-head);
  max-height: 700px;
  min-height: 400px;
  background-size: cover;
  background-position: top center;
  transition: opacity 600ms ease-in-out;
}

.hero_img0 {
  background-image: url(../img/sociar_hero_0.jpg);
}
.hero_img1 {
  background-image: url(../img/sociar_hero_1.jpg);
}
.hero_img2 {
  background-image: url(../img/sociar_hero_2.jpg);
}
.hero_img3 {
  background-image: url(../img/sociar_hero_3.jpg);
}

.heroArw {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 10px);
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  animation: arw_loop 900ms ease-in-out infinite;
}
.heroArw > img {
  transform: rotate(90deg);
  opacity: 0.8;
}
@keyframes arw_loop {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 540px) {
  .hero {
    height: calc(88vh - var(--h-head));
    max-height: 700px;
    min-height: 200px;
  }
  .hero_img0 {
    background-image: url(../img/sociar_hero_0_mob.jpg);
  }
  .hero_img1 {
    background-image: url(../img/sociar_hero_1_mob.jpg);
  }
  .hero_img2 {
    background-image: url(../img/sociar_hero_2_mob.jpg);
  }
  .hero_img3 {
    background-image: url(../img/sociar_hero_3_mob.jpg);
  }

  .heroArw {
    bottom: 12vh;
    width: 10vw;
    height: 10vw;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .heroArw > img {
    opacity: 1;
    width: 5vw;
    height: 5vw;
  }
}
@media (max-width: 420px) {
  .hero {
    max-height: 540px;
  }
}

/*  -----  HOME SECTIONSS  -----  */

.comSection {
  opacity: 0;
  max-width: var(--w-1180);
  margin: 0 auto;
  padding: 0 24px;
  transition: opacity 300ms linear 350ms;
}
@media (max-width: 540px) {
  .comSection {
    padding: 0 16px;
    max-width: 100vw;
  }
}

/*  Title  */

.secTitle {
  display: flex;
  align-items: center;
  margin-top: 110px;
  margin-bottom: 64px;
}
.secTitle > h1 {
  color: var(--c-g9);
  margin-right: 24px;
}
.secTitle > h1 span {
  color: var(--c-green);
}
.secTitle > a {
  display: flex;
  align-items: center;
  color: var(--c-g6);
  margin-top: 5px;
}
.secTitle > a img {
  margin-right: 8px;
}

@media (max-width: 540px) {
  .secTitle {
    margin-top: 60px;
    margin-bottom: 48px;
  }
}
@media (max-width: 360px) {
  .secTitle {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*  HOME obras  */

.homeObras {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}
.homeObra {
  border-bottom: 1px solid var(--c-gc);
  cursor: pointer;
  transition: border 600ms;
}

.homeObraImg {
  width: 100%;
  height: 330px;
  overflow: hidden;
}
.homeObraImg > img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform 250ms ease-out;
}

.obraDetail {
  text-align: left;
  position: relative;
  color: var(--c-g3);
  text-transform: uppercase;
  padding: 16px 12px;
}
.obraDetail span {
  color: var(--c-gc);
  margin-left: 8px;
}
.obraDetail > a {
  position: absolute;
  top: -32px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--c-green);
  border-top-left-radius: 15px;
}
.obraDetail img {
  margin-left: 3px;
}
@keyframes os-x {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}

.homeObra:hover {
  border-bottom: 1px solid var(--c-green);
}
.homeObraImg:hover > img {
  transform: scale(1.05);
}
.homeObra:hover .obraDetail img {
  animation: os-x 500ms ease-in-out infinite;
}

@media (max-width: 980px) {
  .homeObraImg,
  .homeObraImg > img {
    height: 210px;
  }
}
@media (max-width: 640px) {
  .homeObras {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }
  .obraDetail {
    padding: 12px 8px;
  }
}
@media (max-width: 640px) {
  .homeObraImg,
  .homeObraImg > img {
    height: 210px;
  }
}

/*  HOME Numbers  */

.secNumbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding: 72px 20px 88px 20px;
  color: white;
  text-align: center;
  background-color: var(--c-green);
}
.numsConte {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 880px;
  border-top: 1px dashed var(--c-green-lite);
  margin-top: 60px;
  padding-top: 64px;
}
.numsConte2 {
  border: none;
  justify-content: space-around;
  padding-top: 24px;
  max-width: 680px;
}
.numItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 230px;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  cursor: default;
}

.numItem > div {
  color: #aaa;
  margin: 8px 0;
  animation-name: os-s;
  animation-duration: 900ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes os-s {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
.numItem > p {
  color: var(--c-green);
  text-align: center;
}
.numBar {
  position: relative;
  height: 8px;
  margin-top: 16px;
  overflow: hidden;
  background-color: white;
  border-radius: 5px;
}
.numBarColor {
  position: absolute;
  height: 8px;
  transform-origin: left;
}

@media (max-width: 790px) {
  .secNumbers {
    padding: 55px 20px;
  }
  .numsConte {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding-top: 50px;
  }
  .numsConte2 {
    padding-top: 0px;
  }
  .numsConte > div {
    margin-bottom: 48px;
  }
  .numsConte > div:last-of-type {
    margin-bottom: 0;
  }
  .numBar {
    margin-top: 16px;
  }
}

/*
.bar0{background-color: var(--c-y-pastel); width:50%;}
.bar1{background-color: var(--c-o-pastel); width:62%;}
.bar2{background-color: var(--c-o-pastel); width:73%;}
.bar3{background-color: var(--c-green-lite); width:82%;}
.bar4{background-color: var(--c-green-lite); width:92%;}
*/

.bar0 {
  background-color: var(--c-o-pastel);
  width: 44%;
}
.bar1 {
  background-color: var(--c-o-pastel);
  width: 52%;
}
.bar2 {
  background-color: var(--c-y-pastel);
  width: 63%;
}
.bar3 {
  background-color: var(--c-y-pastel);
  width: 72%;
}
.bar4 {
  background-color: var(--c-green-lite);
  width: 82%;
}
.bar5 {
  background-color: var(--c-green-lite);
  width: 92%;
}

/*            OBRAS              */

.headDivider {
  height: 1px;
  max-width: calc(var(--w-1180) - 40px);
  border: none;
  border-top: 1px solid var(--c-ge7);
  margin: 250px auto 32px auto;
}
.obraDivider {
  margin: 280px auto 48px auto;
}
@media (max-width: 540px) {
  .headDivider {
    margin: 72px auto 0 auto;
    width: calc(100% - 24px);
    max-width: none;
  }
}

.obras {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px;
}
.obrasTit {
  margin-top: 64px;
  margin-bottom: 48px;
}
.obraImg,
.obraImg > img {
  height: 300px;
}

@media (max-width: 1024px) {
  .obras {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .obraImg,
  .obraImg > img {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .obras {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 540px) {
  .obras {
    gap: 48px;
  }
  .obrasTit {
    margin-top: 28px;
    margin-bottom: 32px;
  }
}

/*    OBRA   */

.secDivider {
  margin: 90px auto;
}
.obraTit {
  margin-top: 40px;
  margin-bottom: 32px;
}
.obraDetails {
  display: grid;
  grid-template-columns: max-content auto;
  column-gap: 90px;
  row-gap: 48px;
}
.oDetailItem {
  display: flex;
}
.oDetailItem > img {
  margin-top: 4px;
  margin-right: 8px;
}
.detailB {
  color: var(--c-g9);
  margin-top: 4px;
}
.oDetailItem a {
  color: var(--c-green);
}
@media (max-width: 960px) {
  .obraDetails {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .obraDetails {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 540px) {
  .obraTit {
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .obraDetails {
    row-gap: 28px;
  }
  .detailB {
    margin-top: 4px;
  }
  .secDivider {
    margin: 48px auto;
  }
}

/*   Obra Fotoss   */

.thumbsGal {
  display: flex;
  padding: 0 24px;
  width: 100%;
  margin-top: 90px;
}
.thumbsGal img {
  width: 180px;
  height: 157px;
}
.thumbsGal > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.thumbsGal > div > div {
  opacity: 0.88;
  transition: opacity 400ms;
  cursor: pointer;
}
.thumbsGal > div > div:hover {
  opacity: 1;
}

@media (max-width: 540px) {
  .thumbsGal {
    padding: 0 12px;
    margin-top: 60px;
  }
  .thumbsGal img {
    width: 100%;
    height: 40vw;
  }
  .thumbsGal > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .thumbsGal > div > div {
    opacity: 1;
  }
}

/*   HISTORIAL   */

.historial {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
  max-width: 100%;
  margin-top: 40px;
  animation: fade-in 350ms linear;
  animation-fill-mode: forwards;
}
.hTitle {
  display: flex;
  align-items: center;
}
.hSelect {
  padding: 6px 12px 6px 8px;
  font-family: roboto;
  font-size: 14px;
  border: 1px solid #97bd1b;
  border-radius: 5px;
  margin-top: 10px;
  color: #97bd1b;
}

.hItemData > p {
  text-transform: uppercase;
  line-height: 20px;
  margin-top: -1px;
}
.hItemData > div {
  color: var(--c-g6);
}

@media (max-width: 1260px) {
  .historial {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 920px) {
  .historial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 540px) {
  .historial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 32px;
  }

  .hTitle {
    flex-direction: column;
    align-items: flex-start;
  }
  .hSelect {
    width: 100%;
    font-size: 16px;
    margin-top: -16px;
    margin-bottom: 16px;
    padding: 12px 12px 12px 8px;
  }
}
@media (max-width: 320px) {
  .historial {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/*   NOSOTROSS   */

.nosTit {
  padding-left: 24px;
  border-left: 6px solid var(--c-green);
}
.nosConte {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  margin-top: 64px;
}
.nosP2 {
  margin-top: 0;
}

.nosImgs {
  display: flex;
  width: 100%;
  margin: 48px 0;
  padding: 8px;
  justify-content: space-between;
}
.nosImgs > img {
  width: 32.3%;
  height: auto;
}
.nosImgs > img:last-of-type {
  display: none;
}

@media (max-width: 768px) {
  .nosConte {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
    margin-top: 40px;
  }
  .nosP2 {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 540px) {
  .nosImgs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 48px 0;
    padding: 0;
    gap: 10px;
  }
  .nosImgs > img {
    width: 100%;
    height: 45vw;
    object-fit: cover;
  }
  .nosImgs > img:last-of-type {
    display: block;
  }
}

/*    FOOTERR   */

footer {
  display: flex;
  justify-content: space-between;
  max-width: var(--w-1180);
  color: var(--c-g9);
  margin: 100px auto 80px auto;
  padding: 0 20px;
}
footer > div {
  display: flex;
  align-items: center;
}
footer > div img {
  opacity: 0.5;
  margin: 1px 10px 0 10px;
}
footer a {
  color: var(--c-g9);
  opacity: 0.7;
}
@media (max-width: 790px) {
  footer > div {
    display: none;
  }
}
@media (max-width: 540px) {
  footer {
    display: none;
  }
}

/*     */

.faded {
  opacity: 0.1;
}
.hide {
  opacity: 0;
}
.show {
  opacity: 1;
}

/*                      */

/*  IMAGES POP   */

.pop_image {
  min-width: 490px;
  min-height: 490px;
  transition: opacity 0.5s;
}
.pop_imgs_conte {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: -2vh;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 199;
  animation: fade-in 0.5s linear;
  animation-fill-mode: forwards;
  background-image: url(../img/imgs_loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-color: white;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pop_imgs_data {
  position: relative;
  display: flex;
  flex-flow: column wrap;
}
.pop_imgs_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  color: var(--c-g3);
}
.pop_imgs_tit {
  display: flex;
  letter-spacing: 1.2px;
}
.pop_imgs_tit span {
  color: var(--c-gc);
}
.pop_imgs_close {
  position: relative;
  width: 24px;
  height: 24px;
  margin-bottom: 0px;
  margin-right: -4px;
  cursor: pointer;
}
.pop_arw {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: var(--c-green);
  border-radius: 999px;
  transition: transform 250ms ease-out;
  cursor: pointer;
}
.pop_arw > img {
  width: 14px;
  height: 14px;
}
.pop_arw_r {
  right: -35px;
}
.pop_arw_l {
  left: -35px;
}
.pop_arw_l > img {
  transform: scaleX(-1);
}

.pop_arw_r:hover,
.pop_arw_l:hover {
  transform: scale(1.2);
}

@media (max-width: 920px) {
  .pop_image {
    width: 100%;
    height: auto;

    min-width: 75%;
    min-height: 52vw;
  }
}
@media (max-width: 768px) {
  .pop_imgs_top {
    margin-bottom: 10px;
  }
  .pop_imgs_close {
    width: 32px;
    height: 32px;
  }
  .pop_arw {
    top: 100%;
    transition: none;
    width: 28px;
    height: 28px;
  }
  .pop_arw > img {
  }
  .pop_arw_r {
    margin-top: 2vw;
    margin-right: 8vw;
  }
  .pop_arw_l {
    margin-top: 2vw;
    margin-left: 8vw;
  }

  .pop_arw_r:hover,
  .pop_arw_l:hover {
    transform: scale(1);
  }
  .pop_imgs_close {
    top: 0.5vw;
  }
  .pop_imgs_data {
    width: 96%;
  }
  .pop_image {
    min-width: 100%;
    min-height: 70vw;
  }
}
@media (max-width: 480px) {
  .pop_image {
    min-width: 94%;
    min-height: 65vw;
  }
}
@media (max-width: 320px) {
  .pop_imgs_data {
    width: 88%;
  }
  .pop_image {
    min-width: 88%;
    min-height: 60vw;
  }
}

.show_mob {
  display: none;
}
@media (max-width: 540px) {
  .show_desk {
    display: none;
  }
}

body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  cursor: pointer;
}
body::-webkit-scrollbar-thumb {
  background: #a6c73b;
}
body::-webkit-scrollbar-track {
  background: #ffffff;
}
