@font-face {
    font-family: 'futu';
    src:  url('../fonts/FuturaTEE.ttf') ;
}
@font-face {
  font-family: 'Helvetica';
    src:  url('../fonts/Helvetica 93 Black Extended.ttf');
}
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'feathericons';
    src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
    src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
    url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
    url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
    url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
header {
     background:#fffbfbab;
     /*font-family: 'futu';*/
    -webkit-box-shadow: 0px 5px 5px #0f0e0f7a;
    -moz-box-shadow: 0px 5px 5px #0f0e0f7a;
    box-shadow: 0px 5px 5px #0f0e0f7a;
 }
@media (max-width: 768px) {
    header {
    background:#fff !important}
}
@media (min-width: 1025px) { /*se separa despues del tamaño de tabletas*/

.separali{
    margin-right: 10px;
    margin-left: 10px;
}

}
@media (max-width: 1199px) {
  header .navbar {
  /*  background: #000 !important;*/
    padding-top: 0;
    padding-bottom: 0;
  }
}
/*.navbar{*/
/*    font-size: 18px;*/
/*}*/
.navbar-light .navbar-nav .nav-link {
    color: #000;
    text-align: center;
    /*font-weight: 700;*/
    font-size: 17px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #323339;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  color: #e67026;
}
@media (max-width: 767px) {
.submenu2 {background: #144ca145  !important;}
    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
        color: #e67026;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        color: #1e1e22;
    }
}
@media (min-width: 768px) {
.submenu2{
    position: absolute;top: 0;
    margin-left: 180px;
    margin-top: 0px !important;
    background: #ffffff80 !important;
}
    .submenu2 {background: #ffffff80 !important;}
 }
.dropdown-toggle2{
    text-align: left !important;
    padding: 0.25rem 1.5rem !important;
}
.dropdown-toggle2:hover .submenu2 {


}
 #ab:hover .dropdown-menu.show  {
    display: block !important;
}
/*Menu movil*/
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0) !important;
}
.lineh_movil2{
  line-height: 3em;
}
@media (max-width: 767px) {
    .navbar-light .navbar-nav .nav-link {
        color: #5d5d5d;
        /*text-align: center;*/
    }
    header {
        top: 0px;
        position: inherit !important;
    }
}
/*Menu movil*/
@media (min-width: 768px) {
.navbar-collapse{
position: absolute; right: 0;
}
/*.dropdown-menu{*/

/*  left: 90px !important;*/
/*}*/
}
/*@media (min-width: 1029px) {*/
/*.dropdown-menu{*/

/*  left:0px !important;*/
/*}*/
/*}*/

.pt-10{
  padding-top: 10px;

}
.pb-10{
  padding-bottom: 10px;
}

