/*Generadores*/
.a-right {
  text-align: right;
}
.a-left {
  text-align: left;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.mb-3 {
  margin-bottom: 50px;
}
.rounded {
  border-radius: 6px;
}
.mx-3 {
  margin-left: 30px;
  margin-right: 30px;
}
.my-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.valignmiddle {
  vertical-align: middle;
}
.a-center {
  text-align: center;
}
.centerimg {
  margin: 0 auto 20px;
}
.animar {
  transition: all 0.3s ease-in-out;
}
.w-shadow {
  text-shadow: 0 1px 0 #fff;
}
.no-mt {
  margin-top: 0;
}
h1 {
  font-size: 23px;
  color: #545454;
  font-weight: 400;
  text-shadow: 0 1px 0 #fff;
  margin: 20px 0;
  text-align: center;
}
h2 {
  color: #b4ab00;
  font-size: 25px;
  font-weight: 700;
  margin: 15px 0;
}
h3 {
  background: url(../images/oil.png) no-repeat left top;
  font-weight: 700;
  padding-top: 13px;
  font-size: 13px;
  font-style: normal;
  color: #000;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
h4 {
  background: #e8e26a;
  font-weight: 700;
  color: #000;
  padding: 3px 15px;
  font-size: 15px;
  margin-bottom: 6px;
  display: inline-block;
}
strong {
  color: #000;
  font-weight: 700;
}
.imgsite {
  border-top: 3px solid #89bb4b;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
/* ==========================================================================
   ESTILO por Sebastian Ortiz http://sebaortiz.com
   ========================================================================== */
body {
  background: url(../images/bg.jpg);
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  color: #555;
}
header {
  margin: 30px 0 10px;
}
.logo {
  position: relative;
  float: left;
}
hr {
  height: 1px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #fff;
}
nav {
  float: right;
  margin-top: 22px;
}
nav .mainnav li {
  float: left;
  position: relative;
}
nav .mainnav li a {
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  padding: 10px 18px;
  height: 26px;
  display: block;
  color: #737373;
}
nav .mainnav li a:hover {
  color: #000;
}
nav .mainnav li.activo > a {
  color: #fff;
  background: #89bb4b;
  background-color: #91c242;
  border-radius: 40px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  text-shadow: none;
}
#featimg {
  margin: 30px auto;
  position: relative;
}
#featimg img {
  border-radius: 8px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
#featimg .text {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-weight: 300;
  font-size: 22px;
  padding: 5px 20px;
  left: 260px;
  top: 120px;
  font-family: 'Open Sans', sans-serif;
}
#featimg .text .yellow-sq,
#featimg .text .green-sq {
  opacity: 0;
  display: block;
  position: absolute;
  left: -200px;
  top: -40px;
  width: 40px;
  height: 40px;
  background: #e8e26a;
}
#featimg .text .green-sq {
  background: #89bb4b;
  right: -200px;
  left: auto;
  top: auto;
  bottom: -40px;
}
#featimg #institucional,
#featimg #contacto {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.frase {
  margin: 40px auto;
  font-size: 18px;
  color: #888888;
  line-height: 32px;
  text-align: center;
}
.frase .inside {
  padding: 0 90px;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 0 #fff;
}
.frase strong {
  color: #518e05;
  font-weight: 700;
}
ul.ullist {
  margin: 25px auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  height: 100%;
}
ul.ullist li {
  margin-bottom: 25px;
  flex-basis: 50%;
}
ul.ullist li span {
  margin: 5px 0;
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.1);
}
.linedivisi {
  height: 1px;
  margin-bottom: 20px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.linedivisi .icon {
  margin: 0 auto;
  width: 50px;
  position: relative;
  top: -7px;
  background: url(../images/bg.jpg);
}
.iconssection {
  margin: 50px 0;
  text-align: center;
}
.iconssection img {
  opacity: 0;
}
.iconssection p {
  line-height: 28px;
  padding: 0 15px;
  color: #585858;
}
.mapwrapper {
  margin-bottom: 70px;
}
.mapwrapper .mappanel {
  position: relative;
}
.mapwrapper .mappanel .mapa {
  position: relative;
  z-index: 1;
  left: 90px;
}
.mapwrapper .mappanel .direcciones {
  position: absolute;
  z-index: 2;
  left: 123px;
  top: 28px;
  display: none;
}
#descripcion-mapa {
  color: #585858;
  line-height: 22px;
}
#descripcion-mapa p {
  margin-bottom: 20px;
  font-style: italic;
}
#descripcion-mapa .marbar {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.04);
  padding: 10px;
  font-size: 11px;
}
#descripcion-mapa .marbar img {
  margin: 10px 0 50px;
  float: left;
  margin-right: 15px;
}
#descripcion-mapa .marbar:hover {
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
footer {
  background: rgba(0, 0, 0, 0.07);
  padding: 40px 0;
  border-bottom: 5px solid #a8a8a8;
}
footer .textofooter {
  line-height: 30px;
  color: #838383;
}
footer .infinitologo {
  position: absolute;
  right: 0;
  bottom: 0px;
}
footer .g12 {
  position: relative;
}
#main p,
#fluidos-wrap p {
  margin-bottom: 20px;
  color: #808080;
  line-height: 28px;
}
p.lead {
  margin: 30px 0;
  font-size: 20px;
  line-height: 33px;
}
.yellowesection {
  background: #E8E26A;
  padding: 17px;
  margin-top: 37px;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 40px;
}
.yellowesection p {
  color: #636363 !important;
}
.yellowesection strong {
  color: #636363;
}
.frasesidebar {
  font-size: 17px;
  position: relative;
  padding: 5px 0;
  color: #222;
  text-shadow: 0 1px 0 #fff;
}
.frasesidebar strong {
  font-weight: 700;
  color: #6eb11b;
}
.frasesidebar .line {
  background: #000;
  position: absolute;
  height: 1px;
  width: 90px;
}
.frasesidebar .line.left {
  left: 0;
  top: -10px;
}
.frasesidebar .line.right {
  right: 0;
  bottom: -10px;
}
p.smallp {
  font-size: 14px;
}
.id {
  margin: 30px 0 80px;
}
.id .box {
  background: rgba(0, 0, 0, 0.04);
  padding: 15px;
}
.id p.last {
  margin-bottom: 0 !important;
}
.id img {
  float: left;
  margin-right: 15px;
}
ul.listproduct {
  margin: 20px 0 30px;
}
ul.listproduct li {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  display: inline-block;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.04);
  margin-right: 20px;
  line-height: 30px;
  padding: 5px 15px 5px 30px;
  position: relative;
  left: -20px;
  opacity: 0;
}
ul.listproduct li:before {
  content: '';
  background: url(../images/oil-green.png);
  height: 7px;
  left: 13px;
  display: block;
  position: absolute;
  top: 17px;
  width: 11px;
}
#fluidos-wrap {
  position: relative;
}
#fluidos-wrap .lines-middle {
  background: url(../images/lines-bg.png);
  width: 402px;
  height: 986px;
  position: absolute;
  left: 293px;
  top: 68px;
}
.ubicacion {
  padding: 20px 0;
  margin-bottom: 50px;
  position: relative;
}
.ubicacion .googlemap {
  z-index: 2;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.2);
}
/* ==========================================================================
   ANIMATION
   ========================================================================== */
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
/* ==========================================================================
   Media queries
   ========================================================================== */
