@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0; }

img {
  max-width: 100%; }

a {
  text-decoration: none; }

section, article {
  margin-bottom: 30px; }

label, input, textarea {
  display: block; }

h1, h2, h3, h4 {
  color: crimson; }

main {
  margin-bottom: 2em; }

.main-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(47%, #f6f6f6), to(gainsboro));
  background: -webkit-linear-gradient(#fff 0%, #f6f6f6 47%, gainsboro 100%);
  background: linear-gradient(#fff 0%, #f6f6f6 47%, gainsboro 100%);
  height: 60px;
  -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
          box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%; }

.logo__img {
  margin: 5px;
  margin-left: 0;
  float: left; }

.titulo-empresa {
  display: none;
  float: left;
  margin: 10px 0;
  font-size: 2em; }
  .titulo-empresa .contenedor {
    display: table; }
  @media screen and (min-width: 320px) {
    .titulo-empresa {
      display: block; } }

#btn-menu {
  position: absolute;
  right: 4px;
  top: 15px;
  font-size: 30px;
  cursor: pointer;
  color: crimson; }
  @media screen and (min-width: 1024px) {
    #btn-menu {
      display: none; } }

.menu {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #f6f6f6), to(gainsboro));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, gainsboro 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, gainsboro 100%);
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 200;
  margin-left: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media screen and (min-width: 1024px) {
    .menu {
      position: static;
      width: auto;
      height: 60px;
      float: right; } }

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: crimson;
  text-decoration: none;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  text-transform: capitalize; }
  @media screen and (min-width: 1024px) {
    .menu__link {
      border: none;
      padding: 20px; } }
  .menu__link:hover {
    background: rgba(0, 0, 0, 0.3); }
  .menu__link:hover.select {
    background: rgba(220, 20, 60, 0.9); }

.select {
  background: rgba(220, 20, 60, 0.9);
  color: white; }

.mostrar {
  margin-left: 0%; }

.main {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1; }

.slider {
  height: 100%;
  width: 100%; }

.slider__section {
  width: 25%;
  float: left;
  height: 100%;
  position: relative; }

.slider__img {
  position: absolute;
  width: 100%;
  height: 100%; }

.slider__contenido {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: white;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-align: center; }
  @media screen and (min-width: 480px) {
    .slider__contenido {
      width: 70%;
      border-radius: 20px; } }
  @media screen and (min-width: 768px) {
    .slider__contenido {
      width: 55%;
      border-radius: 20px;
      max-width: 700px; } }

.slider__contenido__titulo {
  margin: 5px 0;
  color: white; }
  @media screen and (min-width: 768px) {
    .slider__contenido__titulo {
      font-size: 2.5em; } }

.slider__contenido__texto {
  display: none;
  margin: 5px 0; }
  @media screen and (min-width: 480px) {
    .slider__contenido__texto {
      display: block;
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .slider__contenido__texto {
      font-size: 1.5em;
      margin-bottom: 25px; } }

.slider__contenido__link {
  font-size: 1em;
  margin: 0px auto;
  text-decoration: none;
  background: rgba(0, 167, 237, 0.5);
  color: white;
  opacity: 0.7;
  display: inline-block;
  border-radius: 20px;
  padding: 10px;
  text-align: center; }
  .slider__contenido__link:hover {
    background: rgba(0, 167, 237, 0.8);
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  @media screen and (min-width: 768px) {
    .slider__contenido__link {
      font-size: 1.2em; } }

.btn-prev, .btn-next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(0, 167, 237, 0.3);
  position: absolute;
  z-index: 50;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  font-size: 1.2em;
  text-align: center;
  line-height: 40px;
  border-radius: 50%; }
  .btn-prev:hover, .btn-next:hover {
    background: rgba(0, 167, 237, 0.8); }
  @media screen and (min-width: 768px) {
    .btn-prev, .btn-next {
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 2em;
      font-weight: bold; } }

.btn-prev {
  left: 10px; }

.btn-next {
  right: 10px; }

.main-footer {
  background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), color-stop(27%, white), to(white));
  background: -webkit-linear-gradient(whitesmoke 0%, white 27%, white 100%);
  background: linear-gradient(whitesmoke 0%, white 27%, white 100%);
  color: #000;
  -webkit-box-shadow: 0px -1px 5px rgba(50, 50, 50, 0.3);
          box-shadow: 0px -1px 5px rgba(50, 50, 50, 0.3);
  width: 100%;
  padding: 0 5px;
  padding-bottom: 10px; }
  .main-footer .contenedor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .main-footer [class*="icon-"]:before {
    display: block;
    color: #fff;
    padding: .5em; }
  @media screen and (min-width: 480px) {
    .main-footer {
      text-align: right; } }

.main-footer__titulo {
  font-size: 0.8em;
  border-bottom: 1px solid rgba(50, 50, 50, 0.5);
  width: 100%;
  text-transform: uppercase;
  margin: 5px 0;
  color: crimson; }
  @media screen and (min-width: 480px) {
    .main-footer__titulo {
      font-size: 1em; } }
  @media screen and (min-width: 768px) {
    .main-footer__titulo {
      font-size: 1.2em; } }

.datos {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .datos {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      font-size: 1.2em;
      width: 70%; } }
  @media screen and (min-width: 768px) {
    .datos {
      font-size: 1.4em; } }

.datos__item {
  list-style: none;
  font-size: 0.65em; }

.sociales {
  text-align: center;
  margin: 10px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%; }
  @media screen and (min-width: 480px) {
    .sociales {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 30%; } }
  @media screen and (min-width: 768px) {
    .sociales {
      width: 20%;
      margin-left: 0; } }

.sociales__link {
  text-decoration: none;
  font-size: 1em;
  opacity: 0.7;
  border-radius: 50%;
  height: 30px; }
  @media screen and (min-width: 480px) {
    .sociales__link {
      margin: 0px 5px; } }

.sociales__link:nth-child(1) {
  background: #3B558C; }

.sociales__link:nth-child(2) {
  background: #00aced; }

.sociales__link:nth-child(3) {
  background: #bb0000; }

.sociales__link:nth-child(4) {
  background: #007bb6; }

.sociales__link:hover {
  opacity: 1; }

.main-header {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.titulo-empresa {
  margin: 27px 0;
  font-size: 1.7em;
  color: white; }

.menu {
  top: 90px; }
  @media screen and (min-width: 1024px) {
    .menu {
      background: none; } }

@media screen and (min-width: 1024px) {
  .menu__link {
    color: #00A7ED;
    font-weight: bold; }
    .menu__link:hover {
      background: rgba(0, 0, 0, 0.4); }
    .menu__link:hover.select {
      background: rgba(0, 0, 0, 0.4); } }

@media screen and (min-width: 1024px) {
  .select {
    background: rgba(0, 0, 0, 0.4); } }

#btn-menu {
  color: white;
  margin: 14px 0; }

.main-footer {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  z-index: 50;
  padding-bottom: 5px; }

.main-footer__titulo {
  border-bottom: 1px solid #fff;
  color: white; }
