#preloader {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
.row {
  margin-left: 0px !important; 
}
#loading-animation {
  background-image: url("../images/loading.GIF") ;
  opacity: 0.7;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
  border-radius: 4px;
}
.fixedArea {
  position: fixed;
  left: 0%;
  top: 0px;
  z-index: 9;

  width: 100%;
}
.noPadding{
 padding-left: 0px !important;
 padding-top: 0px !important;
 padding-right: 0px !important;
 padding-bottom: 0px !important;
}
.logo{
  margin-top: 7px;
  width: 210px;
}
.navbar-collapse{
  border:none;
}
p.colorfullText {
  color: #fab000;
  letter-spacing: 2px;
}
* {
  margin: 0px; 
  padding: 0px; 
  box-sizing: border-box;
}
body, html {
  height: 100%;
  font-family: 'Poppins';
  width: 100%;
}
.texto-logo{
  font-size: 39px;
  color: #fff;
  top: 9px;
  position: relative;
  font-family: 'Arial Black';
  line-height: 0px;
  text-align: center;
}
.texto-logo2{
  color: #FFF;
  font-family: 'Courier New';
  font-size: 22px;
}
.comprimir_texto{
  transform: scaleY(0.8); /* Reduce la altura al 80% */
  display: inline-block; /* Necesario para que transform funcione en texto */
  transform-origin: top; /* Ajusta el punto de anclaje (opcional: top, center, bottom) */

}
.menuefp{
  margin-top: 18px;
}
.navbar-nav {
  margin-right:0px;
  min-height: 73px;
}
/*---------------------------------------------*/
a {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 1.7;
  color: #616161;
  margin: 0px;
}
a:focus {
  outline: none !important;
}
a:hover {
  text-decoration: none;
}
.logo-text a{
  display: block;
  line-height: 0;
}
/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
}
p {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}
ul, li {
  margin: 0px;
  list-style-type: none;
}
/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}
textarea {
  outline: none;
  border: none;
}
textarea:focus, input:focus {
  border-color: transparent !important;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }
