@charset "UTF-8";
/*--
Author: W3layouts
Author URL: http://w3layouts.com
--*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  /* --pink: #e83e8c; */
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  /* --primary: #ff668a; */
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #00275D; }

.mapa{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* formulario donaciones */
.form {
  color: #1f2c5b;
  position: absolute;
  display: block;
  background-color: #f2f2f2;
  border-radius: 50px 50px 0px 0px;
  width: 480px;
  height: 400px;
  box-shadow: 0 0 50px -25px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  top: 50%;
  right: 120px;
  transform: translateY(-25%);
}
.titulo-form{
  margin-bottom: 10px;
  font-weight: 600;
}
.form .loading::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
@keyframes loader {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.form .loading::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 75%;
    transform: translateY(-50%) translateX(-50%);
    animation: loader 0.5s linear infinite;
    z-index: 10;
    border-right: 4px solid transparent;
    border-left: 4px solid #e39224;
    border-top: 4px solid #e39224;
    border-bottom: 4px solid #e39224;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.container-screens {
    display: flex;
    height: 100%;
    width: 960px;
    position: relative;
    right: 0;
    transition: all 0.4s;
}
.screen {
    padding: 25px;
    display: block;
    width: 480px;
}
.screen .columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.screen .columns > div {
    width: 50%;
}
.divider {
    display: block;
    width: 50%;
    height: 1px;
    border-radius: 5px;
    background-color: #1f2c5b;
    margin: 10px auto;
}
.screen .columns input,
.screen .columns select {
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #4473b1;
    padding: 7px;
    font-size: 1rem;
    margin: 10px auto;
    max-width: 100%;
    width: 100%;
    gap: 15px
}
.screen > .btns > a {
    padding: 10px;
    font-size: 0.9rem;
    text-align: center;
}
.screen > .btns > a.active {
  background-color: #e96b22;
}
.screen > .btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin: 20px auto;
}
.screen .double-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.screen .btn {
  display: block;
  outline: none;
  border: none;
  width: 230px;
  padding: 10px 20px;
  background-color: #e39224;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 1.1rem;
  box-shadow: 0 0 50px -25px rgba(0, 0, 0, 0.5);
  margin: 20px auto;
}
.btn-naranja {
  background-color: #1F2C5B;
  color: #fff;
  padding: 10px 70px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 1.1rem;
  box-shadow: 0 0 50px -25px rgba(0, 0, 0, 0.5);
}
.btn-naranja:hover {
  transform: scale(1.05);
}
.screen label {
  display: block;
  margin: 5px auto;
  line-height: normal;
}
.screen input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.screen a[target="_blank"] {
  color: #e39224;
}
.screen p,
.screen label {
  font-size: 1.1rem;
}
.img-niñas{
  width: 60%;
  margin: 30px 100px;
}
@media screen and (min-width: 358px) and (max-width: 500px) {
  .img-niñas{
    margin: 0;
    width: 100%;
    padding: 30px;
  }
  .contenedor-incio{
    margin-top: 100%;
  }
  .form{
    max-width: 100%;
    width: 100%;
    height: 95%;
    right: 0;
    top: 100%;
  }
  .container-screens{
        height: 100%;
        position: relative;
        transition: all 0.4s;
  }
  .screen {
    padding: 30px;
    display: block;
    width: 40%;
}
.segundo-bloque{
  flex-direction: column-reverse;
}
}
@media (width: 360px){
  .screen {
    padding: 30px;
    display: block;
    width: 37.5%;
}
}
@media (width:412px){
  .container-screens{
    height: 100%;
    position: relative;
    transition: all 0.4s;
}
.screen {
  padding: 30px;
  display: block;
  width: 43%;
}
}
@media (width:414px){
  .container-screens{
    height: 100%;
    position: relative;
    transition: all 0.4s;
}
.screen {
  padding: 30px;
  display: block;
  width: 43%;
}
}
@media (width:430px){
  .container-screens{
    height: 100%;
    position: relative;
    transition: all 0.4s;
}
.screen {
  padding: 30px;
  display: block;
  width: 45%;
}
}
/* Formulario donaciones */
textarea {
  overflow: auto;
  resize: none;
  height: 99px;
  width: 569px;
}
.area-box-info  p{
  color:white;
}
.Donation{
  text-align: center;
}
.Donation h2{
  color: white;
  font-family: roboto;
}
.Donation p{
  color: white;
  font-family: roboto;
}
.containerDona{
  position: relative;
  top: -300px;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-left: 50%;
}
.dona{
  margin-bottom: -80px;
}
@media (min-width: 360px) and (max-width: 1040px) {
  .containerDona{
    position: relative;
    top: -120px;
    padding: 30px 30px;
    margin-left: 0;
  }
  .containerDona p{
      line-height: 20px;
  }
  .nuestra-experiencia{
    margin-top: 50px;
  }
}
.contenedor{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  overflow-x: auto;
  margin: 0px 24px;
}

@media (max-width: 1150px) {
  .contenedor {
    grid-template-columns: repeat(4, 1fr); /* Reducir el número de columnas a 3 en dispositivos pequeños */
    margin: 0;
  }
}
@media (max-width: 780px) {
  .contenedor {
    grid-template-columns: repeat(3, 1fr); /* Reducir el número de columnas a 3 en dispositivos pequeños */
    margin: 50px;
  }
}
@media (min-width: 360px) and (max-width: 500px) {
  .contenedor {
    grid-template-columns: repeat(2, 1fr); /* Reducir el número de columnas a 3 en dispositivos pequeños */
    margin: 10px;  
  }
}
@media (max-width: 360px) {
  .contenedor {
    grid-template-columns: repeat(2, 1fr); /* Reducir el número de columnas a 3 en dispositivos pequeños */
    margin: 10px;  
  }
}
@media (min-width: 360px) and (max-width: 480px){
  .contenedor div img{
    width: 100px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }

h2, .h2 {
  font-size: 2rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.325rem + 0.9vw) ; } }

