/*@media (min-width: 1200px) {
.h4, h4 {
	font-size: 1.2rem;
}esto rompe el accordion de la home */

.row {
  max-width: 98%
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-padding-top: 7.5vh;
}

html {
  font-size: 14px;
}

@font-face {
  font-family: segoe;
  src: url(./fonts/Segoe\ UI.ttf);
}

@font-face {
  font-family: segoeBold;
  src: url(./fonts/Segoe\ UI\ Bold.ttf);
}

@font-face {
  font-family: Facit;
  src: url(./fonts/Facit\ Regular.otf);
}

@font-face {
  font-family: FacitBold;
  src: url(./fonts/Facit\ Bold.otf);
}

a {
  text-decoration: none;
}

ul {
  text-decoration: none;
  list-style: none;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.row {
  display: flex;
  /*  align-items: center; */
  justify-content: center;
}

.contenedorSection {
  /* background-color: red; */
  padding: 10vh 0;
  /* height: 80vh; */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* DIV CON TAMAÑO DE NAV  */
.espacioBlanco {
  height: 10vh;
}

/* NAVEGADOR */
nav {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1em;
  gap: 1em;
  padding-bottom: 0.3em;
  box-shadow: 0 0.5px 10px #014492;
  z-index: 3000;
  height: 10vh;
}

.navContenedor {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_logo_container {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: start;
  cursor: pointer;
}

.nav_logo_container img {
  width: 80%;
}

.nav_infoContainer {
  /* position: relative; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* display: none; */
}

.hamb_container {
  display: none;
}

.nav_mobile {
  display: none;
}

.nav_info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.nav_info li {
  color: #014492;
  font-family: "Segoe UI", "Open Sans", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.nav_info a {
  color: #014492;
  font-size: 0.8rem;
  /* font-size: 1rem; */
}

.nav_info li:hover {
  opacity: 70%;
}

.nav_buscadorContainer {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: end;
}

nav .buscadorContainer_invisible {
  display: none;
}

.nav_buscadorContainer .nav_input {
  display: none;
}

nav .nav_buscadorContainer .nav_input_visible {
  border: 1px solid black;
  border-radius: 5vw;
  padding: 0.5em 0;
  margin-right: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40%;
  gap: 1em;
}

.nav_buscadorContainer .nav_input_visible input {
  animation: stretch 1s linear;
  padding-left: 0.2em;
  background-color: transparent;
  border-color: none;
  border: none;
  width: 50%;
}

.nav_buscadorContainer .nav_input_visible input:focus {
  outline: none;
}

.nav_buscadorContainer .lupa_input {
  width: auto;
  display: flex;
  padding-left: 1em;
  align-items: center;
  justify-content: center;
}

/* .nav_buscadorContainer .lupa_input img{
 width: 30%;
} */

.whsContainerFixed {
  display: none;
}

.whsContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  cursor: pointer;
  /* background-color: red; */
}

.buscadorContainer_border {
  /* background-color: orange; */
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-right: 1px solid; */
}

.borde {
  height: 4vh;
  border-right: 2px solid #6e6e6e;
}

.buscadorContainer_lupaContainer {
  /* background-color: red; */
  cursor: pointer;
  width: 6vh;
  height: 6vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 50%;
}

.buscadorContainer_wsp {
  cursor: pointer;
  width: 7.5vh;
  height: 7.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* background-color: black; */
}

.buscadorContainer_wsp a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.buscadorContainer_wsp img {
  width: 100%;
}

.buscadorContainer_lupaContainer img {
  width: 50%;
}

.inputMobileContainer {
  /* width: 100%; */
  display: none;
}

.closeInputMobileContainer {
  display: none;
}

/* -----------------
HEADER IMAGES
----------------- */
.testheader {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* padding: 2em 0; */
  /* height: 430px; */
  height: 90%;
  background: #fff;
  gap: 0.6em;
  /* box-shadow: 0 8px 5px -5px gray; */
}

.header div {
  display: flex;
  width: 100%;
  /* height: 100%; */
  position: relative;
  transition: width 0.5s ease;
}

.headerContainer {
  background-color: #014492;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  transition: width 2s ease;
}

.headerContainer:hover {
  width: 150%;
  width: 270%;
}

.headerContainer:hover .imgHeader {
  cursor: pointer;
  opacity: 1;
  filter: contrast(120%);
  z-index: 1;
}

.headerContainer .text {
  font-size: 0.8rem;
}

.headerContainer:hover .text {
  font-size: 1.2rem;
  transition: all ease 0.5s;
}

#hoverEmbarcaciones a {
  display: none;
}

.headerContainer:hover #hoverEmbarcaciones a {
  display: block;
}

.headerContainer:hover~.headerContainer .text,
.headerContainer:hover+.headerContainer .text,
.header:hover .headerContainer:not(:hover) .text {
  font-size: 0.5rem;
}

.imgHeader {
  width: 0;
  width: 100%;
  flex-grow: 1;
  object-fit: cover;
  opacity: 0.8;
  z-index: 1;
}

.header div .text {
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  bottom: 0;
  text-align: center;
  font-family: "Segoe UI", FacitBold, "Open Sans";
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  padding: 3.5em 0 1em 0;
  cursor: pointer;
  z-index: 2;
  background: linear-gradient(180deg,
      rgb(237, 240, 242, 0.01) 0%,
      rgb(194, 217, 233, 0.02) 18%,
      rgb(0, 116, 194, 0.6) 80%,
      rgb(1, 69, 147, 0.8) 100%);
}

#container_embarcaciones .text {
  padding-top: 2em;
}

