.bg-nav {
  background-color: #00000080 !important;
}

.nav-link {
  font-weight: 500 !important;
}

.nav-link:hover {
  font-weight: 700 !important;
}

a:hover {
	color: #007eff !important;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 80%;
    padding: 0;
    margin-right: 10%;
    margin-bottom: 12%;
    margin-left: 10%;
    list-style: none;
}

.logo-head {
    width: 200px;
}

.img-head {
    height: 260px;
}

.br-10 {
  border-radius: 10px;
}

.br-btn-buscar {
  border-radius: 10px 10px 10px 10px;
}

.mx-btn-buscar {
  padding-left: 4rem;
  padding-right: 4rem;
}

.section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.border-dark-bottom {
  border-bottom: 2px solid #1A1818 !important;
}

.text-shadow {
	text-shadow: 0px 0px 7px #000
}

.text-menu {
    font-size: 1.1rem;
    line-height: 1.1rem;
}

.text-ultra-big {
    font-size: 3.5rem;
    line-height: 4rem;
}

.text-big {
    font-size: 2.2rem;
    line-height: 2.6rem;
}

.text-big-dos {
    font-size: 2rem;
    line-height: 2.6rem;
}

.text-normal {
    font-size: 1rem;
    line-height: 1.3rem;
}

.text-normal-dos {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.light {
  font-weight: 300;
}


.parallax-puerto-norte {
    background: -webkit-linear-gradient(90deg, #007eff80 2%, #007eff80 35%, #007eff80 100%), url(/themes/images/puerto-norte.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 200;
    font-size: 3rem;
    opacity: 1 !important;
}

.parallax-puerto-norte-calles {
    background: -webkit-linear-gradient(90deg, #007eff85 2%, #007effbf 35%, #007effd1 100%), url(/themes/images/puerto-norte.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 200;
    font-size: 3rem;
    opacity: 1 !important;
}

.imagen-calle {
	height: 400px !important;
}

@media (max-width: 576px) {

	.carousel-item {
	    height: 100vh;
	    min-height: 350px;
	}


  .logo-head {
    width: 140px;
  }

  .img-head {
      height: 260px;
  }

  .br-10 {
    border-radius: 10px;
  }

  .tarjetas {
     margin-top: -100px;
  }

  .border-dark-bottom {
    border-bottom: 2px solid #1A1818 !important;
  }


  .text-ultra-big {
      font-size: 1.5rem;
      line-height: 1.8rem;
  }

  .text-big {
      font-size: 1.5rem;
      line-height: 1.8rem;
  }

  .text-big-dos {
      font-size: 1.5rem;
      line-height: 1.8rem;
  }

  .text-normal {
      font-size: 1.2rem;
      line-height: 1.55rem;
  }

  .text-normal-dos {
      font-size: 1rem;
      line-height: 1.3rem;
  }

	.carousel-caption {
    	margin-bottom: 45vh;
	}

}

@media  (min-width: 577px) and (max-width: 749px){
  	.logo-head {
	  width: 160px;
	}
	.img-head {
	   	height: 100px;
	}
	.text-ultra-big {
	    font-size: 1.8rem;
	    line-height: 2.1rem;
	}
	.text-big {
	    font-size: 1.4rem;
	    line-height: 1.6rem;
	}
	.text-big-dos {
	    font-size: 1.3rem;
	    line-height: 1.55rem;
	}
	.text-normal {
	    font-size: 1rem;
	    line-height: 1.3rem;
	}
	.carousel-caption {
	    margin-bottom: 30%;
	}
}

@media  (min-width: 750px) and (max-width: 1000px)
{
	.logo-head {
    width: 250px;
	}
	.img-head {
	   	height: 160px;
	}
	.text-ultra-big {
	    font-size: 2rem;
	    line-height: 2.4rem;
	}
	.text-big {
	    font-size: 1.5rem;
	    line-height: 1.8rem;
	}
	.text-big-dos {
	    font-size: 1.5rem;
	    line-height: 1.8rem;
	}
	.text-normal {
	    font-size: 1.1rem;
	    line-height: 1.4rem;
	}
	.carousel-caption {
	    margin-bottom: 25%;
	}
}

@media  (min-width: 1000px) and (max-width: 1200px)
{
	.logo-head {
	    width: 200px;
	}
	.img-head {
	   	height: 180px;
	}
	.text-ultra-big {
	    font-size: 2.2rem;
	    line-height: 2.6rem;
	}
	.text-big {
	    font-size: 1.8rem;
	    line-height: 2.1rem;
	}
	.text-big-dos {
	    font-size: 1.5rem;
	    line-height: 1.8rem;
	}
	.text-normal {
	    font-size: 1.2rem;
	    line-height: 1.5rem;
	}
	.carousel-caption {
	    margin-bottom: 10%;
	}
}

@media  (min-width: 1200px) and (max-width: 1400px)
{
	.logo-head {
	    width: 250px;
	}
	.img-head {
	   	height: 180px;
	}
	.text-ultra-big {
	    font-size: 2.2rem;
	    line-height: 2.6rem;
	}
	.text-big {
	    font-size: 1.8rem;
	    line-height: 2.1rem;
	}
	.text-big-dos {
	    font-size: 1.5rem;
	    line-height: 1.8rem;
	}
	.text-normal {
	    font-size: 1.2rem;
	    line-height: 1.5rem;
	}
	.carousel-caption {
	    margin-bottom: 10%;
	}
}

@media  (min-width: 1401px) and (max-width: 1600px){
	.img-head {
	    height: 220px;
	}
	.carousel-caption {
	    margin-bottom: 10%;
	}
}