/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}
button:hover {
  cursor: pointer;
}
iframe {
  border: none !important;
}
/*
* ==========================================
* GENERAL AND HEADER END
* ==========================================
*/
/*
* ==========================================
* MAIN SLIDER START
* ==========================================
*/
.classic{
  max-width: 100px;
  display: block;
  float: none;
  margin: auto;
  margin-bottom: 20px;
}
.slide-content h3{
  font-family: 'Roboto';
  margin-bottom: 20px;
  font-size: 26px;
  color: #eee;
}
.slide-content h2, 
.slide-content h3, 
.slide-content p
{
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: fadeInUp;
}
.slide-content h2{
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  font-size: 52px;
  color: #fff;
}
.slide-content p{
  margin-bottom: 20px;
  margin-top: 40px;
  color: #ffffff70;
  font-family: 'Roboto';
  font-size: 25px;
  width: 100%;
  line-height: 42px;
}
.slider-content-area{
  position: absolute;
  top: 0px;
  /* background: #dddddd38; */
  color: #fff;
  font-size: 30px;
  left: 0px;
  right: 0px;
}
.slider-area{
  position: relative;
  height: 80%;
}
.main-slider {
  position: relative;
  height: 100%;
}
.slide-content .default-btn{
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  font-size: 22px;
  color: #fff;
}
.main-slider div:not(.owl-nav):not(.owl-prev):not(.owl-prev):not(.owl-next) {
  height: 100%;
}
.owl-dots {
  counter-reset: dots;
}
.owl-dot:before {
  counter-increment:dots;
  content: counter(dots);
}
.owl-dots {
  counter-reset: dots;
  position: absolute;
  bottom: 95px;
  display: flex;
}
.owl-dot {
  margin-left: 10px;
  border: 2px solid;
  padding:8px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
}
.owl-dot.active {
  margin-left: 10px;
  border: 2px solid #ffffff70;
  padding:10px;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  color: #ffffff70;
}
.owl-carousel .owl-dot, 
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  text-align: center;
}
/*
* ==========================================
* MAIN SLIDER END
* ==========================================
*/
/*
* ==========================================
* SECTION1 START
* ==========================================
*/
.topOff{
  padding-top: 50px;
}
.cuadro{
  color: #fff;
  transition: background-color 0.5s ease;
}
.cuadro h3{
  margin-bottom: 15px;
  font-size: 24px;
  font-family: 'Arial Black';
  position: relative;
  /*-webkit-text-stroke: 1px #797979;*/
}
.cuadro h2{
  margin-bottom: 15px;
  font-size: 36px;
  position: relative;
}
.cuadro h2 span{
  font-size: 36px;
  color: #85a900;
  position: relative;
}
.cuadro p{
  margin-bottom: 40px;
  position: relative;
  color: #fff;
}
.container{
  width: 100%;
}
.section{
  background-color: #dddddd;
  margin: 20px 0px;
  padding: 20px 0px;
}
.section img{
  border: solid 10px #fff;
}
#Home{
  max-width: 100%;
  min-height: 675px;
}
#section1{
  padding-bottom: 45px;
  margin-top: -340px;
  position: relative;
  z-index: 2;

}
.sobre_imagen{
  background: #00000055;
  height: 230px;
  width: 100%;
  padding-top: 20px;
}
.sobre_imagen:hover {
 background: #00000095; 
 transition: background-color 0.5s;
 cursor: pointer;
}
/*
* ==========================================
* SECTION1 END
* ==========================================
*/
/*
* ==========================================
* SECTION2 START 
* ==========================================
*/
section#Empresa {
  padding-top: 65px;
  padding-bottom: 60px;
  background-color: #dddddd;
}
section#Empresa .maintext span{
  margin-top: 90px;
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;
}
section#Empresa .maintext h2 {
  font-size: 70px;
  font-family: 'Arial Black';
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
section#Empresa .maintext p {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  padding-left: 50px;
  padding-right: 50px;
}
section#section2 .shapes span{
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
}
section#Empresa .shapes p{
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(119, 119, 119);
  line-height: 1.4;
  text-align: center;
  margin-top: 25px;
}
.minHeightProp{
  min-height: 150px;
}
.section-title h3{
  font-size: 30px;
  margin-top: 30px;
  font-weight: 800;
  font-family: 'Raleway';
  color: #1f2021;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.section-title h2 {
  margin-top: 30px;
  font-size: 70px;
  font-family: 'Arial Black';
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
.imgback {
  background-image: url(../img/shape/backgroundshape.png);
  /* max-width: 100%; */
  padding-right: 35px;
  background-repeat: no-repeat;
  display: block;
  float: none;
  margin: auto;
  padding-left: 35px;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: padding-top 0.5s;
}
img.imgback:hover {
  padding-top: 32px;
}
.shapes{
  margin-top: 50px;
  margin-bottom: 50px;
}
/*
* ==========================================
* SECTION2 END 
* ==========================================
*/
.content h3{
  transition: color 0.5s;
}
.content h3:hover {
  color: rgb(68, 68, 68);
}
/*
* ==========================================
* PRODUCTS SECTION (SECTION3) START  
* ==========================================
*/
.post-slide .post-title {
  font-size: 17px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}
.post-slide .post-description {
  font-size: 22px;
  font-family: 'Arial Black';
  color: rgb(252, 177, 0);
  line-height: 1.1;
  text-align: center;
  padding-bottom: 30px;
}
div#news-slider {
  margin-bottom: 50px;
}
div#news-slider .owl-dots {
  counter-reset: dots;
  position: absolute;
  bottom: -20px;
  display: flex;
  /* margin-left: 10px; */
  /* margin-top: 20px; */
  left: 46%;
}
div#news-slider .owl-dot.active {
  margin-left: 10px;
  border: 0px;
  padding: 10px;
  border-radius: 0px;
  width: 30px;
  height: 40px;
  color: #270909a6;
  border-bottom: 3px solid #83ad00;
  font-size: 22px;
  font-weight: bold;
}
div#news-slider .owl-dot{
  border: 0px;
  padding: 10px;
  /* border-radius: 40px; */
  width: 30px;
  height: 40px;
  color: #270909a6;
}
div#news-slider .owl-prev {
  position: absolute;
  bottom: -20px;
  left: 40%;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto";
  color: rgb(204, 204, 204);
  line-height: 1.7;
  text-align: center;
  background: #ffffff;
  padding: 10px;
}
div#news-slider .owl-next {
  position: absolute;
  bottom: -20px;
  right: 40%;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto";
  color: rgb(204, 204, 204);
  line-height: 1.7;
  text-align: center;
  background: #ffffff;
  padding: 10px;
}
.post-slide{
  margin-left: 10px;
  margin-right: 10px;
  background:#fff;
  /*box-shadow:0 1px 2px rgba(43,59,93,.3);*/
  margin-bottom:2em;
}
.post-slide .post-img{
  position:relative;
  margin-bottom:20px;
  overflow: hidden;
  /*border-radius: 16px;*/
}
.post-slide .post-img img{
  width:100%;
  height:273px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.post-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  transition: width 0.5s;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.post_top_title{
  visibility: hidden;
  margin-top: 150px;
  margin-left: 15px;
  color: rgb(252, 177, 0);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* margin-bottom: 10px; */
}
.post_title{
  visibility: hidden;
  margin-left: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.post-slide:hover .post-img img {
  transform: scale(1.05);
}
.post-slide:hover .post-img .post-abs{
  opacity: 1;
  transform: translateY(0);
}
.post-slide:hover .post-img .post-abs .post_top_title,.post-slide:hover .post-img .post-abs .post_title{
  visibility: visible;
  animation-duration: 2s;
  animation-name: fadeInUp;
}
/*
* ==========================================
* PRODUCTS SECTION (SECTION3) END  
* ==========================================
*/
/*
* ==========================================
* NAVBAR START
* ==========================================
*/
.navbar.active {
  background: #000;
  border-radius: 0px;
  box-shadow: 0 10px 15px rgba(25,25,25,0.1);
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 63px;
}
#navbarResponsive{
  width: 100%;
}
.myNavBar {
  background-color: #00000069;
  border-color: #e7e7e700;
  /*padding-bottom: 10px;
  padding-top: 10px;*/
  max-height: 95px;
  max-width: 100%;
}
.navbar {
  transition: all 0.4s;
}
.navbar .nav-link {
  color: #fff !important;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #fff;
  text-decoration: none;
}
.navbar .navbar-brand {
  color: #fff;
}
.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
}
/* Change navbar styling on scroll */
.navbar.active .nav-link {
  color: #ffffff;
}
.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
  color: #ffffff;
  text-decoration: none;
}
.navbar.active .navbar-brand {
  color: #555;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background: none;
}
.navBrandText{
  padding: 0px !important;
  margin-left: 15px;
  width: 100%;
}
.navBrand img{
  margin-left:5px;
}
.navBar li>.nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  background: #f9b000;
  height: 1px;
  width: 0;
  transition: 0.3s;
}
.navBar li.active>.nav-link::before,
.navBar li>.nav-link:hover::before,
.navBar li>.nav-link.active::before {
  width: 100%;
  background: #f9b000;
}
/*
* ==========================================
* NAVBAR END
* ==========================================
*/
/*
* ==========================================
* TESTIMONIALS START
* ==========================================
*/
#Videos{
  padding-top: 0px;
  min-height: 400px;
  background: #F3F3F3;
}
#Videos h3{
  font-size: 30px;
  font-family: 'Raleway';
  font-weight: 800;
  color: #1f2021;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
}
#Videos  h2 {
  font-size: 70px;
  font-family: 'Raleway';
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#Videos .owl-item h2, 
#Videos .owl-item h3, 
#Videos .owl-item h4, 
#Videos .owl-item h5, 
#Videos .owl-item p
{
  visibility: hidden;
}
#Videos .owl-item.active h2, 
#Videos .owl-item.active h3, 
#Videos .owl-item.active h4, 
#Videos .owl-item.active h5, 
#Videos .owl-item.active p
{
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: fadeInUp;
}
.section-title{
  margin-top: 50px;
  margin-bottom: 50px;
}
.testimonial-content {
  position: absolute;
  top: 90%;
  color: #333;
  left: 15%;
  right: 15%;
} 
.testimonial-content p{
  color: #333;
  margin-bottom: 20px;
  background-color: #ffffff8f;
  font-size: 20px;
}
.testimonial-content  h4{
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  text-transform: uppercase;
  text-align: center;
}
.testimonial-content h5 {
  font-weight: 800;
  color: #fff;
  line-height: 1.7;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #f9b000;
  padding-left: 10px;
  padding-right: 10px;
}
.testimonial-area .owl-prev {
  position: absolute;
  bottom: -40px;
  left: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}