@media (max-width: 575px) { 
.container-fullsm{
width: 100%;
}
.section-a {
 padding-top: 4.5em;
 padding-right:0px;
 padding-left: 0px;
 padding-bottom: 2em;
}
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler {
    color: white;
    border-color: white;
}
/* .navbar-toggler:focus{
   border-color: grey;
   background-color: grey;
}*/
.sinpadinglados{
    padding-left: 0px;
    padding-right: 0px;
}
.sinpading2{

    padding-left: 5px;
    padding-right: 5px;

}
.btn-azul {
	color: grey;
	border-width: 2px;
    background-color: transparent;
    background-image: none;
    border-color: #028fd7;
}
.btn-azul:hover{
	background-color: #028fd7;
	color: #f0f0f0;
}

.bg-grey{
background-color:#f1f2f575;	
color: white;
}
.colorblue{
	color: #028fd7;
}
.colorblue2{
	color: #003153;
}
.div-custom2 {
    background:#fff;
    color: #4f4f4f;
    height: 300px;
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
    transition: .6s all ease;
    margin-bottom: 30px;
    border: 1px solid #e8eaf1;
}
.div-custom2:hover {
    background: rgba(161, 151, 159, 0.4);
    color: rgb(255, 255, 255);
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
    transition: .6s all ease;
    margin-bottom: 30px;
    border: 1px solid #e8eaf1;
}
.div-custom {
    background:#e8e8e8;
    color: #144ca1;
    height: 290px;
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
    transition: .6s all ease;
    margin-bottom: 30px;
    border: 1px solid #e8eaf1;
}
.div-custom:hover {
    background:#144ca1;
    color:#F0F0F0;
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
    transition: .6s all ease;
    margin-bottom: 30px;
    border: 1px solid #e8eaf1;
}
.div-custom img{
    background-size: cover;
    background-position: center;
    height: 220px;
}
.div-custom p{
    color: #000;
}
.div-custom h5{color:#144ca1;}
.div-custom:hover h5{
    color: #f0f0f0;
}
.div-custom:hover p {color: #f0f0f0;}
.imagen{
    background-size: cover;
    background-position: center;
    height: 220px;
}
.div-custom .media-body {
    padding: 20px;
}
.div-custom:focus, .div-custom:hover{
    -webkit-box-shadow: 0px 0px 9px 1px rgba(147,148,147,1);
    -moz-box-shadow: 0px 0px 9px 1px rgba(147,148,147,1);
    box-shadow: 0px 0px 9px 1px rgba(147,148,147,1);
}
.color_footer{
	color: #000000;
}
/*.color_footer:hover{
	color: white;
}*/
.color_negro2{
    color:#000000bd;
}
.color_grey{
    color: #6d6e6f;
}
.colorgr2{
    color: #caccce;
}
.color_blanco{
  color: white;
}

/***************************FOOTER DERECHO****************************/
@media(min-width: 768px){
.footer_derecho{
    padding-top: 3em;
    text-align: right; 
}
.footer_centro{
 padding-top: 3em;
}

.hrinicio {
    margin-top: 1.5em;
    height: 1px;
    background-color:#80808059;
}
}
@media(max-width: 767px){
.footer_derecho{
	text-align: center;
	padding-top: 2em;
}
.footer_centro{
 padding-top: 2em;
}
.footer_final{
	padding-top: 3em;
}
}
/***************************FOOTER IZQUIERDO****************************/
@media(min-width: 768px){
.footer_izquierdo{

    text-align: left;
}

}
@media(max-width: 767px){
.footer_izquierdo{
    text-align: center; 
    margin-top: 2%;
}
.hrinicio {
    margin-top: 0px;
    height: 1px;
    background-color:#80808012;
}

}

.site-footer a {
   /* color: #868e96;*/


}
/*.site-footer a:hover {*/
    /*color: white !important;*/
/*}*/
.img-circle {
    border-radius: 50%;
}

.div-custom2 img{
max-height: 157px;
}
.div-custom2 {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
      border: 1px solid #e8eaf1;
}

.div-custom2 .meta-post {
  color: #929296;
  font-size: 15px;
 /* text-transform: uppercase;*/
}

.div-custom2 .meta-chat {
/*  color: #ced4da;*/
  color: #3e629880;
}

.div-custom2 .meta-chat:hover {
  color: #868e96;
}
.div-custom2 .media-body {
  padding: 20px;
}

.div-custom2 .media-body h3 {
  font-size: 20px;
}
.div-custom2 .media-body i:hover {
   padding-top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.div-custom2 .media-body i {
    padding-top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.div-custom2 :hover {
    padding-top: 10px;
}

.div-custom2 .media-body p:last-child {
  margin-bottom: 0;
}
.div-custom2:focus, .div-custom2:hover{
-webkit-box-shadow: 0px 0px 9px 1px rgba(147,148,147,1);
-moz-box-shadow: 0px 0px 9px 1px rgba(147,148,147,1);
box-shadow: 0px 0px 9px 1px rgba(147,148,147,1);
}
.fontsm{
    font-size: .89em;
}

.pgn ul {
   display: inline-block;
   list-style: none;
   margin-left: 0;
   position: relative;
   padding: 0 6rem;
}

.pgn ul li {
   display: inline-block;
   margin: 0;
   padding: 0;
}

.pgn__num {
   font-family: "metropolis-bold", sans-serif;
   font-size: 1rem;
   line-height: 1.5rem;
   display: inline-block;
   padding: .6rem 1.2rem;
 /*  height: 3.6rem;*/
   margin: .3rem .15rem;
   color: #929296;
   border-radius: 3px;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.pgn__num:hover {
   background: #c4c4c4;
   color: #3d3d3d;
}

.pgn .current, .pgn .current:hover {
   background-color: #3d3d3d;
   color: #FFFFFF;
}

.pgn .inactive, .pgn .inactive:hover {
   color: #888888;
   cursor: default;
}

.pgn__prev, .pgn__next {
   display: block;
   background-color: #FFFFFF;
   background-repeat: no-repeat;
   background-size: 18px 12px;
   background-position: center;
   height: 3rem;
   width: 3rem;
   line-height: 3rem;
   padding: 0;
   margin: 0;
   border-radius: 50%;
   box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
   font: 0/0 a;
   text-shadow: none;
   color: transparent;
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.pgn__prev:hover, .pgn__next:hover {
   background-color: #3d3d3d;
   color: #FFFFFF;
   text-decoration: none;
   background-repeat: no-repeat;
   background-position: center;
}

.pgn__prev {
   background-image: url("../img/productos/izq.png");
   left: 0;
}

.pgn__prev:hover {
   background-image: url("../img/productos/izbco.png");
}

.pgn__next {
   background-image: url("../img/productos/drecha.png");
   right: 0;
}

.pgn__next:hover {
   background-image: url("../img/productos/drbco.png");
}

.pgn__prev.inactive, .pgn__next.inactive {
   background-color: #ffffff;
   opacity: 0.5;
   cursor: default;
}

.pgn__prev.inactive:hover {
   background-image: url("../img/productos/izq.png");
}

.pgn__next.inactive:hover {
   background-image: url("../img/productos/drecha.png");
}
.fondo-h3{
  background-color: rgba(3, 89, 125, 0.48);
}
/*/css-button-hover-effect*/
.form-control2 {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color:#fff;
  background-color: #ffffff3b;
  background-clip: padding-box;
  border: 1px solid #ced4da91;
  /* border-radius: 0.25rem; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pt-20 {
  padding-top: 20px;
}

.close:hover,
.close:focus {
  box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
}
.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide:hover,
.slide:focus {
  box-shadow: inset 10.5em 0 0 0 var(--hover);
}

.offset {
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}
.offset:hover, .offset:focus {
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}
.fill {
  --color: #8a8484;
  --hover: #f2a91f;
}
.raise {
  --color: #ffa260;
  --hover: #e5ff60;
}
.up {
  --color:#fff;
  --hover:rgb(111, 135, 40);
}
.simple{
  --hover: #ca4957;
}
.simple:hover{
  background-color: #ca4957;
}
button {
  color: var(--color);
  -webkit-transition: 0.25s;
  transition: 0.25s;
    /*Para cambiar a cursor a mano quitar esta linea de codigo*/
}
button:hover, button:focus {
  border-color: var(--hover);
  color: white;
}
.buttonn {
    border-radius: 5px;
  background: none;
  border:#1b1e2182 2px solid;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 1em 2em;
    color:#1b1e2182;
}
.buttonn2 {
    border-radius: 5px;
    background:none;
    border:  1px   solid;
    font: inherit;
    line-height: 1;
    margin: 0em;
    padding: .6em 1.2em;
}
.buttonini {
  margin-top: 4px;
  font-size: 13px;
  background: none;
  border: 1px solid;
  line-height: 1;
  margin: 0.5em;
  padding: .5em 1.8em;
}
/*Código especial para Safari*/
/*@media (min-width: 0px) {*/
/*    .owl-carousel.home-slider .slider-item .slider-text p {*/
/*        font-family: 'Helvetica' !important;*/
/*    }*/
/*}*/
/*Código especial para Safari*/
@media (max-width: 767px) {
.owl-carousel.home-slider .slider-item {
/*cover*/
  background-repeat: no-repeat;
 background-size: cover;
  background-position: center center;
height: 160px;
}
.owl-carousel.home-slider .slider-item .slider-text p {
  text-align: center;
  font-size: 35px;
  color: #ffffff;
  line-height: 1.2;
  /*font-weight: 200 !important;*/
  /*text-shadow:3px 3px 5px #2d1818, -1px 1px 0px #000000, 2px -1px 0px black;*/
}
.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 1%);
  min-height: 160px;
}
.separali{
  line-height: 4em;
}
}.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}
/*------------------------
    Portfolio Section
--------------------------*/
.portfolio-section {
  overflow: hidden;
}
.portfolio-filter {
  list-style: none;
  padding-bottom: 100px;
}
.portfolio-filter li {
  font-size: 16px;
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 10px;
  color: #979797;
  cursor: pointer;
}
.portfolio-filter li.mixitup-control-active {
  color: #001418;
}
.portfolios-area .gallery-block {
  padding: 0;
}
.gallery-block {
  position: relative;
}
.portfolio-item {
  display: block;
  width: 100%;
  height: 400px;
  background-position: center center;
  position: relative;
  margin-bottom: 30px;
}
.portfolio-item .pi-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-item .pi-inner h2 {
  opacity: 0;
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  letter-spacing: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio-item:hover .pi-inner {
 /* background: rgba(0, 20, 24, 0.8);*/
 background: rgba(0, 24, 23, 0.8);
}
.portfolio-item:hover .pi-inner h2 {
  opacity: 1;
  letter-spacing: 0;
}
.portfolio-meta {
  padding-bottom: 45px;
}
.portfolio-meta h2 {
  font-size: 24px;
}
.portfolio-meta p {
  font-size: 14px;
  color: #a6a6a6;
  margin-bottom: 0;
}
.portfolio-intro {
  display: block;
}
.img-popup-warp .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.img-popup-warp.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
}
/* Medium screen : 992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-item {
    height: 450px;
  }
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-item {
    height: 350px;
  }
}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
  .portfolio-filter {
    text-align: center;
  }
}
@media (min-width: 768px) {
    #header {
        background:#ffffff;
        /*position: fixed;*/
        left: 0;
        top: 0;
        right: 0;
        transition: all 0.5s;
        z-index: 997;
    }}
#header.header-scrolled {
  background: #ffff;);
  transition: all 0.5s;
}
#header.header-scrolled a {
    color: #1b1e21;
    font-weight: 500;
}
#toTop {
    padding: 10px 12px;
    background:#656463e0; /**/
    color: #fff;
    position: fixed;
    bottom: 19px;
    right: 5px;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    z-index: 9999;
}

