* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Varela Round", sans-serif;
  min-width: 360px !important;
}

html {
  scroll-behavior: smooth;
}

/*------------------------ HEADER -----------------------*/
header {
  z-index: 100;
}

.navbar_def {
  width: 100%;
  background-color: #fff !important;
}

.img_logo_header {
  width: 46%;
}

.enlaces {
  margin-right: 0px !important;
}

.nav-link {
  font-size: 20px !important;
  color: rgb(30, 30, 30) !important;
  font-weight: 600 !important;
  margin-right: 30px !important;
  margin-left: 30px !important;
  position: relative !important;
}

.link-garantto::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #f9be06, #f2c12d, #f9d055) !important;
  z-index: 1 !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.5s ease-in-out !important;
  -webkit-transform: scaleX(0) !important;
  -moz-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  -o-transform: scaleX(0) !important;
  -webkit-transition: transform 0.5s ease-in-out !important;
  -moz-transition: transform 0.5s ease-in-out !important;
  -ms-transition: transform 0.5s ease-in-out !important;
  -o-transition: transform 0.5s ease-in-out !important;
}

.link-cmms::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #0088FF, #2196f3, #58B2EB) !important;
  z-index: 1 !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.5s ease-in-out !important;
  -webkit-transform: scaleX(0) !important;
  -moz-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  -o-transform: scaleX(0) !important;
  -webkit-transition: transform 0.5s ease-in-out !important;
  -moz-transition: transform 0.5s ease-in-out !important;
  -ms-transition: transform 0.5s ease-in-out !important;
  -o-transition: transform 0.5s ease-in-out !important;
}

.link-erp::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #C835FA, #b070c5, #d98ef1) !important;
  z-index: 1 !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.5s ease-in-out !important;
  -webkit-transform: scaleX(0) !important;
  -moz-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  -o-transform: scaleX(0) !important;
  -webkit-transition: transform 0.5s ease-in-out !important;
  -moz-transition: transform 0.5s ease-in-out !important;
  -ms-transition: transform 0.5s ease-in-out !important;
  -o-transition: transform 0.5s ease-in-out !important;
}

.link-agro::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #29ba00, #50ee25, #54d431) !important;
  z-index: 1 !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.5s ease-in-out !important;
  -webkit-transform: scaleX(0) !important;
  -moz-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  -o-transform: scaleX(0) !important;
  -webkit-transition: transform 0.5s ease-in-out !important;
  -moz-transition: transform 0.5s ease-in-out !important;
  -ms-transition: transform 0.5s ease-in-out !important;
  -o-transition: transform 0.5s ease-in-out !important;
}

.link-contacto::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #313131, #767676, #ededed) !important;
  z-index: 1 !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.5s ease-in-out !important;
  -webkit-transform: scaleX(0) !important;
  -moz-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  -o-transform: scaleX(0) !important;
  -webkit-transition: transform 0.5s ease-in-out !important;
  -moz-transition: transform 0.5s ease-in-out !important;
  -ms-transition: transform 0.5s ease-in-out !important;
  -o-transition: transform 0.5s ease-in-out !important;
}

.collapse a:hover::after {
  transform: scaleX(1) !important;
  -webkit-transform: scaleX(1) !important;
  -moz-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  -o-transform: scaleX(1) !important;
}