.testimonial-area .owl-next  {
  position: absolute;
  bottom: -40px;
  right: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}
/*
* ==========================================
* TESTIMONIALS END
* ==========================================
*/
/*
* ==========================================
* BANNER SECTION START
* ==========================================
*/
.banner {
  color: white;
  padding-bottom: 45px;
  padding-top: 45px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -100px;
}
.content span {
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(119, 119, 119);
  line-height: 2.4;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.content h2 {
  font-size: 60px;
  font-family: 'Arial Black';
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;
}
.content h3 {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(132, 171, 0);
  line-height: 1.7;
  text-align: center;  
  padding-top: 25px;
}
/*
* ==========================================
* BANNER SECTION END
* ==========================================
*/
/*
* ==========================================
* BLOG SECTION START
* ==========================================
*/
.blog-area {
  padding: 40px;
}
.blog-section{
  margin-top: 30px;
  margin-bottom: 90px;
}
.blog-section-title h3{
  font-size: 15px;
  font-weight: 800;
  font-family: 'Raleway';
  color: #1f2021;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-top: 80px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 15px;
}
.blog-section-title h2{
  font-size: 70px;
  font-family: 'Arial Black';
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;
  margin-bottom: 85px;
}
.blog-section-date{
  text-align: center;
}
.blog-section-date .month{
  font-size: 60px;
  font-family: 'Arial Black';
  color: rgb(221, 221, 221);
  line-height: 0.85;
}
.blog-section-date .date{
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(221, 221, 221);
  line-height: 1.1;
  margin-left: 5px;
}
.blog-section-description h2{
  font-size: 22px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
}
.blog-section-description p{
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(76, 76, 76);
  line-height: 1.4;
  text-align: left;
}
/*
* ==========================================
* BLOG SECTION END
* ==========================================
*/
/*
* ==========================================
* OWL CAROUSEL GENERAL STYLES START
* ==========================================
*/
.owl-theme .owl-controls{
  margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
  background: #fff;
  border: 2px solid #37a6a4;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #37a6a4;
}
.owl-prev{
  position: absolute;
  bottom: 100px;
  left: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}
.owl-next{
  position: absolute;
  bottom: 100px;
  right: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}
.owl-next img{
  width: 32px;
}
.owl-prev img{
  width: 32px;
}
.owl-height{
  min-height: 150px;
}
/*
* ==========================================
* OWL CAROUSEL GENERAL STYLES END
* ==========================================
*/
/*
* ==========================================
* CONTACT FORM STARTS
* ==========================================
*/
.contact{
  background: #FFF;
}
.contact100-form{
  margin-top: 50px;
}

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}
.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wrap-contact100 {
  width: 1170px;
  background: #fff;
  border-radius: 10px;
  padding: 82px 180px 33px 180px;
  position: relative;
  display: none;
}
.show-wrap-contact100 {
  visibility: visible;
  opacity: 1;
}
.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 0px 100px 0px 100px;
  padding-bottom: 68px;
}
.contact100-form-title h3{
  font-size: 30px;
  font-weight: 800;
  font-family: 'Raleway';
  color: #1f2021;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-top: 80px;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.contact100-form-title h2{
  font-size: 40px;
  font-family: 'Arial Black';
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;  
}
.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 13px;
  margin-bottom: 65px;
}
.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}
.label-input100 {
  font-family: "Roboto";
  font-size: 15px;
  color: #999999;
  line-height: 1.5;
  padding-left: 5px;
}
.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: "Roboto";
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding: 0 5px;
}
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #ff4b5a;
}
input.input100 {
  height: 40px;
}
textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px;
}
.input100:focus + .focus-input100::before {
  width: 100%;
}
.has-val.input100 + .focus-input100::before {
  width: 100%;
}
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px;
  justify-content: center;
}
.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: rgb(248, 176, 0);
  border-radius: 25px;
  font-family: 'Poppins';
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
  -o-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
  -ms-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
}
.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form-btn:hover {
  background-color: #333333;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
  -o-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
  -ms-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
}
.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
/* Slider */
.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
  max-width: 100%;
}
#bg-video {
  min-width: 100%;
  /*min-height: 100vh;*/
  min-height: 450px;
  max-width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
