@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #f3f3f3;
  color: #777777;
  font: 400 13px/20px "PT Sans Narrow", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-weight: 700;
  font-size: 25px;
  line-height: 57px;
  color: #454545; }

h2 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #454545; }
  h2 a:hover {
    color: #929292; }

h3 {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 20px; }
  h3 a:hover {
    color: #777777; }

* + h3 {
  margin-top: 25px; }

h2 + h3 {
  margin-top: 8px; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }
 
.enlace a {
    color: #555;
    text-decoration: underline;
}   
.enlace a:hover {
    text-decoration: none;
}

/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    overflow: hidden;
    white-space: nowrap; }
    .brand_name img {
      margin-right: 7px; }

/*==================  Backgrounds  ======================*/
.bg01 {
  background: #75b3e4; }

.bg02 {
  background: #49db90; }

.bg03 {
  background: #fd9263; }

.bg04 {
  background: #fc5183; }

.bg05 {
  background: #f3f3f3; }
  
.bg06_new {
  background: #16517b; }

.bg01,
.bg02,
.bg03,
.bg04,
.bg06_new {
  color: #fff; }
  .bg01 h2, .bg01 h3,
  .bg02 h2,
  .bg02 h3,
  .bg03 h2,
  .bg03 h3,
  .bg04 h2,
  .bg04 h3,
  .bg06_new h2 {
    color: #fff; }

/*==================    Buttons    ======================*/
.btn {
  margin-top: 15px;
  display: inline-block;
  padding: 15px 30px;
  border: 0;
  outline: 0;
  background: #75b3e4;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 17px;
  line-height: 20px; }
  .btn:hover {
    background: #25a4be; }
  .btn:active {
    background: #1d7f93; }
  .btn_color1 {
    background: #75b3e4; }
    .btn_color1:hover {
      background: #25a4be; }
    .btn_color1:active {
      background: #1d7f93; }
  .btn_color2 {
    background: #49db90; }
    .btn_color2:hover {
      background: #28c976; }
    .btn_color2:active {
      background: #1f9f5d; }
  .btn_color3 {
    background: #fd9263; }
    .btn_color3:hover {
      background: #fc6f31; }
    .btn_color3:active {
      background: #f74e03; }
  .btn_color4 {
    background: #fc5183; }
    .btn_color4:hover {
      background: #fb1f5f; }
    .btn_color4:active {
      background: #e30445; }
  .btn_color5 {
    padding: 13px 40px;
    border: 2px solid #fff;
    background: transparent; }
    .btn_color5:hover {
      background: #fff;
      color: #777777; }

* + .btn {
  margin-top: 25px; }

/*==================      Box      ======================*/
.box01 {
  margin-bottom: 30px; }
  .box01:before, .box01:after {
    display: table;
    content: "";
    line-height: 0; }
  .box01:after {
    clear: both; }
  .box01_aside {
    float: left;
    margin-right: 20px; }
    @media (max-width: 979px) {
      .box01_aside {
        float: none;
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px; } }
  .box01_cnt {
    margin-top: 25px; }
  .box01_cnt__no-flow {
    overflow: hidden; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  padding-top: 20px; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 30px; }
  .sf-menu a {
    display: block; }

.sf-menu > li {
  font-size: 17px;
  line-height: 20px; }
  .sf-menu > li > a {
    color: #555555; }
  .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    color: #1895bb;   /*3dbfd9;*/ }
  .sf-menu > li.active > a {
    color: #1895bb;   /*3dbfd9;*/ }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  width: 200px;
  margin-top: 30px;
  padding: 10px 35px 10px 20px;
  font-size: 13px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li {
  margin-bottom: 7px; }
  .sf-menu ul > li > a {
    color: #777777; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #75b3e4; }

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 5px;
  margin-left: 15px;
  padding: 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #777777; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #75b3e4; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 9px 25px 11px; }
    .rd-mobilemenu_ul a:hover {
      background: #454545;
      color: #FFF; }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle::-moz-focus-inner {
    border: none;
    padding: 0; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent; }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding: 6px 0; }

.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #75b3e4; }
  .isStuck .sf-menu li > ul {
    margin-top: 20px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  background: #75b3e4;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #49db90;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff; }
  .parallax h2, .parallax h3 {
    color: #fff; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
  padding: 10px 0; }
  header.bb {
    border-bottom: 10px solid #75b3e4; }  /*3dbfd9*/
  header .brand {
    float: left; }
  header .nav {
    float: right; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }

.color1 {
  color: #75b3e4; }

.color2 {
  color: #49db90; }

.color3 {
  color: #fd9263; }

.color4 {
  color: #fc5183; }
  
.color5 {
  color: #16517b; }

.color6 {
  color: #2d91a5; }
  
.color7 {
  color: #1c1e51; }

.circle-img {
  width: 200px;
  height: auto;
  border-radius: 50%; }

.circle_md {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  color: #fff;
  font-size: 36px;
  line-height: 104px;
  text-align: center; }

.circle_sm {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 75px;
  text-align: center; }

.gallery:before, .gallery:after {
  display: table;
  content: "";
  line-height: 0; }
.gallery:after {
  clear: both; }
.gallery .gallery-item {
  position: relative;
  width: 25%;
  float: left;
  background: #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 1199px) {
    .gallery .gallery-item {
      width: 50%; } }
  @media (max-width: 767px) {
    .gallery .gallery-item {
      width: 100%; } }
  .gallery .gallery-item img {
    width: 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .gallery .gallery-item:hover img {
    opacity: 0.8; }
    .lt-ie9 .gallery .gallery-item:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
      filter: alpha(opacity=80); }
  .gallery .gallery-item:hover .btn {
    display: inline-block; }
.gallery .gallery-item_cnt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 0 auto; }
  .gallery .gallery-item_cnt h2 {
    color: #fff; }
  .gallery .gallery-item_cnt .btn {
    display: none; }

.middle_wrap {
  display: inline-block;
  vertical-align: middle;
  width: 95%; }

.helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px; }

.social-list {
  display: inline-block;
  margin-left: 35px; }
  .social-list li {
    display: inline-block;
    font-size: 22px;
    line-height: 29px; }
    .social-list li + li {
      margin-left: 30px; }
  .social-list a:hover {
    color: #777777; }
  @media (max-width: 479px) {
    .social-list {
      display: block;
      margin-left: 0; }
      .social-list li + li {
        margin-left: 20px; } }

.in {
  display: inline-block; }

@media (min-width: 980px) {
  .pt01 {
    padding-top: 35px; } }
.list01 li {
  padding-left: 17px;
  position: relative;
  margin-bottom: 10px; }
  .list01 li:before {
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 15px; }
.list01 a:hover {
  text-decoration: underline; }
.list01_color1 li:before {
  color: #75b3e4; }
.list01_color2 li:before {
  color: #49db90; }
.list01_color3 li:before {
  color: #fd9263; }
.list01_color4 li:before {
  color: #fc5183; }

* + .list01 {
  margin-top: 25px; }

.center {
  text-align: center; }

.addr dt, .addr dd {
  display: inline-block; }
.addr dt {
  min-width: 190px; }
  @media (max-width: 1199px) {
    .addr dt {
      min-width: 100px; } }

.terms p {
  margin-bottom: 25px; }

/*==================      Well     ======================*/
.well01 {
  padding-top: 50px;
  padding-bottom: 30px; }

.well02 {
  padding-top: 55px;
  padding-bottom: 55px; }

.well03 {
  padding-top: 35px;
  padding-bottom: 20px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #f3f3f3;
  padding: 15px 0; }


.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}