/*------------------------ INFORMACIÓN -----------------------*/
.informacion-fondo {
  position: relative;
  height: 100vh;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container video {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.informacion {
  margin-top: 5%;
}

.img-logo img {
  width: 85%;
}

.h-15 {
  height: 15% !important;
}

.content-logo {
  background-color: #ffffffad !important;
  backdrop-filter: blur(8px) !important;
  border-radius: 14px;
  padding: 20px;
  padding-right: 20px;
}

.descripcion {
  margin-top: 50px;
  padding: 3%;
  padding-left: 34px;
  background-color: #ffffffad !important;
  backdrop-filter: blur(8px) !important;
  color: rgb(30, 30, 30);
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.descripcion p {
  font-size: 19px !important;
  line-height: 33px;
  text-align: justify;
}

.btn-contactanos {
  background-color: #ffffffad;
  border: none;
  height: 52px;
  font-size: 22px;
  font-weight: 800;
  color: rgb(30, 30, 30);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}

.btn-contactanos:hover {
  color: #fff;
}

.icon_contacto {
  margin-right: 85px;
}

.call-to-action {
  margin-top: 10px;
  position: relative;
}

/*--------------------- MAIN SECTION - PRODUCTOS --------------------*/
.fondo_productos {
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255);
  z-index: 0;
}

.fondo_productos h2 {
  font-size: 38px;
  font-weight: 600;
}

.fondo_productos .img {
  background-image: url(../img/productos.jpg);
  background-position: 80% 88%;
  padding: 3em;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.fondo_productos .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .4;
  background: rgba(30, 30, 30, 0.831);
  z-index: -1;
}

/*--------------------- MAIN SECTION - GARANTTO --------------------*/
.garantto-section {
  padding: 7em 0 0 0;
  position: relative;
  width: 100%;
}

.services {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 25px -16px rgb(0 0 0 / 26%);
  -moz-box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 25px -16px rgb(0 0 0 / 26%);
  position: relative;
}

.services img {
  width: 100%;
}

.descripcion-garantto img {
  width: 75%;
}

.descripcion-garantto p {
  font-size: 20px;
  line-height: 38px;
}

.fondo_garantto {
  padding: 2em 0;
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255);
  z-index: 0;
}

.fondo_garantto h2 {
  font-weight: 600;
}

.fondo_garantto .img {
  background-image: url(../img/background_garantto.jpg);
  background-position: 80% 10%;
  padding: 3em;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.fondo_garantto .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .8;
  background: #f9bc06fb;
  z-index: -1;
}

.fondo_garantto .btn {
  background-color: rgb(30, 30, 30);
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  padding: 0 1em;
}

.fondo_garantto .btn:hover {
  background-color: #fff;
  color: rgb(30, 30, 30);
}

/*--------------------- MAIN SECTION - CMMS --------------------*/
.cmms-section {
  padding: 7em 0 0 0;
  position: relative;
  width: 100%;
}

.descripcion-cmms img {
  width: 70%;
}

.descripcion-cmms p {
  font-size: 20px;
  line-height: 38px;
}

.fondo_cmms {
  padding: 2em 0;
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255);
  z-index: 0;
}

.fondo_cmms h2 {
  font-weight: 600;
}

.fondo_cmms .img {
  background-image: url(../img/background_cmms.jpg);
  background-position: 100% 60%;
  padding: 3em;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.fondo_cmms .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .6;
  background: #0097e2;
  z-index: -1;
}

.fondo_cmms .btn {
  background-color: rgb(30, 30, 30);
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  padding: 0 1em;
}

.fondo_cmms .btn:hover {
  background-color: #fff;
  color: rgb(30, 30, 30);
}

/*--------------------- MAIN SECTION - ERP --------------------*/
.erp-section {
  padding: 7em 0 0 0;
  position: relative;
  width: 100%;
}

.descripcion-erp img {
  width: 70%;
}

.descripcion-erp p {
  font-size: 20px;
  line-height: 38px;
}

.fondo_erp {
  padding: 2em 0;
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255);
  z-index: 0;
}

.fondo_erp h2 {
  font-weight: 600;
}

.fondo_erp .img {
  background-image: url(../img/background_erp.jpg);
  background-position: 100% 35%;
  padding: 3em;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.fondo_erp .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .7;
  background: #C835FA;
  z-index: -1;
}

.fondo_erp .btn {
  background-color: rgb(30, 30, 30);
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  padding: 0 1em;
}

.fondo_erp .btn:hover {
  background-color: #fff;
  color: rgb(30, 30, 30);
}

/*--------------------- MAIN SECTION - AGRO --------------------*/
.agro-section {
  padding: 7em 0 1em 0;
  position: relative;
  width: 100%;
}

.descripcion-agro img {
  width: 70%;
}

.descripcion-agro p {
  font-size: 20px;
  line-height: 38px;
}

.services-agro {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 80%;
  padding: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 25px -16px rgb(0 0 0 / 26%);
  -moz-box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 25px -16px rgb(0 0 0 / 26%);
  position: relative;
}

.services-agro img {
  width: 100%;
}

.fondo_agro {
  padding: 2em 0 0;
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255);
  z-index: 0;
}

.fondo_agro h2 {
  font-weight: 600;
}

.fondo_agro .img {
  background-image: url(../img/background_agro.jpg);
  background-position: 100% 80%;
  padding: 3em;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.fondo_agro .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .6;
  background: #29ba00;
  z-index: -1;
}

.fondo_agro .btn {
  background-color: rgb(30, 30, 30);
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  padding: 0 1em;
}

.fondo_agro .btn:hover {
  background-color: #fff;
  color: rgb(30, 30, 30);
}

/*--------------------- MAIN SECTION - NOSOTROS --------------------*/
.nosotros_section {
  padding: 6em 0;
  position: relative;
  width: 100%;
  background-color: rgba(250, 250, 250, 1);
}

.logo-blanco img {
  width: 78%;
  margin-top: 70px;
}

.text_covertura {
  color: rgb(30, 30, 30);
  font-size: 24px;
  text-align: center;
}

.bg-light-opacity-dos {
  background-color: #fff;
  color: rgb(0, 0, 0);
  border: solid 1px rgba(224, 224, 224, 1.0);
  border-radius: 20px;
  box-shadow: 0px 2px 25px -16px rgba(63, 63, 63, 0.26);
}

