/* ==============================================================
/*	FUENTES
/* ============================================================== */
@font-face {
  font-family: "rotoplas-bold";
  src: url("fonts/Rotoplas-Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: "rotoplas-bold-italic";
  src: url("fonts/Rotoplas-BoldItalic.otf");
  font-display: swap;
}
@font-face {
  font-family: "rotoplas-regular";
  src: url("fonts/Rotoplas-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "rotoplas-light";
  src: url("fonts/Rotoplas-Light.otf");
  font-display: swap;
}

@font-face {
  font-family: "rotoplas-light-italic";
  src: url("fonts/Rotoplas-LightItalic.otf");
  font-display: swap;
}

body {
  font-family: "rotoplas-regular", sans-serif;
  color: #002554;
  font-size: 1rem;
  line-height: normal;
}

.bold {
  font-family: "rotoplas-bold";
}
.regular {
  font-family: "rotoplas-regular";
}
.light {
  font-family: "rotoplas-light";
}
.bold-italic {
  font-family: "rotoplas-bold-italic";
}
.light-italic {
  font-family: "rotoplas-light-italic";
}

/* Alineación */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

/* fuentes */
.darkblue {
  color: #002554;
}
.lightblue {
  color: #00aae3;
}
.white {
  color: #fff;
}
.gray {
  color: #2b2929;
}
.lightgray {
  color: gray;
}

/* padding */
.pad10 {
  padding: 10px;
}
.padb20 {
  padding-bottom: 20px;
}
.pad20 {
  padding: 20px;
}
.pad30 {
  padding: 30px;
}
.pad40 {
  padding: 40px;
}

/* links */
.nodecoration {
  text-decoration: none;
}

/* .ctadarkblue {
  background: #002554;
  color: white;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px;
  border-radius: 40px;
} */

/* ============================================================== */
/*	TAMAÑOS DE FUENTES
/* ============================================================== */
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs24 {
  font-size: 24px;
}
.fs30 {
  font-size: 30px;
}
.fs40 {
  font-size: 40px;
}
.fs50 {
  font-size: 50px;
}
.fs60 {
  font-size: 60px;
}
.fs70 {
  font-size: 70px;
}
.fs80 {
  font-size: 80px;
}

.lhn {
  line-height: normal;
}
/* tamaÃ±os fuentes */

.float-left {
  float: left;
}
.float-right {
  float: right;
}

.bgwhite {
  background: white;
}

.margin0 {
  margin: 0px !important;
}
/* ============================================================== */
/*	TAMAÑOS DE PÁRRAFO */
/* ============================================================== */

.pmax400 {
  max-width: 400px;
  margin: auto;
}
.pmax500 {
  max-width: 500px;
  margin: auto;
}
.pmax600 {
  max-width: 600px;
  margin: auto;
}

.rrss {
  width: 30px;
  margin: 5px;
}

body {
  transition: all 0.5s;
  color: #002554;
}

.product-img {
  max-width: 250px;
  width: 100% !important;
  margin: 0 ;
}

.productheader {
  width: 50%;
}

.ctadarkblue {
  background: #002554;
  color: white;
  padding: 10px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 1s;
  border: solid 3px #3994ef;
}

.ctadarkblue:hover {
  background: #00aae3;
  transition: all 1s;
}

.menuitem {
  margin: 20px;
}

.menuitem img {
  width: 13px;
}

.buttonarrow {
  width: 13px;
}

#header {
  box-shadow: 0px 0px 10px gray;
  height: 80px;
  background-color: #002554;
}

#headerblock {
  text-align: left;
}

.logo {
  /* margin:10px; */
  height: 60px;
}

h1 {
  margin-top: 200px;
}

.slider {
  width: 100%;
  min-height: 500px;
  background-color: #fff;
  background-size: cover;
  background-position: right bottom;
}

.slidercontainer {
  height: calc(60% - 80px);
  width: 100%;
  background-size: cover;
  background-position: right bottom;
  position: absolute;

  display: none;
  opacity: 0;
  transform: scale(1.1);
  transition: all 1s ease-in-out;
}

.sliderlanding {
  width: 100%;
  background-color: #fff;
  height: fit-content;
}

