body{
    background-color:#0D0C0C !important;
}
/*Nav-computadora*/
#nav-compu {
  height: 70px;
  background-color: rgba(0,0,0,0.8);
  /*border-bottom:4px solid #B41717;*/
}
#nav-compu .enlaces {
  list-style:none;
  height: 100%;
  display:flex;
  justify-content: space-around;
  align-items: center;
}
#nav-compu .enlaces a {
  font-family: 'Saira Condensed', sans-serif;
  color:white;
  font-size:19px;
}
#nav-compu .enlaces a:hover {
  text-decoration: none;
}

@media (max-width:480px){
  #nav-compu {
    display:none;
  }
}
/**Nav-celular*/
#nav-cel {
  display:none;
}
.navbar {
  background-color: rgba(0,0,0,1);
}
.navbar ul li a {
  font-family: 'Saira Condensed', sans-serif;
  font-size:19px;
}
.navbar ul li{
    border-top:2px solid #A37F11;
}
.navbar ul li:last-of-type{
    border-bottom:2px solid #A37F11;
}
.navbar-brand{
    width:50%;
    margin:0;
    padding:0;
}
.navbar-brand img{
    width:40%;
}
.navbar .fa-bars{
    color:white;
    font-size:40px;
}
h1,h5 {
  color:#B41717;
}
.navbar a {
  color:white;
}
.navbar a:hover {
  color:white;
}
#navbarNav li {
  text-align:center;
}
@media (max-width:480px){
  #nav-cel {
    display:block;
  }
}
/*---------*/
.nav-item::before,.nav-item::after {
  content:"";
  display:block;
  width:100%;
  height:2px;
  background:#FFAC33;
  transition: transform 0.3s;
}
.nav-item {
  overflow: hidden;
}
.nav-item::before {
  transform: translateX(-100%);
}
.nav-item::after {
  transform: translateX(100%);
}
.nav-item:hover::before,.nav-item:hover::after {
  transform: translateX(0);
}
/*Header*/
#header {
  height:100vh;
  background-image:url("../imagenes/header.jpg");
  background-size:cover;
  background-position:center center;
}
#header img {
  padding-top:100px;
  width:35%;
  margin:auto;
}
@media(max-width:768px){
    #header img {
        width:70%;
    }
}
#header .opacidad {
  background:rgba(0,0,0,0.6);
  height:100vh;
}
#header .texto {
  height: 100vh;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:space-around;
}
#header .texto p{
  color:white;
  font-size:25px;
  font-weight: 900;
}
@media (max-width:480px){
  #header .texto p{
  font-size:20px;
} 
}
/*-----------*/
#contenido {
  overflow:hidden;
  overflow-y:hidden;
  color:white;
  padding-top:150px;
}
.main {
  overflow:hidden;
  overflow-y:hidden;
}
@media(max-width:1024px){
   #contenido,.main{
       background-color:#242524;
   }
}
#contenido p, .main p {
  font-family: 'Aldrich', sans-serif;
}
#carrusel-imagenes {
  margin-top:100px;
}
#carouselExampleControls {
  padding:0px;
}
#info-principal {
  margin-top:50px;
  background:rgba(0,0,0,0.9);
  padding:20px;
}
#info-principal h1 {
  font-family: 'Russo One', sans-serif;
}
#info-plantillas{
  background:rgba(0,0,0,0.9);
  padding:20px;
}
#info-hospedaje{
  background:rgba(0,0,0,0.9);
  padding:20px;
}
#info-plantillas h4,#info-hospedaje h4 {
  color:#B41717;
}
#info-plantillas p,#info-hospedaje p {
  color:white;
}
.btn-1 {
  background: #B41717;
  border-radius:5px;
  border:none;
  padding:10px 15px;
  transition-property:all;
  transition-duration: 0.5s;
  color:white;
  text-align:center;
  display:inline-block;
}
.btn-1:hover{
  color:white;
  text-decoration: none;
  transform:scale(1.12,1.12);
}
@media (max-width:480px){
    .btn-1 {
      display:block;
    }
}
#nuestro-trabajo {
  background:rgba(0,0,0,0.9);
  padding:30px;
}
.separacion {
  height: 5px;
  background: #B41717;
}
#nuestro-trabajo h2 {
  color:#B41717;
}
#nuestro-trabajo h3 {
  margin-top:20px;
  margin-bottom:20px;
  font-family: 'Aldrich', sans-serif;
  font-weight: 900;
  color:grey;
}

#nuestro-trabajo a {
  color:white;
  background: #B41717;
  padding:10px 15px;
  border-radius: 5px;
}
@media (max-width:480px){
    #nuestro-trabajo a , #nuestro-trabajo .bg-success{
      display:block;
    }
}
#nuestro-trabajo a:hover {
  text-decoration: none;
}
#nuestro-trabajo .carousel-control-prev, #nuestro-trabajo .carousel-control-next {
  background:none;
}
#nuestro-trabajo .btn-ver-todas a {
  text-decoration: none;
  background-color:#1636A2;
}
/*Contacto*/
#contacto {
  background:rgba(0,0,0,0.9);
  padding:20px;
}
#contacto h5 {
  color:white;
}
#contacto p{
    color:white;
}
#contacto .correo, #contacto .numero a{
    font-size:20px;
    color:grey;
}
@media(max-width:768px){
    #contacto .correo, #contacto .numero a{
    font-size:17px;
    }
}
.btn-contactar {
  padding:10px 15px;
  border: none;
  border-radius:5px;
  background: #B41717;
  color:white;
  transition-property:all;
  transition-duration: 0.5s;
  display:inline-block;
}
.btn-contactar:hover {
  color:white;
  text-decoration: none;
  transform:scale(1.12,1.12);
}
/*Footer*/
footer {
  background-image:url("../imagenes/country-dark.png");
  border-top:5px solid #B41717;
  margin-top:70px;
}
footer h6 {
  font-family: 'Aldrich', sans-serif;
  color:grey;
}
footer .info h6{
    color:white;
}
footer a img {
  width:50px;
}
footer .social a {
  margin-right: 25px;
}
footer .social a:last-of-type {
  margin-right:0px;
}
footer .contacto a {
  color:#B41717;
  display:inline-block;
  margin-bottom:20px;
}
footer .contacto p{
    color:white !important;
}
footer .derechos {
 padding-bottom:20px;
}


/*#0E0E0F
#1fc10e
*/
