img {
  max-width: 100%;
}
body,
html {
  font-family: 'Source Sans Pro', sans-serif;
  color: #747676;
  font-size: 18px;
  padding: 0 !important;
  font-weight: 300;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.parsley-error {
  background: rgba(255, 0, 4, 0.2) !important;
}
.parsley-errors-list {
  display: none;
}
.col-centered {
  float: none;
  margin: 0 -2px;
  display: inline-block;
  vertical-align: middle;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-left: -4px;
}
.img100 {
  width: 100%;
  height: auto !important;
}
.img50 {
  width: 50%;
  height: auto !important;
}
.gradienthead {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+39,ffffff+100&1+39,0+100 */
  background: -moz-linear-gradient(top, #ffffff 39%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 39%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 39%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.gradiente {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#66b8bd+0,144e69+100 */
  background: #66b8bd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #66b8bd 0%, #144e69 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #66b8bd 0%, #144e69 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #66b8bd 0%, #144e69 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b8bd', endColorstr='#144e69', GradientType=1);
  /* IE6-9 */
}
header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+39,ffffff+100&1+39,0+100 */
  background: -moz-linear-gradient(top, #ffffff 39%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 39%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 39%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  width: 100%;
  position: fixed;
  padding: 20px 0;
  z-index: 20000;
}
header a,
header a:hover {
  color: #00a5ad !important;
}
header .navbar-brand {
  padding: 0;
  margin: 0;
}
header .navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}
header .navbar .navbar-nav {
  display: inline-block;
  float: right;
  vertical-align: top;
}
header .navbar .navbar-collapse {
  text-align: center;
}
header .navbar-inverse .navbar-nav > li > a {
  padding-top: 20px;
  color: #00a5ad;
  font-size: 20px;
}
header .redes {
  white-space: nowrap;
  margin-left: 10px;
  margin-top: 10px;
}
header .redes a {
  display: inline;
  padding: 0 !important;
  margin: 0 !important;
}
header .lang {
  white-space: nowrap;
  margin-left: 10px;
  margin-top: 12px !important;
}
header .lang a {
  display: inline;
  padding: 0px 4px 4px 4px !important;
  margin: 0 !important;
  border: 1px solid #00a5ad;
  font-size: 16px !important;
  margin-left: 5px;
}
.owl-nav {
  position: absolute;
  top: 30%;
  display: block !important;
  height: 0px;
  z-index: 1000;
  width: 100%;
}
.owl-prev {
  position: absolute;
  left: -70px;
  top: 0;
  background: url(images/slide_prev.png);
  font-size: 1px !important;
  text-indent: -500;
  width: 11px;
  height: 44px;
  margin: 0 !important;
  padding: 0 !important;
}
.owl-next {
  position: absolute;
  right: -70px;
  top: 0;
  background: url(images/slide_next.png);
  font-size: 1px !important;
  text-indent: -500;
  width: 11px;
  height: 44px;
  margin: 0 !important;
  padding: 0 !important;
}
#cuerpo .myslogan {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #00a5ad;
}
#cuerpo .blogpost a {
  position: relative;
  display: block;
}
#cuerpo .blogpost a .fecha {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 20px;
  background: #14516a;
  color: #fff;
}
#cuerpo .blogpost a .titulo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  color: #FFF;
  background: #00a5ad;
  font-size: 21px;
  font-weight: 600;
  opacity: 0;
}
#cuerpo .blogpost a .titulo span {
  display: block;
  padding: 8px;
}
#cuerpo .blogpost a:hover .titulo {
  opacity: 1;
}
#cuerpo #main .one {
  position: relative;
  color: #00a5ad;
}
#cuerpo #main .one .bganimated {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/bannerppal.jpg);
  background-size: 150%;
  z-index: 10;
  background-position: center;
}
#cuerpo #main .one .bganimated .text {
  position: absolute;
  right: 5%;
  top: 40%;
  white-space: nowrap;
  line-height: 250%;
}
#cuerpo #main .one .bganimated .text .l1 {
  font-size: 26px;
}
#cuerpo #main .one .bganimated .text .l2 {
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
}
#cuerpo #main .one .bganimated .text .l3 {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}
#cuerpo #main .two {
  padding: 30px 0 ;
}
#cuerpo #main .two h2 {
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
#cuerpo #main .three {
  padding: 30px 0 ;
}
#cuerpo #main .three h3 {
  color: #00a5ad;
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
}
#cuerpo #main .three .col-sm-6 {
  padding: 0 60px;
}
#cuerpo #main .three .borderright {
  border-right: 1px solid #d0cfcf;
}
#cuerpo #main .three .btngris {
  color: #FFF;
  font-size: 20px;
  background: #747676;
  padding: 8px 25px;
}
#cuerpo #main .four h5 {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding-bottom: 20px;
}
#cuerpo #main .five {
  padding: 40px 0;
}
#cuerpo #main .five h5 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding: 30px 0;
}
#cuerpo #main .six {
  background-image: url(images/bgiconos.png);
  background-size: cover;
  padding: 80px 0;
}
#cuerpo #main .six .icono {
  text-align: center;
  border: 1px solid #FFF;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 20px;
}
#cuerpo #main .six .icono .cont {
  width: 200px;
  height: 200px;
}
#cuerpo #main .six .icono .num {
  font-size: 44px;
}
#cuerpo #main .seven {
  padding: 80px 0;
}
#cuerpo #main .seven h5 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding: 30px 0;
}
#cuerpo #main .seven .testimonio {
  background: url(images/comopen.png) no-repeat top left;
  padding-left: 50px;
  font-size: 20px;
}
#cuerpo #main .seven .testimonio .text2 {
  background: url(images/comclose.png) no-repeat bottom right;
  padding-right: 50px;
}
#cuerpo #main .seven .autor {
  text-align: right;
  padding: 20px 0;
  font-size: 18px;
}
#cuerpo #servicios h1 {
  color: #00a5ad;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 30px 0;
}
#cuerpo #servicios .subservicio {
  padding-bottom: 40px;
}
#cuerpo #servicios .subservicio h2 {
  font-size: 40px;
  font-weight: 600;
  border-bottom: 1px solid #00a5ad;
  text-transform: uppercase;
  padding: 20px 0;
  margin-bottom: 40px;
}
#cuerpo #servicios .subservicio .texto {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
#cuerpo #servicios .subservicio .texto h2 {
  color: #00a5ad;
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  border: 0;
}
#cuerpo #servicios .gradiente {
  color: #FFF;
  padding: 60px 0;
  text-transform: uppercase;
}
#cuerpo #servicios .gradiente .l1 {
  font-size: 40px;
  padding: 20px 0;
  font-weight: 600;
}
#cuerpo #servicios .gradiente a {
  display: inline-block;
  border: 1px solid #FFF;
  padding: 5px 15px;
  font-size: 20px;
  color: #ffffff;
}
#cuerpo #company h1 {
  color: #00a5ad;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 30px 0;
}
#cuerpo #company .t1 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
#cuerpo #company .t2 {
  padding: 40px 60px;
  border-left: 1px solid #bebdbd;
  margin: 20px 0;
}
#cuerpo #company .gradiente {
  padding: 50px 0;
}
#cuerpo #company .gradiente .owl-nav {
  display: none !important;
}
#cuerpo #company .aliados h3 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
#cuerpo #company .equipo {
  padding: 40px 0;
}
#cuerpo #company .equipo .owl-nav {
  display: none !important;
}
#cuerpo #company .equipo .pic {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
#cuerpo #company .equipo .autor {
  font-size: 25px;
  font-weight: 600;
  padding: 40px 0;
}
#cuerpo #blog h1 {
  color: #00a5ad;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  padding: 40px 0;
}
#cuerpo #blog #frmsearch {
  margin-bottom: 15px;
}
#cuerpo #blog #frmsearch input {
  border: 1px solid #252525;
  width: 100%;
  padding: 5px;
}
#cuerpo #blog ul,
#cuerpo #blog ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #00a5ad;
  padding-bottom: 5px;
}
#cuerpo #blog ul a,
#cuerpo #blog ul li a {
  color: #252525;
}
#cuerpo #blog .nota {
  color: #8a8a8a;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  display: block;
}
#cuerpo #blog .nota .pic {
  position: relative;
  padding-bottom: 20px;
}
#cuerpo #blog .nota .pic .fecha {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 20px;
  background: #14516a;
  color: #fff;
}
#cuerpo #blog .nota h2 {
  font: 18px;
  padding: 0;
  margin: 0;
  color: #2f2d2d;
}
#cuerpo #blog .nota .categoria {
  color: #2f2d2d;
  font-size: 18px;
  font-weight: bold;
}
#cuerpo #contacto {
  background: url(images/contacto.jpg);
  background-size: cover;
  padding: 200px 0;
}
#cuerpo #contacto h2 {
  color: #00a5ad;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  padding: 40px 0;
}
#cuerpo #contacto .btn {
  background: #00a5ad;
  color: #FFF;
  padding: 8px 20px;
}
footer {
  background: #484848;
  font-size: 30px;
  padding: 10px 0;
}
footer a {
  color: #FFF;
}
@media (max-width: 767px) {
  .phpdebugbar {
    display: none;
  }
  img {
    max-resolution: 100%;
  }
  header .navbar-brand > img {
    max-width: 200px;
  }
  header .navbar-toggle,
  header .navbar-inverse .navbar-toggle:focus,
  header .navbar-inverse .navbar-toggle:hover {
    background-color: #00a5ad;
  }
  header .navbar-collapse {
    background: #FFF;
    padding-bottom: 20px;
    border-bottom: 2px solid #00a5ad !important;
  }
  header .navbar .navbar-nav {
    width: 100%;
    display: block;
  }
  header .navbar-inverse .navbar-collapse,
  header .navbar-inverse .navbar-form {
    border-color: transparent;
  }
  header .navbar-inverse .navbar-nav > li > a {
    text-align: left;
  }
  .owl-nav {
    display: none !important;
  }
  #cuerpo #main .one {
    height: 300px;
  }
  #cuerpo #main .one .bganimated {
    background-size: cover !important;
    height: 300px;
  }
  #cuerpo #main .one .bganimated .text {
    position: absolute;
    left: 5%;
    top: 40%;
    line-height: 150%;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
  }
  #cuerpo #main .one .bganimated .text .l1 {
    font-size: 18px;
  }
  #cuerpo #main .one .bganimated .text .l2 {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #cuerpo #main .one .bganimated .text .l3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
  }
  #cuerpo #servicios .subservicio .texto {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    column-count: 1;
  }
  footer {
    text-align: center;
    font-size: 10px;
  }
  footer .text-right {
    text-align: center;
  }
}
