@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,300italic);
@import "../css/animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #05090d;
  background: #ffffff;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
.logo {
  position: relative;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
h1 a:hover,
.logo a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  h1,
  .logo {
    text-align: center;
  }
}
h2 {
  font-size: 80px;
  font-weight: 700;
  line-height: 62px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  h2 {
    font-size: 66px;
    line-height: 52px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h2 {
    font-size: 49px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 31px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 22px;
    line-height: 19px;
  }
}
h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 979px) {
  h3.h3__size-768 {
    font-size: 22px;
  }
}
h3 a:hover {
  text-decoration: none;
  color: #0359B1;
}
h4,
address {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 979px) {
  h4.h4__size-768,
  address.h4__size-768 {
    font-size: 20px;
  }
}
h4 a:hover,
address a:hover {
  text-decoration: none;
  color: #0359B1;
}
a[data-gal] {
  display: inline-block;
  position: relative;
}
a[data-gal] .first {
  width: 100%;
}
a[data-gal] .overlay-gallery {
  display: block;
  background: rgba(39, 39, 39, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[data-gal] .hover {
  display: block;
  visibility: hidden;
  height: 50px;
  width: 61px;
  text-align: center;
  position: absolute !important;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -25px !important;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a[data-gal]:hover .overlay-gallery {
  background: rgba(39, 39, 39, 0.73);
}
a[data-gal]:hover .hover {
  visibility: visible;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #1b1b1b;
  padding: 5px 0 8px;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  position: relative;
  display: inline-block;
  padding: 6px 26px 0;
}
.sf-menu > li > a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #0359B1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.last {
  padding-right: 0px;
}
.sf-menu > li.current > a {
  color: #0359B1;
}
.sf-menu > li.sfHover > a {
  color: #0359B1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  color: #ffffff;
  top: 48px;
  left: 0px;
  background: #1b1b1b;
  padding: 15px 0 15px 20px;
  z-index: 2;
  width: 132px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 6px;
  color: #ffffff;
}
.sf-menu ul li a {
  display: block;
}
.sf-menu ul li a:hover {
  text-decoration: none;
}
.sf-menu ul li:hover {
  color: #0359B1;
}
.sf-menu ul li.sfHover {
  color: #0359B1;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 133px;
  z-index: 4;
}
.sf-menu ul ul li {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 15px auto;
    padding: 0;
    height: 40px;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #05090d;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #1b1b1b;
  z-index: 999;
}
.isStuck .sf-menu > li > ul {
  top: 40px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
  /*========= WRAPPERS ============*/
  /*=========== Event Table ========*/
  /*====Map-box====*/
}
#content .bg-content {
  background: url("../images/page1-img4.jpg") no-repeat;
}
@media (max-width: 767px) {
  #content .bg-content {
    background-size: auto 100%;
  }
}
@media (min-width: 1200px) {
  #content .mh {
    min-height: 481px;
  }
}
#content .img-bg {
  position: relative;
}
#content .img-bg:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 112px;
  height: 100%;
  background: url(../images/img-after.png) no-repeat;
}
@media (max-width: 767px) {
  #content .img-bg:after {
    width: 0;
  }
}
#content .img-bg.__aft1:after {
  background: url(../images/img-after2.png) no-repeat;
  left: -88px;
  width: 88px;
}
#content .divider {
  height: 1px;
  width: 100%;
  background: url(../images/divider.png) repeat-x;
}
#content .btn {
  display: inline-block;
  text-align: center;
  border: 3px solid #000;
  padding: 4px 21px;
}
#content .btn:hover {
  text-decoration: none;
  color: #ffffff;
  background: #000;
}
#content .btn__white {
  border-color: #ffffff;
}
#content .btn__white:hover {
  color: #000;
  background: #ffffff;
}
#content .video-frame {
  margin-top: 7px;
  height: 378px;
  width: 100%;
}
@media (max-width: 479px) {
  #content .video-frame {
    height: 278px;
  }
}
#content .wrapper1 {
  padding: 78px 0 64px;
}
#content .wrapper1__inset1 {
  padding-bottom: 91px;
}
#content .wrapper1__inset2 {
  padding-bottom: 59px;
}
#content .wrapper2 {
  padding: 71px 0 79px;
}
@media (max-width: 767px) {
  #content .wrap-top-767 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #content .wrap-bot-767 {
    padding-bottom: 50px;
  }
}
#content .img-wrapper {
  position: relative;
  border-bottom: 8px solid #ffffff;
  font-weight: 700;
}
#content .img-wrapper h6 {
  margin-left: 5px;
  font-size: 50px;
  line-height: 40px;
}
#content .img-wrapper .price {
  margin: 0;
  font-size: 50px;
  line-height: 40px;
}
#content .img-wrapper .price span {
  font-size: 24px;
  line-height: 24px;
}
#content .img-wrapper img {
  width: 100%;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content .img-wrapper h6,
  #content .img-wrapper .price {
    font-size: 42px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .img-wrapper h6,
  #content .img-wrapper .price {
    font-size: 32px;
    line-height: 26px;
  }
  #content .img-wrapper .price span {
    line-height: 16px;
  }
}
@media (max-width: 479px) {
  #content .img-wrapper h6,
  #content .img-wrapper .price {
    font-size: 42px;
    line-height: 28px;
  }
}
#content .text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 18px;
  background: rgba(27, 27, 27, 0.4);
}
#content .box {
  position: relative;
  padding: 71px 0 55px;
}
#content .box h4 {
  margin: 21px 0 25px;
}
#content .box .btn {
  margin-top: 33px;
}
#content .box h4,
#content .box p {
  padding-right: 80px;
}
@media (max-width: 479px) {
  #content .box h4,
  #content .box p {
    padding-right: 0;
  }
}
#content .box__inset1 {
  padding: 73px 10px 63px 30.18404%;
}
@media (max-width: 1199px) {
  #content .box__inset1 {
    margin: 0 auto;
    padding: 73px 30px 63px;
  }
}
#content .box__inset2 {
  padding: 73px 30.09433% 63px 32px;
}
@media (max-width: 1199px) {
  #content .box__inset2 {
    margin: 0 auto;
    padding: 73px 30px 63px;
  }
}
@media (max-width: 767px) {
  #content .box h3 {
    font-size: 27px;
  }
}
#content .box__inset3 {
  padding: 71px 0 30px;
}
#content .box2 {
  margin-top: 30px;
}
#content .box2 .caption {
  padding: 22px 30px 23px 31px;
}
#content .box2 .caption p {
  font-size: 14px;
}
#content .box2 .caption h4 {
  margin: 16px 0 17px;
  line-height: 30px;
}
#content .box2 .caption .btn {
  margin-top: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box2 .caption {
    padding: 22px 15px 23px;
  }
}
#content .box2 .caption.__inset1 {
  padding: 22px 30px 28px 31px;
}
@media (max-width: 767px) {
  #content .box2 .caption.__inset1 {
    padding: 22px 20px 28px;
  }
}
@media (max-width: 1199px) {
  #content .box2 img {
    width: 100%;
  }
}
#content .box3 {
  margin-top: 9px;
}
#content .box3 h4 {
  margin-bottom: 12px;
}
#content .box3 p {
  font-size: 14px;
}
#content .box3 .social-list {
  margin: 13px 0 11px;
}
#content .box3__offset1 {
  margin-top: 16px;
}
#content .box4 h3 {
  margin-bottom: 21px;
}
#content .box4 p {
  margin-top: 25px;
}
#content .social-list li {
  display: inline-block;
  font-size: 18px;
  margin-right: 14px;
}
#content .social-list li a:hover {
  text-decoration: none;
  color: #0359B1;
}
#content .box5 h3 {
  margin-bottom: 27px;
}
#content .box5 p {
  margin-bottom: 37px;
}
#content .box6 {
  margin-top: 30px;
}
#content .box6 .caption {
  padding: 19px 30px 37px;
  line-height: 30px;
}
#content .box6 .caption p {
  margin-top: 5px;
}
#content .event-table {
  width: 100%;
}
#content .event-table td,
#content .event-table th {
  text-align: center;
  border: 1px solid #000;
  background: #ffffff;
  width: 14.2001%;
}
#content .event-table th {
  font-size: 18px;
  line-height: 43px;
  font-weight: 700;
}
#content .event-table td {
  font-size: 14px;
  line-height: 20px;
}
#content .event-table td .cell {
  position: relative;
  padding: 14px 5px 19px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#content .event-table td .cell .date {
  position: absolute;
  text-align: center;
  padding: 3px 0 6px;
  left: 0px;
  top: 0px;
  width: 29px;
  background: #000;
  font-size: 14px;
  color: #ffffff;
}
#content .event-table td .cell .date:hover {
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .event-table td .cell {
    padding-top: 25px;
  }
}
#content .event-table td.current {
  background: #f2f6f9;
}
#content .event-table td.current .date {
  background: #0359B1;
}
#content .event-table td.empty:hover {
  cursor: inherit;
  background: #ffffff;
}
#content .event-table td:hover {
  text-decoration: none;
  background: #f2f6f9;
}
#content .event-table td:hover .date {
  background: #0359B1;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .event-table td {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  #content .event-table th span {
    display: none;
  }
  #content .event-table td {
    width: 30px;
    border: 1px solid #ffffff;
  }
  #content .event-table td .cell {
    padding: 0;
  }
  #content .event-table td .cell .date {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #content .event-table td .cell .date.with-event {
    background: #0359B1;
    color: #000;
  }
  #content .event-table td .cell .date.with-event:hover {
    color: #ffffff;
  }
  #content .event-table td .cell span,
  #content .event-table td .cell p {
    display: none;
  }
}
#content .gallery {
  text-align: center;
}
#content .gallery img {
  border-radius: 50%;
  margin-top: 34px;
}
#content .member-box {
  margin-top: 35px;
}
#content .member-box img {
  border-radius: 50%;
}
#content .member-box h4 {
  margin: 22px 0 14px;
}
#content .member-box p {
  font-size: 14px;
  font-style: italic;
}
#content .numbered-box_number {
  position: relative;
  margin-bottom: 38px;
  display: inline-block;
  text-align: center;
}
#content .numbered-box_number span {
  content: attr(data-number);
  position: absolute;
  left: 0;
  right: 0;
  top: 33px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