#toTop > img{max-width: 25px;}
@media (max-width: 767px) {
    #header2 {
        display: none;
}
}
#header2 {
  /*personalizacion*/
 /* background: rgba(20, 2, 0, 0.8);*//* perso...*/
 /* padding: 14px 0;*/
  padding-top: 5px;
  left: 0;
  top:0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  position: absolute;
  text-align: right;
    -webkit-box-shadow: 0px -5px 50px rgba(0,0,0,.3);
    -moz-box-shadow: 0px -5px 50px rgba(0,0,0,.3);
    box-shadow:   0px -5px 50px rgba(0,0,0,.3);
    padding-right: 20px;
}
#header2  ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
}
#header2.header-scrolled {
  background: rgba(20, 2, 0, 0.8);
  transition: all 0.5s;
}
#header2 a{
    color: #f0f0f0;
}
#header2 i{
    font-size: 17px;
    color: #f0f0f0;
}
.top{ content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 100;}
.header-top ul {
  text-align: right;
  margin-right: 5px;

}
.header-top ul li {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
.header-top ul li a {
  color: #fff;
}
@media (max-width: 960px) {
  .header-top {
    display: none;
  }
}
@media (max-width: 673px) {
  #logo {
    margin-left: 20px;
  }
}
@media (max-width: 999px) {
    #logo-img{max-width: 130px;}
}
@media (min-width: 1000px) and (max-width: 1199px) {
    #logo-img{max-width: 200px;}
    }
