/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


/* CUSTOMIZE THE #NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

h1{
  color: navy;
}


.enfoque{
background: rgba(250,0,0,0.9);
  color: #fff;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  font-size: 25px;
  border-radius: 8px;
  border: 2px solid black;

}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


.contenedor{
  width: 100%;
  margin: auto;
  overflow: hidden;
}



 .gallery img{
  -webkit-filter: grayscale(100%)
}

.gallery img:hover{
  padding: 5px;
  transition: all 1s;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 8px;
  background: rgba(200,0,150,0.4);
  -webkit-filter: grayscale(0%)
  } 


.formul{
  margin-top: 20px;
width: 500px;
margin-left: -40px;
background: rgba(0,0,250,1);
border-radius: 7px;
padding: 20px 30px;
box-sizing: border-box;
margin-top: 10px;
}

h3{
  background: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  font-size: 25px;
  border-radius: 6px;
}

#enviar{
  background: #dc0764;
color: #fff;
padding: 10px;
border-radius: 6px;
}

input{
  margin-top: 5px;
  width: 100%;
padding: 5px;
border-radius: 5px;

}

h4{
  text-align: center;
  color: #fff;
  font-size: 25px;
  background: blue;
  padding: 10px;
  border-radius: 7px;
    border: 3px solid #ffff00;
}


form{
width: 400px;
margin: auto;
background: rgb(31,21,91);
border-radius: 7px;
padding: 20px 30px;
box-sizing: border-box;
margin-top: 25px;
border: 2px solid black;
}




form h3{
  background: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  font-size: 25px;
  border-radius: 6px;
  border: 2px solid black;

}

form label{
  color: white;
  font-size: 20px;
}


form img{
  width: 60%;
  height: 50%;
  border-radius: 150px;
  border: 2px solid #000000;
}




textarea{
min-height: 100px;
max-height: 200px;
width:100%;

}

footer{
  margin-left: 20px;

}



.img-circle:hover{
  transition: all 3s;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  border-radius: 0px;
  border: 2px solid #fff;
}


video{

width: 40%;
height: 40%;

top:50%;
margin-left:30%;
border-radius: 11px;
border: 8px solid blue;
z-index: -1;

}