@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html,body {
    width: 100%;
    height: 100%;
}
body {
    overflow-x: hidden;
}
a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.container {
    max-width: 1250px;
    min-width: 350px;
    position: relative;
    margin: auto;
}
.padded {
    padding-top: 90px;
    padding-bottom: 90px;
}
.padded-nosotros {
    padding-top: 90px;
    padding-bottom: 0px;
}
.padded-footer {
    padding-top: 70px;
    padding-bottom: 10px;
}
header {
    position: relative;
}
#header {
    width: 100%;
    height: 50%;
    background-color: #FFF;
    display: table;
}
.header-top {
    width: 100%;
    height: 60px;
    background-color: #000;
    border-bottom: solid 1px #FFF;
    display: table;
}
.left-top {
    width: 70%;
    height: 60px;
    float: left;
}
.data-arriba {
    width: auto;
    height: 60px;
    padding: 20px;
    display: inline-block;
}
.data-arriba i {
    width: 28px;
    font-size: 20px;
    position: relative;
    top: 2px;
    color: #98a82e;
}
.data-arriba p {
    color: #a5a5a5;
}
.data-arriba a {
    color: #a5a5a5;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
.right-top {
    width: 30%;
    height: 60px;
    padding-right: 30px;
    float: right;
}
.right-top ul {
    width: 100%;
    text-align: right;
    display: table;
}
.right-top ul li {
    list-style: none;
    position: relative;
    display: inline-block;
}
.right-top ul li a {
    display: block;
    color: #a5a5a5;
    width: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    margin: 5px;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    text-decoration: none;
}
.right-top ul li a:hover {
    color: #bebebe;
}
.menu-header {
    width: 100%;
    height: 90px;
    background-color: #FFF;
    display: table;
}
.logo {
    width: 35%;
    height: 90px;
    padding: 10px;
    float: left;
}
.logo img {
    width: 110px;
    margin-top: 2px;
}
.main {
    width: 65%;
    padding: 25px;
    height: 90px;
    float: right;
}
#btn-menu{ 
    display: none; 
}
header label{ 
    cursor: pointer; 
    float: right; 
    width: 50px; 
    height: 50px; 
    text-align: center; 
    line-height: 50px; 
    color: #000; 
    margin-top: 10px; 
    font-size: 30px; 
    display: none;
}
.menu ul {
    display: inline-flex;
    float: right;
    list-style: none;
}
.menu ul ul {
    display: none;
}
.menu a {
    display: block;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .4s ease-in-out;
}
.menu a:hover {
    background-color: #98a82e;
    color: #FFF;
}
.menu-fixed { 
	position: fixed; 
	top: 0; 
	width: 100%; 
	/*max-width: 1200px;*/ 
	background: rgba(255, 255, 255,1);
	transition: all .5s ease-in-out; 
	z-index: 999999; 
}
.header {
    width: 100%;
    height: 250px;
    background-image: url(../img/header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: table;
}
.box-opacidad {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.55);
    position: absolute;
    top: 0;
    padding-top: 50px;
}
.box-opacidad h1 {
    color: #FFF;
    font-size: 60px;
    line-height: 70px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
section {
    height: 100%;
    position: relative;
}
.con-nosotros {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #FFF;
    display: table;
}

.nosotros {
    width: 100%;
    height: 200px;
    padding-top: 0px;
    padding-bottom: 30px;
    display: table;
}
.nosotros h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}
.nosotros p {
    color: #888;
    width: 90%;
    display: table;
    margin: auto;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.mision {
    width: 100%;
    height: 300px;
    display: table;
}
.left-mision{
    width: 50%;
    height: 400px;
    padding: 100px 80px;
    float: left;
    background-color: #f8f8f8;
}
.left-mision h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.left-mision p {
    color: #888;
    display: table;
    margin: auto;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.right-mision {
    width: 50%;
    height: 400px;
    float: right;
    background-image: url(../img/mision.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
}
.vision {
    width: 100%;
    height: 400px;
    display: table;
}
.left-vision {
    width: 50%;
    height: 400px;
    background-image: url(../img/mision.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left;
}
.right-vision {
    width: 50%;
    height: 400px;
    padding: 100px 80px;
    background-color: #f8f8f8;
    float: right;
}
.right-vision h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.right-vision p {
    color: #888;
    display: table;
    margin: auto;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.cont-servicios {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFF;
    display: table;
}
.grid-servicios {
    width: 32%;
    height: 600px;
    padding: 10px;
    margin: 5px;
    position: relative;
    display: inline-block;
}
.grid-servicios img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    position: relative;
    display: table;
    margin-bottom: 20px;
}
.grid-servicios h4 {
    text-align: left;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 10px;
    display: table;
    margin-bottom: 10px;
}
.grid-servicios a {
    color: #000;
}
.grid-servicios p{
    text-align: left;
    color: #888;
    display: table;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}


.con-clientes {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFF;
    display: table;
}
.grid-clientes {
    width: 32%;
    height: 300px;
    padding: 10px;
    margin: 5px;
    position: relative;
    display: inline-block;
}
.grid-clientes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: table;
}
.contador-clientes {
    width: 100%;
    height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #f8f8f8;
    display: table;
}
.grid-contador {
    width: 35%;
    height: 300px;
    padding: 70px 20px;
    display: inline-block;
}

.grid-contador i {
    color: #30d3af;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
}
.grid-contador p {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    display: table;
    margin: auto;
    margin-bottom: 10px;
}
.grid-contador h5 {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
    font-size: 30px;
}

.cont-trabajo {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFF;
    display: table;
}
.grid-trabajo1 {
    width: 40%;
    height: 300px;
    overflow: hidden;
    float: left;
}
.gr-tra1 {
    width: 50%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: left;
}
.gr-tra1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    display: table;
}
div.gr-tra1>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra1:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.gr-tra2 {
    width: 50%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: right;
}
.gr-tra2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    display: table;
}
div.gr-tra2>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
.box-info h3 {
    color: #FFF;
    font-size: 26px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
.box-info p {
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
}
div.gr-tra2:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.gr-tra3 {
    width: 55%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: left;
}
.gr-tra3 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
div.gr-tra3>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra3:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.gr-tra4 {
    width: 45%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: right;
}
.gr-tra4 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    display: table;
}
div.gr-tra4>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
.box-info h3 {
    color: #FFF;
    font-size: 26px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
.box-info p {
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
}
div.gr-tra4:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.grid-trabajo2 {
    width: 60%;
    height: 300px;
    float: right;
}
.grid-trabajo3 {
    width: 39%;
    height: 300px;
    position: relative;
    float: left;
}
.grid-trabajo4 {
    width: 61%;
    height: 300px;
    position: relative;
    float: right;
}
.gr-tra5 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.gr-tra5 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra5>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra5:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.gr-tra6 {
    width: 55%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: left;
}
.gr-tra6 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra6>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra6:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.gr-tra7 {
    width: 45%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: right;
}
.gr-tra7 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra7>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra7:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.grid-trabajo5 {
    width: 50%;
    height: 300px;
    float: left;
}
.grid-trabajo6 {
    width: 50%;
    height: 300px;
    float: right;
}
.gr-tra8 {
    width: 50%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: left;
}
.gr-tra8 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra8>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra8:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.gr-tra9 {
    width: 50%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: right;
}
.gr-tra9 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra9>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra9:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.gr-tra10 {
    width: 50%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: left;
}
.gr-tra10 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra10>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra10:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.gr-tra11 {
    width: 50%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: right;
}
.gr-tra11 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra11>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra11:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.grid-trabajo7 {
    width: 55%;
    height: 300px;
    float: left;
}
.gr-tra12 {
    width: 50%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: left;
}
.gr-tra12 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra12>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra12:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.gr-tra13 {
    width: 50%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: right;
}
.gr-tra13 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra13>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra13:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.grid-trabajo8 {
    width: 45%;
    height: 300px;
    float: left;
}
.gr-tra14 {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.gr-tra14 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra14>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra14:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.grid-trabajo9 {
    width: 50%;
    height: 300px;
    float: left;
}
.gr-tra15 {
    width: 60%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: left;
}
.gr-tra15 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra15>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra15:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.gr-tra16 {
    width: 40%;
    height: 300px;
    position: relative;
    float: right;
    overflow: hidden;
}
.gr-tra16 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra16>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra16:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.grid-trabajo10 {
    width: 50%;
    height: 300px;
    float: right;
    background-color: darkorchid;
    display: table;
}
.gr-tra17 {
    width: 100%;
    height: 300px;
    position: relative;
    float: right;
    overflow: hidden;
}
.gr-tra17 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra17>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra17:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.grid-trabajo11 {
    width: 100%;
    height: 300px;
    display: table;
}
.gr-tra18, .gr-tra19, .gr-tra20 {
    width: 33.33333%;
    height: 300px;
    display: inline-block;
    position: relative;
}
.gr-tra18 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra18>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra18:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.gr-tra19 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra19>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra19:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}
.gr-tra20 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.gr-tra20>div.box-tapa {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(152, 168, 46,0.8);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    transition: all .3s linear;
}
div.gr-tra20:hover>div.box-tapa {
    width: 90%;
    height: 90%;
    opacity: 1;
    visibility: visible;
}



.cont-tienda  {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: relative;
    display: table;
}
.right-tienda .categoria {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
	display: table;
}
.right-tienda .categoria ul {
    width: 100%;
	text-align: center;
}
.right-tienda .categoria ul li {
    display: inline-block;
}
.right-tienda .categoria ul li a {
    color: #000;
	font-size: 20px;
	font-family: 'Blooming-Elegant-Sans-Bold';
	text-align: center;
	padding: 10px 20px;
    transition: all .3s ease-in-out;
    font-family: 'Libre Franklin', sans-serif;
}
.categoria ul li a:hover{
    color: #FFF;
    background-color: #98a82e;
}
.categoria i {
    width: 15px;
}
div[data]{
    transition:all 800ms;
    -webkit-transition:all 800ms;
    -ms-transition:all 800ms;
    -moz-transition:all 800ms;
    -o-transition:all 800ms;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.traer{
    position: relative;
    z-index: 1;
}
.con_info_s{
	width: 0;
	min-height: 0;
	height: 0;
	overflow: hidden;
    transform:rotateY(160deg);
    -webkit-transform:rotateY(160deg);
    -moz-transform:rotateY(160deg);
    -ms-transform:rotateY(160deg);
    -o-transform:rotateY(160deg);
    opacity:0;
    visibility: hidden;
    position: relative;
    z-index: -1;
}
li.wow{
     transition:all 700ms;
    -webkit-transition:all 700ms;
    -ms-transition:all 700ms;
    -moz-transition:all 700ms;
    -o-transition:all 700ms;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.coloca{
    transform:rotateX(360deg);
    -webkit-transform:rotateX(360deg);
    -moz-transform:rotateX(360deg);
    -ms-transform:rotateX(360deg);
    -o-transform:rotateX(360deg);
     transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.right-tienda {
    width: 100%;
    height: 650px;
    padding: 20px 10px;
    float: right;
    text-align: center;
    display: table;
}
.cont_productos {
    width: 100%;
    height: 650px;
    display: table;
}
.grid-productos {
    width: 22%;
    height: auto;
    margin: 15px;
    position: relative;
    display: inline-block;
}
.grid-productos img {
    width: 100%;
    height: auto;
    display: table;
}
.info-productos{
    width: 100%;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
}
.info-productos p {
    text-align: left;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    display: table;
}








.cont-contacto {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    display: table;
}
.left-contacto {
    width: 40%;
    height: 620px;
    padding: 20px 20px;
    float: left;
    display: table;
}
.left-contacto h2 {
    font-size: 36px;
    line-height: 44px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.left-contacto h4 {
    font-size: 20px;
    line-height: 44px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.left-contacto p {
    color: #747474;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
    margin-top: 10px;
}
.left-contacto a {
    color: #747474;
}
.left-contacto i {
    width: 25px;
    font-size: 18px;
    color: #98a82e;
}
.right-contacto {
    width: 60%;
    height: 620px;
    padding: 20px 20px;
    float: right;
    display: table;
}
.form-input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 500;
    font-style: italic;
    background-color: #f8f8f8;
    border: none;
    outline: none;
    margin-top: 20px;
    padding: 10px 30px;
}
.form-textarea {
    width: 100%;
    height: 250px;
    font-size: 16px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 500;
    font-style: italic;
    background-color: #f8f8f8;
    border: none;
    outline: none;
    margin-top: 20px;
    padding: 10px 30px;
}
.form-submit {
    width: 180px;
    height: 70px;
    border-radius: 20px;
    color: #FFF;
    background-color: #98a82e;
    font-size: 16px;
    text-align: center;
    font-family: 'Libre Franklin', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    margin-top: 20px;
    border: none;
    outline: none;
}
.cont-mapa {
    width: 100%;
    height: 450px;
    background: #f8f8f8;
    display: table;
}
.cont-mapa iframe {
    width: 100%;
    height: 500px;
    display: table;
}
.ir-arriba { 
	display: none; 
	cursor: pointer; 
	position: fixed; 
	right: 40px; 
	bottom: 20px; 
	width: 60px; 
    height: 60px;
    border-radius: 10px;
	background: #000;
	color: #fff; 
	text-align: center; 
	line-height: 60px; 
	z-index: 9999; 
}
.compartir-whatsaap {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 40px;
    background: #005e50;
    position: fixed;
    left: 40px;
    bottom: 20px;
    z-index: 999;
}
.compartir-whatsaap a{
    font-size: 24px;
    color: #FFF;
    display: block;
}
footer {
    position: relative;
}
.footer {
    width: 100%;
    height: 350px;
    text-align: center;
    background-color: #212121;
    background-image: url(../img/pattern2.png);
    display: table;
}
.footer img {
    width: 70%;
    max-width: 250px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.contenedor-sociales {
    width: 100%;
    height: 60px;
    text-align: center;
    margin-bottom: 10px;
}
.contenedor-sociales ul {
    width: 100%;
    text-align: center;
    display: table;
}
.contenedor-sociales ul li {
    list-style: none;
    position: relative;
    display: inline-block;
}
.contenedor-sociales ul li a {
    color: #FFF;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    margin: 5px;
    font-weight: 600;
    overflow: hidden;
    text-decoration: none;
}
.descripcion-footer {
    width: 100%;
    height: 60px;
    text-align: center;
    display: table;
    margin: auto;
    margin-bottom: 20px;
}
.contact-footer {
    width: auto;
    height: 60px;
    padding: 20px;
    margin: 5px;
    display: inline-block;
}
.contact-footer i {
    width: 25px;
    color: #98a82e;
}
.contact-footer p {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    text-align: center;
}
.contact-footer a {
    color: #FFF;
}
.copyright {
    width: 100%;
    height: 50px;
    display: table;
}
.copyright p {
    color: #747474;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    text-align: center;
}





.cont_gracias {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    background-color: #FFF;
    display: table;
}
.cont_gracias i {
    font-size: 10rem;
    margin-bottom: 10px;
    margin-top: 180px;
}
.cont_gracias p {
    width: 60%;
    display: table;
    margin: auto;
    font-size: 1.5rem;
    font-family: 'Libre Franklin', sans-serif;
}
@media screen and (max-width: 1250px) {
    .grid-trabajo1 {
        width: 100%;
    }
    .gr-tra1 {
        width: 40%;
    }
    .gr-tra1 img {
        width: 100%;
        object-fit: cover;
    }
    .gr-tra2 {
        width: 60%;
    }
    .gr-tra2 img {
        width: 100%;
        object-fit: cover;
    }
    .grid-trabajo2 {
        width: 100%;
    }
    .gr-tra3 {
        width: 55%;
    }
    .gr-tra3 img {
        width: 100%;
        object-fit: cover;
    }
    .gr-tra4 {
        width: 45%;
    }
    .gr-tra4 img {
        width: 100%;
        object-fit: cover;
    }
    .grid-trabajo3 {
        width: 100%;
    }
    .gr-tra5 {
        width: 100%;
    }
    .gr-tra5 img {
        width: 100%;
        object-fit: cover;
    }
    .grid-trabajo4 {
        width: 100%;
    }
    .gr-tra6 {
        width: 65%;
    }
    .gr-tra6 img {
        width: 100%;
        object-fit: cover;
    }
    .gr-tra7 {
        width: 35%;
    }
    .gr-tra7 img {
        width: 100%;
        object-fit: cover;
    }
    .grid-trabajo5 {
        width: 100%;
    }
    .gr-tra8 {
        width: 50%;
    }
    .gr-tra8 img {
        width: 100%;
        object-fit: cover;
    }
    .gr-tra9 {
        width: 50%;
    }
    .gr-tra9 img {
        width: 100%;
        object-fit: cover;
    }
    .grid-trabajo6 {
        width: 100%;
    }
    .gr-tra10 {
        width: 35%;
    }
    .gr-tra10 img {
        width: 100%;
        object-fit: cover;
    }
    .gr-tra11 {
        width: 65%;
    }
    .gr-tra11 img {
        width: 100%;
        object-fit: cover;
    }
    .grid-trabajo7 {
        width: 100%;
    }
    .gr-tra12 {
        width: 60%;
    }
    .gr-tra12 img {
        width: 100%;
        object-fit: cover;
    }
    .gr-tra13 {
        width: 40%;
    }
    .gr-tra13 img {
        width: 100%;
        object-fit: cover;
    }
    .grid-trabajo8 {
        width: 100%;
    }
    .gr-tra14 {
        width: 100%;
    }
    .gr-tra14 img {
        width: 100%;
        object-fit: cover;
    }
    .grid-trabajo9 {
        width: 100%;
    }
    .grid-trabajo10 {
        width: 100%;
    }
}
@media screen and (max-width:1136px) {
    .grid-productos {
        width: 30%;
    }
    .grid-servicios {
        width: 30%;
    }
    

    .left-contacto {
        width: 40%;
    }
    .left-contacto h2 {
        font-size: 24px;
    }
    .right-contacto {
        width: 60%;
    }
}
@media screen and (max-width:1016px) {
    header label{ 
        display: block; 
        margin-right: 0px; 
        top: 0px; 
        margin-top: -5px; 
    }
    .menu{ 
        position: absolute; 
        width: 100%; 
        top: 89px; 
        left: 0; 
        transform: translateX(-100%); 
        transition: all .3s ease; 
        z-index: 10000; 
    }
    .menu ul{ 
        float: none; 
        display: block; 
        background: #000; 
    }
    .menu a{ 
        margin-top: 0; 
        color: #FFF; 
        padding: 20px 20px; 
        border-bottom: solid 1px #FFF; 
    } 
	#btn-menu:checked ~ .menu{ 
        transform: translateX(0%); 
    }

    .left-mision {
        padding: 50px 20px;
    }
    .right-vision {
        padding: 50px 20px;
    }

    .grid-productos {
        width: 29%;
        margin: 10px;
    }
    .grid-servicios {
        width: 45%;
    }
    .grid-clientes {
        width: 45%;
    }
}


@media screen and (max-width: 800px) {
    .nosotros p {
        width: 95%  ;
    }
    .left-mision {
        width: 100%;
        height: 200px;
        padding: 50px 30px;
        display: table;
    }
    .right-mision {
        width: 100%;
        height: 350px;
        display: table;
    }
    .left-vision {
        width: 100%;
        height: 350px;
        display: table;
    }
    .right-vision {
        width: 100%;
        padding: 50px 20px;
        height: 200px;
        display: table;
    }
    .grid-productos {
        width: 29%;
        margin: 10px;
    }
    .grid-clientes {
        width: 45%;
        margin: 2px;
    }
    .gr-tra1 {
        width: 50%;
    }
    .gr-tra2 {
        width: 50%;
    }
    .gr-tra3 {
        width: 50%;
    }
    .gr-tra4 {
        width: 50%;
    }
    .gr-tra6 {
        width: 50%;
    }
    .gr-tra7 {
        width: 50%;
    }

    .gr-tra10 {
        width: 50%;
    }
    .gr-tra11 {
        width: 50%;
    }
    .gr-tra12 {
        width: 50%;
    }
    .gr-tra13 {
        width: 50%;
    }
    .left-contacto {
        width: 100%;
        height: 200px;
        padding: 20px;
        display: table;
        margin: auto;
    }
    .left-contacto h2 {
        font-size: 24px;
    }
    .right-contacto {
        width: 100%;
        height: 200px;
        display: table;
        margin: auto;
    }
    .contact-footer {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 650px) {
    .left-top {
        width: 100%;
        display: table;
    }
    .right-top {
        width: 100%;
        height: 50px;
        padding-left: 10px;
        display: table;
    }
    .right-top ul {
        text-align: left;
    }
    .right-top ul li a {
        width: 30px;
        height: 50px;
        line-height: 60px;
        margin: 0;
    }
    .grid-productos {
        width: 45%;
        margin: 10px;
    }
    .grid-servicios {
        width: 100%;
        padding: 20px;
        margin: auto;
        display: table;
    }
    .grid-clientes {
        width: 100%;
        padding: 20px;
        margin: auto;
        display: table;
    }
    .grid-contador {
        width: 100%;
        padding: 0px;
        margin: auto;
        display: table;
    }
    .contact-footer {
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .grid-productos {
        width: 90%;
        margin: auto;
        display: table;
    }
    .grid-trabajo1 {
        display: table;
    }
    .grid-trabajo2 {
        display: table;
    }
    .grid-trabajo3 {
        display: table;
    }
    .grid-trabajo4 {
        display: table;
    }
    .grid-trabajo5 {
        display: table;
    }
    .grid-trabajo6 {
        display: table;
    }
    .grid-trabajo7 {
        display: table;
    }
    .grid-trabajo8 {
        display: table;
    }
    .gr-tra1 {
        width: 100%;
    }
    .gr-tra2 {
        width: 100%;
    }
    .gr-tra3 {
        width: 100%;
    }
    .gr-tra4 {
        width: 100%;
    }
    .gr-tra6 {
        width: 100%;
    }
    .gr-tra7 {
        width: 100%;
    }
    .gr-tra8 {
        width: 100%;
    }
    .gr-tra9 {
        width: 100%;
    }

    .gr-tra10 {
        width: 100%;
    }
    .gr-tra11 {
        width: 100%;
    }
    .gr-tra12 {
        width: 100%;
    }
    .gr-tra13 {
        width: 100%;
    }
    .gr-tra14 {
        width: 100%;
    }
    .gr-tra15 {
        width: 100%;
    }
    .gr-tra16 {
        width: 100%;
    }
    .gr-tra17 {
        width: 100%;
    }
    .gr-tra18 {
        width: 100%;
        display: table;
    }
    .gr-tra19 {
        width: 100%;
        display: table;
    }
    .gr-tra20 {
        width: 100%;
        display: table;
    }
    .ir-arriba {
        bottom: 60px;
        right: 10px;
    }
    .compartir-whatsaap {
        bottom: 60px;
        left: 10px;
    }
    
}
@media screen and (max-width: 400px) {
    .data-arriba {
        width: 100%;
    }
}