@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Lato', sans-serif;
}
.container-fluid {
    padding: 0px !important;
}
h1, h2 {
    font-weight: 900;
}
a {
    color: #fff;
    font-weight: 900;
}
a:hover {
    color: #b72025;
}
.nav-link {
    margin-left: 23px;
    margin-top: 0px;
    padding-right: 30px !important;
    border-right: thin;
    border-right-color: #fff;
    border-right-style: solid;
}
.navbar-toggler {
    margin-right: 20px;
}
.bg-dark{
	background-image: url(images/BKGmenu.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.fa-whatsapp{
    color: rgba(131,199,27,1.00);
    font-size: 2em;
    font-weight: 400;
}
.rojo {
    color: #b72025;
}
.gris {
    color: #999;
}
.post-fixed {
    margin-top: 55px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 18rem !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-caption h2 {
	font-weight: 700;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.85);
}
.carousel-caption p {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
    font-size: 1.4em;
}
.carousel-control-next, .carousel-control-prev {
    background-color: #000 !important;
    border-style: none !important;
    opacity: .2 !important;
}
.carousel-indicators {
    bottom: 45px;
}
.carousel-indicators button {
    background-color: #999;
    border-style: none !important;
    height: 10px;
    width: 30px;
}
.centinela {
	background-image: url(images/bkg-centinela.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    color: #fff;
}


.categorias {
	background-color: #b72025;
	color: #fff;
	background-image: url(images/bkg-servicios.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.contacto {
	background-color: #000;
	color: #fff;
	background-image: url(images/bkg-contacto.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.oculto {
  padding: 13px;
  background-color: #9ed398;
  color: #000;
  border-radius: 8px;
  margin-top: 15px;
}
footer {
    background-color: #000;
    color: #666;font-size: .8em;
}
@media (max-width:991px){
    .nav-link {
        margin-left: 55px;
        margin-top: 15px;
        padding-right: 0px !important;
        border-right: none;
    }
}
