@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}



.portada{
   background: url(img/fondo.jpg) no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 100%;
   width: 100% ;
   text-align: center;
}
 .navbar-brand {
    min-height:69px !important; /* aqui escoges el alto que necesites */
	 background-color: #1a1a18 !important;
	    height: 69px;
	 
}
.bg-dark {
    background-color: #1b1d1a !important;
}
* {
}
.fondo_naranja{
	background-color: orange;
	font-size: 28px;
}
body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}



	.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
 
}

footer a:hover {
    color: orange;
    text-decoration: none;
}
footer a {
    text-decoration: none;
    background-color: transparent;
    color: white;
}
a:hover {
    color: black;
    text-decoration: none;
}
a {
    text-decoration: none;
    background-color: transparent;
    color: white;
}
.fuente_footer
{
	text-decoration: none;
    background-color: transparent;
    color: white;
}
.container {
  position: relative;
  /*max-width: 100%;  Maximum width */
  margin: 0 auto; /* Center it */
}

.container .content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.7); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
}
.linea_naranja {
	background-color: orange; height: 5px; width: 50%; float: left;
	
}
.fuente_titulo{
	font-family: arial;
	font-size: 30px;
	color: orange;
	
}
.carousel-caption {
  
  color: #fff;
  text-align: center;
  background-color: #0f060178;
 width: 100%;
	float: left;
	left:0%;
	right: 0%;
bottom: 20px;

}
.input-group-text {
	background-color: #ffa500;
}
.btn-outline-dark.custom-btn {background-color: orange;border-color: black;color: black;}

.btn-outline-dark.custom-btn:hover{background-color: black;border-color: black;color: white;}
.btn-outline-dark.custom-btn2 {font-size: 10px; background-color: orange;border-color: black;color: black;}

.btn-outline-dark.custom-btn2:hover{font-size: 10px; background-color: black;border-color: black;color: white;}

#app-messenger, #app-whatsapp{
	position: fixed;
	right: 24px;
	bottom: 25px;
	width: 60px;
	z-index: 1000;
	display: none;
}
#app-whatsapp{
	bottom: 25px;
	display: block;
}
#app-messenger i, #app-whatsapp i{
	font-size: 63px;
}
#app-whatsapp i{
	color: #1ebea5;
}
#app-messenger i{
	color: #0084ff;	
}

