/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.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;
}
section#uno{
	background-color: #3a5d9b;
	padding-top: 30px;
	padding-bottom: 30px
}

section#uno .container{
	padding-top: 70px;
	padding-bottom: 70px
}
section#dos{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color:#212529;
	background-image: url(../img/bck-1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
}

section#dos .container{
	padding-top: 70px;
	padding-bottom: 70px;
	
}

section#tres{
	background-color:#fff;
}

section#tres .container{
	padding-top: 70px;
	padding-bottom: 70px;
	color: #403f3f
	
}

section#tres span{
	color: #9ebcf1
	
}
section.tres{
	background-color:#fff;
}

section.tres .container{
	padding-top: 70px;
	padding-bottom: 70px;
	color: #403f3f
	
}

section.tres span{
	color: #9ebcf1
	
}
section#cuatro{

	background-color:#212529;
	background-image: url(../img/bck-2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
}
section#cuatro .container{
	padding-top: 100px;

	
}
.title{
	font-style: italic;
	color: #74A1C8;
}
.title {
	scroll-behavior: smooth
}
.title2{
	font-style: italic;
	color: #8bdaf1;
}
section#cinco{
	background-color:#3a5d9b;
}

section#cinco .container{
	padding-top: 70px;
	padding-bottom: 70px;
	color: #403f3f
	
}
section#seis{
	background-color:#212529;
	background-image: url(../img/bck-3.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
}
section#seis .container{
	padding-top: 100px;
	
}
section#siete{
	background-color:#fff;
}

section#siete .container{
	padding-top: 70px;
	padding-bottom: 70px;
	color: #403f3f
	
}
section#siete span{
	color: #9ebcf1
}
section#ocho{
	
	background-color:#212529;
	background-image: url(../img/bck-4.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
}
section#ocho .container{

height: 300px;
	
}

section#nueve{
	
	background-image: url(../img/bck-7.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;padding-top: 100px;
}
section#nueve .container{
	
	padding-top: 40px;
	padding-bottom: 40px
	
}
section#diez{
	background-image: url(../img/bck-5.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;padding-top: 100px;
}
section#diez .container{

padding-top: 80px;
	padding-bottom: 250px
	
}
@media (max-width: 767px) {
  .navbar-brand {

	  height: 55px;
	  width: 186px;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    background-image: url(../img/logo.png);
	  background-repeat: no-repeat;
	  height: 84px;
	  width: 254px
  }
}

.box {
	display: block; 
	background-color: #f7f6f6; 
	border-radius: 10px; 
	padding: 18px; 
	padding-left: 50px; 
	width: 70%
	
}

.box2 {
	display: block; 
	background-color: #fdeded; 
	border-radius: 10px; 
	padding: 18px; 
	padding-left: 50px; 
	width: 70%
	
}

.box3 {
	display: block; 
	background-color: #f5f6f7; 
	border-radius: 10px; 
	padding: 18px; 
	padding-left: 50px; 
	width: 100%
	
}

.box4 {
	display: block; 
	background-color: #f3fbfc; 
	border-radius: 10px; 
	padding: 18px; 
	padding-left: 50px; 
	width: 100%
	
}