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

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

h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 56px;
}

h2 {
  font-size: 36px;
  line-height: 34px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}

h4, .terms-list dt {
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  color: #63ba51;
}

h5 {
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  color: #333333;
}

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;
  font-size: 17px;
  line-height: 34px;
  font-weight: 700;
  color: #63ba51;
}

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;
}

blockquote {
  padding: 0 5%;
}
blockquote:before {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 72px;
  line-height: 117px;
  font-weight: 700;
  content: '“';
  width: 81px;
  height: 81px;
  background: #63ba51;
  margin-bottom: 17px;
}

article h3 > a:hover {
  text-decoration: underline;
}

.fa {
  line-height: inherit;
}

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

.page {
  overflow: hidden;
  min-height: 500px;
  text-align: center;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.lt-ie9 .page .brand {
  top: 20%;
}

hr {
  border: none;
  height: 6px;
  max-width: 119px;
  background: rgba(0, 0, 0, 0.1);
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

* + .mg-add {
  margin-top: 20px;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .info,
* + .info-1 {
  margin-top: 60px;
}
* .map {
  margin-top: 61px;
}
* + .contact-form {
  margin-top: 36px;
}
* + .terms-list {
  margin-top: 38px;
}

h2 + h4, .terms-list h2 + dt {
  margin-top: 20px;
}
h2 + hr {
  margin-top: 26px;
}
h2 + hr + .row {
  margin-top: 30px;
}
h2.mod + h4, .terms-list h2.mod + dt {
  margin-top: 11px;
}

h3 + p {
  margin-top: 6px;
}

h4 + hr, .terms-list dt + hr {
  margin-top: 22px;
}
h4 + p, .terms-list dt + p {
  margin-top: 16px;
}

h5 + p {
  margin-top: 15px;
}

hr + .row {
  margin-top: 46px;
}
hr + h2 {
  margin-top: 18px;
  line-height: 46px;
}
hr + h2 + h4 + p, .terms-list hr + h2 + dt + p {
  padding-left: 5%;
  padding-right: 5%;
}
hr + .resp-tabs {
  margin-top: 37px !important;
}
hr + p {
  margin-top: 41px;
}

img + h3 {
  margin-top: 14px;
}
img + h4, .terms-list img + dt {
  margin-top: 12px;
}
img + h5 {
  margin-top: 12px;
}
img + time {
  margin-top: 15px;
}

p + .btn {
  margin-top: 27px;
}
p + p {
  margin-top: 14px;
}
p + h3 {
  margin-top: 5px;
}

time + p {
  margin-top: 4px;
}
time + h4, .terms-list time + dt {
  margin-top: 10px;
}

.top-item + h3 {
  margin-top: 12px;
}

.row + .btn {
  margin-top: 20px;
}
.row + .row {
  margin-top: 48px;
}

.inline-list + * {
  margin-top: 54px;
}

.terms-list dt + dd {
  margin-top: 16px;
}
.terms-list dd + dt {
  margin-top: 33px;
}

.inset {
  padding-top: 34px;
}
.inset__none {
  padding-bottom: 0;
}

.inset-1 {
  padding-top: 61px;
}

.row + .offset, * + .offset {
  margin-top: 31px;
}

hr + .offset-1, * + .offset-1 {
  margin-top: 28px;
}

.row + .offset-2, hr + .offset-2, * + .offset-2 {
  margin-top: 35px;
}

h2 + hr + .offset-3, * + .offset-3 {
  margin-top: 48px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  width: 340px;
  height: 340px;
  position: absolute;
  left: 50%;
  top: 41%;
  -moz-transform: translateY(-41%);
  -ms-transform: translateY(-41%);
  -o-transform: translateY(-41%);
  -webkit-transform: translateY(-41%);
  transform: translateY(-41%);
  z-index: 10;
  margin-left: -178px;
  color: #fff;
  border: 8px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
}
.brand_cnt {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}
.brand_name {
  overflow: hidden;
}
.brand_slogan {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}
@media (max-width: 1520px) {
  .brand {
    top: 15%;
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}
@media (max-width: 1075px) {
  .brand {
    width: 238px;
    height: 238px;
    margin-left: -127px;
  }
  .brand_name {
    font-size: 39px;
    line-height: 39px;
  }
  .brand_slogan {
    font-size: 27px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .brand {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*==================     Info-Item     ====================*/
.info-item {
  position: relative;
  float: left;
  background: #000;
  display: inline-block;
}
.info-item img {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  width: 100%;
}
.lt-ie9 .info-item img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=50);
}
.info-item_overlay {
  padding: 0 10%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.info-item_overlay time {
  font-size: 15px;
  line-height: 23px;
  color: #63ba51;
  font-weight: 400;
}
.info-item_overlay h4, .info-item_overlay .terms-list dt, .terms-list .info-item_overlay dt {
  color: #fff;
}
.info-item:hover img {
  opacity: 1;
}
.info-item:hover .info-item_overlay {
  opacity: 0;
}

/*==================     Info-Sections     ====================*/
.info .info-item {
  width: 25%;
}
@media (max-width: 1199px) {
  .info .info-item {
    width: 50%;
  }
}

.info-1 .info-item {
  width: 33.33333%;
}
.info-1 .info-item h4, .info-1 .info-item .terms-list dt, .terms-list .info-1 .info-item dt {
  padding: 0 25%;
}
@media (max-width: 1199px) {
  .info-1 .info-item h4, .info-1 .info-item .terms-list dt, .terms-list .info-1 .info-item dt {
    padding: 0 5%;
  }
}

.info:before, .info:after,
.info-1:before,
.info-1:after {
  display: table;
  content: "";
  line-height: 0;
}
.info:after,
.info-1:after {
  clear: both;
}
@media (max-width: 767px) {
  .info .info-item,
  .info-1 .info-item {
    width: 100%;
  }
}

.top-item {
  display: inline-block;
  width: 144px;
  height: 144px;
  border: 8px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.top-item span {
  font-size: 48px;
  line-height: 48px;
  margin-top: 35px;
}
.top-item p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
}

/*==================  Backgrounds  ======================*/
.bg-main {
  background: #63ba51;
}
.bg-main * {
  color: #fff;
}
.bg-main hr {
  background: rgba(255, 255, 255, 0.2);
}
.bg-main .btn {
  background: #fff;
  color: #63ba51;
}
.bg-main .btn:hover {
  color: #fff;
}
.bg-main .btn:active {
  color: #63ba51;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 29px;
  background: #63ba51;
  color: #fff;
}
.btn:hover {
  background: #333333;
}
.btn:active {
  background: #4d4d4d;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li > a {
  background: #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  font-size: 20px;
  line-height: 96px;
  color: #63ba51;
  border: 1px solid #f2f2f2;
}
.inline-list li > a:hover {
  border-color: #63ba51;
  color: #333333;
}
.inline-list li + li {
  margin-left: 17px;
}
@media (max-width: 479px) {
  .inline-list li + li {
    margin-left: 0;
  }
}

.terms-list dd > a {
  color: #63ba51;
}
.terms-list dd > a:hover {
  text-decoration: underline;
}

.copy > a:hover {
  color: #63ba51;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}
.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: 48px;
}
.sf-menu a {
  display: block;
}

.sf-menu {
  background: transparent;
}
.sf-menu > li {
  background: transparent;
}
.sf-menu > li > a {
  color: #fff;
  padding-bottom: 11px;
  background: transparent;
}
.sf-menu > li > a:active {
  background: transparent;
}
.sf-menu > li > a:hover {
  border-bottom: 5px solid #fff;
}
.sf-menu > li.active > a {
  border-bottom: 5px solid #fff;
  background: transparent;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 173px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 38px;
  text-transform: none;
  background: #333333;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #fff;
  padding: 0 15px;
  font-weight: 400;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
  background: #63ba51;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  background: #4d4d4d;
}

.sf-menu ul ul > li > a {
  color: #fff;
  padding: 0 15px;
  font-weight: 400;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fff;
  background: #63ba51;
}

@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: #63ba51;
  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 {
  position: absolute;
  z-index: 10;
  bottom: 18.4%;
  width: 100%;
}
.stuck_container > * {
  margin-top: 18px;
}
.stuck_container .nav * {
  text-align: left;
}
@media (max-width: 1240px) {
  .stuck_container {
    bottom: 7%;
  }
}

.isStuck {
  background: #63ba51;
  z-index: 999;
  border-bottom: 1px solid #333333;
  max-height: 74px;
}
.isStuck .nav * {
  text-align: left;
}
.isStuck .nav * > li > a {
  padding-bottom: 2px;
}

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

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs-list {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
}
.resp-tabs-list li {
  display: inline-block;
  cursor: pointer;
  padding-bottom: 8px;
}
.resp-tabs-list li > span {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 3px;
  padding-bottom: 7px;
}
.resp-tabs-list li + li {
  margin-left: 32px;
}
.resp-tabs-list li:hover > span, .resp-tabs-list li.resp-tab-active > span {
  border-bottom: 5px solid #fff;
}
.resp-tabs-list + .resp-tabs-container {
  margin-top: 29px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 0 10%;
  padding-bottom: 15px;
}
.resp-tab-content p + .btn {
  margin-top: 35px;
}
.resp-tab-content + .resp-accordion {
  margin-top: 5px;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    border: 1px solid #fff;
  }
  .resp-accordion + .resp-tab-content {
    margin-top: 10px;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 295px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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(116, 162, 81, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#8063ba51', endColorstr='#8063ba51')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8063ba51', endColorstr='#8063ba51');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #28321b;
}
@media (max-width: 767px) {
  header .brand, header .nav {
    float: none;
  }
}

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

/*==================      Well     ======================*/
.welln {
  padding-top: 94px;
  padding-bottom: 21px;
}

.well {
  padding-top: 55px;
  padding-bottom: 55px;
}
.well__ins {
  padding-top: 55px;
  padding-bottom: 71px;
}
.well__ins-1 {
  padding-top: 55px;
  padding-bottom: 60px;
}
.well__ins-2 {
  padding-top: 55px;
  padding-bottom: 0;
}
.well__ins-3 {
  padding-top: 55px;
  padding-bottom: 45px;
}

.well-1 {
  padding-top: 60px;
  padding-bottom: 20px;
}
.well-1__ins {
  padding-top: 60px;
  padding-bottom: 61px;
}
.well-1__ins-1 {
  padding-top: 60px;
  padding-bottom: 0;
}

.well-2 {
  padding-top: 34px;
}

.well-3 {
  padding-top: 54px;
  margin-bottom: -40px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  font-size: 12px;
  line-height: 12px;
  padding: 57px 0;
  background: #fff;
}
footer > .container > a:hover {
  color: #63ba51;
}

.columna{
  padding:3px;
}

.columna_renglon{
  padding:3px;
  border: 1px solid #CFCFCF;
}