.hoverMarca {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background-color: rgb(1, 68, 146);
  background-color: rgb(1, 68, 146, 0.8);
  background-color: rgba(1, 43, 90, 0.8);
  width: 100%;
  position: absolute;
  gap: 3em;
  left: 0;
  margin-left: -100%;
  top: 0;
  z-index: 1;
  visibility: hidden;
  cursor: pointer;
  transition: background-color 2s ease;
}

#movilidad {
  justify-content: center;
  gap: 3em;
}

#hoverMarcaPropulsion {
  justify-content: center;
}

#hoverEmbarcaciones {
  /* padding-top: 30px; */
  padding-top: 0;
  gap: 0;
  /* gap: 1em; */
}

.headerContainer:hover .hoverMarca {
  visibility: visible;
  transition: background-color 1s ease;
}

.marcasConteiner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
  height: 80%;
  margin-top: 1em;
  /* background-color: green; */
}

.funciones_container {
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 2em; */
}

.imagenLink {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
}

.imagenLink img {
  z-index: 1;
}

.hoverMarca img {
  width: 40%;
  opacity: 1;
  box-shadow: none;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
  /* z-index: 5; */
  /* background-color: green; */
}

#hoverEmbarcaciones img {
  /* width: auto; */
  width: 200px;
}

#clubCar {
  width: 30%;
}

#indian {
  /* background-color: red; */
  width: 35%;
}

#fliteboard {
  width: 25%;
}

.funciones {
  width: 100%;
  height: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.funcionesTitulo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5em;
  /* background-color: violet; */
  width: 100%;
  font-family: "Segoe UI", "Open Sans";
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: bold;
  color: #ffffff;
}

.hoverMarca_titulo {
  box-shadow: none;
}

.funciones_marcasContainer {
  gap: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.funciones_marcas {
  width: 100%;
  height: 100%;
}


/* ------------------------ */
/* LOGOS  */
/* #mitsubishi {
 width: 40%;
}
#cummins {
 width: 40%;
}
#volvo {
 width: 40%;
}
#generac {
 width: 35%;
}
#loweBoats {
 width: 70%;
}
#kongsberg {
 width: 33%;
} */
/* #fliteboard {
  width: 200px;
} */
/* ---------------------- */
/* NOVEDADES MOBILE  */
#novedadesMob {
  display: none;
}

/* NOVEDADES   */
/* ----------------------- */
.novedades {
  /* padding: 6em 0; */
  padding: 10vh 0;
  /* height: 15vh; */
  /* background-color: red; */
  position: relative;
  overflow: hidden;
}

