@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: url("../img/bg-ok.jpg") no-repeat fixed center;
  background-size: cover;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  color: #f69633;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

html,
body,
.fondo,
.container {
  margin: 0;
}

h1,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

h1 {
  text-align: left;
  font-size: 1.3em;
  line-height: 1.4em;
  margin-top: 2em;
  margin-bottom: 0px;
  font-weight: 900;
  color: #333;
}

h2 {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.4em;
  /* margin-bottom: 1.5em; */
  margin-top: 0;
  font-weight: 400;
  color: #333;
}

.fondo {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.contenido {
  width: 40%;
  max-width: 800px;
  background-color: #fff;
  padding: 4% 5% 1.5% 5%;
  border-radius: 6px;
  /* border: 4px solid #333; */
}

.cabecera-logos .logo {
  margin: auto;
  display: block;
}

.contenido a {
  font-weight: 700;
  color: #f69633;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.contenido a p:hover {
  color: #268bc6;
}

.contenido div {
  display: flex;
  align-items: center;
}

.contenido div img {
  margin-right: 20px;
}

/* .contenido div a img:hover {
background-image: url("img/mail.svg");
} */

.contenido div img.empresa {
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 4em;
}

@media only screen and (max-width: 1500px) {
  .contenido {
    margin: 35% 20% 5% 20%;
  }
}

@media only screen and (max-width: 1000px) {
  .contenido {
    max-width: 800px;
  }

  .logo {
    display: inline-block;
    margin: 5% auto 1%;
  }
}

@media only screen and (max-width: 768px) {
  .contenido {
    margin: 30% 15% 5% 15%;
    max-width: 600px;
    /* padding: 10% 15%;  */
  }

  h2 {
    font-size: 1em;
    line-height: 1.1em;
  }

  .contenido div img.empresa {
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 600px) {
  .contenido {
    max-width: 500px;
    padding: 10% 10% 5% 10%;
    margin: 30% 10% 5% 10%;
    width: 100%;
  }

  h1 {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  p {
    font-size: 0.9em;
  }

  .contenido div img {
  }

  .contenido div img.empresa {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 230px !important;
    margin-top: 2em;
  }
}

@media only screen and (max-width: 460px) {
  h1 {
    font-size: 1em;
    margin-top: 1.5em;
    /* line-height: 1.2em; */
  }

  h2 {
    font-size: 0.9em;
    /* line-height: 1.1em; */
    margin-top: 0.5em;
  }
  p {
    font-size: 0.8em;
    margin: 0.7em 0;
  }

  .contenido div img.empresa {
    max-width: 170px !important;
  }
}