/*--------------------- MAIN SECTION - PREMIOS --------------------*/
.premios {
  padding: 4em 0;
  background-image: url(../img/premios.jpg);
  background-position: 100% 30%;
  position: relative;
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
}

.premios .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .6;
  background: rgba(30, 30, 30, 0.80);
  z-index: -1;
}

.box_premios {
  background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px rgba(224, 224, 224, 1.0);
  border-radius: 20px;
  margin: 20px;
}

.text-premios h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
}

.text_top h3 {
  font-size: 22px;
  font-weight: 600;
  color: #303030;
}

.img_premios a img {
  width: 85%;
  margin-left: 10px;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}

.img_premios a img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.text_congresos p {
  font-size: 22px;
  font-weight: 600;
  color: #303030;
}

/*--------------------- MAIN SECTION - CONTACTO --------------------*/
.img_contactanos {
  padding: 1em 0 2em 0;
  position: relative;
  background-color: rgba(250, 250, 250, 1);
}

.bg-orange {
  background-color: rgb(30, 30, 30) !important;
  color: rgb(255, 255, 255);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.titulo_datos {
  font-size: 30px;
  font-weight: 500;
  color: rgb(30, 30, 30);
  margin-left: 15px;
}

.bg-light-opacity {
  background-color: rgba(255, 255, 255);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  box-shadow: 0 3px 50px rgb(163 172 191 / 30%);
}

form .grupo {
  position: relative;
  margin: 10px;
  padding: 4px;
}

input {
  width: 100%;
  background: none;
  color: #464646;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  border: none;
  border-bottom: 1px solid #afafaf;
}

input:focus {
  outline: none;
  color: #333333;
}

.input-cel {
  width: 100%;
  background: none;
  color: #464646;
  font-size: 15px;
  display: block;
  border: none;
  border-bottom: 1px solid #616161;
}

.input-cel:focus {
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: none !important;
  border-color: #5a5a5a !important;
}

.select {
  margin-top: 16px;
  background: none;
  color: #464646;
  font-size: 15px;
  display: block;
  border: none;
  border-bottom: 1px solid #5a5a5a;
}

.grupo label {
  color: #0c0c0c;
  font-size: 18px;
  position: absolute;
  left: 5px;
  top: -12px;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  pointer-events: none;
}

.grupo label::after {
  content: '*';
  color: #dc3545;
}

.label-cel {
  color: #353535 !important;
  font-size: 18px !important;
}

.barra {
  position: relative;
  display: block;
  width: 100%;
}

.barra::before {
  content: "";
  height: 2px;
  width: 0%;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to right, #219AE4, #58B2EB, #4CB3F4);
  transition: 0.3s ease width;
  -webkit-transition: 0.3s ease width;
  -moz-transition: 0.3s ease width;
  -ms-transition: 0.3s ease width;
  -o-transition: 0.3s ease width;
  left: 0;
}

input:focus~.barra::before {
  width: 100%;
}

textarea {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-bottom: 2px solid #afafaf;
  margin-top: 20px;
  padding: 12px;
  font-size: 18px;
}

textarea:focus {
  outline: none;
  color: #5e5d5d;
}

.btn-enviar {
  font-size: 22px;
  background-color: rgb(30, 30, 30) !important;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: rgb(255, 255, 255);
  padding: 5px 30px 5px 30px;
}

.btn-enviar:hover {
  background-color: #219AE4 !important;
  color: #fff;
}

.center-img img {
  box-sizing: border-box;
  width: 78%;
}

section {
  height: auto;
}

.text-apping {
  margin-top: 20px;
  color: rgb(30, 30, 30);
  font-weight: 600;
  font-size: 30px;
}

.text_condiciones {
  text-align: center;
}

.text_condiciones a {
  font-weight: 600;
  text-decoration: none;
  color: rgb(30, 30, 30);
}

/*------------------------ FOOTER -----------------------*/
footer {
  padding: 2em 0;
  position: relative;
  background-color: rgb(30, 30, 30);
  color: #fff;
}

.des_apping img {
  width: 60%;
}

.des_apping p {
  margin-top: 30px;
  font-size: 19px;
}

.text_menu h2 {
  font-size: 40px;
  font-weight: 600;
}

.list-unstyled li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.text_contactanos {
  font-size: 40px;
  font-weight: 600;
}

.block-23 ul {
  list-style: none;
  padding: 0;
}

.block-23 span {
  font-size: 18px;
}

.block-23 li a {
  font-size: 19px;
  color: #fff;
  text-decoration: none;
}

.block-23 .icon {
  color: #0088FF;
  font-size: 30px;
  margin-right: 25px;
  margin-bottom: 20px;
}

.block-23 .icon-mail {
  color: #0088FF;
  font-size: 25px;
  margin-right: 25px;
  margin-bottom: 20px;
}