@import url('all.min.css');
@import url('leaflet.css');
:root {
  --bs-primary: #005487;
  --bs-link-color: #005487;
}

.text-azul {
  color: #005487;
}

body {
  font-family: 'Roboto';
}
.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}


.icono_down {
  background-color: #ececec;
  width: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-size: 30px;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  color: #005487;
  text-align: center;
}

.icono_down .bi {
  vertical-align: middle;
  margin-top: -5px;
}

.tbicolor span {
  display: block;
  color: #005487;
}

.tbicolor {
  font-weight: 700;
}

.btn-outline-primary {
  --bs-btn-color: #005487;
  --bs-btn-border-color: #005487;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #005487;
  --bs-btn-hover-border-color: #005487;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #005487;
  --bs-btn-active-border-color: #005487;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #005487;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #005487;
  --bs-gradient: none;
}

.contador {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}

.contador span {
  display: block;
  font-size: 72px;
  line-height: 72px;
}
.contador span::after {
  content: "%";

}
.contadores {
  background-image: url('../../assets/img/bg-contadores.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#carousel-1 {
  background-image: url('../../assets/img/bg_slider.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_principal {
  background-image: url('../../assets/img/bg_slider.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
  padding-top: 40px;
}

#menu_principal .nav-link {
  font-size: 20px;
  line-height: 36px;
  color: #666666;
  font-weight: 400;
  height: 64px;
}

footer {
  color: #666666;
}

.btn-primary {
  --bs-btn-bg: #005487;
  --bs-btn-border-color: #005487;
  --bs-btn-hover-bg: #012236;
  --bs-btn-hover-border-color: #012236;
  --bs-btn-active-bg: #012236;
  --bs-btn-active-border-color: #012236;
  --bs-btn-disabled-bg: #005487;
  --bs-btn-disabled-border-color: #005487;
}

#menu_principal .nav-link:hover, #menu_principal .nav-link.active {
  color: #005487;
  position: relative;
}

#menu_principal .nav-link.active:after {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #005487;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.intro{
  position: relative;
  height: 500px;
  background-color: #005487;
}
.intro .h-100{
  height: auto !important;
}
.intro:after{
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  width: 100%;
  height: 240px;
  background-image: url('../img/bg_intro_nosotros.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.intro.ambiente:after{
  background-image: url('../img/bg_intro_ambiente.jpg');
}
.intro .info{
  margin-top:220px;
  background-image: url('../img/logo_marca_agua.png');
  background-size: 90% auto;
  background-position: left 80%;
  background-repeat: no-repeat;
  position: relative;
}

.intro.vacantes:after{
  background-image: url('../img/bg_intro_vacantes.jpg');
}
.categorias{
  background-color: #005487;
  padding-top:50px;
  padding-bottom: 50px;
}
.categorias .categoria{
  background-color: #0077c0;
  padding: 38px 42px;
  border-radius: 30px;
}
.categorias .categoria.active,
.categorias .categoria:hover{
  background-color: #012338;
}
.categorias .categoria img{
  width: 100px;
  height: auto;
}
.categorias .categoria h4{
  color: #ffffff;
  font-weight: 700;
  min-height: 86.30px;
}
.intro .info .icono_down{
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: 999;
  width: 90px;
  line-height: 90px;
  height: 90px;
  background-color: #cccccc;
  font-size: 70px;
}
.textgrande{
  font-size: 30px;
  line-height: 36px;
  color: #333333;
  font-weight: 700;
}
hr.one{
  width: 270px;
  height: 1px;
  background-color: #006699;
}
.textogris{
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  font-weight: 400;
}
.bg-gris{
  background-color: #edf2f4;
}
.frase_azul{
  background-color: #005487; 
  position: relative;
}
.frase_azul::after{
  content: " ";
  background-image: url('../img/logo_marca_agua.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 80%;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  right:0;
  margin: 0 auto;
}
.frase_azul .container{
  position: relative;
  z-index: 3;
}
.frase_azul h4{
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.bg-image{
  background-image: url('../img/img_nosotros_4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  background-position: center center;
}
.icono_right{
  background-color: #005487;
  width: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 20px;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  color: #ffffff;
  text-align: center; 
}
.icono_right svg{
  vertical-align: top;
}
.page-link {
  height: 100%;
}
.page-link i.fa-solid {
    vertical-align: middle;
    line-height: 24px;
}
.tvacante{
  font-size: 60px;
  color: #005487;
  font-weight: 700;
  text-align: center;
}
.continfo{
  background-color: #ffffff;
  border-radius: 30px;
  padding: 44px 36px;
}
.icono_division{
  background-color: #005387;
  border-radius: 50%;
  max-width: 110px;
  padding: 0.5rem;
}
.continfo .blockquote{
  color: #666666;
  font-weight: 700;
}
.continfo .desscripcion {
  color: #666666 !important;
}
.img_principal{
  width: 370px;
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-position: center center;
  display: block;
  right: 15px;
  top:110px;
  overflow: hidden;
  border-radius: 30px;
}
.img_principal::before{
  content:" ";
  width: 150px;
  height: 300px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  right: -50px;
  bottom: -120px;
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.btn_home{
  position: relative;
  display: inline-block;
  display: block;
  height: 100%;
  width: 250px;
  height: 111.61px;
  text-decoration: none;
}
.btn_home img{
  position: absolute;
  z-index: 1;
  width: 250px;
  height: 111.61px;
  top:0;
  left:0;
}
.btn_home span{
  position: relative;
  z-index: 2;
  color: #323232;
  font-weight: 700;
  font-family: 'Roboto';
  width: 50%;
}
.btn_home:hover img{
  filter: grayscale(1);
}
.galeria .marco.mobx{
  background-color: #000000;
  background-image: url('../img/lupa.png');
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.galeria .marco.mobx:hover img{
  opacity: 0.5;
}
.active>.page-link, .page-link.active {
  z-index: 3;
  color: #ffffff;
  background-color: #005387;
  border-color: #005387;
}
.grecaptcha-badge {
  z-index: 99999999999999999;   
}
.btn-whatsapp:hover{
  background-color: #25D366;
  border-color: #25D366;
}
@media (min-width: 768px) {
  .intro{
    position: relative;
    height: 550px;
    background-color: #005487;
  
  }
  .intro .h-100{
    height: 100% !important;
  }
  .intro:after{
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 50%;
    top:0;
    right:0;
    left:initial;
    background-image: url('../img/bg_intro_nosotros.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .intro.ambiente:after{
    background-image: url('../img/bg_intro_ambiente.jpg');
  }
  .intro .info{
    margin-top:0;
    background-image: url('../img/logo_marca_agua.png');
    background-size: 90% auto;
    background-position: left 80%;
    background-repeat: no-repeat;
    position: relative;
  }
  .frase_azul h4{
    font-size: 48px;
    line-height: 72px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .banner_principal {
    height: 560px;
    padding-top: 0;
  }
  
}
.banner_principal .container{
  position: relative;
}
#map{
  height: 500px;
}
#banner_bolsatrabajo{
  height: 560px;
}
#banner_bolsatrabajo img{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}
#banner_bolsatrabajo .texto_bolsatrabajo{
  z-index: 22;
  position: relative;
}
#banner_bolsatrabajo ul{
  margin: 0px;
  margin-bottom: 70px;

}
#banner_bolsatrabajo ul li{
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #3181c2;
}
#banner_bolsatrabajo ul li a{
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}
#banner_bolsatrabajo ul li a:hover{
  color: #55a9bc;
}
#banner_bolsatrabajo .bg-success{
  background-color: #204472 !important;
}
@media (max-width: 480px) {
  #banner_bolsatrabajo{
    height: 170px;
  }
  #banner_bolsatrabajo .bg-success{
  
  }
  #banner_bolsatrabajo ul{
    margin: 0px;
    margin-bottom: 20px;
  
  }
  #banner_bolsatrabajo ul li{
    font-size: 9px;
    line-height: 12px;
    text-align: left;
  }
  #banner_bolsatrabajo ul li a{
    font-size: 9px;
    line-height: 12px;
  }
}