.novedades_titleContainer {
  overflow: hidden;
  /* height: auto; */
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

.novedades_titleContainer span {
  display: inline-block;
  width: 100%;
  height: auto;
}

.span_nuestras {
  padding: 0;
  /* background-color: red; */
  color: #000000;
  text-align: center;
  line-height: 100%;
  font-family: Facit;
  font-size: 2rem;
  flex-grow: 1;
  height: auto;
}

.span_novedades {
  line-height: 2.5rem;
  /* line-height: 100%; */
  flex-grow: 1;
  text-align: center;
  font-size: 3.2rem;
  /* font-size: 93px; */
  font-family: FacitBold;
  color: #014492;
  letter-spacing: 3px;
  padding-bottom: 0.2em;
  /* background-color: green; */
}

.novedades_arrows {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
}

.prev {
  border-bottom: 10px solid;
  border-left: 10px solid;
  border-color: #014492;
  transform: rotate(45deg);
  left: 3%;
  /* top: 1em; */
  /* bottom: 0.5em; */
  /* margin-top: 2em; */
  cursor: pointer;
  z-index: 5;
  align-self: flex-end;
}

.next {
  border-bottom: 10px solid;
  border-left: 10px solid;
  border-color: #014492;
  transform: rotate(-135deg);
  right: 3%;
  /* margin-top: 2em; */
  cursor: pointer;
  z-index: 5;
}

.carruselContainer {
  width: 100%;
  width: 80%;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#carrusel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carruselContainerTest {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carruselAlign {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 100%;
  /* background-color: red; */
  gap: 1em;
}

.imgContainer {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.novedades_imgContainer {
  background-color: #014492;
  /* height: 40vh; */
  width: 85%;
  width: 100%;
}

.novedades_imgContainer img {
  box-shadow: 0px 0px 5px 5px #ccc;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.filter {
  width: 100px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  bottom: 0;
  /* z-index: 1; */
  padding: 5em 0 1em 0;
  cursor: pointer;
  background: linear-gradient(180deg,
      rgb(237, 240, 242, 0.01) 0%,
      rgb(194, 217, 233, 0.02) 18%,
      rgb(0, 116, 194, 0.6) 80%,
      rgb(1, 69, 147, 0.8) 100%);
}

.novedades_imgContainer:hover .hoverEffect {
  opacity: 70%;
  transition: all ease 0.5s;
}

.novedades_imgContainer:hover .filter {
  opacity: 70%;
}

.spanContainer {
  text-align: center;
  width: 100%;
  padding: 0.5em 0;
}

.imgContainer span {
  font-family: Facit;
  color: #000000;
  font-size: 0.8rem;
  /* padding: 0.5em; */
}

button {
  background-color: #014492;
  padding: 0.5em 0;
  border: none;
  font-family: FacitBold;
  color: #ffffff;
  width: 35%;
  font-size: 1rem;
  cursor: pointer;
}

button:hover {
  opacity: 80%;
}

/* _____________________
   YATES
_____________________ */
.yates {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  width: 80%;
  /* background-color: blue; */
  gap: 2em;
}

.testo {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  /* background-color: red; */
}

.yates_imgContainer {
  height: 50vh;
  width: 100%;
  position: relative;
  box-shadow: 5px 5px 10px 2px #8080805e,
    -5px -5px 10px 2px rgba(128, 128, 128, 0.368);
  align-self: flex-end;
}

.yates_imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yates_textContainer {
  width: 100%;
  /* background-color: green; */
}

#text {
  font-family: Facit;
  color: #000000;
  font-size: 2rem;
  /* display: block; */
  line-height: 100%;
}

#textTwo {
  padding: 0;
  font-size: 3.2rem;
  font-family: FacitBold;
  color: #014492;
  text-transform: uppercase;
  line-height: 2.5rem;
}

#textThree {
  font-family: Facit;
  color: #000000;
  font-size: 1rem;
  padding: 1em 0;
  /* background-color: red; */
}

#btnMobile {
  display: none;
}

