/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

#services{
	background-color: #f5f6fb;
	padding-top: 100px;
	padding-bottom: 100px;
}
#services h3{
	color: #40444d
}
#mision{
	background-image: url(../img/mision.jpg);
	padding-top: 100px;
	padding-bottom: 100px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#ContentMision{
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
}
#ContentMision p {
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
	color: #fff;
}
#ContentMision h2 {
	text-align: center;
	padding-top: 70px;
	color: #fff;
}
#ContentMision hr {
	background-color: #4b588c;
	height: 10px;
	width: 15%
	
}
#priamo{
	background-color: #5c6a97;
	padding-top: 70px;
	padding-bottom: 70px
 
}
#ContentPriamo{
	border-radius: 10px;
}
#ContentPriamo p {
	text-align: center;
	padding-left: 70px;
	padding-right: 70px;
	color: #fff;
}

.titulos{
	font-weight: 800;
	color: #3b476c
}
.pie{
	font-size: 12px;
	color: #3b476c;
	text-align: center;
}
#img_head{
	margin-top: 50px;
	height: 150px;
	background-image: url( ../img/header-1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	border-radius: 5px;
}
.red_text{
	color:#FF0D11;
	font-weight: 600
}

#idioma {
	height: 30px;
	width: 70px;
	border-radius:20px;
	background-color: #344c92;
	text-align: center;
	margin-left: 30px;
}

#idioma a{
	font-size: 12px;
}
#idioma a:hover{
	color: #fff
		
}

