@charset "UTF-8";

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #f8f8f8;
  color: #333;
  font: 300 18px/22px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; 
}


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

h2, h3, h4 {
  color: #383838; }

h2 {
  font-size: 60px;
  line-height: 60px; }

@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
    line-height: 40px; }
}

h3 {
  font-size: 30px;
  line-height: 33px; }

@media (max-width: 1199px) {
  h3 {
    font-size: 30px;
    line-height: 34px; }
}

h4 {
  font-size: 36px;
  line-height: 40px; }

@media (max-width: 1199px) {
  h4 {
    font-size: 24px;
    line-height: 28px; }
}

h5, cite {
  font-size: 24px;
  line-height: 32px; }

h6 {
  font-size: 18px;
  line-height: 32px;
  color: #505050; }

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

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

.p__mod {
  line-height: 32px; }

.p__mod2 {
  font-size: 14px;
  line-height: 22px; }

q {
  font-size: 18px;
  line-height: 30px;
  color: #7f7f7f; }

time {
  display: block;
  font-size: 18px;
  line-height: 45px;
  text-transform: uppercase; }

time span {
  font-size: 55px;
  line-height: 35px;
  font-weight: 700; }

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;
  background: #f8f8f8;
}

.lt-ie9 .page {
  min-width: 1200px; }

.center {
  text-align: center; }

.fw-exb {
  font-weight: 800; }

.fw-semib {
  font-weight: 600; }

.fw-norm {
  font-weight: 500; }

.clear:before, .clear:after {
  display: table;
  content: "";
  line-height: 0; }

.clear:after {
  clear: both; }

body html .color1 {
  color: #fff; }

/*=======================================================
                       Main Layout
=========================================================*/
* + h5 {
  margin-top: 60px; }

* + h6 {
  margin-top: 52px; }

* + p {
  margin-top: 10px; }

* + h2 {
  margin-top: 103px; }

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

* + blockquote {
  margin-top: 75px; }

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

* + .row {
  /*margin-top: 99px;*/ }

* + .btn__mod {
  margin-top: 38px; }

h6 + p {
  margin-top: 0; }

.row + .row {
  margin-top: 114px;
}

@media (max-width: 1199px) {
  * + .row, .row + .row {
    margin-top: 60px; }
}

html .row-30 {
  position: relative;
  display: table;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-bottom: -30px;
  pointer-events: none;
}

html .row-30 > *:before {
  content: '';
  display: table;
  width: 0;
}

html .row-30 > * {
  margin-top: 30px;
  pointer-events: auto;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
}

.brand a {
  display: inline-block;
}

/*==================     Icons     ======================*/
.page .icon-social {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #dddddd;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 14px 34px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ff3821;
  font-size: 21px;
  line-height: 34px;
  font-weight: 800; }

.btn:hover {
  background: #ff3821;
  color: #fff; }

.btn:active {
  background: #ed1900; }

.btn__mod {
  color: #ffc630;
  font-size: 18px;
  padding: 14px 31px;
  text-transform: uppercase; }

/*==================      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; }

/*
*
* Material Parallax
* --------------------------------------------------
*/

.parallax-container {
  position: relative;
  overflow: hidden;
}

.material-parallax {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
}

.ipad .material-parallax,
.iphone .material-parallax {
  background-attachment: scroll !important;
}

.material-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  transform: translate3d(-50%, 0, 0);
}

.parallax-content {
  position: relative;
  z-index: 1;
  color:#92D671;
}

.parallax1 .parallax-content {
  padding-top: 218px;
  padding-bottom: 153px;
}

.parallax2 .parallax-content {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
  -moz-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
  box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44); }

.parallax-content h2 {
  font-size: 80px;
  line-height: 50px;
  font-weight: 800;
  color: #92D671; 
}

.parallax-content .h2__mod {
  font-size: 100px;
  line-height: 150px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase; }

.parallax-content h3 {
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700; }

.parallax-content h4 {
  line-height: 35px; }

@media (max-width: 767px) {
  .parallax-content h2, .parallax-content .h2__mod {
    font-size: 38px; }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  color: #fff; }

.index-list li {
  width: 25%;
  padding: 199px 36px 81px 46px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative; }

.index-list li h3 {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff; }

.index-list li:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  font-size: 72px;
  line-height: 43px;
  font-weight: 800;
  left: 46px;
  top: 103px;
  opacity: 0.25; }

.lt-ie9 .index-list li:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.25)";
  filter: alpha(opacity=25); }

