.flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-wrap-space {
  -webkit-justify-content: space-around;
  -webkit-flex-flow: row;
  -webkit-flex-wrap: wrap;
  justify-content: space-around;
  flex-flow: row;
  flex-wrap: wrap;
  -moz-justify-content: space-around;
  -moz-flex-flow: row;
  -moz-flex-wrap: wrap;
  -o-justify-content: space-around;
  -o-flex-flow: row;
  -o-flex-wrap: wrap;
  -ms-justify-content: space-around;
  -ms-flex-flow: row;
  -ms-flex-wrap: wrap;
}
.flex-wrap-center {
  -webkit-justify-content: center;
  -webkit-flex-flow: row;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  flex-flow: row;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -moz-flex-flow: row;
  -moz-flex-wrap: wrap;
  -o-justify-content: center;
  -o-flex-flow: row;
  -o-flex-wrap: wrap;
  -ms-justify-content: center;
  -ms-flex-flow: row;
  -ms-flex-wrap: wrap;
}
.flex-inline {
  display: inline-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.striped {
  background: url("../images/inicio/striped.png") repeat;
}
.center {
  width: 1023px;
  height: auto;
  margin: 0 auto;
}
.center-cont {
  width: 960px;
  height: auto;
  margin: 0 auto;
}
* Base template
*
*/
html {
  overflow-x: hidden;
  font-size: 62.5%;
}
body {
  font-family: ;
  font-size: 15px;
  text-align: center;
  overflow-x: hidden;
}
a {
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#b0b0b0',Direction=135,Strength=3);
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#b0b0b0',Direction=135,Strength=3);
}
header {
  position: absolute;
  float: left;
  width: 100%;
  z-index: 5;
}
header .wrapper {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}
header nav {
  margin-top: 14px;
}
header nav .menu .moduletable ul li {
  display: inline-block;
  margin: 0 8px;
}
header nav .menu .moduletable ul li:first-child {
  margin-left: 0;
}
header nav .menu .moduletable ul li:last-child {
  margin-right: 0;
}
header nav .menu .moduletable ul li a {
  display: inline-block;
  font: 22px 'Roboto', sans-serif;
  color: #fff;
  border-bottom: solid 2px transparent;
  padding: 0px 12px;
  text-shadow: 1px 1px 2px #1F1F1F;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}
header nav .menu .moduletable ul li a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  background: url(../images/icons/img-menu.png) center no-repeat;
  right: 100%;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
header nav .menu .moduletable ul li a:hover {
  border-bottom: solid 2px #fff;
}
header nav .menu .moduletable ul li a:hover:before {
  opacity: 1;
}
footer {
  position: relative;
  float: left;
  width: 100%;
  background: url(../images/backgrounds/bg-footer.jpg) center no-repeat;
  margin-top: 55px;
}
footer .footer-top {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 26px;
}
footer .footer-top a {
  display: inline-block;
  position: relative;
}
footer .footer-top a img {
  margin: 0 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
footer .footer-top a img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
footer .footer-top a:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
  width: 111px;
  height: 58px;
  background: url(../images/icons/elemento-1.png) center no-repeat;
}
footer .footer-top a:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto 0;
  width: 111px;
  height: 58px;
  background: url(../images/icons/elemento-2.png) center no-repeat;
}
footer .footer-bot {
  background: rgba(0,0,0,0.4);
  padding: 18px 0;
  border-top: solid 1px #fff;
}
footer .footer-bot ul li {
  display: inline-block;
  font: 15px 'Roboto', sans-serif;
  color: #fff;
  padding: 10px 0 10px 40px;
  margin: 0 15px;
}
footer .footer-bot ul li:first-child {
  background: url(../images/icons/footer-cel.png) center left no-repeat;
}
footer .footer-bot ul li:nth-child(2) {
  background: url(../images/icons/footer-dir.png) center left no-repeat;
}
footer .footer-bot ul li:nth-child(3) {
  background: url(../images/icons/footer-mail.png) center left no-repeat;
}
footer .footer-bot ul li a {
  color: #fff;
}
.copy {
  width: 100%;
  position: relative;
  float: left;
  background: rgba(0,0,0,0.6);
}
.copy .sainet {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  text-align: center;
  padding: 3px 0;
}
.copy .sainet a {
  vertical-align: middle;
  color: #fff;
  font: 14px 'Roboto', sans-serif;
}
.copy .sainet img {
  vertical-align: middle;
  margin-left: 5px;
}
#trigger {
  display: none;
}
.text-smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#b0b0b0',Direction=135,Strength=3);
}
a {
  text-decoration: none;
}
.gradient-gris {
  background: #e9e9e9;
  background: -moz-linear-gradient(left,#e9e9e9 0%,#ffffff 50%,#e9e9e9 100%);
  background: -webkit-linear-gradient(left,#e9e9e9 0%,#ffffff 50%,#e9e9e9 100%);
  background: linear-gradient(to right,#e9e9e9 0%,#ffffff 50%,#e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#e9e9e9',GradientType=1);
}
.gradient-azul {
  background: #05457c;
  background: -moz-linear-gradient(left,#05457c 0%,#064a85 50%,#05457c 100%);
  background: -webkit-linear-gradient(left,#05457c 0%,#064a85 50%,#05457c 100%);
  background: linear-gradient(to right,#05457c 0%,#064a85 50%,#05457c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05457c',endColorstr='#05457c',GradientType=1);
}
:-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
::-webkit-input-placeholder {
  color: #000;
}
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
.banner {
  position: relative;
  width: 100%;
  float: left;
  box-shadow: 0 10px 25px 0 #8C8C8C;
}
.banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/backgrounds/bg-banner.png) center top no-repeat;
  left: 0;
  top: 0;
  z-index: 4;
  pointer-events: none;
}
.banner ul.nav {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 12%;
  z-index: 999;
}
.banner ul.nav li span {
  background: url(../images/icons/paginador-1.png) center no-repeat;
  display: inline-block;
  width: 23px;
  height: 23px;
  background-position: center !important;
}
.banner ul.nav .active span {
  background: url(../images/icons/paginador-2.png) center no-repeat;
}
.banner .caption {
  font: 50px 'Squada One', cursive;
  max-width: 900px;
  background: transparent;
  left: 0;
  right: 0;
  bottom: 25%;
  margin: 0 auto;
  height: 126px;
  text-shadow: 0 3px 5px #000;
}
.banner .wk-slideshow-default > div .prev {
  background-position: center !important;
  display: block !important;
  background: url("../images/icons/banner-left.png") center no-repeat;
  top: 62%;
  width: 74px;
  height: 74px;
  left: 310px !important;
  margin-top: -37px;
  z-index: 999;
}
.banner .wk-slideshow-default > div .next {
  background-position: center !important;
  display: block !important;
  background: url("../images/icons/banner-right.png") center no-repeat;
  top: 62%;
  width: 74px;
  height: 74px;
  right: 310px;
  margin-top: -37px;
  z-index: 999;
}
.main {
  position: relative;
  float: left;
  width: 100%;
}
.main .wrapper {
  width: 1200px;
  margin: 0 auto;
}
.main .wrapper .moduletable >h3 {
  font: 26px 'Oswald', sans-serif;
  color: #F78624;
  text-align: left;
  border-bottom: solid 2px #294095;
  padding-left: 20px;
  position: relative;
  margin-top: 35px;
  margin-bottom: 45px;
}
.main .wrapper .moduletable >h3:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/icons/img-titulos-1.png) center no-repeat;
  left: -6px;
  bottom: -2px;
}
.main .wrapper .moduletable table {
  border: solid 1px #E6E6E6;
  border-top: none;
  position: relative;
}
.main .wrapper .moduletable table:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-left: solid 2px #294095;
  border-bottom: solid 2px #294095;
  left: -1px;
  bottom: -1px;
}
.main .wrapper .moduletable table:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-right: solid 2px #294095;
  border-top: solid 2px #294095;
  right: -1px;
  top: -1px;
}
.main .wrapper .moduletable table tr td {
  vertical-align: middle;
  max-height: 393px;
  display: inline-block;
  width: 50%;
}
.main .wrapper .moduletable table tr:first-child {
  border-top: solid 1px #E6E6E6;
}
.main .wrapper .moduletable table tr:first-child td:first-child {
  position: relative;
}
.main .wrapper .moduletable table tr:first-child td:first-child:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35) url(../images/icons/mas.png) center no-repeat;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}
.main .wrapper .moduletable table tr:first-child td:first-child:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 90px;
  right: 0;
}
.main .wrapper .moduletable table tr:first-child td:first-child:hover:before {
  opacity: 1;
}
.main .wrapper .moduletable table tr:first-child td:last-child {
  padding: 0 64px;
  box-sizing: border-box;
}
.main .wrapper .moduletable table tr:first-child h3 {
  font: 26px 'Oswald', sans-serif;
  text-align: left;
  padding-bottom: 6px;
  position: relative;
  margin-top: 35px;
  margin-bottom: 18px;
}
.main .wrapper .moduletable table tr:first-child h3:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/icons/img-titulos-1.png) center no-repeat;
  left: -20px;
  bottom: 0px;
}
.main .wrapper .moduletable table tr:first-child h3:after {
  position: absolute;
  content: "";
  width: 168px;
  height: 1px;
  background: #294095;
  left: -10px;
  bottom: 0;
}
.main .wrapper .moduletable table tr:first-child h3 a {
  color: #F78624;
}
.main .wrapper .moduletable table tr:last-child td:first-child {
  padding: 0 64px;
  box-sizing: border-box;
}
.main .wrapper .moduletable table tr:last-child td:last-child {
  position: relative;
}
.main .wrapper .moduletable table tr:last-child td:last-child:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35) url(../images/icons/mas.png) center no-repeat;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}
.main .wrapper .moduletable table tr:last-child td:last-child:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
  top: 90px;
  left: 0;
}
.main .wrapper .moduletable table tr:last-child td:last-child:hover:before {
  opacity: 1;
}
.main .wrapper .moduletable table tr:last-child h3 {
  font: 26px 'Oswald', sans-serif;
  text-align: right;
  padding-bottom: 6px;
  position: relative;
  margin-top: 35px;
  margin-bottom: 18px;
}
.main .wrapper .moduletable table tr:last-child h3:after {
  position: absolute;
  content: "";
  width: 168px;
  height: 1px;
  background: #294095;
  right: -10px;
  bottom: 0;
}
.main .wrapper .moduletable table tr:last-child h3:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/icons/img-titulos-2.png) center no-repeat;
  right: -20px;
  bottom: 0px;
}
.main .wrapper .moduletable table tr:last-child h3 a {
  color: #F78624;
}
.main .wrapper .moduletable table tr td {
  vertical-align: middle;
}
.main .wrapper .moduletable table tr td p {
  font: 15px 'Roboto', sans-serif;
  color: #808080;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 15px;
}
.main .wrapper .moduletable table tr td .ver-detalle {
  font: 500 21px 'Roboto', sans-serif;
  color: #fff;
  background: #294095;
  border-bottom: solid 2px #000;
  margin-top: 15px;
  display: inline-block;
  padding: 7px 16px 5px;
  margin-bottom: 20px;
}
.main .wrapper .moduletable table tr td img {
  float: left;
}
