header{
  background: #143F8C;
}
.navbar-brand{
  width: 150px;
  margin-right: 1rem;
}
.navbar-brand img{
  top: 5px;
  display: block;
  position: absolute;
  width: 150px;
}
.navbar-nav .nav-item:first-child{
  margin-top: 32px;
}

h1{
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 700;
  color: #143f8c;
}

h2{
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 700;
  color: #143f8c;
}

.nav-link{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.contacto{
  background: #fff;
  padding: 0 0 0 8px;
  display: inline-block;
}

.contacto span{
  vertical-align: middle;
  color: #143F8C;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

/* categorias home */

.categorias{
  padding-top: 3rem;
}
.categorias .linea{
  background: #AEC90E;
  height: 4px;
  width: 100px;
  margin: 1rem auto;
}

.categorias .textos{
  max-width: 800px;
  margin: 0 auto;
}
.categorias .textos p{
  text-align: center;
}
.categorias a{
  display: contents;
}
.centro{
    background: url(./../img/centro.jpg);
}
.sur{
    background: url(./../img/sur.jpg);
}
.norte{
    background: url(./../img/norte.jpg);
}
.este{
    background: url(./../img/este.jpg);
}
.oeste{
    background: url(./../img/oeste.jpg);
}
.centro, .sur, .norte, .este, .oeste{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 280px;
    border: solid white 16px;
    display: flex;
    align-items: end;
    align-items: flex-end;
    color:white;
}
.categorias h3{
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 700;
}
.categorias .hijos span{
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 105px;
    border-radius: .2rem;
    background-color: #AEC90E;
    padding: .2rem;
    margin-bottom: 0.5rem;
    color: white;
}
.categorias .hijos{
    width: 100%;
}

/* contacto */

.boton-avion {
  margin: 0 auto;
  width: 160px;
  margin-bottom: 1rem;
}
.boton-avion .wpcf7-submit {
  text-align: center;
  margin: 0 auto;
  padding: 7px 30px 7px 30px;
  border: 0;
  background: #143F8C;
  color: #fff;
}

/* footer */

footer {
    background: #143F8C;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    vertical-align: baseline;
    padding: 1rem 0;
  }
  footer .container .row div {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .logo img {
    width: 7rem;
  }
  footer .redes .link-redes {
    display: block;
    margin: 0 0.25rem;
  }
  footer .redes .link-redes img {
    width: 2rem;
    height: 2rem;
    filter: invert(99%) sepia(95%) saturate(552%) hue-rotate(202deg) brightness(115%) contrast(100%);
    opacity: 0.5;
  }
  footer .redes .link-redes img:hover {
    opacity: 1;
  }
  footer .copy span {
    display: block;
  }
  

  footer .copy img {
    width: 1rem;
    height: 1rem;
    filter: invert(100%) sepia(4%) saturate(229%) hue-rotate(8deg) brightness(111%) contrast(101%);
    opacity: 0.5;
  }
  footer .btn-outline-light {
    opacity: 0.5;
  }
  
  .radar {
    position: fixed;
    bottom: 21px;
    right: 20px;
    border-radius: 50%;
    border: 10px solid #fff;
    width: 70px;
    height: 70px;
    -webkit-animation: radar 2s infinite;
    animation: radar 2s infinite;
    opacity: 0;
    overflow: hidden;
    z-index: 100000000000;
  }
  
  .radar:nth-child(2) {
    animation-delay: 0.4s;
  }
  
  .radar:nth-child(3) {
    animation-delay: 0.9s;
  }
  
  .radar:nth-child(4) {
    animation-delay: 0.15s;
  }
  

/* WPL */



  @keyframes radar {
    0% {
      width: 70px;
      height: 70px;
      border: 40px solid green;
      opacity: 0;
    }
    50% {
      opacity: 0.1;
    }
    90% {
      width: 80px;
      height: 80px;
      bottom: 16px;
      right: 14px;
    }
    90%, 100% {
      border: 2px solid green;
      opacity: 0;
    }
    100% {
      width: 90px;
      height: 90px;
      bottom: 11px;
      right: 10px;
    }
  }
  .llamada-whatsapp {
    z-index: 100000000000;
  }





/* ultimas home */

.ultimas{
  padding-top: 3rem;
}
.ultimas .linea{
  background: #009DDE;
  height: 4px;
  width: 100px;
  margin: 1rem auto;
}

.ultimas .textos{
  max-width: 800px;
  margin: 0 auto;
}
.ultimas .textos p{
  text-align: center;
}

/* jil modificado buscador */

.widget{
  /* background: url('./../img/banner-inicio-asualcancefincaraiz.jpg');
  background-position: center; */
  /* padding: 0 1rem; */
}
.widget .wasi_search input{
  width: 100%;
}

.wasi_search input[type="text"], .wasi_search input[type="number"]{
  width: 100% !important; 
}

.widget .textwidget form select, select {
  height: 40px;
  padding: 10px;
  color: #767676;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  margin: 0;
  width: 100%;
}

.widget .form-group{
  display: block;
  width: 100%;
}

.pagination-inner{
  margin: 0 auto;
}

.widget h1{
  color: #143f8c;
  padding-top: 0px;
}

.imagen-banner-page{
  max-width: 100%;
  height: 200px;
  object-fit: cover;
}

.encabezado{
  background: url('./../img/banner-inicio-asualcancefincaraiz.jpg');
  background-position: center;
}
.encabezado h1{
  padding: 8rem 0 12rem 0;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
}

/* corrige bug de titulo muy grande */
.listing-column{
  min-height: 405px;
}

/* media querys */

@media only screen and (min-width: 768px) {

  footer .container .row div {
    margin-bottom: 0.5rem;
  }
  footer .copy span {
    display: inline;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-nav .nav-item:first-child{
    margin-top: 0px;
  }
}