/* ----------------------------
GARANTIA
---------------------------- */
.garantiaSection {
  padding: 10vh 0;
  /* height: 80vh; */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.garantia span {
  display: none;
}

.garantiaColumnTwo {
  display: flex;
  width: 80%;
  align-items: center;
  align-content: center;
  justify-content: center;
  /* background-color: red; */
  gap: 1em;
}

.test {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50vh;
}

.garantiaContenedor {
  background-color: #014492;
  box-shadow: 0px 0px 10px 10px #ccc;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.6s;
}

.garantiaContenedor:hover {
  transform: scale(1.05);
}

.garantiaContenedor img {
  opacity: 40%;
  box-shadow: 0px 0px 5px 5px #ccc;
  width: 100%;
  height: 100%;
  /* height: 30vh; */
  object-fit: cover;
}

.marca {
  text-align: center;
  position: absolute;
  cursor: pointer;
  /* z-index: 0; */
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.marca img {
  opacity: 1;
  width: 50%;
  box-shadow: none;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

/* ------------
SOLUCIONES
----------- */
#solucionesMobile {
  display: none;
}

#soluciones {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: start;
}

.carruselSoluciones {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#carruselSoluciones {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 800%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.soluciones_textContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 100%; */
  transition: transform 0.5s ease-in-out;
}

.solucionesContenido {
  width: 80%;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
}

.solucionesContenido div {
  width: 100%;
}

/* ------------------
NUESTRA HISTORIA
----------------- */

/* ---------------------
FOOTER 
-------------------- */
footer {
  margin-top: 4em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*box-shadow: 0px 0px 10px 2px grey;*/
  padding: 1em 0;
}

.footerContainer {
  width: 80%;
  display: flex;
  align-items: stretch;
  /* align-items: start; */
  justify-content: space-between;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.3em;
}

footer .text {
  color: #014492;
  font-family: "Segoe UI", "Open Sans";
  font-weight: bold;
  font-size: 0.8rem;
}

.info p:nth-child(2) {
  color: #000000;
  font-family: "Segoe UI", "Open Sans";
  font-weight: 500;
  font-size: 0.8rem;
}

.info p:nth-child(3) {
  color: #000000;
  font-family: "Segoe UI", "Open Sans";
  font-weight: 500;
  font-size: 0.8rem;
}

.numero {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.numero span {
  width: 100%;
  color: #000000;
  font-family: "Segoe UI", "Open Sans";
  font-weight: 500;
  font-size: 0.8rem;
}

.wspContainer {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 10%;
}

.wspContainer img {
  width: 100%;
}

.redes {
  /* width: 100%; */
  display: flex;

  flex-direction: column;
  gap: 0.3em;
  justify-content: start;
  align-items: start;
}

.redesContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.redesContainer div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0.5px solid #edf0f2;
  box-shadow: 0px 0px 5px #6e6e6e;
  cursor: pointer;
}

.redesContainer div a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.redesContainer img {
  width: 80%;
}

.redesContainer div:hover {
  box-shadow: 0px 0px 10px #6e6e6e;
}

/* ----------------------
KEYFRAMES
------------------- */

/* @keyframes aparecer {
 0% {
   opacity: 0;
   transform: translateX(100%);
 }
 100% {
   opacity: 1;
   transform: translateX(-50%);
 }
} */
@keyframes stretch {
  0% {
    width: 0%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes hamburger_puls {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}

@keyframes text_reveal_box {
  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes text_reveal {
  100% {
    color: white;
  }
}

@keyframes text_reveal_name {
  100% {
    color: orangered;
    font-weight: 500;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ---------------------------
MEDIA QUERYS
-------------------------- */

@media only screen and (min-width: 1500px) {
  html {
    font-size: 25px;
  }

  /* ==============================================================  */
  /* CAMBIO  */

  #hoverMarcaPropulsion .contenedorGeneracionMobile {
    display: none;
  }


  #hoverMarcaPropulsion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    gap: 100px;
    justify-content: center;
  }

  #hoverMarcaPropulsionInterna {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    gap: 70px;
    justify-content: center;
  }


  .contenedorGeneracionPc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    gap: 50px;
    height: 100%;
    margin-bottom: 50px;
  }

  .contenedorGeneracionPc img {
    width: 25%;
  }

  /* ===================================================== */
  /* Generadores  */
  #generac {
    width: 216px;
    width: 25%;

  }

  #volvo {
    width: 244px;
    width: 30%;

  }

  #mitsubishi {
    width: 234px;
    width: 30%;
  }

  #onan {
    width: 118px;
    width: 23%;

  }

  #mase {
    width: 155px;
    width: 19%;
  }

  /* ===================================================== */
  /* Prop Interna  */

  #volvoPropInterna {
    width: 30%;

  }

  #mitsubishiPropInterna {
    width: 35%;

  }


  #kongsberg {
    width: 25%;

  }

  /* ================================================================================= */
  /* Movilidad  */
  #movilidad {
    gap: 50px;
  }

  #movilidad img {
    width: 30%;
  }

  #hoverEmbarcaciones img {
    width: 150px;
  }




  /* CAMBIO  */
  /* ==============================================================  */
}

@media only screen and (min-width: 640px) and (max-width: 1500px) {
  #hoverMarcaPropulsion .contenedorGeneracionMobile {
    display: none;
  }

  #hoverEmbarcaciones {
    gap: 0;
  }

  #hoverEmbarcaciones img {
    width: 150px;
  }


  /* ==============================================================  */
  /* CAMBIO  */




  #hoverMarcaPropulsion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    gap: 70px;
    justify-content: center;
  }

  #hoverMarcaPropulsionInterna {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    gap: 70px;
    justify-content: center;
  }

  .contenedorGeneracionPc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    gap: 50px;
    /* margin-top: 50px; */
    margin-bottom: 20px;
    height: 100%;
  }

  .funcionesTitulo {

    font-size: 12px;
    font-weight: bold;
  }


  .contenedorGeneracionPc img {
    width: 30%;
  }

  /* ==================================== */
  /* Generacion  */
  #generac {
    width: 216px;
    width: 25%;

  }

  #volvo {
    width: 244px;
    width: 30%;

  }

  #mitsubishi {
    width: 234px;
    width: 30%;
  }

  #onan {
    width: 118px;
    width: 23%;

  }

  #mase {
    width: 155px;
    width: 19%;
  }

  /* ============================================================================= */
  /* Propulsion  */
  #volvoPropInterna {
    width: 30%;

  }

  #mitsubishiPropInterna {
    width: 35%;

  }


  #kongsberg {
    width: 25%;

  }

  /* ================================================================================= */
  /* Movilidad  */
  #movilidad img {
    width: 30%;
  }


  /* CAMBIO  */
  /* ==============================================================  */

}

