/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */
body {
  padding-top: 30px;
}
.nombres{
	font-size: 38px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px;
}
.resena{
	text-align: center;			
}

.ele{
  display: flexbox;
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
}

.redes{
	padding-top: 40px;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
  color: black;
  transition: 0.8s;
  display:flexbox;
}
.redes:hover{
  font-size: 30px;
  text-shadow: 0 0 10px #f0d90e, 0 0 20px #f0d90e, 0 0 50px #f0d90e;
  transition-delay: 0.5s;
  color:blue;
  text-decoration: none;
}




/*carrusel*/
body {
  padding-top: 56px;
}
.carousel-item {
  height: 65vh;
  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;
}
.titi{
  font-size: 30px;
  text-shadow: 0 0 10px #f0d90e, 0 0 20px #f0d90e, 0 0 50px #f0d90e;
}

.ria, .bea{
  height: 620px;
}

.ml2 {
  font-weight: 900;
  font-size: 2.8em;
  padding-top:39vh;
  text-align: center;
  color:white;
}

@media (max-width: 450px){
  .ml2 { 
    font-size:1.5em;
  }
}


.ml2 .letter {
  
  display: inline-block;
  line-height: 1em;
  align-content: center;
  
}