#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #b68834;
}
#header #logo img {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
  text-align: left;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}
/*index*/
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/*Nosotros Section*/
@media (max-width: 767px) {
  .nosotros_banner .slider-item{
background-position: 50% 90%;
  }
.nosotros_banner{
/*cover*/
  background-repeat: no-repeat;
 background-size: cover;
height: 300px;
}
.nosotros_banner .slider-text p {
  text-align: center;
  font-size: 45px;
  color:#fff;
  line-height: 1.2;
  font-weight: 100 !important;
    text-shadow:-1px -4px 20px #000000, 0px 1px 20px #000000, 0px 1px 20px black;
}
.nosotros_banner .slider-text {
  height: calc(100vh - 1%);
  min-height: 300px;}
}
@media (min-width: 768px) {
.nosotros_banner .slider-item{
/*cover*/
  background-repeat: no-repeat;
 background-size: cover;
  background-position: center center;
min-height: 450px;
}
.nosotros_banner .slider-item .slider-text p {
  text-align: center;
  font-size: 50px;
  color:#fff;
  line-height: 1.2;
  font-weight: 100 !important;
  text-shadow:-1px -4px 20px #000000, 0px 1px 20px #000000, 0px 1px 20px black;
}
.nosotros_banner .slider-item  .slider-text {
 font-size: 50px;
  height: calc(100vh - 1%);
  min-height: 450px;}
.aladerecha{
    text-align: right;
}
}
.mensaje{ cursor: pointer; }
.whatsapp {
    position: fixed !important;
    z-index: 9999 !important;
    right: 0;
    float: right;
    top: 40%;
    margin-top: -25px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.div_home{    z-index: 1;margin-top: -5%;}
.div_services{    z-index: 1;margin-top: -12%;      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);}
.div_200{ height: 200px;}
.titulos {
    font-family: 'Sniglet', cursive;
    /*text-transform: uppercase;;*/
}
.tit_bold2{
    font-weight: 500;
}
.tit_bold{
    font-weight: 700;
}
/*medida em para titulo banner*/
.fs-1xbn{font-size: 1em;}
.fs-3xbn{font-size: 1.3em;}
.fs-2xbn{font-size: 1.1em;}
.lh_smbn{line-height: .95 !important;}
@media (max-width: 767px) {
    .fs-3xbn{font-size: .8em;}
    .fs-2xbn{font-size: .7em;}
    .fs-1xbn{font-size: .65em;}
}
/*medida em para titulo banner*/
.fs-1x{font-size: 1em;}
.fs-1_9x{font-size: 1.8em;}
.fs-3x{font-size: 3em;}
.fs-2x{font-size: 2em;}
.lh_sm{line-height: .95 !important;}
.fw_9{font-weight: 900;}
@media (max-width: 767px) {
    .div_home{z-index: 1;margin-top: -6.5%;}
    .boton_index{position:relative}
    #logo-img{max-width: 150px;}
}
@media (min-width: 768px) {
.boton_index{position:absolute; right: 0; top: 0px;}}
@media (min-width: 1200px) {
.div_blanco_certificaciones{max-height: 400px;}}
.list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.w100 {
    width: 100%;
}
/*/*ABOUT*/
@media (min-width: 960px) {
    .div_about {
        position: absolute;
        left:0;
        top: 0%;
        width: 90%;
        /* height: 300px; */
         height: 230px;
        padding: 0px ;
        background-color: #fff;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
        z-index: 1;
    }}
