/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-top: 3rem;
  color: #5a5a5a;
  font-family: 'Abril Fatface', cursive;
  }
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing {
    text-align: center;
  }
  .marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
  }
  .marketing h2 {
	font-weight: 400;
  }
  .marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
  }
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }

  .featurette-divider2 {
    margin-bottom: 1rem;
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
  }

  .div .row .featurrete {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }

  /*Jumbotron styles*/

  .jumbotron2 {
    position: relative;
    overflow: hidden;
    background-color: black;
    margin-bottom: 50px;
    padding-bottom: 50px;
    height: 350px;
  }

  .jumbotron2 video {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
  }

  .jumbotron2 .container {
    z-index: 2;
    position: relative;
  }

  .midcentrado {
    padding-top: 100px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }

  /*Navbar*/
  .navbar {
    background-color: #bcaaac;
    }
  
  .navbar .nav-link {
    color: #4a2d57 !important;
    }
  
  .navbar .navbar-brand {
    color: #4a2d57 !important;
    font-weight: bold;
  }

  /*Footer*/

  .page-footer {
    background-color: #bcaaac;
    color: #4a2d57 !important;
  }

  /*Testimonios*/

  .nombres {
    font-style: italic;
    text-align: right;
  }

