/* inicial */
@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,700);
* {
  margin: 0;
  padding: 0;
  border: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  box-sizing: content-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

body {
  color: #000;
  font-family: sans-serif;
  background-color: #fff;
}

li {
  vertical-align: bottom;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-size: 1em;
}

section, header, footer, aside, nav, article, iframe {
  display: block;
}

div, input, section, textarea, li, header, footer {
  box-sizing: border-box;
}

input, textarea, select {
  font-family: inherit;
}

img {
  max-width: 100%;
}

/* clearfix optimizado, ie8+ */
.group::after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.fancybox-overlay {
  max-width: none;
}

.compartir .at-icon-wrapper {
  display: none;
}

/* fin inicial */
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 50% 50%;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

.showSweetAlert[data-animation=pop] {
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s;
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.animateXMark {
  animation: animateXMark 0.5s;
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */

@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}

html {
  font-size: 15px;
  min-height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #595a5c;
  height: 100%;
}

strong, b {
  font-weight: 700;
}

#contenedor-general {
  max-width: 1700px;
  margin: 0 auto;
}

a {
  color: #0f2c3c;
}

header {
  position: relative;
  background-color: #0f2c3c;
  height: 450px;
  padding-top: 50px;
}

header .fondo-abajo {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #0c212d;
}

header .menu {
  text-align: center;
  position: relative;
  z-index: 10;
}

header .menu nav {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

header .menu nav a {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}

header .menu nav a:hover {
  text-decoration: underline;
}

header .menu nav a:last-of-type {
  margin-right: 0;
}

header .menu .redes {
  display: inline-block;
  vertical-align: middle;
}

header .menu .redes a {
  display: inline-block;
  margin-right: 15px;
  opacity: 0.9;
}

header .menu .redes a:hover {
  opacity: 1;
}

header .menu .redes .icono {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
}

header .menu .redes .facebook {
  background-image: url(/img/cabecera/icn-facebook.png);
}

header .logo {
  position: relative;
  z-index: 10;
  max-width: 860px;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/img/cabecera/logo.png);
}

@media (max-width: 800px) {
  header {
    height: auto;
    padding-bottom: 50px;
  }
  header .fondo-abajo {
    display: none;
  }
  header .menu nav a {
    margin-bottom: 15px;
  }
  header .logo {
    margin-top: 30px;
  }
}

@media (max-width: 800px) {
  header .menu nav {
    margin-right: 0;
  }
}

footer {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #0f2c3c;
  border-bottom: 16px solid #0c212d;
  padding: 40px 0;
}

footer .contenido {
  display: table;
  width: 100%;
}

footer .contenido .columna {
  display: table-cell;
  width: 33%;
  padding: 25px;
  border-right: 1px solid white;
  vertical-align: middle;
}

footer .contenido .columna:last-child {
  border-right: 0;
}

footer .logo {
  width: 232px;
  height: 45px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/img/pie/logo.png);
}

footer .info a {
  display: block;
  font-size: 11px;
  font-weight: 300;
  color: white;
  background-repeat: no-repeat;
  background-position: left center;
}

footer .info a:hover {
  text-decoration: underline;
}

footer .info a.email {
  padding-left: 24px;
  background-image: url(/img/pie/icn-email.png);
  background-size: 18px;
  min-height: 14px;
}

footer .menu a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

footer .menu a:hover {
  text-decoration: underline;
}

@media (max-width: 650px) {
  header {
    position: relative;
    height: auto;
    padding-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  header .fondo-abajo {
    display: none;
  }
  header .menu {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 2;
        order: 2;
    text-align: center;
    padding-top: 30px;
  }
  header .menu nav {
    display: block;
    margin-right: 0;
  }
  header .menu nav a {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  header .menu nav a:hover {
    text-decoration: underline;
  }
  header .menu nav a:last-of-type {
    margin-right: 0;
  }
  header .menu .redes {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  header .menu .redes a {
    display: inline-block;
    margin-right: 0;
    opacity: 1;
  }
  header .logo {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    -ms-flex-order: 1;
        order: 1;
    margin-top: 30px;
  }
  footer {
    margin-top: 20px;
    padding: 20px 0;
  }
  footer .contenido {
    display: block;
    text-align: center;
  }
  footer .contenido .columna {
    display: block;
    border-right: 0;
    width: 100%;
  }
  footer .contenido .columna:nth-child(3) {
    display: none;
  }
  footer .contenido .logo {
    margin: 10px auto;
  }
  footer .contenido .info {
    margin: 10px auto;
  }
  footer .contenido .info a.email {
    background-image: none;
    font-size: 22px;
    padding: 0;
  }
}

#que-es {
  background-color: white;
  padding: 35px;
  text-align: center;
}

#que-es h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 25px;
}

#que-es p {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 25px;
  line-height: 1.5em;
  font-size: 15px;
  font-weight: 200;
}