@media (min-width: 1058px) {
    .div_about {
        position: absolute;
        left:0;
        top: 10%;
        width: 80%;
        /* height: 300px; */
        /* height: 300px; */
        padding: 20px 40px 40px;
        background-color: #fff;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
        z-index: 1;
    }}
@media (min-width: 1200px) {
    .div_about {
        position: absolute;
        left:0;
        top: 20%;
        width: 80%;
        /* height: 300px; */
        /* height: 300px; */
        padding: 20px 40px 40px;
        background-color: #fff;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
        z-index: 1;
    }}
@media (min-width: 768px) {
.fondo_location{
    background-position: 70% 30%;
    height: 700px;
}

}
/*GRID HOVER EFFECTS*/
.grid {
    /*position: relative;*/

    /*padding: 1em 0 4em;*/
    /*!*max-width: 1000px;*!*/
    /*list-style: none;*/
    /*text-align: center;*/
}

/* Common style */
.grid figure {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    /*margin: 10px 1%;*/
    margin: 0;
    /*min-width: 320px;*/
    /*max-width: 480px;*/
    max-height: 500px;
    width: 100%;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.95;
    width: 100%;
}
@media (max-width: 575px) {
    .grid figure img {
        position: relative;
        display: initial;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*******************/

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 130px;
    text-align: left;
    background: #e67026;
    color:#000000ab;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    left: 0;
    bottom: 6em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    /*font-size: 90%;*/
    /*width: 320px;*/
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
    /*margin-left: -20px;*/
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
@media (min-width: 993px) {
    .fondo_services{
    min-height: 1150px;
}}
.div_borde{border: 1px solid #cacbd28c;}
.div_borde:hover{
    -webkit-box-shadow: 0px 0px 9px 1px rgba(147,148,147,1);
    -moz-box-shadow: 0px 0px 9px 1px rgba(147,148,147,1);
    box-shadow: 0px 0px 9px 1px rgba(147,148,147,1);

}
.social-button li {
    display: inline-block;
    margin: 0 ;
    padding: 2px;
}
.social-button li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 48px;
    width: 50px;
    font-size: 25px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.social-button li a:hover{
background:#657b14;
    border: 1px solid #0000004d;
}
.card{
    /*padding: 25px;*/
    border-radius: 0.35rem;
}
.card:hover{webkit-box-shadow: 1px 11px 68px -20px rgba(0,0,0,.75);
    -moz-box-shadow: 1px 11px 68px -20px rgba(0,0,0,.75);
    box-shadow: 1px 11px 68px -20px rgba(0,0,0,.75);}
.card:hover span{
    color:#612585 ;
}
.form-control3{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 2rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 10px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    color: #3a3a3a;
}
.label-control{
    color: #757575;
    /*position: absolute;*/
    top: 0.8rem;
    left: 0;
    /*font-size: 1rem;*/
    cursor: text;
    transition: .2s ease-out;
}

/*.form-control3:focus + label,*/
/*.form-control3:valid + label {*/
/*    display: block;*/
/*    font-size: .8rem;*/
/*    -webkit-transform: translateY(-140%);*/
/*color:#26a69a;*/
/*    transform: translateY(-140%);*/
/*}*/
.field {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 1em;
}
/**
* Add a transition to the label and input.
* I'm not even sure that touch-action: manipulation works on
* inputs, but hey, it's new and cool and could remove the
* pesky delay.
*/
label, input {
    transition: all 0.2s;
    touch-action: manipulation;
}



input:placeholder-shown + label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    /*transform: translate(0, 2.125rem) scale(1.5);*/
    transform:translate(0.1rem, 2.125rem) scale(1.5);
    font-size: 12px;
}
@media (max-width: 800px) {

    input:placeholder-shown + label {

    }
}

::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}
input:focus::-webkit-input-placeholder {
    opacity: 1;
}

input:not(:placeholder-shown) + label,
input:focus + label {
    transform: translate(0, 0) scale(1);
    /*cursor: pointer;*/
    color: #a65323; ;
}
.form-control3:focus  {
    border-bottom: 1px solid #a65323;
    box-shadow: 0 1px 0 0 #a65323;
}
.hvr_produc{
    border: 1px solid #e67026;
    border-radius: .3em;
}
.hvr_produc:hover{
    webkit-box-shadow:6px 5px 12px 3px #0f0e0f7a;
    -moz-box-shadow:6px 5px 12px 3px #0f0e0f7a;
    box-shadow:6px 5px 12px 3px #0f0e0f7a;
}
@media (min-width: 768px) {
#headerbase{min-height: 100px;
    z-index: 0;}
.desciption{padding-top: 160px;}
    .social-button  {
       float: right;
    }
}
@media (max-width: 767px) {
    .centrar{
        text-align: center;
    }
}
/*para centrar el ancla en productos*/
.anc_prod{
    margin-top:-100px; position: absolute;
}
.form-control3{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 2rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 10px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    color: #9e9e9e;
}
.label-control{
    color: #9e9e9e;
    /*position: absolute;*/
    top: 0.8rem;
    left: 0;
    /*font-size: 1rem;*/
    cursor: text;
    transition: .2s ease-out;
}

