/*todo Color-list
Letras: #fff
bg de fondo sobre imagenes: rgba(255, 255, 255, 0.20)
verde (btn-whatsapp): #25d366   
Azul1 claro: rgb(7, 86, 130) = #075682 (footer)
Azul2 oscuro: rgb(2, 16, 23) = #021017 (fondo)
  background: linear-gradient(0deg,  rgb(2, 16, 23,.4),rgb(2, 16, 23,.4));  (fondo Blur)
  backdrop-filter: blur(10px);
azul3 brillante: #007bfe (logo)
azul4 bajo: #38bdf8 (logo)
azul shark (logo): #201a3d
azul5: #0466a2
azul6: #023289
azul7: #057cc6
amarillo (border-color): #b99b62;
                         .    
*/


.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-bottom: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.locations_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 90vh;
  min-width: 110vw;
  padding-top: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* .locations_wrapper::-webkit-scrollbar {
  display: none;
} */
.body {
  margin: 0;
  background-color: #075682;
  font-family: 'Lato', sans-serif;
}
.spot_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 105vw;
  padding-top: 8vh;
  padding-bottom: 17vh;
  padding-left: 40vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.55);
  text-decoration: none;
}
.spot_wrapper:hover {
  color: #fff;
}
.spot_wrapper.press {
  padding-left: 30vw;
}
.spot_date-place {
  font-weight: 400;
  text-transform: none;
}
.spot_date-place.press {
  font-size: 18px;
}
.spot_name {
  margin-top: 20px;
  margin-left: 4vw;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-transform: uppercase;
}
.spot_name:hover{
  color: white;
  transform: scale(1.01);
  transition: all ease 400ms;
}
.spot_name.press {
  margin-top: 0px;
  font-size: 41px;
  line-height: 40px;
}
.categories {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 6vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.categorie_step {
  width: 6vw;
  height: 4vh;
  margin-top: -20px;
  background-color: #fff;
}
.categorie_step.not_selected {
  height: 3vh;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
}
.categorie_step.not_selected:hover {
  height: 5vh;
}
.category_name {
  margin-top: 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.category_name.not_selected {
  margin-top: 3vh;
  -webkit-transition: margin-top 200ms ease;
  transition: margin-top 200ms ease;
}
.category_name.not_selected:hover {
  margin-top: 5vh;
}
.category_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.category_wrapper.not_selected {
  margin-top: 0px;
  opacity: 0.35;
  text-decoration: none;
}
/*AQUI COMIENZA LOS SPOT DE INDEX*/
/* .spot_cancun_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  border-style: none;
  border-width: 1px;
  border-color: #b99b62;
  background-image: url('../images/seccion-cancun/DSC04785.webp');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
} */
.spot_one_bg {  /** M Y K O N O S */
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  border-style: none;
  border-width: 1px;
  border-color: #b99b62;
  background-image: url('../images/scuba-diving-tours-cancun.webp');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}
.spot_one_bg.press {
  display: block;
  border-top: 60px solid #fff;
  border-right: 70px solid #fff;
  border-left: 70px solid #fff;
  background-image: url("../images/Compressed_Artikel-Folegandros-unterwasser-1.jpg");
  background-position: 50% 0%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.spot_two_bg { /** R O V I J */
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-style: none;
  border-width: 1px;
  border-color: #3b6870;
  background-image: url('../images/cancun-reef-diving.webp');
  background-position: 50% 100%;
  background-size: cover;
  opacity: 0;
}
.spot_two_bg.press {
  display: block;
  border-style: solid solid none;
  border-top-width: 60px;
  border-top-color: #fff;
  border-right-width: 70px;
  border-right-color: #fff;
  border-left-width: 70px;
  border-left-color: #fff;
  background-image: url("../images/Compressed_Artikel-Sea-Shepherd-unterwasser-1.jpg");
  background-position: 50% 0%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.bg_cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(2, 16, 23, 0.1), rgba(2, 16, 23, 0.7));
}
.body-2 {
  overflow: visible;
  /* padding-top: 50px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #075682;
  font-family: Lato, sans-serif;
  color: #fff;
  margin: 0 auto;
}
.mirko_name {
  position: absolute;
  left: 6vh;
  top: -55px;
  right: auto;
  bottom: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}
.name-logo{
  font-size: 20px;
}
.mirko_name.work {
  position: fixed;
  top: 3%;
}
.spot_three_bg {/** K O   P H I   P H I */
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none;
  border-width: 1px;
  background-image: url('../photos/ko-phi-phi/diving-ko-phi-phi-coral-reefs.jpg');
  background-position: 50% 30%;
  background-size: cover;
  opacity: 0;
}

.spot_three_bg.press {
  display: block;
  border-top: 60px solid #fff;
  border-right: 70px solid #fff;
  border-left: 70px solid #fff;
  background-image: url('../images/Compressed_taucher.jpg');
  background-position: 50% -2%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.work_head {
  padding-right:2vw;
  padding-left: 2vw;
}
.work_head img{
  border-radius: 8px;
}

.work_hero_img {
  width: 100%;
  margin-bottom: 0vh;
}

.work_description {
  max-width: 1200px;
  width: 90%;
  margin:0 auto;
}

.work_date-place {
  margin-bottom: -1vh;
  font-size: 17px;
  font-weight: 300;
}

.work_spot {
  margin-top: 0vh;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 55px;
}

.line {
  height: 1px;
  margin-top: 27px;
  margin-bottom: 27px;
  background-color: #fff;
  opacity: 0.8;
}

.line._2 {
  margin-right: 5vw;
  margin-left: 5vw;
}

.work_copy {
  margin-bottom: 3vh;
}



.img_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding:0px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  height: 55vh;

}

.image-2.vertical {
  height: 80vh;
}

.image-2.wide {
  width: 85vw;
  height: auto;
}

.image-3 {
  height: 70vh;
  margin-left: 10px;
}

.image-3.vertical {
  height: 80vh;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10vh;
  padding-right: 40vw;
  padding-left: 15vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical_line {
  width: 4px;
  height: 40px;
  margin-right: 20px;
  background-color: #fff;
}

.quote_highlight {
  font-size: 20px;
}

.quote_copy {
  padding-left: 3vw;
  border-left: 3px solid #fff;
}

.image-4 {
  text-align: center;
}

.second_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10vh;
  margin-left: auto;
  margin-right: auto ;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2vh 6vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #075682;
}

.footer.about {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.footer.about_footer {
  position: static;
}

.social_media {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  
}

.social_media.work {
  position: static;
}

.social_media.about {
  display: none;
}

.copyright {
  color: #021017;
  font-weight: 800;
}

.social {
  margin-right: 20px;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #021017;
  font-family: Lato, sans-serif;
}

.about_img_wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.about_img {
  position: relative;
}


.about_img_name {
  position: absolute;
  left: 4vh;
  z-index: 110;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate3d(0px, 0px, 90px) rotate(-90deg);
  transform: translate3d(0px, 0px, 90px) rotate(-0deg);
  color: hsla(0, 0%, 0%, 0.80);
  font-size: 70px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.about_wrapper {
  position: relative;
  right: 5vw;
  width: 45vw;
  margin-right: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  text-align: left;
}

.about_social_media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.about_copy {
  margin-bottom: 30px;
}

.about_quote {
  display: none;
  padding-left: 3vh;
  border-left: 3px solid #fff;
}

.bold-text {
  font-size: 16px;
}

.quote_person {
  margin-top: 10px;
  font-style: italic;
  text-transform: none;
}

.about_heading {
  margin-bottom: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.navbar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 90;
  background-color: transparent;
}



.social_wrapper {
  margin-top: 10px;
  margin-right: 6px;
}

.menu_copyright {
  margin-top: 20px;
  color: #fff;
  font-size: 13px;
}

.copyright-legal {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -3vh;
}

.in_progress {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 30%;
}

.in_progress.menu {
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
}

.lottie-animation-3 {
  width: 40px;
  height: 40px;
  background-color: #023289;
}

.lottie-animation-3.about {
  width: 50px;
  height: 50px;
  background-color: transparent;
}

.lottie-animation-3.home {
  background-color: #fff;
}

/* menu de la esquina superior derecha */
.nav-menu-2 {
  position: fixed;
  left: 64%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 90%;
  padding-top: 3.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-shadow: #075682  0px 0px 1px .3px;
  background: rgba(2, 16, 23, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px;
}

/* .ocean { */
  /* estilos anteriores */
  /* background: linear-gradient(30deg, #6ddcff, #0099ff);
  animation: wave 20s cubic-bezier(1, 0.45, 0.63, 0.53) infinite;
  position: relative;
  overflow: hidden;
}

@keyframes wave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0; ajusta el valor según el tamaño deseado */
  /* }
} */

.menu_legal {
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.menu_logo {
  position: absolute;
  left: 3%;
  top: 5%;
  right: auto;
  bottom: auto;
}

.description_menu {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.menu_social {
  position: absolute;
  left: 2.5vw;
  top: auto;
  right: auto;
  bottom: 18%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/*icono menu de la izquierda superior*/
.menu-button {
  position: fixed;
  top: 5px;
  right: 1vw;
  z-index: 50;
  padding: 4px;
  background-color: transparent;
  border-radius: 8px;
}

.menu-button.w--open {
  position: fixed;
  z-index: 20;
  background-color: hsla(0, 0%, 100%, 0);
}

.menu-button.about {
  position: absolute;
  left: auto;
  top: 7vh;
  right: 5vw;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  background-color: #012133;
}

.menu_le {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.description_portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.description_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.portfollio_menu_wrapper {
  position: relative;
  left: 12vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  height: 25vh;
  padding-top: 3vh;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 6px solid #fff;
}

.portfollio_menu_wrapper.about {
  position: absolute;
  left: auto;
  top: 18vh;
  right: 20%;
  bottom: auto;
  width: 20vw;
  height: 70vh;
  padding-top: 0vh;
  padding-bottom: 15vh;
  padding-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: border-width 200ms ease, border-color 200ms ease;
  transition: border-width 200ms ease, border-color 200ms ease;
  text-decoration: none;
}

.portfollio_menu_wrapper.about:hover {
  border-width: 12px;
  border-color: #ffc000;
}

.portfollio_menu_wrapper.contact {
  width: 30vw;
  height: 33vh;
  margin-top: 4vh;
  margin-left: 15vw;
  -webkit-transition: border-color 200ms ease, border-width 200ms ease;
  transition: border-color 200ms ease, border-width 200ms ease;
  text-decoration: none;
}

.portfollio_menu_wrapper.contact:hover {
  border-width: 12px;
  border-color: #ffc000;
}

.portfollio_menu_wrapper.portfolio {
  position: relative;
  left: 22vw;
  overflow: hidden;
  width: 35vw;
  height: 33vh;
  -webkit-transition: border-color 200ms ease, border-width 200ms ease;
  transition: border-color 200ms ease, border-width 200ms ease;
  text-decoration: none;
}

.portfollio_menu_wrapper.contact {
  width: 30vw;
  height: 33vh;
  margin-top: 4vh;
  margin-left: 15vw;
  -webkit-transition: border-color 200ms ease, border-width 200ms ease;
  transition: border-color 200ms ease, border-width 200ms ease;
  text-decoration: none;
}

.portfollio_menu_wrapper.contact:hover {
  border-width: 12px;
  border-color: #ffc000;
}

.portfollio_menu_wrapper.about {
  position: absolute;
  left: auto;
  top: 18vh;
  right: 20%;
  bottom: auto;
  width: 20vw;
  height: 70vh;
  padding-top: 0vh;
  padding-bottom: 15vh;
  padding-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: border-width 200ms ease, border-color 200ms ease;
  transition: border-width 200ms ease, border-color 200ms ease;
  text-decoration: none;
}

.portfollio_menu_wrapper.about:hover {
  border-width: 12px;
  border-color: #ffc000;
}

.portfollio_menu_text {
  margin-top: 0px;
  margin-bottom: 6px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #fff;
  font-size: 38px;
}

.portfollio_menu_text.about {
  margin-top: 0px;
  margin-bottom: 6px;
}

.description_about {
  position: relative;
  right: 2vw;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu_links {/*letras del menu desplegable*/
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 1.1rem;
  line-height: 20px;
  font-weight: 550;
  text-decoration: none;
  text-transform: uppercase;
  margin: .1vh;
}
.menu_links:hover {
  color: #fff;
  transform: scale(1.03);
  transition: all ease 200ms;
}
.menu_links_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap:10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;

}

.logos_wrapper {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.logo_link {
  margin-right: 40px;
  margin-bottom: 40px;
}

.logo_img {
  width: 12vw;
}

.logo_img._2 {
  width: 8vw;
}

.logo_img._3 {
  width: 8vw;
}

.image-5 {
  width: 30px;
}

.social_img {
  width: 25px;
}

.img-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-copy_copy {
  display: inline-flexbox;
  position:static ;
  width: 50vw;
  margin: auto;
  -webkit-align-self:flex-end;
  -ms-flex-item-align:end;
  -ms-grid-row-align:end;
  align-self:flex-end;
  margin-bottom: 10vh;
}

.spot_one_bg-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  border-style: none;
  border-width: 1px;
  border-color: #b99b62;
  background-image: url('../photos/mykonos/mykonos-scuba-diving-paradise.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.spot_one_bg-copy.press {
  border-top: 60px solid #fff;
  border-right: 70px solid #fff;
  border-left: 70px solid #fff;
  background-image: url("/images/Compressed_Artikel-Folegandros-unterwasser-1-p-1080.jpeg");
  background-position: 50% 0%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.spot_four_bg { /** P H U K E T */
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/open-water-diving.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.spot_four_bg.press {
  display: block;
  border-top: 60px solid #fff;
  border-right: 70px solid #fff;
  border-left: 70px solid #fff;
  background-image: url('../images/Compressed_Mirko-Friebe-Artikel-HK.jpg');
  background-position: 50% 0%;
  background-size: cover;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.back_wrapper {
  position: fixed;
  left: 2vh;
  top: 5vh;
  right: auto;
  bottom: auto;
}

.back_img {
  width: 23px;
}

.articel_link {
  color: #fff;
  text-decoration: none;
}

.about_wrapper_whole {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin: 6rem 0 0 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.spot_five_bg { /** M A H A H U A L*/
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/tours-in-riviera-maya.jpg');
  background-position: 0% 50%;
  background-size: cover;
  opacity: 0;
}

.image-7 {
  max-width: 100%;
}

.spot_six_bg {/** G R A N   C A N A R I A */
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/cavern-diving-cancun.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  opacity: 0;
}

.spot_seven_bg { /** F O L E G A N D R O S*/
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/diving-in-coral-reefs.webp');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.spot_eight_bg { /** S E A   S H E P H E R D*/
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/cancun-diving-certification.jpg');
  background-position: 50% 40%;
  background-size: cover;
  opacity: 0;
}

.spot_nine_bg {/** A I D A */
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/diving-for-beginners-cancun.webp');
  background-position: 50% 30%;
  background-size: cover;
  opacity: 0;
}

.body-4 {
  background-color: #021017;
  font-family: Lato, sans-serif;
  color: #fff;
}

.menu_copyright-2 {
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
}

.copyright-legal-2 {
  position: absolute;
  left: 2.5vw;
  top: auto;
  right: auto;
  bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 18vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #023289;
}

.logo {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  margin-top: 30px;
  margin-left: 50px;
}

.legal_subhead {
  position: absolute;
  left: 20%;
  top: auto;
  right: auto;
  bottom: 13%;
  color: #38bdf8;
  font-size: 25px;
}

.home_navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 10vh;
  background-color: transparent;
}

.menu_legal-2 {
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.legal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.description_menu-2 {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.menu-button-2 {
  position: fixed;
  top: 50px;
  right: 3vw;
  z-index: 50;
  background-color: #fff;
}

.menu-button-2.w--open {
  position: fixed;
  z-index: 20;
  background-color: hsla(0, 0%, 100%, 0);
}

.menu-button-2.legal {
  top: 35px;
  min-height: auto;
  background-color: #075682;
}

.legal_header {
  position: absolute;
  left: 20%;
  top: auto;
  right: auto;
  bottom: 20%;
  font-size: 90px;
  line-height: 91px;
}

.legal_body {
  min-height: 100vh;
  padding: 85px 20vw 20vh;
}

.legal_copy {
  font-family: Lato, sans-serif;
  line-height: 31px;
  font-style: normal;
  text-decoration: none;
}

.absatz_name {
  color: #38bdf8;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.absatz_name.head {
  font-size: 18px;
}

.links {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.copyrightbox {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyrightbox.copyright_legal {
  background-color: #fff;
}

.text-block-6 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #023289;
  text-align: center;
}

.line_legal {
  width: 70vw;
  height: 2px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #fff;
}

.reel_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-bottom: 10vh;
  padding-top: 10vh;
  padding-right: 13vw;
  padding-left: 13vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-2 {
  font-weight: 900;
}

.about_img_cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: rgba(1, 33, 51, 0.3);
}

.diving_link {
  color: #38bdf8;
  text-decoration: underline;
}
.contact_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14rem;
}

.contact_link {
  margin-right: 45px;
  margin-left: 45px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  text-decoration: none;
}

.contact_link:hover {
  color: #ffc000;
}

.video {
  display: block;
}

.heading {
  text-align: center;
}

.background-video {
  position: absolute;
  display: none;
  width: 100vw;
  height: 100vh;
}

.background-video-hero {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;

}

.bg_video_cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  
}

.background-video-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
}

.bg_video_cover_press {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(69, 163, 235, 0.6)), to(rgba(106, 168, 240, 0.97)));
  background-image: linear-gradient(180deg, rgba(69, 163, 235, 0.6), rgba(106, 168, 240, 0.97));
}

.loading-page {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 320;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.loadbar_wrapper {
  position: relative;
  overflow: hidden;
  width: 20vw;
  height: 0.5vh;
  border: 0.5px solid #021017;
  border-radius: 30px;
}

.loadbar {
  position: relative;
  right: 20vw;
  width: 20vw;
  height: 0.5vh;
  border-radius: 20px;
  background-color: #021017;
}

.load_name {
  margin-bottom: 20px;
  color: #021017;
  font-weight: 600;
}

.box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  height: 100%;
}

.box.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: rgba(5, 124, 198, 0.90);
}

.box.left {
  z-index: -1;
  background-color: rgba(0, 123, 254, 0.90);
}

.img-cancun{
  position:relative;
  display:block;
  width: 30vh;
  height: 30vh;
  float:right;
}

@media screen and (max-width: 991px) {
  .spot_wrapper {
    padding-left: 20vw;
  }

  .spot_wrapper.press {
    padding-left: 20vw;
  }

  .spot_date-place {
    margin-bottom: 0px;
  }

  .spot_name {
    margin-top: 0px;
    font-size: 50px;
    line-height: 50px;
  }

  .spot_name.press {
    line-height: 50px;
  }

  .img_line.first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img_line.second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    height: 90vh;
    margin-bottom: 30px;
  }

  .image-3 {
    height: auto;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .about_img_name {
    left: -26.9vh;
    width: 90vw;
    font-size: 80px;
  }

  .logo_img {
    width: 21vw;
  }

  .logo_img._2 {
    width: 13vw;
  }

  .logo_img._3 {
    width: 13vw;
  }

  .about_wrapper_whole {
    padding-top: 19vh;
    
  }

  .legal_subhead {
    left: 11vw;
  }

  .legal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .legal_header {
    left: 11vw;
  }

  .legal_body {
    padding-right: 11vw;
    padding-bottom: 10vh;
    padding-left: 11vw;
  }

  .text-block-6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .contact_wrapper {
    position: relative;
    width: 100vw;
    margin-bottom: 25vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact_link {
    margin-bottom: 21px;
  }
  .about_wrapper {
    right: 0vw;
    width: 85vw;
    margin-top: 30px;
    margin-right: 10vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: justify;
  }
}


@media screen and (max-width: 768px) {
  .body-3 {
    overflow: visible;
  }
  /* .locations_wrapper::-webkit-scrollbar {
    display: none;
  } */
  .about_img_wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .about_img_wrapper {
    position: relative;
    left: 0%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    /* justify-content: flex-end; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about_img_name {
    left: -4vh;
    -webkit-transform: translate3d(0px, 0px, 90px);
    transform: translate3d(0px, 0px, 90px);
    color: #fff;
  }

  .about_wrapper {
    right: 0vw;
    width: 85vw;
    margin-top: 30px;
    margin-right: 0vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: justify;
  }

  .about_social_media {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu-2 {
    left: 60%;
  }

  .portfollio_menu_wrapper.about {
    top: 15vh;
    right: 17%;
    width: 25vw;
    padding-left: 3vw;
  }

  .portfollio_menu_wrapper.contact {
    left: 8vw;
  }

  .portfollio_menu_wrapper.portfolio {
    left: 18vw;
  }

  .portfollio_menu_wrapper.contact {
    left: 8vw;
  }

  .portfollio_menu_wrapper.about {
    top: 15vh;
    right: 17%;
    width: 25vw;
    padding-left: 3vw;
  }

  .about_wrapper_whole {
    position: relative;
    margin-top: 13vh;
    padding-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-3 {
    padding-top: 15vh;
  }
  .spot_name {
    margin-top: 0px;
    font-size: 50px;
    line-height: 50px;
  }


  .work_description{
   width: 90%;
  }
}

@media screen and (max-width: 425px) {

  .back_wrapper {
    position: fixed;
    left: 3vh;
    top: 15vh;
    right: auto;
    bottom: auto;
  }
  .logo_wrapper .logotipo {
    display: inline-flex;
    justify-content: left;
    align-items: left;
    /* flex-flow: row-reverse nowrap; */
    width: 100px;
    height: 100px;
  }
  .hero {
    height: 100vh;
    padding-bottom: 0vh;
  }

  .locations_wrapper {
    height: 86vh;
    padding-top: 5vh;
  }

  .spot_wrapper {
    padding: 15vh 7vw 15vh 24vw;
  }

  .spot_wrapper.press {
    padding-right: 10vw;
  }

  .spot_date-place {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .spot_name {
    margin-top: 0px;
    font-size: 28px;
    line-height: 25px;
  }

  .spot_name.press {
    font-size: 18px;
    line-height: 25px;
  }

  .categories {
    position: fixed;
  }

  .categorie_step {
    width: 12vw;
  }

  .category_name {
    font-size: 12px;
  }

  .category_wrapper {
    width: 20vw;
    margin-right: 16px;
    margin-left: 16px;
  }

  .category_wrapper.not_selected {
    width: 20vw;
    margin-right: 10px;
    margin-left: 10px;
  }

  .spot_one_bg {
    border-width: 35px;
    opacity: 0;
  }

  .spot_one_bg.press {
    display: block;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  }

  .spot_two_bg {
    border-width: 35px;
    opacity: 0;
  }

  .spot_two_bg.press {
    display: block;
    border-top-style: none;
    border-top-width: 50px;
    border-right-style: none;
    border-right-width: 20px;
    border-left-style: none;
    border-left-width: 20px;
  }

  .body-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }



  /* .mirko_name.work {
    /* margin-top: 20px; */

  .spot_three_bg {
    border-width: 35px;
    opacity: 0;
  }

  .spot_three_bg.press {
    display: block;
    border-top-style: none;
    border-top-width: 50px;
    border-right-style: none;
    border-right-width: 20px;
    border-left-style: none;
    border-left-width: 20px;
  }

  .work_head {
    margin-top: 2vh;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .work_hero_img {
    margin-bottom: 3vh;
  }

  .work_description {
    width: 90%;
    font-size: 14px;
    line-height: 16px;
    
  }

  .work_date-place {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .work_spot {
    font-size: 40px;
    line-height: 42px;
  }

  .line {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  

  .img_line.first {
    margin-right: 4vw;
    margin-bottom: 6vh;
    margin-left: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img_line.second {
    margin-right: 4vw;
    margin-bottom: 5vh;
    margin-left: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    height: auto;
    margin-bottom: 20px;
  }

  .image-2.vertical {
    height: auto;
  }

  .image-2.wide {
    width: auto;
  }

  .image-3 {
    height: auto;
    margin-bottom: 20px;
    margin-left: 0px;
    
  }

  .image-3.vertical {
    height: auto;
  }

  .quote {
    margin-bottom: 7vh;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vertical_line {
    width: 80px;
    height: 4px;
    margin-bottom: 14px;
  }

  .quote_copy {
    font-weight: 300;
  }

  .second_img {
    -webkit-box-orient:horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    left: 0vw;
    padding-top: 0vh;
    padding-bottom: 0vh;

  }

  .footer.about {
    position: relative;
  }

  .footer.contact_page {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .social_media {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
    margin-bottom: 33px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social_media.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .copyright {
    font-size: 11px;
  }

  .social {
    margin-right: 10px;
    margin-left: 10px;
  }

  .body-3 {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .about_img_wrapper {
    position: relative;
    left: 0%;
    top: 10%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 10vh;
    margin-bottom: 5vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about_img {
    width: 52vw;
  }

  .about_img_name {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 44px;
  }

  .about_wrapper {
    right: 0vw;
    width: 85vw;
    margin-right: 0vh;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .about_social_media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about_quote {
    margin-left: 4vw;
  }

  .about_heading {
    display: none;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .social_wrapper {
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .menu_copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #fff;
    font-size: 12px;
  }

  .copyright-legal {
    left: 0%;
    top: auto;
    right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .in_progress {
    bottom: 30%;
    -webkit-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
  }

  .lottie-animation-3 {
    background-color: #fff;
  }

  .lottie-animation-3.about {
    width: 35px;
    height: 35px;
    background-color: transparent;
  }
  .nav-menu-2 {
    left: 45%;
  }
  .menu_legal {
    position: relative;
    margin-top: 6px;
  }

  .menu_logo {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 30px;
    margin-left: 30px;
  }

  .description_menu {
    display: block;
    font-size: 10px;
    text-align: left;
  }

  .menu_social {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 24%;
    padding-left: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-button {
    top: 5px;
    right: 4vw;
    background-color: transparent;
  }

  .menu-button.w--open {
    right: 4vw;
  }

  .menu-button.about {
    right: 4vw;
    padding: 12px;
    background-color: #fff;
  }

  .menu_le {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .description_portfolio {
    position: absolute;
    left: 7%;
    top: 19%;
    right: auto;
    bottom: auto;
  }

  .description_contact {
    position: absolute;
    left: 7%;
    top: 19%;
    right: auto;
    bottom: auto;
  }

  .portfollio_menu_wrapper.about {
    left: 15vw;
    top: auto;
    right: auto;
    bottom: 35%;
    width: 65vw;
    height: 14vh;
    padding-top: 3vh;
    padding-bottom: 4vh;
    padding-left: 6vw;
    border-width: 5px;
  }

  .portfollio_menu_wrapper.about.w--current {
    bottom: 35%;
  }

  .portfollio_menu_wrapper.contact {
    left: 0vw;
    width: 65vw;
    height: 14vh;
    border-width: 4px;
  }

  .portfollio_menu_wrapper.portfolio {
    left: 15vw;
    width: 70vw;
    height: 14vh;
    border-width: 4px;
  }

  .portfollio_menu_wrapper.contact {
    left: 0vw;
    width: 65vw;
    height: 14vh;
    margin-top: 2vh;
    padding-right: 5vw;
    padding-bottom: 3vh;
    border-width: 4px;
  }

  .portfollio_menu_wrapper.about {
    left: 15vw;
    top: auto;
    right: auto;
    bottom: 39%;
    width: 65vw;
    height: 14vh;
    padding-top: 3vh;
    padding-bottom: 4vh;
    padding-left: 6vw;
    border-width: 5px;
  }

  .portfollio_menu_wrapper.about.w--current {
    bottom: 35%;
  }

  .portfollio_menu_text {
    font-size: 26px;
  }

  .description_about {
    position: absolute;
    left: 7%;
    top: 19%;
    right: auto;
    bottom: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

 

  .logos_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo_link {
    margin-right: -1px;
  }

  .logo_img {
    width: 56vw;
  }

  .logo_img._2 {
    width: 35vw;
  }

  .logo_img._3 {
    width: 35vw;
  }

  .img-copy {
    margin-right: 4vw;
    margin-left: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-copy_copy {
    width: 81vw;
    margin-left: auto;
    margin-right: auto;
  }

  .spot_one_bg-copy {
    border-width: 35px;
    opacity: 0;
  }

  .spot_four_bg {
    background-position: 20% 50%;
  }

  .spot_four_bg.press {
    display: block;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  }

  .back_wrapper {
    position: fixed;
    left: 3vw;
    top: 4%;
    z-index: 30;
    margin-top: 20px;
  }

  .image-6 {
    width: 100%;
  }

  .about_wrapper_whole {
    position: relative;
    margin-top: 6vh;
    padding-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .menu_copyright-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #fff;
    font-size: 12px;
  }

  .copyright-legal-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-3 {
    padding-top: 15vh;
  }

  .logo {
    margin-left: 10px;
  }

  .legal_subhead {
    left: 10%;
    margin-top: 0px;
    font-size: 19px;
  }

  .home_navbar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .menu_legal-2 {
    position: relative;
    margin-top: 6px;
  }

  .legal {
    min-height: 50vh;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .description_menu-2 {
    display: block;
    font-size: 12px;
    text-align: left;
  }

  .menu-button-2 {
    top: 30px;
    right: 2vw;
    background-color: transparent;
  }

  .menu-button-2.w--open {
    right: 2vw;
  }

  .legal_header {
    left: 10%;
    font-size: 53px;
    line-height: 62px;
  }

  .menu_le-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .legal_body {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .legal_copy {
    overflow: hidden;
    padding-right: 7vw;
    padding-left: 7vw;
    font-size: 13px;
  }

  .absatz_name {
    font-size: 14px;
    line-height: 10px;
  }

  .reel_wrapper {
    width: 100vw;
    margin-bottom: 1vh;
    padding-top: 0vh;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .about_img_cover {
    background-color: transparent;
  }

  .contact_wrapper {
    position: relative;
    width: 100vw;
    margin-bottom: 25vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact_link {
    font-size: 21px;
    line-height: 80px;
  }

  .heading {
    font-size: 24px;
  }

  .background-video {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
  }

  .background-video-hero {
    background-color: rgb(2, 16, 23,.4);
  }

  .background-video-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100vh;
  }

  .bg_video_cover_press {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
}

