/****************************
Font-face
*****************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
@font-face{
    font-family:"BRAVEE";
    src:url(../fonts/BRAVEEightyone-Regular.woff) format("opentype");
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar{
    width:.4rem;
}
::-webkit-scrollbar-track{
    background:#1d1d20;
    width:0;
}
::-webkit-scrollbar-thumb{
    background:#70ad0c;
}
::-webkit-scrollbar-thumb:hover{
    background:#81c317;
}
html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{
    display:block;
}
html,body {
    width: 100%;
    height: 100%;
}
body {
    background: rgba(0,0,0,0.9) url(../img/bg2.jpg) repeat;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.padded {
    padding-top: 50px;
    padding-bottom: 50px;
}
.container {
    max-width: 1250px;
    min-width: 400px;
    position: relative;
    margin: auto;
}
#header {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}
.nav_fixed {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 888;
}
.nav_left {
    width: 60%;
    height: 80px;
}
.grid_tel {
    width: 35%;
    height: 80px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grid_tel a {
    color: #FFF;
    font-weight: 700;
}
.grid_tel i {
    width: 25px;
    color: #FFF;
}
.bg-video{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:-1;
    overflow:hidden;
}
.bg-video::after{
    content:'';
    background-color:rgba(0,0,0,0.9);
    width:100%;
    height:100%;
    position:absolute;
}
.bg-video__content{
    height:100%;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover;
}
div#slider {
    width: 100%;
    height: 950px;
    margin: auto;
    overflow: hidden;
}
div#slider>div#mover {
    width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-left: -100%;
}
div#slider>div#mover>article {
    width: 100%;
    height: 100%;
    position: relative
}
div#slider>div#mover>article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	position: relative;
}
.contenedor-header {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slder-head-contendor {
    width: 65%;
    height: 600px;
    display: table;
}
.logo {
    width: 120px;
    height: 120px;
}
.logo img {
    width: 100%;
}
.contenedor-titulo {
    width: 100%;
    height: 400px;
    padding-top: 40px;
    margin-bottom: 20px;
    display: table;
}
.contenedor-titulo h1 {
    color: #FFF;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 100px;
}
.descripcion-header {
    color: #FFF;
    font-size: 1.2rem;
    font-family: 'Nunito', sans-serif;
    margin-bottom: auto;
    letter-spacing: 1.1px;
}
.menu-fixed { 
	position: fixed; 
	top: 0; 
	width: 100%; 
	/*max-width: 1200px;*/ 
	background: #191c23;
	transition: all .3s ease; 
	z-index: 999999999; 
}
.navigation-wrapper {
    display: block;
    position: relative;
}
.navigation-menu {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    transform: translate(100%,0);
    transform-origin: top right;
    transition: all .2s ease-in;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.navigation-button {
    position: fixed;
    will-change: transform;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
    background: transparent;
    cursor: pointer;
    float: right;
    top: 10px;
    right: 150px;
}
.navigation-button i {
    font-size: 25px;
    border-radius: 3px;
    padding: 15px;
    color: #ffffff;
}
.navigation-menu {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #1f2021e7;
    height: 100%;
    transform-origin: top right;
    transition: all .2s ease-in;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.navigation-menu.active {
    transform: translate(0,0);
}
.navigation ul {
    position: relative;
}
.navigation ul li {
    text-align: center;
    list-style: none;
}
.navigation ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 6em;
    line-height: 120px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 10px;
    position: relative;
    display: inline-flex;
    transition: 0.5s;
}
.section1 {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}
.section-left-1 {
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
}
.about-us__left img {
    position:relative;
    z-index:999;
}
.relat-1__img--left, .relat-1__img--right{
    position:absolute;
    width:50%;
    height:80%;
    background-color:#3b3c3f;
    z-index:1000;
    -webkit-transition:width .9s ease;
    transition:width .9s ease;
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}
.relat-1__img--left{
    left:0;
    top:0;
}
.relat-1__img--right{
    right:0;
    bottom:0;
}
.aos-animate+.relat-1__img--right,.aos-animate ~ .relat-1__img--left{
    width:0;
}
.section-right-2 {
    width: 50%;
    height: 1200px;
    padding: 20px 60px;
    float: right;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.cont-nosotros {
    width: 100%;
    height: 380px;
    padding-top: 20px;
    text-align: center;
}
.prod-img {
    width: 45%;
    height: 200px;
    padding-top: 25px;
    margin: 1px;
    display: inline-block; 
}
.prod-img h3 {
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: 400;
    color: #FFF;
    display: table;
    margin: auto;
    margin-top: 15px;
}
.prod-img img {
    width: 100px;
    height: 100px;
    display: table;
    margin: auto;
}
.image {
    width: 100%;
    height: auto;
}
.img-1{
    width: 100%;
    position: absolute;
    right: -55px;
    opacity: .1;
    top: 22%;
}
.img-2 {
    width: 52%;
    position: absolute;
    bottom: 100px;
    left: -35%;
    opacity: .1;
    z-index: -1;
}
.img-3 {
    width: 75%;
    transform: rotate(-90deg);
    opacity: .1;
    right: 23%;
    top: 35%;
    position: absolute;
    z-index: -1;
}
.titulo-somos {
    font-size: 48px;
    line-height: 58px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #81c317;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 280px;
}
.titulo-somos span {
    color: #FFF;
}
.descripcion-somos {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.3px;
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 30px;
}
.section2 {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}
.left-section2 {
    width: 50%;
    height: 715px;
    float: left;
    text-align: center;
    
}
.titulo-servicio1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 20px;
}
.left-section2 span {
    color: #81c317;
    
}
.right-section2 {
    width: 50%;
    height: 715px;
    float: right;
    position: relative;
}
.img-4 {
    width: 330px;
    position: absolute;
    opacity: .1;
    bottom: 0;
    left: -7%;
    z-index: -1;
}
.section-img img{
    width: 250px;
    display: table;
    margin: auto;
}
.relat-2{
    position:relative;
    width:100%;
}
.relat-2__img--left,.relat-2__img--right{
    position:absolute;
    width:100%;
    height:50%;
    background-color:#3b3c3f;
    z-index:1000;
    -webkit-transition:width .9s ease;
    transition:width .9s ease;
    -webkit-transition-delay:.5s;
    transition-delay:.5s;
}
.relat-2__img--left{
    left:0;
    top:0;
}
.relat-2__img--right{
    right:0;
    bottom:0;
}
.aos-animate+.relat-2__img--right,.aos-animate ~ .relat-2__img--left{
    width:0;
}
.contenedor_servicios {
    width: 100%;
    height: 700px;
    position: relative;
    display: table;
}
.left-servicios1 {
    width: 50%;
    height: 550px;
    position: relative;
    float: left;
}
.right-servicios1{
    width: 50%;
    height: 550px;
    position: relative;
    float: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.titulo-servicio2 {
    color: #81c317;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
}
.titulo-servicio2 span {
    color: #FFF;
}
.img-servicio1 img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}
.relat-3{
    position:relative;width:100%;
}
.relat-3__img--left,.relat-3__img--right{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#3b3c3f;
    z-index:1000;
    -webkit-transition:height .9s ease;
    transition:height .9s ease;
    -webkit-transition-delay:.5s;transition-delay:.5s;
}
.relat-3__img--left{
    left:0;top:0;
}
.relat-3__img--right{
    right:0;bottom:0;
}
.aos-animate+.relat-3__img--right{
    height:0;
}
.left-servicios2{
    width: 50%;
    height: 550px;
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.titulo-servicio3 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 50px;
    letter-spacing: 2px;
    text-align: right;
    text-transform: uppercase;
}
.titulo-servicio3 span {
    color: #81c317;
}
.right-servicios2 {
    width: 50%;
    height: 550px;
    position: relative;
    float: right;
}
.img-servicios2 img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}
.relat-4{
    position:relative;
    width:100%;
}
.relat-4__img--left,.relat-4__img--right{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#3b3c3f;
    z-index:1000;
    -webkit-transition:height .9s ease;transition:height .9s ease;
    -webkit-transition-delay:.5s;transition-delay:.5s;
}
.relat-4__img--left{
    left:0;
    top:0;
}
.relat-4__img--right{
    right:0;
    bottom:0;
}
.aos-animate+.relat-4__img--left{
    height:0;
}
.section3 {
    width: 100%;
    height: 650px;
    display: table;
}
.section3-left {
    width: 25%;
    height: 615px;
    float: left;
}
.section3-right {
    width: 75%;
    height: 615px;
    position: relative;
    float: right;
}
.img-5 {
    position: absolute;
    top: 0;
    left: -30px;
    z-index: -1;
    width: 350px;
    opacity: .1;
}
.img-section-5 img{
    width: 100%;
    position: relative;
    display: table;
}
.relat-5{
    position:relative;
    width:100%;
}
.relat-5__img--left,.relat-5__img--right{
    position:absolute;
    height:100%;
    background-color:#3b3c3f;
    z-index:1000;
    -webkit-transition:height 1s ease-out .3s,width 1s ease-out .6s;
    transition:height 1s ease-out .3s,width 1s ease-out .6s;
}
.relat-5__img--left{
    left:0;
    bottom:0;
    width:10%;
}
.relat-5__img--right{
    width:90%;
    right:0;
    bottom:0;
}
.aos-animate+.relat-5__img--right{
    width:0;
}
.aos-animate ~ .relat-5__img--left{
    height:0;
}
.descripcion3 {
    color: #81c317;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 2px;
    text-transform: uppercase;
    float: right;
    display: table;
}
.descripcion3 span {
    color: #FFF;
}
.des-sec2 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-item-align:end;
    align-self:flex-end;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    position:relative;
}
.section3-descripcion {
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section3-descripcion h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #fff;
    text-align: right;
    margin-right: 26px;
    text-transform: uppercase;
}
.section3 .three{
    background:url(../img/three.png) no-repeat;
    background-size:cover;
    position:relative;
    top:0;
    right:8px;
    width: 220px;
    height:135px;
}
.section3 .three span{
    -webkit-writing-mode:vertical-lr;
    -ms-writing-mode:tb-lr;
    writing-mode:vertical-lr;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    position:absolute;
    color:#fff;
    font-size:17px;
    font-family:"hl",sans-serif;
    letter-spacing:1px;
    right:-70px;
    text-transform: uppercase;
}
.section4 {
    width: 100%;
    height: 700px;
    position: relative;
    display: table;
}
.padded-sec4 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.left-section4 {
    width: 50%;
    height: 750px;
    padding: 20px;
    position: relative;
    float: left;
    display: table;
}
.cont-span {
    font-size: 17px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.5px;
    line-height: 30px;
    color: #FFF;
    display: inline-block;
    margin-bottom: 6px;
    letter-spacing: 2px;
}
.left-section4 h2 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
.left-section4 h2:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100px;
    border-bottom: dotted 2px #FFF;
}
.contru {
    color: #81c317;
}
.contacto-texto {
    color: #FFF;
    font-size: 17px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.5px;
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 30px;
}
.info-footer {
    color: #FFF;
    font-size: 17px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.5px;
    line-height: 30px;
}
.info-footer i {
    width: 25px;
}
#contacto-contador {
    width: 100%;
    height: 150px;
    margin-top: 50px;
    position: relative;
    display: table;
}
#linea_gris{
    width: 100%;
    height: 2px;
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #FFF;
}
.lineas_negro{
    width: 0%;
    height: 2px;
    opacity: 0.0;
}
#primero{
    background-color: #81c317;
}
#segundo{
    background-color: #81c317;
}
#tercero{
    background-color: #81c317;
}
#cuarto{
    background-color: #81c317;
}
#quinto{
    background-color: #81c317;
}
#sexto{
    background-color: #81c317;
}
#septimo{
    background-color: #81c317;
}
#octavo{
    background-color: #81c317;
}
.cont-dat{
    width: 100%;
    height: 20px;
    position: relative;
    margin: 0 auto;
}
.cont-dat p{
    float: left;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #FFF;
}
.cont-dat span{
    float: right;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #FFF;
}
.right-section4 {
    width: 50%;
    height: 750px;
    float: right;
    position: relative;
    display: table;
}
.contenedor-img-4 {
    width: 100%;
    height: 450px;
    position: relative;
    margin-top: 170px;
}
.right-section4 img {
    width: 90%;
    position: absolute;
    right: 0;
    display: table;
    margin-top: 0px;
}
.section5 {
    width: 100%;
    height: 100%;
    display: table;
}
.section5-1 {
    width: 50%;
    height: 600px;
    float: left;
}
.section5-1 {
    width: 50%;
    height: 600px;
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section5-1 h2 {
    text-align: right;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 2px;
    margin-top: 30px;
    text-align: right;
    text-transform: uppercase;
}
.section5-1 span {
    color: #81c317;
}
.section5-1 p {
    text-align: right;
    color: #FFF;
    font-size: 17px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.5px;
    margin-top: 30px;
    line-height: 30px;
}
.section5-2 {
    width: 50%;
    height: 600px;
    float: right;
}
.contenedor-section-sml {
    width: 80%;
    height: 400px;
    position: relative;
    display: table;
}
.img-section5 img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    display: table;
}
.section5-3 {
    width: 50%;
    height: 600px;
    float: left;
}
.section5-3 img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    display: table;
}
.section5-4 {
    width: 50%;
    height: 600px;
    float: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.relat-6{
    position:relative;
    width:100%;
}
.relat-6__img--left,.relat-6__img--right{
    position:absolute;
    height:100%;
    background-color:#3b3c3f;
    z-index:1000;
    -webkit-transition:height 1s ease-out .3s,width 1s ease-out .6s;
    transition:height 1s ease-out .3s,width 1s ease-out .6s;
}
.relat-6__img--left{
    left:0;
    bottom:0;
    width:10%;
}
.relat-6__img--right{
    width:90%;
    right:0;
    bottom:0;
}
.aos-animate+.relat-6__img--right{
    width:0;
}
.aos-animate ~ .relat-6__img--left{
    height:0;
}

.relat-7{
    position:relative;
    width:100%;
}
.relat-7__img--left,.relat-7__img--right{
    position:absolute;
    height:100%;
    background-color:#3b3c3f;
    z-index:1000;
    -webkit-transition:height 1s ease-out .3s,width 1s ease-out .6s;
    transition:height 1s ease-out .3s,width 1s ease-out .6s;
}
.relat-7__img--left{
    right:0;
    top:0;
    width:10%;
}
.relat-7__img--right{
    width:90%;
    left:0;
    bottom:0;
}
.aos-animate+.relat-7__img--right{
    width:0;
}
.aos-animate ~ .relat-7__img--left{
    height:0;
}
.section5-4 h2 {
    text-align: right;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 2px;
    text-align: left;
    margin-top: 50px;
    text-transform: uppercase;
}
.section5-4 span {
    color: #81c317;
}
.section5-4 p {
    text-align: left;
    color: #FFF;
    font-size: 17px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.5px;
    margin-top: 30px;
    line-height: 30px;
}
.art-sec {
    width: 100%;
    height: 700px;
    padding-top: 90px;
    margin-top: 50px;
    position: relative;
    display: table;
}
.art-sec img {
    max-width: 25%;
    display: block;
    margin: auto;
    position: relative;
    margin-top: 0%;
    margin-left: 20%;
}
.art-sec h2{
    float: right;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    margin-top: -8%;
    margin-right: 16%;
}
.art-sec h2 span{
    margin-right:20px;
    color: #81c317;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 50px;
    letter-spacing: 2px;
}
.contenedor-testimonios {
    width: 100%;
    height: 450px;
    margin-top: 100px;
}
.art-sec::before{
    content: '';
    position: absolute;
    background-color:#1f1f21;
    width: 25%;
    height: 270px;
    left: 20%;
    bottom: 600px;
    z-index: -1;
}
.art-sec::after{
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
    border: 20px solid #29292b;
    width: 40%;
    height: 317px;
    position: absolute;
    bottom: 500px;
}
.section6 {
    width: 100%;
    height: 600px;
    display: table;
}
.section6 iframe {
    width: 100%;
    height: 600px;
    display: table;
}
.footer {
    width: 100%;
    height: 500px;
    background-color: #1b1b1c;
    position: relative;
    display: table;
}
.padded-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.box-footer {
    width: 23%;
    height: 280px;
    padding: 10px;
    float: left;
    position: relative;
    margin: 5px;
}
.foo1 img{
    width: 65%;
    display: table;
    opacity: .2;
    margin: auto;
    margin-top: 20px;
}
.foo2 h2 {
    color: #81c317;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    margin-top: 30px;
}
.foo2 p {
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.5px;
    margin-top: 30px;
    line-height: 20px;
}
.foo2 a {
    color: #FFF;
}
.foo3 h2 {
    color: #81c317;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
}
.foo3 p {
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.5px;
    margin-top: 30px;
    line-height: 20px;
}
.foo3 a {
    color: #FFF;
}
.foo4 h2 {
    color: #81c317;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
}
.foo4  ul {
    width: 100%;
    margin-top: 10px;
    display: table;
}
.foo4 ul li {
    list-style: none;
    position: relative;
    display: inline-block;
}
.foo4 ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    margin: 5px;
    position: relative;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    background-color: #181818;
    overflow: hidden;
    text-decoration: none;
}
.foo4 ul li a span {
    position: relative;
    display: block;
}
.foo4 ul li a span:hover {
    color: #FFF;
}
.foo4 ul li:nth-child(1) a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-radius: 50%;
    background: #4267b2;
    visibility: hidden;
    transition: all .4s ease-in-out;
}
.foo4 ul li:nth-child(1) a:hover:before{
    visibility: visible;
    width: 60px;
    height: 60px;
    color: #fff;
}
.foo4 ul li:nth-child(2) a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    background: #a344a2;
    visibility: hidden;
    transition: all .4s ease-in-out;
}
.foo4 ul li:nth-child(2) a:hover:before{
    visibility: visible;
    width: 60px;
    height: 60px;
    color: #fff;
}
.foo4 ul li:nth-child(3) a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    width: 0px;
    height: 0px;
    background: #fc0000;
    visibility: hidden;
    transition: all .4s ease-in-out;
}
.foo4 ul li:nth-child(3) a:hover:before{
    visibility: visible;
    width: 60px;
    height: 60px;
    color: #fff;
}
.foo4 ul li:nth-child(1) a {
    color: #4267b2;
}
.foo4 ul li:nth-child(2) a {
    color: #a344a2;
}
.foo4 ul li:nth-child(3) a {
    color: #fc0000;
}
.box-foooter-direcion {
    width: 75%;
    height: 70px;
    position: absolute;
    right: 0;
    top: 200px;
}
.contenedor-visitar {
    width: 100%;
    height: 100px;
    position: relative;
    margin-top: 300px;
    padding-top: 8px;
    bottom: 0;
}
.img-logo-footer {
    width: 300px;
    float: left;
    margin-top: -10px;
    margin-right: 30px;
}
.contenedor-visitar h3 {
    color: #FFF;
    line-height: 30px;
    margin-top: 15px;
}
.contenedor-visitar p {
    color: #FFF;
}
.box-foooter-direcion h2 {
    color: #81c317;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.box-foooter-direcion p {
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-top: 20px;
}
.copyright {
    width: 100%;
    height: 80px;
    background-color: #181818;
    display: table;
}
.left-copyright {
    width: 50%;
    height: 80px;
    padding-left: 10px;
    float: left;
}
.left-copyright p {
    text-align: left;
    color: #FFF;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.5px;
    margin-top: 30px;
    line-height: 30px;
}
.right-copyright{
    width: 50%;
    height: 80px;
    padding-right: 10px;
    float: right;
}
.right-copyright p {
    text-align: right;
    color: #FFF;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.5px;
    margin-top: 30px;
    line-height: 30px;
}
.right-copyright a {
    color: #81c317;
    font-family:"BRAVEE";
    font-weight: 500;
}
@media screen and (max-width: 1580px) {
    .art-sec::before {
        left: 0;
        right: 0;
        margin: auto;
        top: 50px;
    }
    .art-sec img {
       position: relative;
       margin: auto;
       margin-top: 50px;
    }
    .art-sec h2 {
        position: relative;
        display: block;
        margin: auto;
        text-align: center;
        margin-top: 100px;
        float: none;
        margin-right: none;
    }
    .cont-dat p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1000px){
    .titulo-somos {
        font-size: 30px;
        line-height: 40px;
    } 
    .left-section4 {
        width: 100%;
    }
    .right-section4 {
        width: 100%;
        height: 650px;
        display: table;
    }
    .contenedor-img-4 {
        margin-top: 0;
    }
}
@media screen and (max-width: 1000px) {
    .navigation ul li a {
        font-size: 40px;
        line-height: 60px;
    }
    #header {
        width: 100%;
        height: 800px;
    }
    div#slider {
        width: 100%;
        height: 800px;

    }
    .slder-head-contendor {
        width: 90%;
    }
    .contenedor-titulo {
        height: 200px;
    }
    .contenedor-titulo h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .section-left-1  {
        width: 90%;
        display: table;
        text-align: center;
        float: none;
        margin: auto;
    }
    .titulo-somos {
        margin-top: 150px;
    }
    .about-us__left img {
        display: block;
        margin: auto;
        position: relative;
        z-index: 9;
    }
    .image {
        width: 60%;
        height: auto;
    }
    .img-2 {
        width: 150px;
        left: 100px;
        bottom: 100%;
    }
    .img-1 {
        width: 80%;
        top: 5%;
        left: 60px;
    }
    .img-3 {
        width: 100%;
        right: 250px;
        top: 350px;
    }
    .section-right-2 {
        width: 90%;
        padding: 0px;
        padding-top: 0px;
        height: 500px;
        display: table;
        float: none;
        margin: auto;
    }
    .left-section2 {
        width: 100%;
        height: 150px;
        float: none;
        display: table;
    }
    .section3-left {
        width: 100%;
        height: 400px;
        display: table;
    }
    .img-section-5 img {
        width: 80%;
        display: table;
        margin: auto
    }
    .img-section-3 img {
        width: 100%;
        display: table;
        margin: auto;    
    }
    .img-5 {
        width: 250px;
        top: -70%;
        left: 5%;
    }
    .descripcion3 {
        font-size: 24px;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .section3-descripcion {
        width: 100%;
        height: 150px;
    }
    .section3-right{
        width: 100%;
        height: 320px;
        display: table;
    }
    .titulo-servicio1{
        text-align: center;
    }
    .right-section2 {
        width: 100%;
    }
    .section-img img {
        width: 250px;
        height: auto;
    }
    .left-servicios1 {
        width: 100%;
        height: 300px;
        display: table;
    }
    .img-servicio1 img{
        width: 100%;
        height: 300px;
        display: table;
    }

    .right-servicios2 {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
        display: table;
    }
    .img-servicios2 img{
        width: 100%;
        height: 300px;
        display: table;
    }
    

    .contenedor-visitar {
        width: 90%;
        height: 160px;
        display: table;
        margin: auto;
        margin-top: 20px;
    }
    .img-logo-footer {
        margin-bottom: 20px;
        float: left;
    }
    .contenedor-visitar h3 {
        float: none;
        margin-left: 10px;
    }
    .contenedor-visitar p {
        float: none;
        margin-left: 10px;
        margin-top: 10px;
    }

    .right-servicios1 {
        width: 100%;
        height: 200px;
    }
    .img-4 {
        width: 180px;
        left: 20%;
        display: none;
    }
    .left-servicios2 {
        width: 100%;
        height: 200px;
    }
    
    .right-servicios2 {
        width: 100%;
    }
    .section4 {
        min-height: 100%;
    }
    .right-section4 {
        height: 550px;
        display: table;
    }
    
    .contenedor-img-4{
        height: 550px;
        height: 400px;
        margin-top: 0;
        display: table;
    }
    .section5{
        display: table;
    }
    .section5-1 {
        width: 100%;
        height: 400px;
        display: table;
    }
    .section5-2 {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
        display: table;
    }
    .img-section5 img {
        height: 300px;
    }
    .img-section-3 img {
        height: 300px;
    }
    .section5-3 {
        width: 100%;
        height: 300px;
        display: table;
    }
    .section5-4 {
        width: 100%;
        height: 400px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: table;
    }
    .section5-4 h2 {
        margin-top: 0px;
    }
    .contenedor-section-sml {
        height: 300px;
        display: table;
        margin: auto;
    }
    .box-footer {
        width: 95%;
        height: 50px;
        display: table;
        margin: auto;
        float: none;
    }
    .foo2 h2 {
        margin-top: 0;
    }
    .foo1 img {
        width: 150px;
        display: table;
        float: left;
    }
    .foo2 h2 {
        margin-top: 0px;
    }
    .foo2 p {
        margin-top: 10px
    }
    .foo3 h2 {
        margin-top: 0px;
    }
    .foo3 p {
        margin-top: 10px
    }
    .foo4 h2 {
        margin-top: 0px;
    }
    .foo4 p {
        margin-top: 10px
    }
    .box-foooter-direcion p {
        margin-top: 10px;
    }
    .copyright {
        width: 100%;
        height: 120px;
        display: table;
    }
    .left-copyright {
        width: 100%;
        padding-left: 0px;
        height: 20px;
        display: table;
    }
    .left-copyright p {
        text-align: center;
    }
    .right-copyright {
        width: 100%;
        height: 20px;
        padding-right: 0px;
        display: table;
    }
    .right-copyright p {
        margin-top: 0;
        text-align: center;
    }
    .box-foooter-direcion {
        width: 90%;
        height: 20px;
        padding: 0px;
        position: relative;
        margin: auto;
        top: 0;
        bottom: 0;
        display: table;
    }
    .box-foooter-direcion h2 {
        margin-top: 0;
    }
    .art-sec::after {
        width: 80%;
    }
    .art-sec::before {
        width: 70%;
    }
    .art-sec img {
        max-width: 70%;
    }
    .art-sec h2 {
        font-size: 30px;
    }
    .art-sec h2 span {
        font-size: 30px;
    }
    .section5-1 h2 {
        margin-top: 0px;
    }
}
@media screen and (max-width: 850px) {
    .nav_left {
        width: 80%;
    }
    .grid_tel {
        width: 50%;
    }
    .navigation-button {
        right: 30px;
    }
}
@media screen and (max-width: 600px) {
    .section4 {
        height: 500px;
    }
    .cont-dat p {
        font-size: 10px;
    }
    .cont-nosotros {
        display: table;
    }
    .prod-img {
        width: 48%;
    }
    .section3-descripcion h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .right-section4 {
        height: 250px;
    }
    .section3-right{
        width: 100%;
        height: 320px;
        margin-bottom: 50px;
        display: table;
    }
    
}
@media screen and (max-width: 500px) {
    .right-section4 {
        height: 150px;
        display: table;
    }
    .contenedor-img-4 {
        height: 300px;
    }
}