#content .numbered-box a:hover {
  text-decoration: none;
  color: #0359B1;
}
#content .numbered-box h3 {
  margin-bottom: 11px;
}
#content .numbered-box__modify {
  margin-top: 23px;
}
#content .numbered-box__modify .numbered-box_number {
  margin: 11px 29px 0 0;
}
#content .numbered-box__modify h4 {
  margin-bottom: 34px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content .numbered-box__modify h4 {
    font-size: 22px;
  }
}
#content .quote-box {
  padding-top: 26px;
}
#content .quote-box img {
  border-radius: 50%;
  margin-bottom: 25px;
}
#content .quote-box p {
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
}
#content .double-p:before,
#content .double-p:after {
  content: " ";
  display: table;
}
#content .double-p:after {
  clear: both;
}
#content .double-p .inner1 {
  width: 49%;
  float: left;
}
#content .double-p .inner2 {
  width: 51%;
  float: left;
}
@media (max-width: 767px) {
  #content .double-p .inner1,
  #content .double-p .inner2 {
    float: none;
    width: 100%;
  }
}
#content .map {
  margin-top: 32px;
  width: 100%;
  height: 316px;
}
@media (max-width: 767px) {
  #content .map {
    height: 400px;
  }
}
@media (max-width: 479px) {
  #content .map {
    height: 300px;
  }
}
#content dt {
  padding-right: 5px;
}
#content dd,
#content dt {
  display: inline-block;
}
#content address {
  margin: 21px 0 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content address {
    font-size: 21px;
  }
}
#content .contact-wrapper,
#content .form-wrapper {
  margin-top: 36px;
}
#content .policy-box {
  margin-top: 21px;
}
#content .policy-box p {
  margin-top: 25px;
}
#content .policy-link {
  margin-top: 21px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 25px 0;
  text-align: center;
}
#footer .logo {
  margin-right: 10px;
}
@media (max-width: 767px) {
  #footer .logo {
    display: block;
    margin-bottom: 10px;
  }
}
#footer .copyright {
  font-size: 14px;
  line-height: 40px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  font-size: 30px;
  z-index: 20;
  color: #ffffff;
  background: #1b1b1b;
  padding: 6px 10px 11px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  background: #0359B1;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