h3, .h3 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h4, .h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }
.video-introductorio{
  display: flex; 
  justify-content: center;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 375px) {
    .container form{
      margin-bottom: 10px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
 }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
 }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
 }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 10px 0px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
font-family: 'roboto';}
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffe6ec;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #00275D; }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(48, 43, 44, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: white;
  background-color: #00275D;
  border-color: #00275D; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }
.nav-item {
    margin-bottom: -1px; }
.nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }

.nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
 .nav-link {
  border-radius: 0.25rem; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }
  .collapse:not(.show) {
    display: none;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: black; }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #00275D; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }
.fa-bars:before {
    content: "\f0c9"; /* Código Unicode del ícono de 'bars' */
    font-family: "Font Awesome 5 Free"; /* Asegúrate de usar el nombre correcto de la fuente */
    font-weight: 900; /* Algunos íconos necesitan este peso */
}
.fa-times:before {
  content: "\f057"; /* Código Unicode del ícono de 'bars' */
  font-family: "Font Awesome 5 Free"; /* Asegúrate de usar el nombre correcto de la fuente */
  font-weight: 900; /* Algunos íconos necesitan este peso */
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }


.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }



.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mb-4,
.my-4 {
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  max-width: 100%;
  width:100%;
  /* margin-top: 3rem !important;  */
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }
.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;}
    
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; 
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.noscroll {
  overflow: hidden;
  height: 100vh; }

html {
  scroll-behavior: smooth; }

body,
html {
  margin: 0;
  padding: 0;
  background: var(--bg-lightgrey);
  color: var(--font-color);
  font-family: 'Kumbh Sans', sans-serif; }

body a,
button,
.btn {
  cursor: pointer !important;
  font-family: 'Kumbh Sans', sans-serif; }

.align-self {
  align-self: center; }



a,
a:hover {
  text-decoration: none; }

iframe {
  border: none;
  display: block; }

ul {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: var(--heading-color);
  font-family: 'Kumbh Sans', sans-serif; }

p {
  margin: 4px;
  padding: 0;
  font-size: 18px;
  line-height: 25px;
  color: var(--font-color);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif}

li {
  list-style-type: none; }

p.white {
  color: #eee; }

.align-center {
  align-self: center; }

.noscroll {
  min-height: 100vh;
  overflow: hidden; }

.radius-image {
  border-radius: var(--border-radius); }

.radius-image-full {
  border-radius: var(--border-radius-full); }

/*-- container --*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1200px; } }

/*-- //container --*/
.btn-style {
  padding: 13px 35px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  transition: 0.3s ease-in;
  border-radius: var(--border-radius); }

.btn-small {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  transition: 0.3s ease-in;
  border-radius: var(--border-radius); }

.btn-white {
  padding: 13px 35px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  transition: 0.3s ease-in;
  border-radius: var(--border-radius);
  background-color: #fff;
  color: var(--primary-color); }

.title-big {
  font-size: 44px;
  line-height: 50px;
  font-weight: 600;
  position: relative; 
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.title-left {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600; }

.title-big span {
  font-weight: 300; }

.title-small {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #aaa;
  display: block;
  text-transform: uppercase;
  opacity: .7; }

.header-section {
  max-width: 750px; }

.section-title-left {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700; }

.category-title {
  font-size: 38px;
  line-height: 45px;
  font-weight: 600; }

@media (max-width: 1080px) {
  .title-big {
    font-size: 36px !important;
    line-height: 46px;
    margin: 0;
    max-width: 100%; } }

@media (max-width: 768px) {
  .category-title {
    font-size: 32px !important;
    line-height: 42px; }
  .title-big {
    font-size: 34px !important;
    line-height: 42px; } }

@media (max-width: 736px) {
  .title-left {
    font-size: 24px;
    line-height: 36px; } }

@media (max-width: 568px) {
  .title-big {
    font-size: 30px !important;
    line-height: 40px; } }

@media (max-width: 415px) {
  .title-big {
    font-size: 28px !important;
    line-height: 34px; }
  .category-title {
    font-size: 28px !important;
    line-height: 38px; }
  .title-left {
    font-size: 22px;
    line-height: 30px; } }

@media (max-width: 384px) {
  .btn-white,
  .btn-style {
    padding: 12px 26px; }
  .title-big {
    font-size: 28px !important;
    line-height: 32px;
    font-size: 16px; }
  .title-small {
    font-size: 15px !important; }
  p, a {
    letter-spacing: 0px; 
    line-height: 20px;
  } }

/*-- toggle switch --*/
.theme-switch-wrapper {
  display: flex;
  align-items: center; }

.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 1rem; }

.theme-switch {
  display: inline-block;
  position: relative;
  margin: 0; }

.theme-switch input {
  display: none; }

/*-- //toggle switch --*/
/*-- dark and light mode styling --*/
.mode-container {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  margin-left: 10px; }

.gg-sun {
  position: relative;
  transform: scale(var(--ggs, 1));
  height: 24px;
  background: linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px -6px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px 14px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat -8px 5px/6px 2px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 14px 5px/6px 2px;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px;
  border: 6px solid transparent; }

.gg-moon {
  overflow: hidden;
  position: relative;
  transform: rotate(-135deg) scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-bottom: 2px solid transparent; }

.gg-moon,
.gg-moon:after {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff; }

.nav-fixed .gg-moon, .nav-fixed .gg-moon:after {
  color: var(--heading-color); }

.gg-moon:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  top: 8px;
  left: 2px; }