.index-list li * + p {
  margin-top: 43px; }

@media (max-width: 1199px) {
  .index-list li {
    text-align: center;
    padding: 199px 10px 81px 10px; }

  .index-list li:before {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
}

@media (max-width: 767px) {
  .index-list li {
    display: block;
    float: none;
    width: 100%; }
}

.xlist-bgcolor1 {
  background: #48af99; }

.xlist-bgcolor2 {
  background: #f6d740; }

.xlist-bgcolor3 {
  background: #ff6857; }

.xlist-bgcolor4 {
  background: #ff1f3e; }

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*==================     Bord-list    ==================*/
.bord-list li {
  padding-left: 293px;
  position: relative;
  padding-top: 77px;
  border-top: 6px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bord-list li p {
  font-size: 16px;
  line-height: 24px; }

.bord-list .img1 .image-element,
.bord-list .img2 .image-element,
.bord-list .img3 .image-element,
.bord-list .img4 .image-element {
  position: absolute;
  left: 18px;
  bottom: 0;
}

.bord-list .img1 .image-element { }

.bord-list .img2 .image-element { }

.bord-list .img3 .image-element {
  top: 66px; }

.bord-list .img4 .image-element {
  top: 66px; }

@media (max-width: 979px) {
  .bord-list li {
    text-align: center;
    padding: 260px 0 20px; }

  .bord-list .img1 .image-element,
  .bord-list .img2 .image-element,
  .bord-list .img3 .image-element,
  .bord-list .img4 .image-element {
    left: 50%;
    top: 10px;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
}

* + .bord-list-wrap { margin-top: 60px; }

@media (min-width: 1200px) {
  * + .bord-list-wrap { margin-top: 99px; }
}

/*==================   Blockquote   ====================*/
blockquote img {
  max-width: 127px;
  height: au;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

blockquote q {
  display: inline-block;
  position: relative; }

blockquote q:before {
  position: absolute;
  content: "“";
  font-size: 48px;
  font-weight: 600;
  top: -4px;
  left: 39px;
  color: #ff2907; }

@media (max-width: 979px) {
  blockquote q:before {
    top: -10px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
}

blockquote cite {
  display: block;
  text-transform: uppercase; }

blockquote * + cite {
  margin-top: 42px; }

blockquote * + q {
  margin-top: 36px; }

/*==================   Article   ====================*/
article {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  position: relative; }

article time {
  position: absolute;
  display: inline-block;
  width: 182px;
  height: 182px;
  color: #fff;
  text-align: center;
  left: 50%;
  top: 45px;
  padding-top: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

article time span {
  display: block; }

article .article_text {
  padding: 37px 20px 70px 44px; }

article .article_text h4 {
  color: #a0a0a0;
  text-transform: uppercase;
  line-height: 43px; }

article .article_text h4 a:hover {
  color: #fc9f1b; }

article .article_text h4 a.hov-col2:hover {
  color: #f86218; }

article .article_text h4 a.hov-col3:hover {
  color: #ff2424; }

article .article_text p {
  line-height: 28px;
  color: #7f7f7f; }

article .article_text * + p {
  margin-top: 20px; }

@media (max-width: 1199px) and (min-width: 768px), (max-width: 479px) {
  article time {
    width: 120px;
    height: 120px;
    padding-top: 30px;
    top: 30px; }

  article .article_text {
    padding: 37px 10px 40px 10px; }

  article .article_text h4 {
    line-height: inherit; }
}

@media (max-width: 767px) {
  article img {
    width: 100%; }
}

article .bgcol1 {
  background: #fc9f1b; }

article .bgcol2 {
  background: #f86218; }

article .bgcol3 {
  background: #ff2424; }

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.inline-list a:hover, .inline-list li:hover {
  color: #ff3821;
  border-color: #ff3821; }

/*==================  Copyright   ======================*/
.copyright {
  color: #525252;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase; }

.copyright a:hover {
  color: #ff3821;
}

/*==================     Shadow     ====================*/
.shadow {
  -webkit-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
  -moz-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
  box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44); }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #f8f8f8; }

.bg-color1 {
  background: #fff; }

.bg-color1 p {
  color: #9d9d9d; }

.bg-color1 cite {
  color: #383838; }

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  background: #3f3f3f;
  -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 {
  color: #fff;
  background: #ff3821;
  text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; }
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  /*background: #fff;*/
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
}

/*header .nav {
  float: right; }*/

@media (max-width: 767px) {
  header {
    text-align: center; }

 /* header .brand, header .nav {
    float: none; }*/
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;

}

/*==================      Well     ======================*/
.well1 {
  padding-top: 30px;
  padding-bottom: 40px; }

.well2 {
  padding-bottom: 180px; }

@media (max-width: 1199px) {
  .well2 {
    padding-bottom: 100px; }
}

.well3 {
  padding-top: 93px;
  padding-bottom: 136px; }

.well4 {
  padding-top: 69px;
  padding-bottom: 57px; }

.well5 {
  padding-bottom: 30px;
  /*padding-top: 116px;*/ }

@media (max-width: 767px) {
  .well5 {
    padding-top: 50px; }
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #f8f8f8; }

footer .inline-list, footer a[href^="mailto:"] {
  margin-top: 33px; }

footer a[href^="mailto:"] {
  display: inline-block;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #3f3f3f;
  position: relative; }

footer a[href^="mailto:"]:before {
  content: "\f0e0";
  position: absolute;
  left: 0;
  top: 0;
  font: 400 18px/24px "FontAwesome";
  color: inherit; }

footer a[href^="mailto:"]:hover {
  color: #ff3821; }

footer address {
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 60px; }

/** @section Preloader */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  transition: .3s all ease;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.preloader-body {
  text-align: center;
}

.preloader-body p {
  position: relative;
  right: -8px;
}

.cssload-container {
  width: 100%;
  height: 36px;
  text-align: center;
}

.cssload-speeding-wheel {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 3px solid #ff3821;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  animation: cssload-spin .88s infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}

.lineaverde{

  background-color: #8bc751 !important;

   }

.lineagris{

  background-color: #82887F !important;

   }

.index-list-1 li {
  width: 25%;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative; }

  .parallax-content .h21__mod {
  font-size: 70px;
  line-height: 70px;
  font-weight: 00;
  color: #fff;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .ocultar {
    display: none;
     }
  .portada {
    content:url("../images/celular1.jpg");
    }
  .logo{
      width: 180px;
    }



}

.div1{
  column-count: 2;

  }

  /*.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #fff !important;
    background-color: #81b440 !important;
    }*/
    .navbar-default .navbar-nav>.open>a.dropdown-toggle{
      background-color: #f4511e !important;
    }

    .navbar {
  margin-bottom: 0;
  background-color: #f4511e;
  /*z-index: 9999;*/
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  /*letter-spacing: 4px;*/
  border-radius: 0;
  font-family: Montserrat, sans-serif;
    }
    .navbar li a, .navbar .navbar-brand {
      color: #000 !important;
    }
    .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #fff !important;
      background-color: #81b440 !important;
    }
    .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
    }
    .dropdown li a {
      color: #000 !important;
    }
    .navbar-default .navbar-nav>.open>a.dropdown-toggle{
      background-color: #81b440 !important;
    }
/*# sourceMappingURL=style.css.map */