@media only screen and (max-width: 640px),
(min-height: 1000px) {
  body {
    overflow-x: hidden;
  }

  .contenedorSection {
    /* height: 50vh; */
    padding: 5vh 0;
  }

  /* ------------------WSP LOGO--------------- */
  .whsContainer {
    display: none;
  }

  .wspHidden {
    opacity: 0;
    /* visibility: hidden; */
  }

  .whsContainerFixed {
    display: flex;
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 100;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    width: 20%;
    cursor: pointer;
    transition: opacity 1s ease;
  }

  /* -----------------Espacio Blanco----------------- */
  .espacioBlanco {
    height: 10vh;
  }

  /* ---------------------Navbar------------------ */
  nav {
    height: 10vh;
  }

  .navContenedor {
    gap: 1em;
  }

  .nav_logo_container {
    width: auto;
    /* width: 50; */
    /* background-color: red; */
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav_logo_container img {
    width: 80%;
  }

  .nav_info {
    display: none;
  }

  .nav_buscadorContainer {
    width: auto;
  }

  .buscadorContainer_border {
    width: 100%;
    border-right: none;
  }

  .buscadorContainer_wsp img {
    border-radius: 50%;
    box-shadow: none;
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);

    /* background-color: #ccc; */
    object-fit: cover;
    width: 100%;
  }

  .borde {
    display: none;
  }

  .whsContainer {
    display: none;
  }

  .nav_mobile {
    display: flex;
    list-style: none;
    position: absolute;
    background-color: #142848;
    width: 90%;
    height: auto;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    z-index: 5;
    overflow-x: hidden;
    transition: 1.2s ease;
    box-shadow: 0 0 10px 10px #ffffff;
  }

  .show {
    left: -50em;
  }

  .closeLogos {
    width: 95%;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    padding: 2em 0;
  }

  .containerLogos {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .logoMenu {
    width: 100%;
  }

  .logoMenu img {
    width: 100%;
  }

  .closeContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .closeContainer img {
    width: 45%;
  }

  .nav_infoContainer ul a {
    font-family: "Segoe UI", "Open Sans";
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding: 20px;
    display: block;
  }

  .nav_infoContainer ul li:hover a::after {
    transform: translate(-50%, -50%) scale(1);
    letter-spacing: initial;
  }

  .nav_infoContainer ul li:hover a {
    color: #014492;
  }

  .hamb_container {
    display: flex;
    width: 100%;
    width: auto;
    /* background-color: orange; */
  }

  .hamburger {
    display: flex;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: pointer;
    transform: scale(0.8);
  }

  .hamburger::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid blue;
    animation: hamburger_puls 1s ease infinite;
  }

  .hamburger .bar {
    height: 2px;
    width: 30px;
    position: relative;
    background-color: black;
    z-index: -1;
  }

  .hamburger .bar::after,
  .hamburger .bar::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: black;
    transition: 0.3s ease;
    transition-property: top, bottom;
  }

  .hamburger .bar::after {
    top: 8px;
  }

  .hamburger .bar::before {
    bottom: 8px;
  }

  .hamburger.active .bar::before {
    bottom: 0;
  }

  .hamburger.active .bar::after {
    top: 0;
  }

  .inputMobileContainerVisible {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .inputMobileContainerVisible .nav_input {
    /* animation: stretch 1s linear; */
    border: 1px solid black;
    border-radius: 5vw;
    padding: 0.5em 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 1em;
  }

  .lupa_input {
    width: 20%;
    width: auto;
    display: flex;
    padding-left: 1em;
    align-items: center;
    justify-content: center;
  }

  .nav_input input {
    border: none;
    width: 50%;
  }

  .inputMobileContainer .nav_input input:focus {
    outline: none;
  }

  .closeInputMobileContainer {
    width: 10%;
  }

  .closeSearch {
    width: 100%;
  }

  .closeInputMobileContainer .closeSearch img {
    width: 100%;
    z-index: 2;
    color: #000000;
  }

  /* ------------------HEADER------------ */
  /* .testheader {
   height: auto;
 } */
  .header {
    flex-direction: column;
    height: 100%;
  }

  .headerContainer {
    display: flex;
    width: 100%;
    height: 17%;
    position: relative;
    /* transition: width 2s ease; */
    transition: height 2s ease;
  }

  .header div {
    display: flex;
    width: 100%;
    height: 17%;
    position: relative;
    transition: height 0.5s ease;
  }

  .headerContainer:hover {
    width: 100%;
    height: 30%;
  }

  #header .headerContainerHover {
    width: 100%;
    height: 30%;
  }

  /* .headerContainer:hover .imgHeader {
   cursor: pointer;
   opacity: 1;
   height: 100%;
 } */
  #header .headerContainer .headerContainerHoverImgHeader {
    cursor: pointer;
    opacity: 1;
    height: 100%;
  }

  .headerContainer:hover .hoverMarca {
    height: 100%;
  }

  .headerContainer:hover .hoverMarca {
    display: flex;
    gap: 0;
  }

  #hoverEmbarcaciones {
    gap: 1em;
    padding-top: 0;
    align-items: center;
    justify-content: center;
  }

  #hoverEmbarcaciones img {
    width: 85px;
  }

  #hoverEmbarcaciones .column {
    flex-direction: row;
  }

  #hoverEmbarcaciones .funcionesTitulo {
    padding: 0;
  }

  #hoverEmbarcaciones .funciones_marcasContainer {
    display: flex;
    width: 100%;
    /* justify-content: space-around; */
    gap: 0;
    align-items: center;
  }

  #hoverEmbarcaciones #semirrigidos_cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #hoverEmbarcaciones .funciones_marcasContainer .funciones_marcasContainer {
    gap: 0;
    padding: 0;
  }

  .hoverMarca:hover .imagenLink {
    display: flex;
    gap: 0;
    width: auto;
  }

  /* ==============================================================  */
  /* CAMBIO  */


  #hoverMarcaPropulsion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    justify-content: center;
  }

  #hoverMarcaPropulsionInterna {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    justify-content: center;
  }

  .contenedorGeneracionMobile {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: center;
  }

  .contenedorGeneracionMobile img {
    width: 200px;
  }

  .contenedorGeneracionMobile #mase {
    width: 80px;
  }

  .contenedorGeneracionMobile #onan {
    width: 70px;
  }

  .contenedorGeneracionMobile #mitsubishi {
    width: 130px;
  }

  #hoverMarcaPropulsion div a {
    display: flex;
    align-items: center;
    justify-content: center;
  }


  #hoverMarcaPropulsion .contenedorGeneracionPc {
    display: none;
  }

  /* CAMBIO  */
  /* ==============================================================  */

  #movilidad {
    gap: 0;
    justify-content: space-around;
  }


  .imagenLink {
    width: auto;
  }

  .hoverMarca img {
    width: 100px;
  }

  .contenedorGeneracionMobile img {
    width: 100px;
  }

  #indian {
    width: 90px;
  }



  /* LOGOS  */
  /* 
 #volvo {
   width: 100px;
 }



 #generac {
   width: 100px;
 }
 #kongsberg {
   width: 100px;
 } */
  .hoverMarca:hover .funciones_marcasContainer a {
    display: flex;
    gap: 0;
  }

  .hoverMarca:hover .funcionesTitulo {
    display: flex;
    gap: 0;
  }

  .hoverMarca .funcionesTitulo {
    display: none;
  }

  .funciones_marcasContainer a {
    display: none;
  }

  .imagenLink {
    display: none;
  }

  .headerContainer:hover .text {
    display: none;
  }

  .imgHeader {
    width: 0;
    height: 100%;
  }

  .hoverMarca {
    /* background-color: red; */
    display: none;
  }

  /* #hoverMarcaPropulsion {
      justify-content: space-around;
  } */

  .headerContainer .text {
    font-size: 1.2rem;
    font-family: "Segoe UI", "Open Sans";
    font-family: "Times New Roman", Times, serif;
  }

  .hoverMarca .funciones {
    gap: 1em;
    gap: 5px;
  }

  .headerContainer:hover .text {
    font-size: 1.2rem;
    transition: none;
  }

  .headerContainer:hover~.headerContainer .text,
  .headerContainer:hover+.headerContainer .text,
  .header:hover .headerContainer:not(:hover) .text {
    font-size: 1.2rem;
  }

  /* -------------------NOVEDADES------------------- */
  #novedades {
    display: none;
  }

  .novedades {
    /* padding: 6em 0; */
    padding: 5vh 0;
  }

  .carruselContainer {
    align-items: start;
    width: 50%;
    /* background-color: red; */
  }

  .span_nuestras {
    font-size: 2rem;
  }

  .span_novedades {
    font-size: 3rem;
  }

  .carruselContainerTest {
    width: 50%;
    /* background-color: gray; */
  }

  .carruselAlign {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    width: 80%;
  }

  .card {
    /* background-color: red; */
    /* min-height: 50vh; */
    height: 100vh;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .carruselContainer .imgContainer {
    text-align: center;
    justify-content: start;
    align-items: flex-start;
    /* min-height: 25vh; */
    height: 100%;
  }

  .novedades_imgContainer {
    width: 100%;
    /* background-color: red; */
  }

  .novedades_imgContainer img {
    height: 20vh;
  }

  .imgContainer button {
    width: 100%;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .spanContainer {
    width: 100%;
    display: flex;
    height: 8vh;
    /* background-color: red; */
    /* padding: 2em 0; */
  }

  .imgContainer span {
    width: 100%;
    font-size: 0.6rem;
    display: flex;
    /* background-color: green; */
    min-height: 5vh;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
  }

  .novedades_arrows {
    width: 24px;
    height: 24px;
  }

  .prev {
    border-bottom: 5px solid;
    border-left: 5px solid;
    border-color: #014492;
    left: 1.5%;
  }

  .next {
    border-bottom: 5px solid;
    border-left: 5px solid;
    border-color: #014492;
    right: 1.5%;
  }

  /* NOVEDADES MOBILE  */
  #novedadesMob {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    overflow: hidden;
  }

  #novedadesMob .solucionesMobileText {
    padding-bottom: 1em;
  }

  #carruselNovedades {
    overflow: hidden;
    display: flex;
    align-items: start;
    justify-content: start;
    padding-left: 1em;
    width: 530%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    gap: 1em;
  }

  /* ----------------YATES---------------------- */
  .yates {
    gap: 1em;
    flex-direction: column;
  }

  .direction {
    flex-direction: column-reverse;
  }

  .yates_textContainer {
    width: 100%;
    padding-left: 2em;
    padding-left: 0;
    text-align: center;
  }

  .yates_textContainer button {
    display: none;
  }

  #text {
    font-family: Facit;
    color: #000000;
    font-size: 2rem;
    line-height: 100%;
  }

  #textTwo {
    padding: 0;
    font-size: 2.8rem;
    font-family: FacitBold;
    color: #014492;
    text-transform: uppercase;
    line-height: 100%;
  }

  #textThree {
    font-family: Facit;
    color: #000000;
    font-size: 1rem;
    padding: 1em 0;
    display: none;
  }

  #btnMobile {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .yates_imgContainer {
    height: auto;
  }

  .yates_imgContainer img {
    height: auto;
  }

  /* --------------------GARANTIA--------------------- */
  .garantiaSection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    padding: 5vh 0;
  }

  .garantiaColumnTwo {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1em;
  }

  .garantia {
    display: flex;
    width: 80%;
    flex-direction: column;
    text-align: start;
    justify-content: start;
    gap: 0.5em;
    font-size: 0.2rem;
  }

  .test {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    align-self: center;
    height: 100%;
  }

  .garantiaContenedor {
    height: 9vh;
  }

  .test button {
    width: 100%;
  }

  .garantia span {
    font-family: Facit;
    color: #000000;
    font-size: 1.5rem;
  }

  .garantiaContenedor {
    width: 100%;
    box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.411);
  }

  .garantiaContenedor:hover {
    transform: none;
  }

  .garantiaContenedor img {
    object-fit: cover;
    height: 100%;
    /* opacity: 1; */
  }

  .marca img {
    height: auto;
    width: 40%;
  }

  /* -----------------Soluciones------------ */
  #soluciones {
    display: none;
  }

  /* SOLUCIONES MOBILE  */
  #solucionesMobile {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    overflow: hidden;
  }

  #carruselSoluciones {
    overflow: hidden;
    display: flex;
    align-items: start;
    justify-content: start;
    padding-left: 1em;
    width: 530%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    gap: 1em;
  }

  .solucionesMobileText {
    /* background-color: red; */
    align-self: center;
    width: 80%;
    text-align: start;
  }

  .solucionesContenido {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 0.5em 0;
  }

  .solucionesContenido .yates_imgContainer {
    align-self: self-start;
    display: flex;
    height: 40vh;
    width: 60vw;
    box-shadow: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.37);
  }

  .solucionesContenido .yates_imgContainer img {
    object-fit: cover;
    height: 100%;
  }

  .mobileArrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobileDescription {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: block;
    /* width: 150px; */
    width: 100px;
    width: 100%;
    /* word-break: break-all; */
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 2.4em;
    color: #000000;
  }

  #solucionesTxt {
    position: absolute;
    bottom: 22%;
    top: -130%;
    left: 600%;
    /* color: red; */
    z-index: 10;
  }

  .mobileArrows span {
    position: relative;
    z-index: 1;
    /* background-color: green; */
  }

  .mobileArrows .mobileDescription::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 15%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 90%);
  }

  .soluciones_cardInfo {
    align-self: center;
    width: 80%;
  }

  .solucionesMob_carruselTrigger {
    width: 100%;
    padding: 0.5em 0;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .solucionesMob_carruselTrigger span {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
  }

  .animacionTexto {
    animation: fadeOut 0.5s ease-in-out forwards;
  }

  .soluciones_btnContainer {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    /* background-color: red; */
  }

  .arrowContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    /* background-color: green; */
    gap: 2em;
  }

  .novedades_arrows {
    position: relative;
    top: auto;
    width: 20px;
    height: 20px;
  }

  .prev {
    border-bottom: 6px solid;
    border-left: 6px solid;
    border-color: #014492;
    left: auto;
    align-self: auto;
    /* transform: translateY(-50%) rotate(45deg); */
    transform: translateY(0) rotate(45deg);
    /* transform: translateY(0) rotate(-135deg); */
  }

  .next {
    border-bottom: 6px solid;
    border-left: 6px solid;
    border-color: #014492;
    left: auto;
    transform: translateY(0) rotate(-135deg);
  }

  /* -------------------Footer------------------------- */
  .footerContainer {
    flex-direction: column;
    gap: 1.5em;
  }

  .redesContainer {
    width: 100%;
    justify-content: space-between;
  }

  .redes .text {
    display: none;
  }

  .redesContainer div {
    width: 11vw;
    height: 11vw;
  }

  .numero span {
    font-size: 0.8rem;
  }

  .info p:nth-child(2) {
    font-size: 0.8rem;
  }

  .info p:nth-child(3) {
    font-size: 0.8rem;
  }
}