.gg-sun,
.gg-sun:after,
.gg-sun:before {
  box-sizing: border-box;
  display: block;
  width: 24px;
  color: #fff; }

.gg-sun:after,
.gg-sun:before {
  content: "";
  position: absolute;
  height: 2px;
  border-right: 4px solid;
  border-left: 4px solid;
  left: -6px;
  top: 5px; }

.gg-sun:before {
  transform: rotate(-45deg); }

.gg-sun:after {
  transform: rotate(45deg); }

.mode-container i.gg-sun {
  display: none; }

.mode-container i.gg-moon {
  display: block; }

input:checked + .mode-container i.gg-sun {
  display: block; }

input:checked + .mode-container i.gg-moon {
  display: none; }

/*-- //dark and light mode styling --*/
button.navbar-toggler .icon-close {
  display: block; }

button.navbar-toggler .icon-expand {
  display: none; }

button.navbar-toggler.collapsed .icon-close {
  display: none; }

button.navbar-toggler.collapsed .icon-expand {
  display: block; }

header {
  padding: 0px;
  transition: all 0.4s ease 0s;
  height: 100px;
  display: grid;
  align-items: center;
  z-index: 99 !important; }

header.active {
  background: #ffffff70; }

.navbar {
  padding: 0; }

.navbar .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Pacifico', cursive;
  letter-spacing: 2px; }

.navbar .navbar-brand span.sub-log {
  width: 40px;
  border-radius: 20px 20px 0px 0px;
  border-top: 8px solid #fff; }

.navbar .navbar-brand:hover {
  opacity: 0.95; }

.navbar .navbar-brand img {
  max-width: 140px;
  transition: all 0.5s ease; }

.navbar-expand-lg .navbar-nav .nav-item {
  padding: 0 15px;
  transition: all 0.5s ease;
  position: relative; }

/* .navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary-color); } */

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #00275D; }

.navbar-expand-lg .navbar-nav .nav-link.phone {
  text-transform: capitalize;
  transition: all 0.5s ease;
  padding: 14px 0 10px;
  font-size: 17px;
  font-weight: 600;
  color: #fff; }

.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: capitalize;
  transition: all 0.5s ease;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #00275D;
  display: block;
  position: relative;
  padding: 10px 12px; }

a.dropdown-item {
  font-weight: 600;
  font-size: 17px;
  text-align: left;
  color: var(--font-color); }

a.dropdown-item.active,
a.dropdown-item:hover {
  color: var(--primary-color) !important;
  background: none !important; }

.navbar-expand-lg .navbar-nav .dropdown-menu {
  transform: translateX(-50px);
  background: var(--bg-color);
  border: 1px solid var(--border-color-light); }

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--bg-color);
  border: 1px solid var(--border-color-light);
  display: block;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -7px;
  left: 40px;
  z-index: 1001; }

header.nav-fixed {
  padding: 0px;
  background-color: var(--bg-color);
  height: 80px;
  border-bottom: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  color: white;
}

.navbar-dark .navbar-nav .show >,
.navbar-dark .navbar-nav .nav-link.show {
  color: var(--font-color); }

nav ul li {
  display: inline-block; }

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s; }

nav ul li a:hover {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link:focus {
  color: var(--primary-color); }

.dropdown-toggle::after {
  display: none; }

.dropdown-menu {
  min-width: 12rem;
  padding: 1rem 0; }

.nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
  color: var(--heading-color);
  opacity: 0.9; }

.nav-fixed .navbar-expand-lg .navbar-nav li.nav-item.active .nav-link {
  opacity: 0.9; }

.nav-fixed .navbar-expand-lg .mode-container i {
  color: var(--heading-color);
  opacity: 0.9; }

.nav-fixed .navbar-expand-lg .navbar-brand {
  color: var(--heading-color); }

.nav-fixed .navbar-expand-lg .navbar-brand span.sub-log {
  border-top: 8px solid var(--primary-color); }

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--para-color);
  text-decoration: none;
  background-color: transparent; }

.navbar-expand-lg .search-bar {
  display: flex;
  flex: 1;
  max-width: 800px;
  width: 250px;
  margin: 0 auto; }

.navbar-expand-lg nav .search-bar .search {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative; }

.navbar-expand-lg nav .search-bar .search .search__input {
  display: flex;
  flex: 1;
  padding: 10px 50px 10px 20px;
  height: 48px;
  font-size: 17px;
  color: var(--font-color);
  border: none;
  font-weight: 400;
  border-radius: var(--border-radius);
  position: relative;
  right: 0;
  background: var(--bg-color);
  outline: 0;
  border: 1px solid var(--border-color-light); }

.navbar-expand-lg nav .search-bar .search .search__icon {
  position: absolute;
  right: 20px;
  font-size: 15px;
  top: 15px;
  cursor: pointer; }

@-webkit-keyframes rotation-show {
  0% {
    transform: perspective(1000px) rotateX(-90deg); }
  100% {
    transform: perspective(1000px) translateY(0); } }

@keyframes rotation-show {
  0% {
    transform: perspective(1000px) rotateX(-90deg); }
  100% {
    transform: perspective(1000px) translateY(0); } }

@media (max-width: 992px) {
  .navbar-expand-lg nav .search-bar {
    max-width: 800px;
    width: 100%;
    margin: 20px auto; } }

@media (max-width: 415px) {
  .navbar-expand-lg nav .search-bar {
    max-width: 800px;
    width: 100%; } }

