body {
  background-image: url("../images/bg1.jpg");
  background-position: 0 center;
  background-repeat: no-repeat;
}
.container {
  width: 960px;
}
.header {
  background-image: url("../images/header.jpg");
  background-position: 0 center;
  background-repeat: no-repeat;
  height: 134px;
  padding-top: 30px;
}
.header .logo {
  padding-top: 10px;
}
.header .menu {
  text-align: right;
  padding-top: 45px;
}
.header .menu .btn-inicio {
  background-image: url("../images/btn-inicio.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 179px;
  height: 57px;
  font-size: 0;
  color: tranparent;
  border: none;
  background-color: transparent;
  display: inline-block;
}
.header .menu .btn-inicio:hover {
  background-position: 0 -57px;
}
.header .menu .btn-cuanto {
  background-image: url("../images/btn-cuanto.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 263px;
  height: 57px;
  font-size: 0;
  color: tranparent;
  border: none;
  background-color: transparent;
  display: inline-block;
}
.header .menu .btn-cuanto:hover {
  background-position: 0 -59px;
}
.header .menu .megamenu .btn-contenidos {
  background-image: url("../images/contanidos.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 284px;
  height: 57px;
  font-size: 0;
  color: tranparent;
  border: none;
  background-color: transparent;
  display: inline-block;
}
.header .menu .megamenu .submenu {
  display: none;
  position: absolute;
  background-color: #e3e3e3;
  z-index: 9999;
  width: 787px;
  height: 245px;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  padding: 10px;
  left: -150px;
  top: 103px;
}
.header .menu .megamenu .submenu .item {
  display: inline-block;
  margin: 8px 10px;
}
.header .menu .megamenu .submenu .item a {
  background-color: #2a63a8;
  overflow: hidden;
  display: inline-block;
  width: 166px;
  height: 92px;
  text-decoration: none;
}
.header .menu .megamenu .submenu .item a:hover {
  background-color: #00adee;
}
.header .menu .megamenu .submenu .item a .menu-image {
  display: inline-block;
  border: 2px solid #e3e3e3;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.header .menu .megamenu .submenu .item a .menu-add {
  display: inline-block;
  position: relative;
  height: 90px;
  width: 84px;
  vertical-align: top;
}
.header .menu .megamenu .submenu .item a .menu-add .text {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0;
  margin-top: 15px;
  display: inline-block;
}
.header .menu .megamenu .submenu .item a .menu-add .menu-plus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.header .menu .megamenu .submenu .item > span {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  width: 166px;
  height: 92px;
}
.header .menu .megamenu .submenu .item > span .menu-image {
  display: inline-block;
  border: 2px solid #e3e3e3;
  margin-top: 5px;
  margin-left: 3px;
  margin-right: 5px;
}
.header .menu .megamenu .submenu .item > span .menu-add {
  display: inline-block;
  position: relative;
}
.header .menu .megamenu .submenu .item > span .menu-add .text {
  color: #818181;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
.header .menu .megamenu .submenu .item > span .menu-add .menu-plus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.header .menu .megamenu:hover .btn-contenidos {
  background-position: 0 -59px;
}
.header .menu .megamenu:hover .submenu {
  display: block;
}
.showcase {
  background-image: url("../images/showcase.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 132px;
}
.showcase h2 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0;
  margin-top: 10px;
  text-transform: uppercase;
}
.showcase p {
  color: #fff;
  font-family: 'Century Gothic', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0;
}
.showcase2 {
  background-image: url("../images/showcase2.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 132px;
}
.showcase2 h2 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0;
  margin-top: 10px;
  text-transform: uppercase;
}
.showcase2 p {
  color: #fff;
  font-family: 'Century Gothic', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0;
}
.mainbody {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mainbody .block {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e3e3e3;
}
.mainbody .block .title {
  background-color: #fff;
  overflow: hidden;
}
.mainbody .block .title .number {
  background-color: #00adee;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  width: 70px;
  float: left;
}
.mainbody .block .title h2 {
  float: left;
  margin: 0 0 0 20px;
  color: #3c4355;
  font-family: 'Century Gothic', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0;
}
.mainbody .block .item {
  margin-top: 20px;
  overflow: hidden;
}
.mainbody .block .item input {
  float: left;
  margin-left: 80px;
  margin-right: 20px;
}
.mainbody .block .item label {
  float: left;
  width: 600px;
  text-align: justify;
  color: #3c4355;
  font-family: 'Century Gothic', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
}
.mainbody .block .calificacion {
  background-color: #fff;
  text-align: center;
  color: #2a63a8;
  font-family: 'Oswald', sans-serif;
  font-size: 125px;
  font-weight: normal;
  line-height: 200px;
  letter-spacing: 0;
  margin: 0 20px;
}
.mainbody .block .title2 {
  margin: 0 20px;
}
.mainbody .formulario {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a63a8;
}
.mainbody .formulario label {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
  padding: 0;
  text-transform: uppercase;
}
.mainbody .formulario input {
  background-color: #dbdbdb;
  height: 56px;
  color: #3c4355;
  font-family: 'Century Gothic', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
  border: none;
  margin-bottom: 20px;
}
.mainbody .owl-carousel {
  margin-top: 50px;
}
.mainbody .owl-carousel .item {
  background-color: #333;
  position: relative;
  cursor: pointer;
  margin: 0 19px;
  text-align: center;
}
.mainbody .owl-carousel .item .content-roll {
  background-color: #333;
  position: absolute;
  top: 267px;
  left: 0;
  width: 188px;
  height: 267px;
  text-decoration: none;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
.mainbody .owl-carousel .item .content-roll img {
  margin-top: 15px;
}
.mainbody .owl-carousel .item .content-roll h2 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0;
}
.mainbody .owl-carousel .item .content-roll p {
  color: #fff;
  font-family: 'Century Gothic', sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
  margin-left: 15px;
  margin-right: 15px;
  text-align: justify;
}
.mainbody .owl-carousel .item .content-roll .plus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mainbody .owl-carousel .item:hover .content-roll {
  top: 0;
}
.mainbody .customNavigation {
  position: relative;
}
.mainbody .customNavigation .prev,
.mainbody .customNavigation .next {
  text-decoration: none;
  color: transparent;
  font-size: 0;
  bottom: 120px;
}
.mainbody .customNavigation .prev {
  position: absolute;
  left: -50px;
}
.mainbody .customNavigation .next {
  position: absolute;
  right: -50px;
}
.action {
  text-align: right;
  padding: 0;
  margin-top: 20px;
}
.action .btn-evaluar {
  background-image: url("../images/btn-evaluar.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 179px;
  height: 59px;
  font-size: 0;
  color: tranparent;
  border: none;
  background-color: transparent;
}
.action .btn-evaluar:hover {
  background-position: 0 -59px;
}
.action .btn-registrar {
  background-image: url("../images/btn-registrar.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 179px;
  height: 59px;
  font-size: 0;
  color: tranparent;
  border: none;
  background-color: transparent;
}
.action .btn-registrar:hover {
  background-position: 0 -59px;
}
.footer {
  background-color: #182036;
}
.footer .logoinf {
  padding: 0 10px 0 0;
  text-align: center;
}
.footer .logoinf .logosu {
  margin-top: 40px;
}
.footer .logoinf .telefonos {
  margin-top: 20px;
}
.footer h2 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
}
.footer .contacto {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .contacto .content {
  padding: 10px 25px;
  color: #fff;
  font-family: 'Century Gothic', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
}
.footer .redes {
  padding-left: 30px;
}
.footer .redes h2 {
  margin-top: 50px;
  display: inline-block;
  font-size: 18px;
}
.copyright {
  background-color: #252d42;
  color: #bdbec2;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
  padding: 10px;
  text-align: center;
}

.resultado 
{
    text-align:center;
    font-size: 20px;
    font-family:Arial;
}