body {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #11254D;
}

a {
  text-decoration: none !important;
}

p {
  font-size: 1em !important;
  line-height: 1.4em !important;
}

hr {
  margin: 2rem 0;
}

h2 {
  font-size: 2.4em;
}

.thin {
  font-weight: 100 !important;
}

.container {
  max-width: 960px;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
}

.icon-link>.bi {
  width: .75em;
  height: .75em;
}

.display-5 {
  font-size: 4em;
}

.px-md-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}


.tea {
  background: #BFDED570;
}

.color {
  color: #DF6845;
}

.color-2 {
  color: #4CB7B2;
}

.color-3 {
  color: #DF6845;
}

.photo-1,
.photo-2 {
  width: 100%;
  height: 100%;
}

.photo-1 {
  height: 550px;
  max-height: 550px;
  background: #ABCBE8 url(../images/aquatex-01.jpg) no-repeat center center;
  display: block;
}


.photo-2 {
  height: 450px;
  background: #A4B8B8 url(../images/juan-carlos-maldonado.jpg) no-repeat center center;
  background-size: auto 100%;
  display: block;
}


.image-service {
  width: 90%;
  margin-bottom: 30px;
}

.row>* {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.number-xl {
  font-size: 6em;
  color: #BFDED5;
}

.rounded {
  border-radius: 25px !important;
}

strong {
  font-weight: 800;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

footer {
  background: #11254D;
  color: #fff;
}

footer a {
  text-decoration: none;
  color: #fff;
}

.main-brand {
  padding-left: 2%;
  padding-right: 2%;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

/*
 * Extra utilities
 */

.aquatex-1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #11254D url(../images/aquatex-01.jpg) no-repeat center center fixed;
}

.flex-equal>* {
  flex: 1;
}

.language {
  position: absolute;
  left: 2em;
  bottom: 2em;
}

.social {
  position: absolute;
  right: 2em;
  bottom: 2em;
}

.text-justify {
  text-align: justify !important;
}

.container-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 100px;
}


.navbar-nav {
  display: flex !important;
  flex-direction: row;
  width: 60%;
  margin: 0 auto;
}


.language-selector {
  margin-right: 10px;
}

.language-selector img {
  width: 56px;
  height: 56px;
}

.nav-link {
  border: solid 1px #ffffff80;
  background: transparent;
  border-radius: 100px;
  padding: .5em 2em !important;
  display: block;
  font-size: 1.4em;
  font-weight: 400;
  color: #ffffff90;
}

.nav-link:hover {
  border: solid 1px #fff;
  color: #fff;

}


.cover-home {
  background: #11254D url(../images/bg-aquatex.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .flex-md-equal>* {
    flex: 1;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-nav {
    width: 90% !important;
  }

}

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


  .photo-1,
  .photo-2 {
    max-height: 400px;
  }


  .display-5 {
    font-size: 3em !important;
  }

  .container-nav {
    margin-top: 20px;
  }

  .navbar-nav {
    width: 96% !important;
  }

  .navbar-nav {
    flex-direction: column;
  }

  .nav-link {
    margin-bottom: .5em;
  }

  .language img,
  .social img {
    width: 40px !important;
    height: 40px !important;
  }
}


@media screen and (max-width: 768px) {
  .image-service {
    min-width: 200px !important;
  }

  .image-service {
    margin-left: 30px;
  }
}