::-webkit-input-placeholder {
  /* Edge */
  color: #999; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999; }

::-moz-placeholder {
  color: #999; }

::-ms-input-placeholder {
  color: #999; }

::placeholder {
  color: #999; }

@media only screen and (max-width: 1440px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 10px; }
  .navbar-expand-lg .nav_btn > li {
    padding: 0; } }

@media only screen and (max-width: 1199px) {
  .navbar .navbar-brand {
    font-size: 30px;
    margin-top: 4px; }
  .navbar .navbar-brand img {
    max-width: 109px; }
  .navbar-expand-lg .btn-gradient {
    padding: 10px 20px;
    font-size: 14px; }
  .navbar-expand-lg .navbar-nav.nav_btn > li {
    margin-left: 0px; }
  .navbar-expand-lg .navbar-nav.nav_btn a.btn {
    padding: 10px 20px; }
  .navbar-expand-lg .navbar-nav.nav_btn a {
    font-size: 14px;
    padding: 0px; } }

.navbar .navbar-brand img {
  max-width: 140px; }

.navbar-toggler {
  border: 0 none;
  font-size: 24px; }

.navbar-nav {
  -webkit-animation-name: none;
  animation-name: none;
  float: left;
  text-align: center;
  width: 100%;
  padding: 10px 0; }

.navbar-nav:last-child {
  border: 0; 
  position: absolute;
}

.navbar-expand-lg .navbar-nav .nav-item {
  -webkit-animation-name: none;
  animation-name: none;
  padding: 0; }

.navbar-expand-lg .navbar-nav.nav_btn > li {
  padding-bottom: 10px; }

.navbar-nav .dropdown-menu {
  text-align: center; }

.navbar-nav .dropdown-menu .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.3); }

.navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
  bottom: 0; }

.navbar-expand-lg .navbar-nav .dropdown-menu {
  transform: translateX(0px); }

header.nav-fixed {
  padding: 15px 0;
  background-color: #00275d82;
}

.navbar-dark .navbar-toggler-icon {
  background-image: none;
  padding: 0;
  width: 34px;
  height: 34px;
  display: inline-block;
  background: #00275D;
  border-radius: 4px;
  text-align: center; }

.navbar-toggler-icon.fa {
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  line-height: 34px; }

.navbar-toggler {
  padding: 0rem 0rem !important; }

.navbar-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0; }
.iconoubicacion{
  color: white;
}
@media only screen and (max-width: 767px) {
  #site-footer .copyright,
  #site-footer ul.footer-menu {
    text-align: center; } }

@media only screen and (max-width: 480px) {
  .navbar-brand img {
    max-width: 200px; }
  .mobile-position {
    position: absolute;
    right: 50px;
    top: 3px; }
  .navbar .navbar-brand {
    font-size: 26px; } }

@media only screen and (max-width: 991px) {
  .w3l-top-header {
    position: relative;
    height: 73px; }
  .navbar-nav {
    width: 100%; }
  .navbar-expand-lg .navbar-nav .dropdown-menu:before {
    top: -7px;
    left: 50%;
    z-index: 1001; }
  header {
    height: auto;
    padding: 15px 0; }
  header.nav-fixed {
    padding: 15px 0;
    height: auto; }
  a.dropdown-item {
    text-align: center; }
  .mobile-position {
    position: absolute;
    right: 50px;
    top: 12px; }
  header.active {
    overflow: scroll;
    height: 100%;
    display: block; } }

@media only screen and (max-width: 736px) {
  .mobile-position {
    top: 9px; } }

@media only screen and (max-width: 415px) {
  .mobile-position {
    top: 7px; } }

/*-- banner --*/
.w3l-banner {
  background: url(../images/Slider.png) no-repeat 0px 0px;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
  min-height: calc(100vh - 20px);
  display: grid;
  align-items: center; }


.banner-info-grid {
  max-width: 800px;
  margin: auto;
  text-align: center; }
.banner-info{
  position: absolute;
  top: 400px;
  left: 60px;
  line-height: 5;
}
.scroll_to_more{
  background-color: #4A82C3;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.scroll_to_more:hover{
  transform: scale(1.1);
}
@media (max-width: 2265px) {
  .banner-info {
    position: absolute;
    top: 600px;
    left: 60px;
    line-height: 5;
}
}
@media screen and (min-width: 1000px) and (max-width: 1400px){
  .banner-info {
    position: absolute;
    top: 400px;
    left: 60px;
    line-height: 5;
}
}
@media screen and (min-width: 360px) and (max-width: 700px) {
  .banner-info {
    position: absolute;
    top: 60%;
    left: 0;
    line-height: 5;
  }
  .mt-4, .my-4 {
    margin-top: 1.5rem !important;
    width: 80%;
    margin: auto;
}
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .banner-info{
    display: none; 
  }
}
.banner-info .text-header > h1{
color: white;
font-weight: bold;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.banner-info .text-header > h2{
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
.w3l-banner p {
  color: #fff; }

.w3l-banner .demo a {
  position: absolute;
  bottom: 20px;
  left: 48%;
  z-index: 2;
  display: inline-block;
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .3s;
  font-weight: 600; }

.w3l-banner .demo a:hover {
  opacity: .5; }

.w3l-banner #bottom a {
  padding-top: 70px; }

.w3l-banner #bottom a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box; }

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }

@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }

@media (max-width: 1080px) {
  .w3l-banner h3 {
    font-size: 80px; } }

@media (max-width: 991px) {
  .banner-form-w3 {
    margin-left: 0px; }
  .w3l-banner {
    min-height: 650px; }
  .w3l-banner h3 {
    font-size: 70px; } }

@media (max-width: 736px) {
  .w3l-banner h3 {
    font-size: 65px; }
  .w3l-banner {
    min-height: 600px; } }

@media (max-width: 568px) {
  .w3l-banner {
    min-height: 550px; } }

@media (max-width: 480px) {
  .w3l-banner h3 {
    font-size: 55px; }
  .w3l-banner {
    min-height: 500px; } }

@media (max-width: 415px) {
  .w3l-banner h3 {
    font-size: 30px;
    line-height: 55px; }
  .w3l-banner {
    min-height: 450px; } }

@media (max-width: 365px) {
  .w3l-banner h3 {
    font-size: 40px;
    line-height: 50px; } }

.w3l-bottom-grids-6 {
  background: var(--bg-color); }