#que-es p:last-of-type {
  margin-bottom: 0;
}

#para-quienes {
  background-color: #f99506;
}

#para-quienes .contenido {
  max-width: 90%;
  margin: 0 auto;
  min-height: 545px;
  background-repeat: no-repeat;
  background-size: auto 545px;
  background-image: url(/img/quienes/telefono-grande.png);
  background-position: right center;
  padding: 80px 0;
  padding-right: 340px;
}

#para-quienes ul.lista {
  width: 100%;
  font-size: 0;
  color: white;
}

#para-quienes ul.lista li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-right: 15px;
}

#para-quienes ul.lista li h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

#para-quienes ul.lista li h3::after {
  display: block;
  content: '';
  width: 35px;
  border-top: 1px solid #fff;
  margin-top: 10px;
}

#para-quienes ul.lista li p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

#para-quienes .iconos {
  text-align: right;
}

#para-quienes .iconos li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
}

#para-quienes .iconos .icono {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 45px;
  width: 27.5px;
}

#para-quienes .iconos .cafe {
  background-image: url(/img/quienes/icn-cafe.png);
}

#para-quienes .iconos .gimnasio {
  background-image: url(/img/quienes/icn-gimnasio.png);
}

#para-quienes .iconos .boliche {
  background-image: url(/img/quienes/icn-boliche.png);
}

#para-quienes .iconos .tienda {
  background-image: url(/img/quienes/icn-tienda.png);
}

#para-quienes .iconos .oficina {
  background-image: url(/img/quienes/icn-oficina.png);
}

#para-quienes .iconos .grafico {
  background-image: url(/img/quienes/icn-grafico.png);
}

#para-quienes .iconos .celular {
  background-image: url(/img/quienes/icn-celular.png);
}

@media (max-width: 1050px) {
  #para-quienes ul.lista li {
    width: 50%;
    padding-bottom: 15px;
  }
}

@media (max-width: 840px) {
  #para-quienes ul.lista li {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
}

@media (max-width: 650px) {
  #para-quienes .contenido {
    max-width: 95%;
    margin: 0 auto;
    background-image: none;
    padding: 30px 0;
    padding-right: 0;
  }
  #para-quienes ul.lista {
    text-align: center;
  }
  #para-quienes ul.lista li {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
  #para-quienes ul.lista h3 br {
    content: ' ';
  }
  #para-quienes ul.lista h3 br:after {
    content: ', ';
  }
  #para-quienes ul.lista h3:after {
    margin-left: auto;
    margin-right: auto;
  }
  #para-quienes .iconos {
    text-align: center;
  }
}

#beneficios {
  background-color: #0f2c3c;
  padding: 35px 0;
}

#beneficios .contenido {
  width: 90%;
  margin: 0 auto;
}

#beneficios .info {
  display: inline-block;
  vertical-align: middle;
  max-width: 380px;
  padding-right: 60px;
  color: white;
}

#beneficios .info h2 {
  font-size: 29px;
  font-weight: 200;
  margin-bottom: 30px;
}

#beneficios .info p {
  margin-bottom: 20px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left top 4px;
  background-size: 40px;
  min-height: 44px;
  font-size: 16px;
  font-weight: 200;
}

#beneficios .info p.wifi {
  background-image: url(/img/beneficios-1/icn-wifi.png);
}

#beneficios .info p.personas {
  background-image: url(/img/beneficios-1/icn-personas.png);
}

#beneficios .info p.megafono {
  background-image: url(/img/beneficios-1/icn-megafono.png);
}

#beneficios .screenshots {
  display: inline-block;
  vertical-align: middle;
}

#beneficios .screenshots .screenshot {
  display: inline-block;
  width: 251px;
  height: 173px;
  margin-right: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

#beneficios .screenshots .uno {
  background-image: url(/img/beneficios-1/screenshot-1.png);
}

#beneficios .screenshots .dos {
  background-image: url(/img/beneficios-1/screenshot-2.png);
  margin-right: 0;
}

@media (max-width: 650px) {
  #beneficios {
    padding: 25px 0;
  }
  #beneficios .contenido {
    width: 95%;
    margin: 0 auto;
  }
  #beneficios .info {
    display: block;
    max-width: none;
    padding-right: 0;
  }
  #beneficios .info h2 {
    text-align: center;
    font-size: 25px;
  }
  #beneficios .screenshots {
    display: block;
    margin: 0 auto;
  }
  #beneficios .screenshots .screenshot {
    display: block;
    width: 251px;
    height: 173px;
    margin: 10px auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #beneficios .screenshots .dos {
    margin-right: auto;
  }
}

#beneficios-2 {
  background-image: url(/img/beneficios-2/fondo.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  height: 268px;
  padding: 20px 0;
}

#beneficios-2 .contenido {
  width: 90%;
  margin: 0 auto;
}

#beneficios-2 .info {
  color: white;
}

