* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: 'Karla';
  font-weight: 400;
  letter-spacing: 0px;
  color: #555555;
}

a {
  cursor: pointer;
}

.well {
  background-color: #eeeeee;
}

#navigation {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  padding: 5px 0;
  z-index: 9;
}

#navigation.animated-header {
  padding: 20px 0;
}

h1.navbar-brand {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  padding: 0 15px;
}

.navbar-inverse .navbar-nav>li>a {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #ff525e;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: #000;
}

.section {
  padding: 30px 0;
}

h1 {
  font-size: 60px;
}

h3 {
  line-height: 40px;
}

.iconos {
  display: flex;
  justify-content: space-around;
}

.iconos a,
.iconos a:hover {
  color: #cc0033;
  text-decoration: none;
}

.iconos p {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.iconos i {
  background-color: #cc0033;
display: inline-block;
border-radius: 100%;
padding: 0.7em 0;
color: #FFFFFF;
width: 150px;
font-size: 4em;
}

.iconos a:hover i {
  box-shadow: 1px 3px 10px 5px #ccc;
}

#myVideoCompleto {
  width: 100%;
}

#myBtn {
  position: absolute;
  top: 40%;
  left: 40%;
  background: transparent;
  border: 0;
}

#myBtn i {
  font-size: 8em;
  color: rgba(255, 255, 255, .8);
}

#contact {
  background-color: #3b3e68;
}

#contact .container.contact {
  color: white;
  margin-top: 0px;
  padding: 0;
}

.sec-title h2 {
  font-size: 36px;
  margin: 0 0 30px;
  padding-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}

.sec-title h2:after {
  border-bottom: 1px solid #ccc;
  content: "";
  display: block;
  left: 45%;
  bottom: 0;
  position: absolute;
  width: 115px;
}

.content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 23% 0;
  height: 100%
}

@media only screen and (max-width: 767px) {
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
  }

  .embed-responsive.embed-responsive-16by9 {
    margin-top: 40%;
  }

  .iconos {
    display: block;
  }

  .iconos i {
    margin-bottom: 30px;
  }

  .content {
    padding: 20% 0;
  }

  h1 {
    font-size: 30px;
  }

}