.slidercontainerlanding {
  width: 100%;
  background-size: auto 100%;
  background-position: left bottom;
  background-repeat: no-repeat;

  display: none;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.slidercontainer.active,
.slidercontainerlanding.active {
  display: block;
  opacity: 1;
  transition: all 1s ease-in-out;
}

.slide-content {
  max-width: 300px;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 40%;
  transform: scale(1.5);
  left: 10%;
}

.slide-contentlanding {
  text-align: left;
  color: #fff;
  position: absolute;
  left: 20%;
}

.slide-content h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bolder;
}

.slide-content h3 {
  font-size: 14px;
  margin-bottom: 20px;
}

#sliderimage {
  position: absolute;
  right: 20px;
  top: 40px;
  height: 80%;
}

#slidercontrols {
  position: absolute;
  bottom: 40px;
  z-index: 200;
  text-align: center;
  width: 100%;
}

.slidercontainercontrol {
  background: white;
  opacity: 0.2;
  width: 50px;
  height: 10px;
  display: inline-block;
  border-radius: 10px;
  margin: 5px;
  transition: all 1s;
  transform: scale(1);
  cursor: pointer;
}

.slidercontainercontrol.controlactive {
  opacity: 1;
  transition: all 1s;
}

.slidercontainercontrol:hover {
  transform: scale(1.2);
  transition: all 1s;
  background: #00aae3;
  opacity: 1;
}

.beneficiosbg {
  /* background-position: right bottom;
    background-size: auto 70%; */
  /* background-repeat: no-repeat; */
  /* background-color: #eee;; */
  background-size: cover;
}

.productcards {
  margin: 10px;
  display: inline-block;
  vertical-align: bottom;
}

.productcardimage {
  width: 100%;
}

.productcardicon {
  width: 20px;
}

.cardcontainercontrol {
  background: white;
  opacity: 0.2;
  width: 20px;
  height: 10px;
  display: inline-block;
  border-radius: 10px;
  margin: 5px;
  transition: all 1s;
  transform: scale(1);
  cursor: pointer;
  color: black;
}

.cardcontainercontrolactive {
  opacity: 1;
  transition: all 1s;
}

.controlactivecard {
  display: block;
}

.clientcard {
  width: 350px;
  height: 300px;
  box-shadow: 0px 0px 10px #002554;
  border-radius: 10px;
  background: white;
  display: block;
  position: absolute;
  left: calc(50% - 175px);
  padding: 35px;
  transition: all 1s;
  cursor: pointer;
}

.clientcard:hover {
  transition: all 1s;
}

.cardposition2 {
  transform: translate(400px, 0) scale(0.8);
  z-index: 5000;
}

.cardposition1 {
  transform: translate(-400px, 0) scale(0.8);
  z-index: 5000;
}

.cardposition4 {
  transform: translate(200px, 0) scale(0.9);
  z-index: 10000;
}

.cardposition3 {
  transform: translate(-200px, 0) scale(0.9);
  z-index: 10000;
}

.cardposition5 {
  transform: translate(0px, 0) scale(1);
  z-index: 20000;
}

.cardcontrolbutton {
  display: none;
}

#breakelement {
  background: #002554;
  background-position: center center;
  background-size: cover;
  color: #0099dc;
}

#fourth,
.gradiant {
  background: rgb(0, 113, 188);
  background: linear-gradient(
    90deg,
    rgba(0, 113, 188, 1) 35%,
    rgba(0, 170, 227, 1) 100%
  );
  color: white;
}

#breakelementblock,
#breakelementblockicon {
  padding: 20px;
}

#first .container .row div {
  padding: 20px;
  text-align: center;
}

/* #first img {
  width: 80px;
  margin: 20px;
} */

.productos-align {
  justify-content: center;
}

#second img {
  width: 100%;
}

#second table {
  margin: 20px;
}

#second table tr td {
  padding: 10px;
  vertical-align: top;
}

.tabletanque td {
  border: thin solid #00aae3;
  padding: 20px;
}

.image {
  width: 100%;
}

.marker {
  width: 100px;
  border: solid 6px #00aae3;
  border-radius: 25px;
}

.iconcheck {
  width: 20px;
}