#beneficios-2 .info h2 {
  max-width: 380px;
  font-size: 29px;
  font-weight: 200;
  margin-bottom: 30px;
}

#beneficios-2 .info p {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  padding-top: 44px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 34px;
  max-width: 230px;
  font-size: 16px;
  font-weight: 200;
}

#beneficios-2 .info p.wifi {
  background-image: url(/img/beneficios-2/icn-wifi.png);
}

#beneficios-2 .info p.promos {
  background-image: url(/img/beneficios-2/icn-promos.png);
}

#beneficios-2 .info p.libre {
  background-image: url(/img/beneficios-2/icn-libre.png);
}

@media (max-width: 650px) {
  #beneficios-2 {
    background-image: none;
    background-color: #0c212c;
    height: auto;
  }
  #beneficios-2 .contenido {
    width: 95%;
  }
  #beneficios-2 .info {
    color: white;
  }
  #beneficios-2 .info h2 {
    max-width: none;
    font-size: 25px;
    text-align: center;
  }
  #beneficios-2 .info p {
    display: block;
    padding: 0 12px;
    padding-top: 44px;
    margin-bottom: 20px;
    background-position: center top;
    max-width: none;
    text-align: center;
  }
}

#costos {
  background-color: #05bcc1;
  padding: 35px;
  text-align: center;
  color: white;
}

#costos .iconos {
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}

#costos .iconos .icono {
  padding: 0 5px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}

#costos .iconos .wifi {
  background-image: url(/img/costos/icn-wifi.png);
}

#costos .iconos .costo {
  background-image: url(/img/costos/icn-costo.png);
}

#costos h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 25px;
}

#costos p {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 25px;
  line-height: 1.5em;
  font-size: 15px;
  font-weight: 200;
}

#costos p:last-of-type {
  margin-bottom: 0;
}

#nosotros {
  max-width: 950px;
  margin: 0 auto;
  border-bottom: 1px solid #05bcc1;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 0;
}

#nosotros .contenido {
  max-width: 90%;
  margin: 0 auto;
}

#nosotros h2 {
  font-size: 42px;
  font-weight: 700;
}

#nosotros p {
  margin: 20px 0;
  font-size: 17px;
  font-weight: 200;
  color: #05bcc1;
}

#nosotros ul {
  margin-top: 20px;
  width: 100%;
}

#nosotros li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  text-align: left;
  padding: 0 60px;
  border-right: 1px dashed #ddd;
}

#nosotros li h3 {
  font-size: 24px;
  font-weight: 600;
  color: #05bcc1;
}

#nosotros li h4 {
  font-size: 24px;
  font-weight: 200;
  color: #a7aaac;
}

#nosotros li .contacto {
  margin-top: 20px;
}

#nosotros li .contacto a {
  font-size: 16px;
  font-weight: 300;
}

#nosotros li .contacto a:hover {
  text-decoration: underline;
}

#nosotros li:last-of-type {
  border-right: 0;
}

#contacto {
  max-width: 950px;
  margin: 0 auto;
}

#contacto .contenido {
  width: 90%;
  margin: 0 auto;
}

#contacto h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

#contacto .formulario {
  font-size: 0;
}

#contacto .formulario .campo {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1rem;
}

#contacto .formulario .campo input[type="text"],
#contacto .formulario .campo input[type="email"] {
  width: 100%;
  height: 40px;
  padding: 0 8px;
  font-size: 0.8rem;
  font-weight: 300;
  font-style: italic;
  color: #818386;
  border: 1px solid #ddd;
}

#contacto .formulario .campo textarea {
  width: 100%;
  height: 170px;
  padding: 8px;
  font-size: 0.8rem;
  font-weight: 300;
  font-style: italic;
  color: #818386;
  border: 1px solid #ddd;
}

#contacto .formulario .campo label {
  font-size: 0.85rem;
  color: #6D6F71;
  font-weight: 300;
}

#contacto .formulario .campo.mitad {
  display: inline-block;
  width: 50%;
  padding-right: 15px;
}

#contacto .formulario .campo.mitad:nth-of-type(2n) {
  padding-right: 0;
}

#contacto .formulario .campo.auto {
  display: inline-block;
  width: auto;
  padding-right: 15px;
}

#contacto .formulario .boton {
  font-size: 1rem;
  margin-top: 10px;
}

#contacto .formulario .boton a, #contacto .formulario .boton .btn {
  display: inline-block;
  padding: 6px 12px;
  background: #0f2c3c;
  text-align: center;
  font-weight: 700;
  color: white;
  margin-right: 12px;
}

#contacto .formulario .boton .cargando {
  font-weight: 300;
  font-size: 1.2rem;
  display: none;
}

@media (max-width: 650px) {
  #contacto .boton {
    text-align: center;
  }
}

@media (max-width: 650px) {
  #contacto .contenido {
    width: 95%;
    margin: 0 auto;
  }
  #contacto h2 {
    font-size: 25px;
  }
}