#bg-seccion {
  min-width: 100%;
  /*min-height: 100vh;*/
  min-height: 450px;
  max-width: 100%;
  height: 70vh;
  object-fit: cover;
  z-index: -1;
  background-size: cover;
  background-position: center;       
  background-repeat: no-repeat;
}
#bg-video::-webkit-media-controls {
  display: none !important;
}
.video-overlay {
  position: absolute;
  background-color: rgba(0,0,0,0.3);
  top: 0;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  min-height: 450px;
}
.video-container{
  font-family: 'Arial Black';
  margin: 120px 25px 0px 25px;
  padding-top: 50px;
}
.video-container p{
  color:#fff;
}
.rounded-0 {
  border-radius: 0 !important;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid #ced4da;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.mb-15{
  margin-top: 15px !important;
}
.mt-20{
  margin-top: 20px !important;
}
.mb-15{
  margin-bottom: 15px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.mb-60{
  margin-bottom: 60px !important;
}
.fondo1{
  background-image: url("../img/secciones/1/Proyecto Vientos Panamericanos, Escobar.JPG");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 17px;
  width: 90%;
  margin: 0px auto;
}
.fondo2{
  background-image: url("../img/secciones/2/1.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 17px;
  width: 90%;
  margin: 0px auto;
}
.fondo3{
  background-image: url("../img/secciones/3/1.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 17px;
  width: 90%;
  margin: 0px auto;
}
.fondo4{
  background-image: url("../img/secciones/4/Planta HONDA Campana.JPG");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 17px;
  width: 90%;
  margin: 0px auto;
}
.fondo5{
  background-image: url("../img/secciones/5/1.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 17px;
  width: 90%;
  margin: 0px auto;
}
.fondo6{
  background-image: url("../img/secciones/6/Transporte Cruz del Sur en Caleta Olivia, Santa Cruz.JPG");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 17px;
  width: 90%;
  margin: 0px auto;
}
.one{
  width: 100%;
}
/* End Slider */
.h-100 {
  height: 100% !important;
}
.w-100 {
  width: 100% !important;
}
.h-300p {
  height: 300px !important;
}
.centrar_vertical{
  display: flex;
  align-items: center; /* Centrado vertical */
  justify-content: center; /* Centrado horizontal (opcional) */
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.section2 img {
  vertical-align: middle;
  border-style: none;
}
.p-4 {
  padding: 1.5rem !important;
}
.bg-white {
  background-color: #fff !important;
}
.text-buacar
{
  color: #f9b000 !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
h5, h6, .font-weight-medium {
  font-weight: 500 !important;
}
h6, .h6 {
  font-size: 1rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
#section2 img {
  vertical-align: middle;
  border-style: none;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.btn-primary {
  color: #fff;
  background-color: #7AB730;
  border-color: #7AB730;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.h1, .h2, .font-weight-bold {
  font-weight: 700 !important;
}
.h1 {
  font-size: 2.5rem;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #212121;
}
.strong{
  font-weight: bold;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
  margin-bottom: 3rem;
}
.row_empre {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.fondo_degradado{
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
.titulo_empresa{
  position: relative;
  top: -100px;
  margin-bottom: -60px !important;
}
.col_center{
  margin: auto !important;
  float: none !important;
}
.water{
  display: none;
}
#screenshots-section .title-section {
  /*padding-bottom: 80px;*/
}

.screenshots-carousel .shot {
  padding: 4px;
}

.screenshots-carousel .shot a.zoom {
  display: block;
}

.screenshots-carousel .shot a img {
  height: 300px; /* Ajusta a la altura deseada */
  width: 100%;
  object-fit: cover; /* Recorta la imagen para cubrir el área */
  object-position: center;
}
.html5gallery-elem-0 a{
  display: none !important;
}
.html5gallery-tn-title-0{
  font-size: 9px !important;
}
.item {
  position: relative; /* Essential for positioning the overlay */
  overflow: hidden;   /* Keeps the overlay within the item's bounds */
}

.custom_overlay {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Dark semi-transparent background */
  color: white;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease; /* Smooth transition for the hover effect */
}

.item:hover .custom_overlay {
  height: 100%; /* Makes the overlay visible on hover */
}

.custom_overlay h4{
  text-align: center;
  margin: 10% 5% 2% 5%;
}
.custom_overlay p {
  /* Add styling for the text within the overlay */
  padding: 5px;
  text-align: center;
  line-height: 1.3;
  color: #c5c2c2;
}
.pad-sec{
  margin-bottom: 100px;
}
.title-section hr {
  width: 15%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}
.WhatsApp{
  position:fixed;
  width:60px;
  height:60px;
  bottom:25px;
  right:25px;
  background-color:#fff;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  opacity: 0;
  -webkit-animation:fadeIn ease-in 1 ;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1 ;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s ;
  -moz-animation-duration:1s ;
  animation-duration:1s ;
}
.WhatsApp i{
  font-size: 46px;
  color: #25d366;;
  margin-top: 7px;
}
.cuadro_obra{
  width: 80% ;
}

@media (min-width: 992px) {
  .about-text {
    margin-left: -120px;
  }
  .about-text_izq {
    margin-right: -120px;
    z-index: 2;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 82px 80px 33px 80px;
  }
}
@media (max-width: 768px) {
  .cuadro_obra{
  width: 100% ;
}
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0px;
  }
  .slide-content h2 {
    margin-bottom: 10px;
  }
  .slide-content p{
    margin-bottom: 20px;
    margin-top: 20px;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 20px;
    width: 100%;
    margin-left: 0px;
    line-height: 26px;
  }
  .video-container {
    font-family: 'Arial Black';
    margin: 80px 10px 0px 20px;
    padding-top: 40px;
  }
  .logo{
    margin-top: 2px;
    width: 150px;
  }
  .texto-logo{
    font-size: 33px;
  }
  .texto-logo2{
    font-size: 0.56em;
    position: relative;
    top: -4px;
  }
  #section1 {
    margin-top: -250px;
  }
  div#news-slider .owl-prev {
    left: 0%;
  }
  .empresa_cuadro{
    margin-top: -377px;
    width: 92%;
    margin-left: 4%;
  }
  .seccion_cuadro{
    margin-top: -50px;
    width: 90%;
    margin-left: 5%;
  }
  .seccion_cuadro_izq{
    width: 90%;
    margin-left: 5%;
    margin-bottom: -50px;
    z-index: 2;
  }
  div#news-slider .owl-next {
    right: 0%;
  }
  .position-absolute {
    position: relative !important;
  }
  .section-title h2 {
    margin-top: 30px;
    font-size: 40px;
  }
  div#news-slider .owl-dots {
    left: 27%;
  }
  .titulo_empresa {
    top: -78px;
  }
  .slide-content h2 {
    font-size: 35px;
  }
  .rs1-wrap-input100 {
    width: 100%;
  }
  .texto-logo{
    color: #FFF !important;
    
  }
  .active_logo{
    color:#ccc !important;
  }
  .main-banner {
    margin: 0px;
  }
  .img-fluid {
    margin-top: 25px;
  }
  section#Empresa {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .section-title {
    margin-top: 0px;
  }
  .mb-60{
    margin-bottom: 30px !important;
  }
}
@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 82px 15px 33px 15px;
  }
}
.validate-input {
  position: relative;
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
  font-family: 'Poppins';
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.contact100-more {
  font-family: 'Poppins';
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}
.contact100-more-highlight {
  color: #ff4b5a;
}
.contact100-btn-hide {
  color: #333333;
  font-size: 14px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-btn-hide:hover {
  background-color: #333333;
  color: #fff;
}
.contact100-btn-show {
  color: #fff;
  font-size: 39px;
  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact100-btn-show::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #ff4b5a;
  border-radius: 50%;
  top: 0;
  left: 0;
  box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: beatbtn 0.9s ease-in-out infinite;
  animation: beatbtn 0.9s ease-in-out infinite;
}
@keyframes beatbtn {
  0% {
    background-color: rgba(255, 75, 90, 1);
    transform-origin: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    background-color: rgba(255, 75, 90, 0.8);
    transform-origin: center;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/*
* ==========================================
* CONTACT FORM ENDS
* ==========================================
*/
/*
* ==========================================
* ADRESS SECTION STARTS
* ==========================================
*/
.address {
  width: 100%;
  color: #fff;
  margin: 0px;
}
.addess-description{
  padding: 40px 0px 0px 40px;
}
.addess-description span{
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(248, 176, 0);
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-top: 80px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 15px;
}
.addess-description h2{
  font-size: 30px;
  font-family: 'Arial Black';
  color: rgb(68, 68, 68);
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
  line-height: 1;
  text-align: left;
}
.addess-description p{
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
}
.addess-map {
  padding-top: 70px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 70px;
}
li.address-section{
  margin-top: 20px;
  margin-bottom: 20px;
}
li.address-section .fa{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
    line-height: 17px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid rgb(248, 176, 0);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
}
.single-widget li.address-section .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0px;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 0px;
  margin-top: 0px;
  color: rgb(248, 176, 0);
}
#map {
  width: 100%;
  height: 400px;
  background-color: grey;
}
.lineHeight{
  line-height: 30px;
}
/*
* ==========================================
* ADRESS SECTION ENDS
* ==========================================
*/
/*
* ==========================================
* FOOTER SECTION START
* ==========================================
*/
.main-footer {
  padding: 50px;
}
.footer-social li:first-child {
  margin-left: 0px;
}
.footer-social li {
  float: left;
  margin-left: 10px;
}
.single-widget h3{
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.lock{
  font-weight: bold;
  border-bottom: 2px solid rgb(248, 176, 0);
  width: 40px;
  height: 3px;
  margin-bottom: 10px;
}
.single-widget-description {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
.footer-section .footer-icon {
  width: 25px;
  height: 25px;
  border-radius: 10px solid #83ac00;
  border: 2px solid #83ac00;
  border-radius: 15px;
  text-align: center;
}
.footer-section .footer-icon::after{
  content: ' \25CF';
  font-size: 10px;
  text-align: center;
  justify-content: center;
  width: 2px;
  height: 2px;
  margin-top: 0px;
  padding-top: 0px;
  color: #83ac00;
}
li.footer-section{
  margin-bottom: 12px;
}
li.footer-section a:hover p,
li.footer-section a:focus p{
  color: #23527c;
}
/*
* ==========================================
* FOOTER END
* ==========================================
*/