a.navmenu {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
ul.dropdown {
  display: none;
  background: #89bb4b;
  z-index: 2000;
  position: absolute;
}
ul.dropdown.open {
  display: block;
}
ul.dropdown li {
  float: none;
  display: block;
}
ul.dropdown li a {
  text-shadow: none;
  color: #fff;
}
nav.active {
  display: block;
}
.w-100 {
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .g12 {
    padding: 0 10px;
  }
  .logo {
    padding: 0 10px;
    float: none;
  }
  .logo img {
    width: 220px;
  }
  a.navmenu {
    display: block;
  }
  nav {
    display: none;
    float: none;
    background: #91c242;
  }
  nav .mainnav {
    padding: 10px;
  }
  nav .mainnav li {
    display: block;
    width: 100%;
    float: none;
  }
  nav .mainnav li a {
    color: #fff;
    display: block;
    padding: 10px 0;
    text-shadow: none;
  }
  nav .mainnav li.activo a {
    text-align: left;
    border: none;
    background: none;
    padding: inherit;
    box-shadow: none;
    display: block;
  }
  #featimg {
    overflow: hidden;
  }
  #featimg .text {
    position: relative;
    left: 0;
    top: -4px;
  }
  #featimg .text .green-sq,
  #featimg .text .yellow-sq {
    bottom: -40px;
    top: auto;
    width: 50%;
  }
  .frase .inside {
    text-align: left;
    padding: 0;
  }
  ul.dropdown.open {
    position: relative;
    background: none;
    padding: 0 10px;
  }
  .mapwrapper .mappanel .direcciones {
    position: absolute;
    z-index: 2;
    left: 23px;
    top: 18px;
    width: 268px;
  }
  .mapwrapper .mappanel .mapa {
    position: relative;
    left: 0;
    width: 137px;
  }
  #descripcion-mapa .marbar {
    text-align: center;
  }
  #descripcion-mapa .marbar img {
    float: none;
  }
  footer .logochico {
    float: none;
    margin-bottom: 20px;
  }
  footer .infinitologo {
    position: relative;
    margin: 20px 0;
  }
  .infinitologo img {
    width: 90px;
  }
  footer .textofooter span {
    display: block;
  }
  .id .box img {
    display: block;
    float: none;
    width: 100%;
  }
  .id .box img + img {
    margin-bottom: 15px;
  }
  #featimg #institucional,
  #featimg #contacto {
    display: none !important;
  }
  .ubicacion img {
    display: none;
  }
  .ubicacion .googlemap {
    left: 0;
    float: none;
  }
  .ubicacion .googlemap iframe {
    width: 100%;
  }
}
/* end @media 755px <> 989px */