#third table {
  margin: 20px;
}

#third table tr td {
  padding: 10px;
  vertical-align: top;
}

#correo {
  color: #002554;
  border: thin solid #aaa;
  border-radius: 40px;
  padding: 10px;
  text-align: center;
  min-width: 200px;
  transform: scale(1);
}

#submitform {
  color: #fff;
  background: #00aae3;
  border: none;
  border-radius: 40px;
  padding: 10px;
  text-align: center;
  min-width: 200px;
  transition: all 1s;
  transform: scale(1);
  margin: 10px;
}

#submitform:hover {
  background: #002554;
  transition: all 0.5s;
  cursor: pointer;
  transform: scale(1.1);
}

#fourth {
  height: 500px;
}

.cardprofilepicture {
  background-size: cover;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: 20px;
}

#fiveth {
  background-color: #ddd;
}

.answarebox {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  display: none;
}

.answarebox p {
  padding: 10px;
}

.showansware {
  opacity: 1;
  visibility: visible;
  display: block;
}

.questionbox {
  background: url(imgs/icon_plus.svg) no-repeat,
    linear-gradient(89deg, rgba(0, 113, 188, 1) 35%, rgba(0, 170, 227, 1) 100%);
  color: white;
  background-size: 40px, cover;
  background-position: right 10px;

  cursor: pointer;

  transform: scale(1);
  transition: all 1s;
}

.questionbox:hover {
  transform: scale(1.01);
  transition: all 1s;
}

#footer {
  background-color: #002554;
}

.logofooter {
  margin: 70px;
  height: 60px;
}

.disclaimer {
  margin-top: 95px;
  text-align: left;
}

.margin-10 {
  margin: 10px;
}

.padding-10 {
  padding: 10px;
}

#fixedcta {
  background: #00aae3;
  color: #fff;
  padding: 20px;
  border-radius: 40px 0 0 40px;
  position: fixed;
  right: 0px;
  top: 50px;
  z-index: 30000;
  cursor: pointer;
  transition: all 0.5s;
  transform: scale(1) translate(0);
}

#fixedcta:hover {
  background: #002554;
  transition: all 1s;
  transform: scale(1.1) translate(-100);
}

#thankyou {
  z-index: 100000;
  background: rgb(0, 113, 188);
  background: linear-gradient(
    90deg,
    rgba(0, 113, 188, 1) 35%,
    rgba(0, 170, 227, 1) 100%
  );
  color: white;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  color: white;
  opacity: 0.9;
  text-align: center;
}

#thankyou p {
  max-width: 350px;
  margin: auto;
}

#asignedcode {
  color: #002554;
  font-weight: bolder;
  background: white;
  width: 250px;
  padding: 20px;
  border-radius: 10px;
  margin: auto;
}

#closeicon {
  display: none;
  width: 15px;
  position: fixed;
  z-index: 110000;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 1s;
  transform: scale(1);
}

#closeicon:hover {
  transition: all 1s;
  transform: scale(1.1);
}

@media (max-width: 600px) {
  #headerblock {
    text-align: center;
  }

  .disclaimer {
    margin-top: 10px;
    text-align: center;
  }

  .slide-content {
    max-width: 200px;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 150px;
    left: 20%;
    top: auto;
  }

  #fixedcta {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
    display: none;
  }

  .clientcard {
    display: none;
    transform: translate(0, 0) scale(1);
    z-index: 10000;
  }

  .activecard {
    display: block;
  }

  .cardcontrolbutton {
    display: block;
  }

  #slider2 {
    background-position: 70%;
  }

  #sliderimage {
    width: 300px;
    max-height: 265px;
  }

  #breakelementblockicon {
    display: none;
  }
}

.disabled {
  background: #efefef !important;
  color: darkgray !important;
  transform: scale(1) !important;
  cursor: not-allowed !important;
}

.disabled:hover {
  background: #efefef !important;
  color: darkgray !important;
  transform: scale(1) !important;
  cursor: not-allowed !important;
}

