@charset "utf-8";
/* CSS Document */

.navbar-default{
	background-color: rgba(255,255,255,1.00);
	border: 0px;
	margin-bottom: 0px;
}

.navbar{
	border-radius: 0px;	
}

.navbar-default .navbar-nav > li > a{
	color: blue;
	font-family: "Franklin Gothic Bold", "Arial Black", "sans-serif"
	
}

.navbar-default .navbar-nav > li > a:hover{
	color:gold;
}

.navbar-default .navbar-brand {
	color: aliceblue;
	font-family: "Franklin Gothic Bold", "Arial Black", "sans-serif";
	}

.navbar-default .navbar-brand:hover {
	color:gold;
}

.carousel-caption{
	background-color: rgba(0,0,0,0.5);
	margin-bottom: 40px;

}

.espacio{
	
	margin-top: 40px;
	margin-bottom: 50px;
	
}

.pie01{
	background-color:rgba(55,55,55,1.00);
	color: white;
	margin-top: 60px;
	
}

.pie01 a{
	color:white;
}

.pie01 a:hover{
	color:gold;
}

.pie02{
	background-color: royalblue;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px ;
	
}

.buttons{
	background-color:rgba(55,55,55,1.00);
	}

form{
	width: 450;
	margin: auto;
	background: rgba(0,0,0,0.4);
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;	
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.5);
}

h1{
	
	color: gray;
	text-align: center;
	margin: 0px;
	font-size: 30px;
	margin-bottom: 20px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
		
}

input, textarea {
	
	width: 100%;
	margin-bottom: 0px;
	padding: 7px;
	box-sizing: border-box;
	border: none;
}

textarea{
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;	
}

#boton{
	background-color: rgba(0,0,0,1.00);
	color:white;
	padding: 20px;
	}

.logo{
	display: flex;
	align-items: center
	
}

.logo img{
	height: 70px;
	margin-right: 10px;
	
	
}

.container .col-md-12{
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.container .col-md-8{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}

.container .col-sm-4{
	
	text-align: center;
}


@media only screen and (max-width:750px){
	
	.carousel-caption{
		
		background-color: transparent;
	}
	
	
	
}


/*Estilo de los titulos*/

#titulo{
	width: 100%;
	background-color: rgba(0,0,0,1.00);
	height: 130px;
	background-image:url(../Imagenes/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: table;
	
}

.subtitulo{
	color:white;
	margin:auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle; 
}

/*Estilo redes sociales*/

/*.social-menu{
	align-content: flex-end;
}
.social-menu ul {
    position: relative;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    display: flex;
}
.social-menu ul li {
    list-style: none;
    margin: 0 10px;
}
.social-menu ul li .fa {
    color: #000000;
    font-size: 25px;
    line-height: 50px;
    transition: .5s;
}
.social-menu ul li .fa:hover {
    color: #ffffff;
}
.social-menu ul li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    transition: 0.5s;
    transform: translate(0,0px);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(1) a:hover {
    background-color: #3b5999;
}
.social-menu ul li:nth-child(2) a:hover {
    background-color: #55acee;
}
.social-menu ul li:nth-child(3) a:hover {
    background-color: #e4405f;
}
.social-menu ul li:nth-child(4) a:hover {
    background-color: #cd201f;
}
.social-menu ul li:nth-child(5) a:hover {
    background-color: #0077B5;
}*/
.buttons {
  min-width: 50px;
  display: flex;
  justify-content:flex-end;
}

.buttons a {
  text-decoration: none;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #314652;
  color: #f1f1f1;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
  transition: all .4s ease-in-out;
}
.buttons a:hover {
  transform: scale(1.2);
}