/* VER INDIAN WARN  */


.sectionVer {
  position: fixed;
  z-index: 100;
  background-color: #982437;
  opacity: 0.95;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  display: none;
}

.sectionVer h4 {
  width: 90%;
  font-size: 42px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;

}

.sectionVer p {
  width: 90%;
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;

}

.btnContVer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.sectionVer button {
  font-size: 17px;
  font-weight: bold;
  background-color: #982437;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding: 5px;
  cursor: pointer;
  width: auto;
}

.sectionVer button:hover {
  opacity: 0.8;
}


@media (min-width: 768px) {
  .sectionVer {
    gap: 30px;
  }

  .sectionVer h4 {
    font-size: 55px;
    width: 90%;

  }

  .sectionVer p {
    font-size: 24px;
    width: 70%;

  }



  .sectionVer button {
    font-size: 24px;
  }

}



@media (min-width: 1500px) {
  .sectionVer {
    gap: 30px;
  }

  .sectionVer h4 {
    font-size: 63px;

  }

  .sectionVer p {
    font-size: 24px;
    width: 60%;

  }

  .btnContVer {
    gap: 40px;
  }

  .sectionVer button {
    font-size: 24px;
    padding: 15px;

  }


}


/* MONITOR OFICINA DE NAVAL LARGO  */
/* @media (min-height: 1000px) {
.espacioBlanco {
  height: 0;
}

.testheader {
  height: auto;
}

.headerContainer:hover {
  width: 100%;
}

#hoverEmbarcaciones img {
  width: 100px;
  width: 80%;
}

.novedades {
  padding: 4vh 0;
}

.contenedorSection {
  padding: 4vh 0;
}

.yates_imgContainer {
  height: auto;
}

.garantiaSection {
  padding: 4vh 0;
  
}

.test {
  height: 15vh;
}

.headerContainer:hover .text {
  font-size: 0.8rem;
}


} */