.w3l-bottom-grids-6 h4 a.title-head {
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  margin: 30px;
  display: block;
  color: #4A82C3; }
  .somos{
    text-align: center;
  color: #00275D;
  font-weight: 600;
}
.somos2{
  color: white;
}
.text-p{
  padding: 30px 30px;
}
.text-p2{
  padding: 30px 0px;
}
.video{
  max-width: 100%;
}
.container-button{
  position: relative;
  width: 100%;
  height: 100vh; /* Altura ajustable según necesites */
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-absolute{
  border: none;
  outline: none;
  padding: 10px 40px;
  border-radius: 50px;
  color: white;
  background-color: #4A82C3;
  font-size: 20px;
  font-family: roboto;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.btn-absolute:hover{
  transform: translate(-50%, -50%) scale(1.1); /* Efecto de zoom al pasar el cursor */
}
/* .w3l-bottom-grids-6 h4 a.title-head:hover {
  color: var(--primary-color); } */

@media (max-width: 415px) {
  .w3l-bottom-grids-6 h4 a.title-head {
    font-size: 22px;
    line-height: 28px; }
    .btn-absolute {
      position: absolute;
      top: 140px;
      left: 50%;
      transform: translate(-50%, -50%);
      border: none;
      outline: none;
      padding: 10px 40px;
      border-radius: 50px;
      color: white;
      background-color: #00275D;
      font-size: 20px;
      font-family: roboto;
      transform: translate(-50%, -50%);
      transition: transform 0.3s ease;
  } }

.w3l-servicesblock1 {
  background: var(--bg-color); }

.w3l-servicesblock1 h4 a.title-head {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  display: block;
  color: white; }

.w3l-servicesblock1 .grids-feature span.fa {
  font-size: 30px;
  margin-bottom: 25px; }

.w3l-servicesblock1 .area-box a.more {
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color); }

.w3l-servicesblock1 .area-box a.more:hover {
  color: var(--primary-color); }

.w3l-servicesblock1 .area-box {
  display: grid;
  grid-template-columns: 35px 1fr;
  grid-gap: 20px; }

@media screen and (max-width: 736px) {
  .w3l-servicesblock1 .grids-feature span.fa {
    margin-bottom: 18px; }
    .btn-absolute {
      position: absolute;
      top: 140px;
      left: 50%;
      transform: translate(-50%, -50%);
      border: none;
      outline: none;
      padding: 10px 40px;
      border-radius: 50px;
      color: white;
      background-color: #00275D;
      font-size: 20px;
      font-family: roboto;
      transform: translate(-50%, -50%);
      transition: transform 0.3s ease;
  } 
  .contacto-donantes{
    text-align: left !important;
  }
}

@media screen and (max-width: 415px) {
  .w3l-servicesblock1 h4 a.title-head {
    font-size: 20px; } }
.contacto-donantes{
  text-align: center;
}
.w3l-footer-29-main {
  background: #00275D; }

.w3l-footer-29-main a.navbar-brand {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  font-family: 'Pacifico', cursive;
  letter-spacing: 2px; }

.w3l-footer-29-main a.navbar-brand span.fa {
  color: var(--primary-color); }

.w3l-footer-29-main h6.footer-title-29 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
  color: #fff; }

.w3l-footer-29-main .footer-list-29 ul li,
.w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
  list-style: none;
  margin-bottom: 10px; }

.w3l-footer-29-main .footer-list-29 ul li:last-child {
  margin-bottom: 0px; }

.w3l-footer-29-main p {
  font-size: 18px;
  line-height: 28px;
  color: #97a1a9; }

.w3l-footer-29-main .footer-list-29 ul li a,
.w3l-footer-29-main .footer-list-29 ul li p,
.w3l-copyright .footer-list-29 ul li a,
.w3l-footer-29-main a {
  font-size: 18px;
  line-height: 28px;
  color: #97a1a9; }

.w3l-footer-29-main a.post-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  opacity: .9; }

.w3l-footer-29-main .footer-list-29 ul li a:hover,
.w3l-copyright .footer-list-29 ul li a:hover,
.w3l-footer-29-main a:hover {
  color: #fff;
  opacity: 1; }

.main-social-footer-29 a {
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  transition: 0.3s;
  color: #97a1a9; }

.main-social-footer-29 a:hover {

  transition: 0.3s;
  color: #fff;
  opacity: 1; }

.footer-list-29 ul li span.fa {
  width: 25px; }

.w3l-copyright .copy-footer-29 a {
  color: var(--primary-color); }

.w3l-copyright .copy-footer-29 a:hover {
  color: #fff; }

.w3l-copyright {
  padding: 1.6em 0;
  border-top: 1px solid #343f4a; }

.w3l-footer-29-main .footer-29 form {
  margin-top: 25px;
  position: relative; }

.w3l-footer-29-main .footer-post a {
  font-weight: 500;
  color: #ccc;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 4px;
  display: inline-block; }

.w3l-copyright #movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: #00275D;
  padding: 0;
  line-height: 36px;
  border-radius: 35px;
  transition: 0.3s ease-out; }

.w3l-footer-29-main .footer-post a:hover {
  color: #eee; }

.w3l-footer-29-main .map-iframe-ft iframe {
  -webkit-filter: var(--iframe-filter);
  -moz-filter: var(--iframe-filter);
  -ms-filter: var(--iframe-filter);
  -o-filter: var(--iframe-filter);
  filter: var(--iframe-filter);
  height: 200px;
  border-radius: var(--border-radius); }

.w3l-copyright p.copy-footer-29 {
  align-self: center;
  color: #97a1a9;
  font-size: 17px;
  letter-spacing: .5px; }

@media (max-width: 992px) {
  .w3l-copyright .copy-footer-29 {
    text-align: center; }
  .w3l-footer-29-main ul.list-btm-29 {
    text-align: center;
    margin-top: 10px; }
  .w3l-footer-29-main h6.footer-title-29 {
    margin-bottom: 20px; }
  .w3l-copyright .main-social-footer-29 {
    text-align: center;
    margin-top: 20px; } }

@media (max-width: 415px) {
  .w3l-footer-29-main .footer-list-29 ul li,
  .w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
    margin-bottom: 8px; }
  .w3l-footer-29-main a.navbar-brand {
    font-size: 26px; } }

.w3l-portfolio-8 .protfolio-item a {
  display: block; }

.w3l-portfolio-8 .protfolio-item {
  padding: 0; }

.w3l-portfolio-8 .img-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0000006e;
  z-index: 1;
  padding: 30px;
  display: grid;
  align-content: flex-end;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s; }

.w3l-portfolio-8 .protfolio-item:hover .img-info {
  opacity: 1; }

.w3l-portfolio-8 a.img-title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin-bottom: 10px; }


.w3l-portfolio-8 p {
  color: #eee;
  line-height: 20px !important;
}

.w3l-portfolio-8 figure {
  margin: 0;
  position: relative; }

@media (max-width: 568px) {
  .w3l-portfolio-8 .protfolio-item {
    padding: 0 8px; }
  .w3l-portfolio-8 .galler-top {
    padding: 0 10px; } }

/*-- faq --*/
.w3l-faq-block {
  background: var(--bg-color); }

.accordion .accordion-item {
  border-bottom: 1px solid var(--border-color-light); }
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid var(--border-color-light); }

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: var(--heading-color);
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none; }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: var(--primary-color); }
    .accordion button:hover::after, .accordion button:focus::after {
      cursor: pointer;
      color: var(--primary-color);
      border: 1px solid var(--primary-color); }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px; }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px; }
    .accordion button .icon::before {
      display: block;
      position: absolute;
      content: '';
      top: 9px;
      left: 5px;
      width: 10px;
      height: 2px;
      background: currentColor; }
    .accordion button .icon::after {
      display: block;
      position: absolute;
      content: '';
      top: 5px;
      left: 9px;
      width: 2px;
      height: 10px;
      background: currentColor; }

