html,
body {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: #f9f9fa;
}

video {
  width: 100%;
}

@media (max-width: 515px) {
  .titulo {
    font-size: 35px;
  }
}
.hrpersonalizado {
  border: 1px dashed grey;
  height: 0;
  width: 60%;
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 991.98px) {
  .padding {
    padding: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .padding {
    padding: 1rem;
  }
}
.padding {
  padding: 3rem;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.btn-facebook {
  background: #3b579d;
  color: #ffffff;
}

.btn-morado {
  background: #881f69;
  color: #ffffff;
}

.btn-github {
  background: #323131;
  color: #ffffff;
}

.btn-envelope {
  background: #dd5044;
  color: #ffffff;
}

.btn-naranja {
  background: #f7a307;
  color: #ffffff;
}

.btn-marron {
  background: #c46f0e;
  color: #ffffff;
}

.btn-linkedin {
  background: #0177b5;
  color: #ffffff;
}

.btn-user {
  background: #9b9a99;
  color: #ffffff;
}

.btn-facebook:hover,
.btn-facebook:focus {
  background: #2d4278;
  color: #ffffff;
}

.btn-github:hover,
.btn-github:focus {
  background: #000000;
  color: #ffffff;
}

.btn-naranja:hover,
.btn-naranja:focus {
  background: #f7a307;
  color: #ffffff;
}

.btn-marron:hover,
.btn-marron:focus {
  background: #c46f0e;
  color: #ffffff;
}

.btn-envelope:hover,
.btn-envelope:focus {
  background: #be392d;
  color: #ffffff;
}

.btn-morado:hover,
.btn-morado:focus {
  background: #b22dbe;
  color: #ffffff;
}

.btn-dribbble:hover,
.btn-dribbble:focus {
  background: #e51e6b;
  color: #ffffff;
}

.btn-linkedin:hover,
.btn-linkedin:focus {
  background: #015682;
  color: #ffffff;
}

.btn-user:hover,
.btn-user:focus {
  background: #4b4b4b;
  color: #ffffff;
}

.max{
  margin: auto;
  max-width: 2000px;
}

/* html, body {
  height: 100%;
} */
/*# sourceMappingURL=style.css.map */



/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #292b2c;

  border-radius: 10px;
}




.btn-dark {background-image: linear-gradient(to right, #000000 0%, #434343  51%, #000000  100%)}
.btn-dark {

   text-align: center;

   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;

 }

 .btn-dark:hover {
   background-position: right center; 
   color: #fff;
   text-decoration: none;
 }


footer{
  background-image: linear-gradient(to right, #434343 0%, black 100%);
}


@media (max-width: 480px) {
  #youtube {
    height: 250px;
  }
}

@media (min-width: 480px) {
  #youtube {
    height: 500px;
  }
}