.new-slider2 {
  background-image: url(imgs/home/fondo-almacenamiento-hero.jpg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-top: 80px; */
}
.padding-slider {
  /* padding: 0px 0px 0px 0px; */
  padding-left: 80px;
  margin: 0 0 0 0;
}

.padding-slider2 {
  aspect-ratio: auto;
  width: 100%;
  padding-top: 80px;
  padding-left: 50;
}

.cajax {
  display: grid;
  grid-template-columns: 1fr 10px 2fr;
}
.bannerImage {
  padding-top: 70px;
}

.bannerText {
  align-self: center;
}

.cajax2 {
  display: grid;
  grid-template-columns: 1fr 10px 1fr;
}

.cajax2 div img {
  padding-top: 50px;
}

@media (max-width: 900px) {
  .cajax {
    grid-template-columns: 1fr;
  }
  .cajax2 {
    grid-template-columns: 1fr;
  }
  .cajax2 div img {
    padding-top: 0px;
  }

  .bannerImage {
    padding-top: 20px;
  }

  .bannerText {
    padding-top: 30px;
  }
}

ul {
  list-style: none;
  background: #002554;
}

ul li {
  display: inline-block;
  position: relative;
  padding: 0;
}

ul li a {
  display: block;
  padding: 20px 25px;
  margin: 0 0 0 0 !important;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

ul li ul.dropdown li {
  display: block;
}

ul li ul.dropdown {
  width: 100%;
  background: #002554;
  position: absolute;
  z-index: 999;
  display: none;
}

ul li a:hover {
  background: #00aae3;
}

ul li:hover ul.dropdown {
  display: block;
}

.header22 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  background-color: #002554;
}

.ul-header {
  width: 50%;
  display: flex;
  /* flex-direction: column; */
  align-items: end;
  justify-content: end;
}

@media (max-width: 900px) {
  .ul-header {
     flex-direction: column;
     
  }
}

.accesorios {
  background-size: cover;
  padding: 30px 0;
}

.accesorios-interno {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.accesorios-interno img {
  padding: 25px 0;
}

@media (max-width: 900px) {
  .accesorios-interno {
    display: block;
  }
}

.video-element {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #002554;
  color: #00aae3;
  padding: 50px 100px 0px 100px;
}

.video-element-1 {
  padding: 0px 50px 0px 0px;
}

.video-element-2 {
  height: 315px;
}

.video-element-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.video-element-btn a {
  color: #fff;
  border: solid 2px #3994ef;
  border-radius: 40px;
  padding: 5px 0px;
  width: 170px;
  text-align: center;
  margin-top: 15px;
}

.video-element-btn a:hover {
  background-color: #3994ef;
  transition: all 1s;
}

.bim-module img {
  width: 100%;
  padding-right: 30px;
}

.bim-module-2 p {
  padding: 20px 0;
}

.extern {
  /* background-color: #002554; */
}

.productos-relacionados {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px 50px 50px 50px;
}

.productos-relacionados-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.formulario-contacto {
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr 2fr;
  color: #fff;
}

.formulario-contacto-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

.formulario-contacto-form form div{
    margin-top: 10px;
}

.formulario-contacto-form form input{
  background-color: transparent;
  border: 2px solid #fff;
  width: 100%;
  color: #fff;
  margin-top: 5px;
}

.submit-btn {
    display: flex;
    justify-content: center;
}

.submit-btn button {
    width: 200px;
}

.formulario-contacto-form form textarea{
    background-color: transparent;
    border: 2px solid #fff;
    width: 100%;
    color: #fff;
    margin-top: 5px;
}

.formulario-contacto img {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 30px;
}

.descargable {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}


@media (max-width: 900px) {
  .video-element {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 20px 30px;
  }

  .video-element-1 {
    padding-bottom: 30px;
  }

  .video-element-btn {
    display: flex;
    flex-direction: column;
  }

  .video-element-btn a {
    margin-top: 15px;
    width: 100%;
  }

  .productos-relacionados {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .formulario-contacto {
    grid-template-columns: 1fr;
  }

  .formulario-contacto-form {
    padding: 20px;
  }

}

@media (min-width: 1440px) {
  .video-element-2 {
  }
  .video-element {
    max-width: 1400px;
  }
  .extern {
    /* background-color: #002554; */
    display: flex;
    justify-content: center;
  }
}