.rotate {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  position: relative;
  background-repeat: no-repeat;
  z-index: 8;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .stellar1 {
  background-image: url(../images/page1-img13.jpg);
  background-position: left center;
}
@media (max-width: 767px) {
  .stellar-section .stellar1 {
    border-bottom: 1px solid #ffffff;
  }
}
.stellar-section .stellar2 {
  background-image: url(../images/page1-img14.jpg);
  background-position: 100% center;
}
.stellar-section .stellar3 {
  background-image: url(../images/page2-img1.jpg);
  background-position: center center;
}
@media (max-width: 767px) {
  .stellar-section .stellar3 {
    background-size: auto 100%;
  }
}
.stellar-section .stellar4 {
  background-image: url(../images/page3-img1.jpg);
  background-position: left center;
}
@media (max-width: 767px) {
  .stellar-section .stellar4 {
    border-bottom: 1px solid #ffffff;
  }
}
.stellar-section .stellar5 {
  background-image: url(../images/page3-img2.jpg);
  background-position: 100% center;
}
#subscribe-form {
  position: relative;
  letter-spacing: -2px;
}
#subscribe-form label {
  display: inline-block;
  position: relative;
  width: 49.91%;
  outline: none;
  background: #3a3d3e;
  box-sizing: border-box;
  text-transform: uppercase;
  height: 54px;
}
#subscribe-form label input {
  display: block;
  background: transparent;
  width: 100%;
  font: 300 13px/18px 'Ubuntu', sans-serif;
  padding: 10px 5px 10px 22px;
  color: #787d7e;
  outline: none;
  border: none;
  overflow: hidden;
  margin: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 767px) {
  #subscribe-form label {
    margin-bottom: 15px;
    width: 100%;
  }
}
#subscribe-form .error {
  position: absolute;
  right: 5px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#subscribe-form .error {
  top: 0;
}
#subscribe-form .success {
  position: absolute;
  letter-spacing: normal;
  left: 50%;
  margin-left: -165px;
  bottom: -29px;
}
#subscribe-form .error {
  color: #ffffff;
  letter-spacing: normal;
  overflow: hidden;
  height: 0px;
}
#subscribe-form .success {
  display: none;
  color: #ffffff;
}
#subscribe-form label.invalid .error {
  height: 21px;
}
#subscribe-form a[data-type='submit'] {
  display: inline-block;
  letter-spacing: normal;
  width: 49.91%;
  padding: 12px 5px;
  font: 500 26px/30px 'Ubuntu', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subscribe-form a[data-type='submit']:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #767879;
}
/*============  Colors  =============*/
.color_1 {
  color: #ffffff;
}
.color_2 {
  color: #0359B1;
}
.color_3 {
  color: #767879;
}
.color_4 {
  color: #f2f6f9;
}
.color_5 {
  color: #eaf4f4;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #ffffff;
}
.bg_2 {
  background: #0359B1;
}
.bg_3 {
  background: #767879;
}
.bg_4 {
  background: #f2f6f9;
}
.bg_5 {
  background: #eaf4f4;
}
/*============  Floats  =============*/
.f__left {
  float: left;
}
.f__right {
  float: right;
}
@media (max-width: 1199px) {
  .f__none-1199 {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .f__none-768 {
    float: none;
  }
}
@media (max-width: 767px) {
  .f__none-767 {
    float: none;
  }
}
@media (max-width: 479px) {
  .f__none-479 {
    float: none;
  }
}
/*============= Text ============*/
.t__center {
  text-align: center;
}
.t__right {
  text-align: right;
}
.t__left {
  text-align: left;
}
.t__up {
  text-transform: uppercase;
}
.t__low {
  text-transform: lowercase;
}
.t__none {
  text-transform: none;
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
.honor
{
  color:#fff;
  width:50%;
  margin:0 auto;
}
.honor span
{
  font-weight: normal;
  font-family: "Roboto",sans-serif !important;
}
.inputhome
{
  background-color: #F2F6F9;
  border-radius: 0px;
  font-size: 14px;
  font-family: "Roboto",sans-serif;
  padding: 6px 17px 7px 21px;
  color: #05090D;
  height: 38px;
  border: 1px solid #000;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
  margin: 5px;
}
.calificaciones
{
  position:fixed;
  right:0;
  top:150px;
  z-index: 9999;
}