.accordion button[aria-expanded='true'] {
  color: var(--primary-color); }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0; }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height; }

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height; }
  .accordion .accordion-content p {
    margin: 1em 0; }

@media (max-width: 480px) {
  .accordion button .accordion-title {
    padding: 0em 1.5em 0em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }
  .accordion button[aria-expanded='true'] + .accordion-content {
    max-height: 10em; } }

/*-- //faq --*/
.w3l-servicesblock{
  background-color: #00275D !important;
}
.w3l-servicesblock .progress-info {
  margin-bottom: 25px;
  text-align: left; 

}
.w3l-servicesblock .info1 h6.progress-tittle {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 80%; }

.w3l-servicesblock .info2 h6.progress-tittle {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 95%; }

.w3l-servicesblock .info3 h6.progress-tittle {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 90%; }

.w3l-servicesblock .info4 h6.progress-tittle {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 75%; }

.w3l-servicesblock .progress {
  display: flex;
  height: 0.5em;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: var(--bg-grey);
  border-radius: 0.25rem; }

.w3l-servicesblock .progress-bar {
  background-color: var(--primary-color);
  transition: width 0.6s ease; }

.w3l-servicesblock .progress-bar-striped {
  background-image: none;
  background-size: 1rem 1rem; }

.w3l-servicesblock h6.progress-tittle {
  font-size: 18px;
  color: var(--heading-color);
  margin-bottom: 6px;
  font-weight: 600; }

/*-- subscribe --*/
.w3l-bottom .subscribe {
  max-width: 700px; }

.w3l-bottom .subscribe-wthree-field {
  justify-content: space-between; }

.w3l-bottom form.subscribe-wthree input[type="email"] {
  font-size: 18px;
  color: var(--font-color);
  border-radius: var(--border-radius);
  padding: 0px 20px;
  flex-basis: 72%;
  background: #fff;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px; }

.w3l-bottom form.subscribe-wthree button {
  flex-basis: 27%; }

.w3l-bottom input[type="email"]:focus {
  background: #fff;
  border: 1px solid var(--primary-color);
  box-shadow: none; }

@media only screen and (max-width: 736px) {
  .w3l-bottom form.subscribe-wthree input[type="email"] {
    flex-basis: 67%;
    width: inherit; }
  .w3l-bottom .subscribe-wthree-field {
    display: flex; } }

@media only screen and (max-width: 667px) {
  .w3l-bottom form.subscribe-wthree button {
    flex-basis: 100%;
    display: block;
    width: 100%;
    margin-top: 16px; }
  .w3l-bottom form.subscribe-wthree input[type="email"] {
    flex-basis: 100%; } }

/*-- //subscribe --*/
.w3l-testimonials .testi-des {
  display: flex;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.w3l-testimonials blockquote q {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 600; }

.w3l-testimonials a.comment-img {
  left: 0px;
  top: 0px;
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-bottom: 20px; }

.w3l-testimonials blockquote q::before {
  font-size: 50px;
  color: var(--primary-color);
  display: block;
  font-family: initial; }

.w3l-testimonials.w3l-test blockquote q::before {
  font-size: 50px;
  color: var(--primary-color);
  display: inline-block;
  font-family: initial;
  margin-right: 10px; }

.w3l-testimonials .test-img {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: var(--bg-color);
  border-radius: 50%; }

.w3l-testimonials .testimonial img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.w3l-testimonials .testimonial .peopl {
  margin: 0;
  text-align: left;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  align-items: center; }

.w3l-testimonials .testimonial .peopl h3,
.w3l-testimonials .testimonial .people-info h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  color: #fff; }

.w3l-testimonials p.identity {
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0;
  text-align: left;
  color: #fff;
  margin-top: 4px; }

@media (max-width: 375px) {
  .w3l-testimonials blockquote q {
    font-size: 22px;
    line-height: 32px; } }

.w3l-testimonials {
  background: url(../images/testimonials.jpg) no-repeat 0px 0px;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
  background-attachment: fixed; }

.w3l-testimonials:before {
  content: "";
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

.w3l-news #grids5-block {
  background: var(--bg-color); }

.w3l-news .blog-info {
  padding: 30px 25px;
  border: 1px solid var(--border-color);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius); }

.w3l-news .grids5-info {
  transition: 0.3s ease-in;
  display: block;
  height: 100%;
  background: var(--bg-color);
  box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius); }

