html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  color: black;
}

body {
  padding-top: 54px;
  background-image: url('../img/fondo.jpg');
  background-size: cover;
  background-position: center center;
  font-family: "Mulish", "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
@media (max-width: 992px) {
  .flaglogo {
    width: 23% !important;
  }
}
p {
  font-size: 1rem;
}
.h6 {
  color: #00AEC7;
  font-size: 0.9rem;
}
h2 {
  font-size: 1rem;
}
.navbar {
  background-color: #ffffff;
}
.flags {
  text-align: center;
}
.margen {
  background-color: white;
  height: 20px;
}
.logo {
  max-width: 1081px;
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.flaglogo {
  padding-bottom: 26px;
  padding-top:14px;
  padding-right: 5px;
  width: 7%;
  height: auto;
}
.navlogo{
  max-width: 150px;
  margin:0px;
}

.wrapper {
  background: white;
}