/*.form-control3:focus + label,*/
/*.form-control3:valid + label {*/
/*    display: block;*/
/*    font-size: .8rem;*/
/*    -webkit-transform: translateY(-140%);*/
/*color:#26a69a;*/
/*    transform: translateY(-140%);*/
/*}*/
.field {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 1em;
}
/**
* Add a transition to the label and input.
* I'm not even sure that touch-action: manipulation works on
* inputs, but hey, it's new and cool and could remove the
* pesky delay.
*/
label, input {
    transition: all 0.2s;
    touch-action: manipulation;
}



input:placeholder-shown + label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    /*transform: translate(0, 2.125rem) scale(1.5);*/
    transform:translate(0.1rem, 2.125rem) scale(1.5);
    font-size: 12px;
}
@media (max-width: 800px) {

    input:placeholder-shown + label {

    }
}

::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}
input:focus::-webkit-input-placeholder {
    opacity: 1;
}

input:not(:placeholder-shown) + label,
input:focus + label {
    transform: translate(0, 0) scale(1);
    /*cursor: pointer;*/
    color:#26a69a; ;
}
.form-control3:focus  {
    border-bottom: 1px solid #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50;
}

.colour-block {
    background:#589938;
    width:100%;
    padding:10%;
    color:#fff;
}
.white-block {
    background:#fff;
    width:60%;
    padding:7% 20% 10% 20%;
    color:#589938;
}



/*----------------*/
/*  SCALLOP down  */
/*----------------*/
.scallop-down{
    height:50px;
    width:100%;
    background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 40, from(#589938), color-stop(0.49, #589938), color-stop(0.51, #fff), to(white));
    -webkit-background-size: 35px 100%;
}


/*----------------*/
/*  SCALLOP up    */
/*----------------*/
.scallop-up{
    height:100px;
    width:100%;
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 100%, 40, from(#589938), color-stop(0.49, #589938), color-stop(0.51, #fff), to(white));
    -webkit-background-size: 49px 100%;
}
@media (min-width: 768px) {
    .colour-block {
        background:#589938;
        width:100%;
        padding:4%;
        color:#fff;
    }
}

@media(max-width:767px){
  .img-sm-60{
    max-width: 60%;
  }
}