/* MONITOR OFICINA DE NAVAL LARGO  */
/* MOBILE  */
@media (min-height: 1000px) {

  nav {
    display: none;
  }
  .espacioBlanco {
    height: 0;
  }

  .hoverMarca img {
    width: 500px;
  }

  #clubCar {
    width: 500px;
  }

  #hoverMarcaPropulsionInterna {
    gap: 120px
  }

  #volvo {
    width: 500px;

  }

  #mitsubishi {
    width: 500px;
  }

  #kongsberg {
    width: 500px;
  }

  #movilidad img {
    width: 400px;

  }

  #movilidad {
    gap: 60px;
    justify-content: center;
  }

  #hoverEmbarcaciones img {
    width: 350px;
  }

  #funcionesHeight {
    height: auto;
  }

  #funcionesHeight div {
    height: auto;
  }

  .funcionesTitulo {
    font-size: 25px;
  }


  .headerContainer .text {
    font-size: 40px;
  }

  .headerContainer:hover .text {
    font-size: 40px;
  }

  #hoverMarcaPropulsion .contenedorGeneracionMobile {
    display: flex;
    gap: 100px;
  }

  #generac {
    width: 500px;
  }

  .contenedorGeneracionMobile #onan {
    width: 300px;

  }

  .contenedorGeneracionMobile #mase {
    width: 300px;
  }

  .contenedorGeneracionMobile #mitsubishi {
    width: 500px;
  }

  #hoverMarcaPropulsion {
    gap: 120px;
  }



  /* NOVEDADES  */
  .solucionesMobileText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /* .span_novedades {
    margin-left: 20px;
  } */

  .solucionesMob_carruselTrigger span {
    font-size: 50px;
  }

  .mobileDescription {
    line-height: normal;
    max-height: 500px;
  }

}