html, body {
  margin: 0;
  padding: 0;
  height: 100vh; }

nav.navbar {
  background-color: #ffffff !important; }
  nav.navbar .collapse .navbar-nav .nav-item {
    display: flex;
    align-items: center; }
    nav.navbar .collapse .navbar-nav .nav-item .nav-link {
      display: block;
      text-align: center;
      color: rgba(0, 0, 0, 0.5); }

.contenido {
  display: flex;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 550px; }
  .contenido div {
    margin: 3px;
    padding: 3px;
    width: 50%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .contenido img {
    margin-left: 14px;
    margin-top: 55px;
    margin: o;
    padding: 0;
    width: 100%;
    height: 300px;
    border-radius: 45px; }
  .contenido ul {
    text-align: center;
    margin: 3px;
    padding: 0;
    width: 80%;
    height: 500px;
    display: grid;
    align-items: center;
    justify-content: center; }
    .contenido ul li {
      font-size: 12px; }

.datos {
  width: 100%; }
  .datos .button {
    display: flex;
    justify-content: center;
    margin-top: 40px; }

.d-flex {
  align-content: center;
  text-align: center;
  width: 100%; }

.personales {
  text-align: center;
  display: flex;
  justify-content: center; }

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

.icon {
  display: block;
  margin: 20px auto;
  width: 120px;
  height: 100px;
  padding: 3px;
  -webkit-border-radius: 2%;
  -webkit-box-shadow: 0px 0px 0px 30px rgba(224, 58, 58, 0);
  -webkit-transition-duration: .80s; }

.form-inline a {
  margin: 6px;
  padding: 3px;
  text-decoration: none !important;
  color: #000000; }

.footer {
  align-self: flex-end;
  width: 100%;
  background-color: #000000;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1rem;
  color: white;
  line-height: 4px; }
  .footer a {
    margin: 9px;
    padding: 2px;
    color: white !important; }
  .footer p {
    margin: 9px;
    padding: 2px; }

.collapse a {
  display: flex;
  align-items: center; }

@media screen and (min-width: 1600px) {
  .contenedor .imgprncipal img {
    width: 100%;
    height: 550px; }

  .flexbox .box {
    min-width: 180px;
    margin: 25px;
    margin-top: 10px; } }
@media screen and (max-width: 816px) {
  .footer {
    height: 80px; } }
@media screen and (max-width: 440px) {
  .footer {
    height: 100px; } }
@media screen and (max-width: 324px) {
  .footer {
    height: 119px; } }
@media screen and (max-width: 246px) {
  .footer {
    height: 125px; }
    .footer p, .footer a {
      font-size: 13px; } }
@media screen and (min-width: 500px) {
  .contenido li {
    font-size: 20px !important; } }
@media screen and (min-width: 700px) {
  .contenido img {
    height: 400px; } }

/*# sourceMappingURL=styleotrosser.css.map */
