.banner-2:hover {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

body {
  height: 100%;
  background: url('../images/fondo.jpg') rgb(255, 255, 255);
  background-size: auto auto;
  background-position: center top;
  font: 300 1em/1.38 'Open Sans';
  color: rgb(255, 255, 255);
}

.container-1 p {
  margin-bottom: 1em;
}

.banner {
  display: block;
  float: left;
  width: 30%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.banner:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.banner .image {
  width: 100%;
}

.btn {
  display: block;
  float: left;
  width: 95px;
  min-height: 48px;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
  font-size: 0.938em;
  line-height: 1;
  text-align: center;
}

.btn:hover {
  font-weight: 700;
  color: rgb(5, 57, 133);
}

.container {
  float: left;
  clear: both;
}

.container .text {
  min-height: 58px;
  padding: 10px;
  font-family: Roboto;
  font-size: 0.875em;
  font-weight: 500;
  text-align: justify;
  color: rgb(5, 57, 133);
}

.contenido {
  position: relative;
  float: left;
  clear: both;
  width: 90%;
  min-height: 250px;
  margin: 54px 0 0 5%;
  padding: 20px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(5, 57, 133, 0.48), 0 0 10px rgba(0, 104, 255, 0.22) inset;
}

.contenido .image {
  clear: both;
  width: 261px;
  margin-left: 36.05769%;
}

.element {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hojas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 23;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background-image: url('../images/hojas.png');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center top;
}

.image {
  display: block;
  float: left;
  height: auto;
  overflow: hidden;
}

.logo {
  float: right;
  width: 100%;
  max-width: 292px;
  height: 100px;
  border: 2px solid rgba(255, 255, 255, 0.79);
  border-radius: 22px;
  background: url('../images/LOGO_AIVER.jpg') rgba(251, 251, 251, 0.5);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  box-shadow: 0 0 7px rgba(5, 57, 133, 0.68);
}

.logocont {
  display: block;
  position: relative;
  float: left;
  z-index: 22;
  width: 24.3333333333%;
  height: 100px;
  margin: 62px 0 0 5%;
}

.menu {
  position: relative;
  float: right;
  z-index: 20;
  width: 682px;
  height: 48px;
  margin: 88px 5% 0 0;
  background-image: url('../images/Barra_menu-flash.png');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: left top;
}

.meses {
  float: left;
  width: 35.1063829787%;
}

.meses .image {
  width: 100.1184366363%;
  margin-left: -0.11837%;
}

.text {
  float: left;
  width: 100%;
  line-height: 1.38;
}

.text-3 p {
  margin-bottom: 0.5em;
}

.titulo1 {
  float: left;
  margin-left: 4.82422%;
  padding: 10px;
  font: 900 1.375em/1.38 Roboto;
  letter-spacing: -1px;
  color: rgb(114, 157, 231);
}

.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 24;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.banner-1 {
  margin-left: 1.99967%;
}

.banner-1:hover {
  background-color: rgba(0, 0, 0, 0);
}

.btn-1 {
  margin-left: 4.98992%;
  background-image: none;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.btn-2 {
  margin-left: 0.31617%;
  background-image: none;
  font-weight: 400;
  color: rgb(255, 255, 255);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.btn-4 {
  background-image: url('../images/btn.png');
  font-family: Oxygen;
  font-weight: 700;
  color: rgb(5, 57, 133);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.btn-3,
.btn-5 {
  background-image: none;
  font-weight: 400;
  color: rgb(255, 255, 255);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.btn-1:hover,
.btn-2:hover,
.btn-3:hover,
.btn-5:hover {
  background-image: url('../images/btn.png');
}

.container-1 {
  width: 90.9615384615%;
  margin: 20px 0 0 4.80619%;
}

.container-2 {
  width: 86.1538461538%;
  margin: 10px 0 0 6.92308%;
}

.container-3 {
  width: 78.3333333333%;
  margin: 30px 0 0 10.83073%;
  padding-bottom: 20px;
}

.text-3 {
  clear: both;
  min-height: 100px;
  margin-top: 50px;
  padding: 30px 15px 50px;
  background-color: rgb(5, 57, 133);
  font-size: 1em;
  text-align: center;
  color: rgb(255, 255, 255);
}

.text a {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

.text em {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: 900;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

.text span {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

.text strong {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

.text-1 span {
  font-style: italic;
  font-weight: inherit;
  color: inherit;
}

.text-1 strong {
  font-size: 1.071em;
  font-weight: 900;
}

.text-1 a,
.text-2 a {
  font-weight: 900;
}

.text-2 span {
  font-style: inherit;
  font-weight: 700;
  color: inherit;
}

.text-2 strong {
  font-size: 1.714em;
}

.text-3 a {
  font-weight: 600;
}

.text-3 a:hover {
  color: rgb(112, 245, 0);
}

.text-3 span {
  font-style: inherit;
  font-weight: 700;
  color: rgb(112, 245, 0);
}

.titulo1 span {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: rgb(5, 57, 133);
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

@media(max-width: 1089px) {
  body {
    font-size: 0.938em;
  }

  .banner .element,
  .banner .image {
    height: auto;
  }

  .container .banner {
    margin-top: 21px;
  }

  .container .meses {
    width: 36.3636363636%;
  }

  .container .text {
    font-size: 0.933em;
  }

  .contenido .image {
    position: relative;
    z-index: 13;
    height: auto;
    margin-top: -40px;
    margin-left: 34.07074%;
  }

  .contenido .titulo1 {
    margin-top: 20px;
    margin-left: 0;
    font-size: 1.467em;
  }

  .logocont .logo {
    float: none;
    width: 292px;
    margin-right: auto;
    margin-left: auto;
  }

  .menu .btn {
    font-size: 1em;
  }

  .meses .image {
    width: 100.1141924959%;
    height: auto;
    margin-top: 31px;
    margin-left: -0.11412%;
  }

  .wrapper {
    top: auto;
    left: auto;
    right: auto;
    min-width: 0;
  }

  .wrapper .contenido {
    margin-top: 30px;
    margin-left: 4.99742%;
  }

  .wrapper .hojas {
    left: 0;
    right: auto;
  }

  .wrapper .logocont {
    position: relative;
    z-index: 22;
    width: 100%;
    margin-top: 65px;
    margin-left: 0;
  }

  .wrapper .menu {
    position: relative;
    float: none;
    z-index: 20;
    margin-top: 185px;
    margin-right: auto;
    margin-left: auto;
  }

  .container .banner-1 {
    margin-left: 2.74994%;
  }

  .contenido .container-1 {
    width: 88.6081840241%;
    margin-left: 5.6959099999%;
  }

  .contenido .container-2 {
    position: relative;
    z-index: 9;
    width: 90.7356314197%;
    margin-left: 4.62886%;
  }

  .wrapper .container-3 {
    width: 89.8989898989%;
    min-height: 0;
    margin-top: 17px;
    margin-left: 4.95868%;
  }

  .wrapper .text-3 {
    margin-top: 40px;
    font-size: 15px;
  }
}

@media(max-width: 500px) {
  .btn-2:hover {
    font-weight: 400;
    color: rgb(255, 255, 255);
  }

  .btn-3:hover {
    font-weight: 700;
    color: rgb(5, 57, 133);
  }

  .btn-4:hover {
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
  }

  .btn-5:hover {
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
    color: rgb(5, 57, 133);
  }

  body {
    background-repeat: repeat-x;
  }

  .banner .element {
    height: auto;
    margin-top: -5px;
    margin-left: 1.0625%;
  }

  .banner .image {
    height: auto;
  }

  .container .banner {
    clear: both;
    width: 100%;
  }

  .container .meses {
    width: 100%;
  }

  .container .text {
    font-size: 1em;
    text-align: center;
  }

  .contenido .container {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .contenido .image {
    position: relative;
    z-index: 13;
    height: auto;
    margin-top: -23px;
    margin-left: 33.3611099999%;
  }

  .contenido .titulo1 {
    margin-top: 0;
    font-size: 1.571em;
    text-align: center;
  }

  .menu .btn {
    width: 20%;
    font-size: 14px;
    letter-spacing: -1px;
  }

  .meses .image {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .wrapper {
    min-width: 291px;
  }

  .wrapper .contenido {
    width: 98%;
    margin-left: 1%;
  }

  .wrapper .logocont {
    position: relative;
    z-index: 22;
  }

  .wrapper .menu {
    position: relative;
    float: left;
    clear: both;
    z-index: 20;
    width: 100%;
    min-width: 292px;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    background-position: center top;
  }

  .container .banner-1 {
    margin-top: 0;
    margin-left: 0;
  }

  .container .banner-2 {
    margin-top: 15px;
  }

  .contenido .container-2 {
    position: relative;
    z-index: 9;
  }

  .menu .btn-1 {
    min-width: 31px;
    margin-left: 0;
  }

  .menu .btn-2 {
    min-width: 50px;
    margin-left: 0;
  }

  .menu .btn-4 {
    min-width: 52px;
    background-image: none;
    color: rgb(255, 255, 255);
  }

  .menu .btn-3,
  .menu .btn-5 {
    min-width: 52px;
  }

  .wrapper .container-3 {
    width: 75%;
    min-width: 230px;
    min-height: nonepx;
    margin-top: 10px;
    margin-left: 12.65%;
  }

  .wrapper .text-3 {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
  }
}