.w3l-news a.zoom {
  overflow: hidden;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius); }

.w3l-news a.zoom img {
  transition: 0.3s ease-in-out; }

.w3l-news .grids5-info:hover img {
  overflow: hidden;
  transform: scale(1.1);
  transition: 0.3s ease-in-out; }

.w3l-news img.news-image {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius); }

.w3l-news .grids5-info h4 a {
  font-size: 22px;
  line-height: 27px;
  color: var(--heading-color);
  display: block;
  font-weight: 600; }

.w3l-news .grids5-info h4 a:hover {
  color: var(--primary-color); }

.w3l-news .grids5-info p {
  margin-top: 15px; }

.w3l-news p.date {
  font-size: 15px;
  margin-top: 8px;
  color: #949494; }

.w3l-news .grids5-info img {
  width: 100%;
  display: block; }

.w3l-news a.btn-news {
  padding: 0;
  border-bottom: 2px solid var(--primary-color);
  color: var(--heading-color);
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 0; }

.w3l-news a.btn-news:hover {
  letter-spacing: 1px;
  transition: 0.3s ease-in-out; }

@media all and (max-width: 1280px) {
  .w3l-news .d-grid {
    grid-gap: 15px; } }

@media all and (max-width: 1080px) {
  .w3l-news .d-grid {
    grid-template-columns: 1fr 1fr; } }

@media all and (max-width: 800px) {
  .w3l-news .d-grid {
    grid-gap: 30px; } }

@media all and (max-width: 768px) {
  .w3l-news .grids5-info h4 a {
    font-size: 20px;
    line-height: 25px; } }

@media all and (max-width: 668px) {
  .w3l-news .d-grid {
    grid-template-columns: 1fr; } }

@media all and (max-width: 568px) {
  .w3l-news .d-grid {
    grid-template-columns: 1fr; }
  .w3l-news .grids5-info p {
    margin-top: 12px; } }

@media all and (max-width: 414px) {
  .w3l-news .grids5-info h4 a {
    font-size: 20px; } }

.company-logos img {
  padding: 0 18px;
  border-radius: var(--border-radius);
  opacity: .4; }

.company-logos img:hover {
  opacity: 1; }

@media (max-width: 480px) {
  .company-logos img {
    padding: 0 12px; } }

@media (max-width: 415px) {
  .company-logos img {
    padding: 0 8px; } }

@media (max-width: 384px) {
  .company-logos img {
    padding: 0 2px; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@media (max-width: 568px) {
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none; } }

/**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  display: block; }

.owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  background: none; }

.owl-blog .owl-dots {
  display: none; }

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 18px;
  margin: 0px;
  width: 50px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 50px;
  line-height: 50px;
  border-radius: 50%; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-in-out; }

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
  outline: none;
  box-shadow: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  text-align: center; }

.w3l-portflioblock .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  text-align: center; }

.w3l-blog-slider .owl-dots {
  text-align: center; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 2px;
  background: #d8d8d8;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  position: relative; }

button.owl-next,
button.owl-prev {
  position: absolute;
  bottom: 50%; }

button.owl-prev {
  left: 10px; }

button.owl-next {
  right: 10px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color); }

@media all and (max-width: 640px) {
  .owl-dots {
    margin-top: 30px; }
  button.owl-next,
  button.owl-prev {
    position: absolute;
    bottom: 38%; } }

.breadcrumb-bg-about {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(25, 25, 25, 0.7), rgba(0, 0, 0, 0.7)), url(../images/innerbg.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed; }

h2.title {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  margin-top: 90px; }

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  opacity: .9; }

.breadcrumbs-custom-path li a {
  opacity: .9; }

.breadcrumbs-custom-path li a:hover {
  color: var(--primary-color);
  opacity: 1; }

.breadcrumbs-custom-path li span.fa {
  font-size: 12px;
  vertical-align: 2px;
  color: #ccc; }

@media screen and (max-width: 991px) {
  h2.title {
    font-size: 36px;
    margin-top: 60px; } }

@media screen and (max-width: 736px) {
  h2.title {
    margin-top: 70px; } }

@media screen and (max-width: 480px) {
  h2.title {
    font-size: 35px; }
  .breadcrumbs-custom-path li {
    font-size: 15px; } }

@media screen and (max-width: 415px) {
  h2.title {
    font-size: 30px; } }

.w3l-aboutblock1 {
  background: var(--bg-color); }

/* PROGRESS CIRCLE COMPONENT */
.circliful {
  position: relative; }

.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  color: var(--heading-color); }

.circle-info,
.circle-info-half {
  color: #999; }

.circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px; }

.progress-circles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  justify-items: center; }

.progress-circles h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center; }

@media (max-width: 480px) {
  canvas {
    width: 180px;
    height: 180px; }
  .circle-text,
  .circle-info,
  .circle-text-half,
  .circle-info-half {
    font-size: 30px !important;
    line-height: 190px !important; }
  .circliful {
    width: 180px !important; } }

@media (max-width: 415px) {
  canvas {
    width: 160px;
    height: 160px; }
  .circle-text,
  .circle-info,
  .circle-text-half,
  .circle-info-half {
    font-size: 26px !important;
    line-height: 170px !important; }
  .circliful {
    width: 160px !important; }
  .progress-circles h4 {
    font-size: 18px;
    line-height: 28px; } }

