/* === Reset === */

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
	color: #646464;
}


.error {
	display: block;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
	color: #323232;
 }

h2 {
	font-size: 24px;
}
p {
	font-size: 14px;
	line-height: 1.4;
}

.iconos h3, h3 {
  font-size: 14px;
}


.colorBlue {
	color: #0e6ec2;
}

.colorBlue2 {
	color: #0ea8c3;
}

.colorRed {
	color: #fa2b3a;
}

.container.iconos {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* === Header === */
header {
  color: #fff;
  background: url("../img/fondo.webp") no-repeat center top;
  padding: 10px 0;
  text-align: center;
}

.header-text {
  line-height: 1;
}


.semiBold {
	font-weight: 600;
}

/* === Typography === */
.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font18, .font18g {
  font-size: 18px;
}

.font24 {
  font-size: 24px;
}

.font28, .font28g {
  font-size: 28px;
  line-height: 1;
}

.font100 {
  font-size: 100px;
}


.appMovil {
	top: 0; left: 140px;
}
.text-rrss {
	font-size: 14px;
	padding-top: 10px;
	font-weight: 600;
}


.empresas {
	border-radius: 20px;
}

.testimonio .agricultor {
	width: 120px;
}
.testimonio .ico-danger {
	width: 25px;
}



/* === Buttons === */
.btn {
	border-width: 2px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
/* Botón header: negro con borde blanco */
.btn-header {
  margin: auto 20px;
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
}
.btn-header:hover,
.btn-header:focus {
  background-color: #fff;
  color: #000;
  border-color: #000;
  outline: none;
}


/* Botón WhatsApp */
.btn-whatsapp {
  color: #fff;
  background-color: #26b53c;
  border: 2px solid transparent;
}
.btn-whatsapp:hover,
.btn-whatsapp:focus {
  color: #fff;
  background-color: #1c8f2f;
  outline: none;
}


/* Botón primario */
.btn-primary {
  background-color: #0ea8c3;
  border-color: #0ea8c3;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0b8ea6;
   border-color: #0b8ea6;
 outline: none;
}


/* Botón contacto */
.btn-contacto {
  background-color: #04323a;
  border-color: #fff;
  color: #fff;
}
.btn-contacto:hover,
.btn-contacto:focus {
  background-color: #06515c;
  border-color: #fff;
  color: #fff;
  outline: none;
}
/* === Images & Icons === */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  user-select: none;
}

.bd-placeholder-img-lg {
  font-size: 3.5rem;
}


	.ico-whatsapp {
		width: 40px;
	}



	.icon-lg {
    max-width: 60px;
  }

.iconos img {
  margin-bottom: 10px;
}
	.box-process img {
		 max-width: 80px;
	}


.box-rrss {
	background: #062f53;
}

	.box-pc img {
		width: 50px;
	}


.box-pc img {
  transition: filter 0.3s ease;
  filter: grayscale(100%) brightness(0) invert(1); /* color blanco por defecto */
}

.box-pc a:hover img,
.box-pc a:focus img {
  filter: invert(40%) sepia(80%) saturate(600%) hue-rotate(180deg); /* cambia a color (azul, por ejemplo) */
}

	.box-recuerda .ico-danger {
		width: 50px
	}

/* === Logo Navbar === */
.logo-navbar {
  height: 45px;
  transition: height 0.3s ease;
}

@media (min-width: 768px) {
  .logo-navbar {
    height: 60px;
  }
}

@media (min-width: 992px) {
  .logo-navbar {
    height: 89px;
  }
}

/* === Other Elements === */
.danger-text {
  width: 230px;
  margin: 40px auto 0;
}
.danger-text .icon-danger {
  width: 55px;
  transition: height 0.3s ease;
}
.navbar-divider {
  border-top: 1px solid white;
  width: 100%;
  margin: 0;
	opacity: 1;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
	font-size: 24px;
	text-transform: uppercase
}

.bg-sensoriza {
	background-color: #2c636d;
}
.bg-controla {
	background-color: #0b8297;
}
.bg-optimiza {
	background-color: #0d9fb9;
}



.form .form-control {
	border-radius: 15px;
	border: 2px solid #000;
	padding: 10px;
	font-size: 14px;
}


footer, footer a {
	color: #323232;
}



@media (max-width: 576px) {
  .container.iconos {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/* === Media Queries === */
@media (min-width: 576px) {
	.appMovil {
	  top: 0;
	  left: 210px;
	}	
	.appMovil .slogan {
	  font-size: 20px;
	}	
}


/* === Media Queries === */
@media (min-width: 768px) {


h2 {
	font-size: 48px;
}
p {
	font-size: 24px;
	line-height: 1.3;
}
	
.iconos h3, h3 {
  font-size: 28px;
}
	
	
	/* === Typography === */
	.font12 {
	  font-size: 24px;
	}

	.font14 {
	  font-size: 28px;
	}

	.font18 {
	  font-size: 30px;
	}
	.font18g {
	  font-size: 24px;
	}	.font24 {
	  font-size: 30px;
	}

	.font28 {
	  font-size: 36px;
	  line-height: 1;
	}

	.font28g {
	  font-size: 58px;
	  line-height: 1;
	}

	.font100 {
	  font-size: 200px;
	}

	
	.iconos .py-3 {
		padding-bottom: 40px !important;
		padding-top: 40px !important;
	}
	
	.iconos {
		margin-bottom: 40px;
	}
	
	.box-process {
		text-align: center;
		margin-bottom: 20px;
	}
	.box-process img {
		 max-width: 94px;
	}
	.box-process .d-flex {
	  display: inherit !important;
	}
	.box-process .text-start {
	  text-align: center !important;
	}
	
	
.appMovil {
  top: 0;
  left: 270px;
}	
	
.appMovil .slogan {
  font-size: 32px;
}	

	.box-caracteristicas .font12 {
		font-size: 18px;
	}
	
.testimonio .agricultor {
	width: 222px;
}

.testimonio .ico-danger {
	width: 50px;
}


.icon-lg {
  max-width: 120px;
}
	
.danger-text {
  width: 400px;
  margin: 40px auto 0;
}

.danger-text .icon-danger {
  width: 110px;
}

	.btn {
		border-radius: 20px;
		font-size: 24px;
	}
	
	
.btn-header {
  font-size: 36px;
}
	
.text-rrss {
	font-size: 28px;
	margin-left: 20px;
}
.box-rrss {
	
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

	
	
	
	
	.box-pc {
		display: flex !important;
		justify-content: center !important;
	}
	
	.box-pc img {
		width: 77px;
	}
	
	.ico-whatsapp {
		width: 20px;
	}
	
	
	.box-recuerda .ico-danger {
		width: 94px;
		margin-bottom: 20px;
	}
	
	
.form {
	text-align: center;
}
.form .form-control {
	padding: 3px 10px;
	font-size: 28px;
}
	
	
	
	
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* === Media Queries === */
@media (min-width: 992px) {
	.appMovil {
	  top: 0;
	  left: 250px;
	}	

	.appMovil .slogan {
	  font-size: 32px;
	}	

	.margenText {
		margin-top: 90px;
		padding-left: 30px;
	}
	.box-recuerda {
		text-align: center;
	}
	

}

/* === Media Queries === */
@media (min-width: 1102px) {
	.appMovil {
	  top: 0;
	  left: 310px;
	}	




}



#cargando{ 
    display:none;
}
#cargando2{ 
    width:100%;
    position:fixed; /* to place it somewhere on the screen */
    top:0px;         /* free space at top */
    bottom:0;
	background-color:#fff;
	opacity:0.8;
}
#loader{height:auto;left:50%;position:fixed;top:50%;width:500px;text-align:center;margin:-100px 0 0 -250px; background-color:#fff;opacity:1;}
#loader2{position:relative;opacity:1; background-color:#fff; color:#323232; padding:20px;}
#loaderSpinner{height:100px;left:50%;opacity:0;position:absolute;top:50%;width:100px;z-index:2;margin:40px 0 0 -50px}