@media (max-width: 365px) {
  .progress-circles h4 {
    font-size: 15px;
    line-height: 28px; } }

/* Our Team
-------------------------------------------------------*/
.w3l-team {
  background: var(--bg-color); }

.team-img img {
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%; }

.team-member,
.team-img {
  position: relative;
  overflow: hidden; }

.team-img img {
  background: var(--bg-grey); }

.team-title {
  margin: 30px 0 7px;
  font-size: 20px;
  font-weight: 600; }

.team-title:hover {
  color: var(--primary-color); }

.overlay {
  background-color: rgba(20, 20, 20, 0.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .2s ease-in-out;
  border-radius: var(--border-radius); }

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 10%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  transition: all .2s ease-in-out; }

.team-details p {
  color: #fff;
  font-size: 20px; }

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -100px; }

.team-img:hover .overlay {
  opacity: 1; }

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent; }

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.2s linear; }

.team-details .socials i {
  color: #fff; }

.socials a:hover i {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3); }

.w3l-servicesblock1 {
  background: #4A82C3; }

.w3l-servicesblock11 {
  background: #00275D !important; 
  padding: 50px;}
.w3l-servicesblock2 .grids5-info h4 a {
  font-size: 22px;
  line-height: 28px;
  margin-top: 5px;
  color: var(--heading-color);
  display: block;
  font-weight: 600; }

.w3l-servicesblock2 .grids5-info h4 a:hover {
  color: var(--primary-color); }

.w3l-servicesblock2 .blog-info {
  padding: 30px 25px;
  padding-bottom: 0;
  border: 1px solid var(--border-color);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius); }

.service-image {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius); }

@media only screen and (max-width: 415px) {
  .w3l-servicesblock2 .blog-info {
    padding: 25px 20px;
    padding-bottom: 0; } }

.w3l-contact-7 {
  background: var(--bg-color); }
  .w3l-contact-7 .cont-details p span.fa {
    margin-right: 10px;
    font-size: 16px;
    width: 20px;
    text-align: center;
    color: var(--font-color);
    opacity: .5; }
  .w3l-contact-7 .cont-details p span.fa:hover {
    color: var(--heading-color);
    opacity: 1; }
  .w3l-contact-7 .cont-details h5 {
    font-size: 22px;
    line-height: 30px;
    color: var(--heading-color);
    margin-bottom: 15px;
    font-weight: 600; }
  .w3l-contact-7 .cont-details p,
  .w3l-contact-7 .cont-details p a {
    color: var(--font-color); }
  .w3l-contact-7 .cont-details p a:hover {
    text-decoration: underline;
    opacity: 0.8; }
  .w3l-contact-7 .cont-details address {
    margin-bottom: 25px;
    padding: 30px; }
  .w3l-contact-7 .cont-details address p {
    margin: 10px 0 0 0;
    line-height: 25px; }
  .w3l-contact-7 .map iframe {
    width: 100%;
    height: 400px;
    border-radius: var(--border-radius);
    -webkit-filter: var(--iframe-filter);
    -moz-filter: var(--iframe-filter);
    -ms-filter: var(--iframe-filter);
    -o-filter: var(--iframe-filter);
    filter: var(--iframe-filter); }
  .w3l-contact-7 .map-content-9 form input,
  .w3l-contact-7 .map-content-9 form textarea {
    background: var(--bg-lightgrey);
    border: none;
    color: var(--font-color);
    font-size: 18px;
    line-height: 28px;
    padding: 15px 20px;
    width: 100%;
    border-radius: 0.25rem;
    border: 1px solid var(--border-color-light);
    outline: none; }
  .w3l-contact-7 .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-contact-7 .map-content-9 form textarea {
    resize: none;
    min-height: 140px;
    margin-top: 20px; }
  .w3l-contact-7 .map-content-9 form input:focus,
  .w3l-contact-7 .map-content-9 form textarea:focus {
    background: none;
    border: 1px solid var(--primary-color); }
  .w3l-contact-7 .contacts-sub-9 address h4 {
    margin-bottom: 10px; }
  .w3l-contact-7 .contacts-sub-9 address a {
    display: block; }
  @media (max-width: 992px) {
    .w3l-contact-7 .top-map {
      grid-template-columns: 1fr;
      grid-gap: 30px; }
    .w3l-contact-7 .map {
      order: 2; }
    .w3l-contact-7 .map-content-9 {
      order: 1; }
    .w3l-contact-7 .map iframe {
      height: 350px; }
    .w3l-contact-7 .cont-details address {
      margin-bottom: 0px;
      padding: 0px;
      margin-top: 30px; } }
  @media (max-width: 800px) {
    .w3l-contact-7 h4.sub-feat-text {
      margin-bottom: 10px;
      font-size: 33px; }
    .w3l-contact-7 p.sub-para {
      font-size: 15px; } }
  @media (max-width: 736px) {
    .w3l-contact-7 .top-map {
      grid-template-columns: 1fr;
      grid-gap: 25px; } }
  @media (max-width: 600px) {
    .w3l-contact-7 .form-grid {
      grid-template-columns: 1fr;
      grid-gap: 15px; }
    .w3l-contact-7 .map-content-9 form input,
    .w3l-contact-7 .map-content-9 form textarea {
      padding: 12px 20px; } }
  @media (max-width: 480px) {
    .w3l-contact-7 h4.sub-feat-text {
      margin-bottom: 8px;
      font-size: 30px; }
    .w3l-contact-7 p.sub-para {
      font-size: 14px;
      margin-bottom: 35px;
      line-height: 20px; }
    .w3l-contact-7 .twice-two {
      grid-template-columns: 1fr; } }
  @media (max-width: 384px) {
    .w3l-contact-7 h4.sub-feat-text {
      margin-bottom: 20px;
      font-size: 28px;
      line-height: 28px; } }

/*# sourceMappingURL=style-starter.css.map */
