@import url('_normalize.css');
/*@import url( '_defaults.css' );*/

html {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}

body {
	background: #fff;
	margin: 0;
	color: #777;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

img {
	display: block;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

header {
	width: 90%;
	margin: 0 auto;
	padding: 20px 5%;
}

nav {
	top: 0;
}

nav>ul {
	width: 60%;
	color: #fff;
	font-weight: 300;
	text-align: right;
}

nav>ul>a {
	display: inline-block;
	margin-left: 2%;
	font-size: .9em;
	margin-top: .2em;
	padding: 1% 3% 1.5% 3%;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	transition: .5s;
}

nav>ul>a:hover,
nav>ul>a:last-child {
	background-color: #333333;
	transition: .2s;
}

.logo {
	max-width: 30%;
}

.bg_blue {
	background-color: #111111;
}

.bg_white {
	background-color: #fff;
}

.center1140 {
	max-width: 1140px;
	margin: 0 auto;
}

.fixed {
	position: fixed;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
}

/* Inicio */
.home {
	margin: 40px 0 0 0;
	padding: 0 5%;
	display: inline-flex;
	flex-wrap: wrap;
	padding-bottom: 3em;
	align-items: center;
}
}
.home img,
header img {
	width: 100%;
}

.txt_home {
	color: #ffffff;
	font-weight: 900;
	font-size: 3em;
	text-align: center;
	float: left;
	max-width: 52%;
	position: relative;
	margin-top: 6%;
	font-style: italic;
}

.txt_home p {
	color: #fff;
	font-size: .6em;
	font-weight: 300;
	margin: 2.5% 0;
}

.screens {
	flex: 0.8;
	position: relative;
	top: 50px;
	flex-grow: 1;
	padding: 0 2em;
	margin-bottom: 15px;
}

.store_btns {
	border: 2px #69a6ce dashed;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	text-align: center;
	padding: 26px 0 16px 0;
	padding: 3% 0 1.2% 0;
	margin-top: 5%;
	position: relative;
	z-index: 1000;
}

.store_btns>a {
	width: 40%;
	display: inline-block;
	margin: 0 10px;
}

.store_btns>a img {
	width: 100%;
}

.grass_blue {
	/*background-image: url('img/3.jpg');*/
	/* background-position: center 100.1%; */
	background-repeat: no-repeat;
	background-size: cover;
}

.grass_white {
	background-image: url('img/pasto_vacas2.png');
	background-position: center 100.1%;
	background-repeat: repeat-x;
	background-size: 50%;
}

/* Novedades */
.feature {
	padding: 4% 5%;
	border-bottom: 1px #d6e4ed dashed;
}

.feature:last-child {
	border-bottom: 0px;
}

.feature .image img:nth-child(2) {
	width: 100%;
}

.feature .image {
	max-width: 40%;
}

.feature .txt_blck {
	width: 45%;
	bottom: -6em;
}

.feature .txt_blck.right {
	right: 10%;
}

.feature .txt_blck.left {
	left: 10%;
}

.feature .right {
	text-align: right;
	position: relative;
	opacity: .7;
}

.feature .left {
	text-align: left;
	position: relative;
	opacity: .7;
}

.feature .titulo {
	font-weight: 900;
	font-size: 4em;
	color: #222;
	line-height: .39em;
}

.feature .titulo span {
	font-weight: 300;
	font-size: .36em;
	line-height: .36em;
	letter-spacing: -.01em;
}

.feature .txt_feature {
	font-weight: 400;
	font-style: italic;
	font-size: 1em;
	padding-top: 1.2em;
}

.feature .txt_feature b {
	font-weight: 700;
}

.feature .flecha {
	position: absolute;
	max-width: 50%;
}

.feature:nth-child(1) .flecha {
	top: 16%;
	left: 105%;
}

.feature:nth-child(2) .flecha {
	top: 6%;
	right: 95%;
}

.feature:nth-child(3) .flecha {
	top: 10%;
	left: 102%;
}

/* Ventajas */
.items {
	background: url('img/ssdinamico.svg') right center no-repeat;
	background-size: 40%;
	background-position: 96%;
}

.item {
	background: url('img/item.svg') left center no-repeat;
	background-size: 3%;
	padding: 1.2% 0 1% 5%;
	font-size: 1em;
	margin: 0% 1%;
	color: black;
    opacity: 0.7;
}

.item b {
	font-weight: 700;
	font-size: 1.1em;
}

.secure {
	background: url('img/candadito.svg') left center no-repeat;
	padding: 20px 0 20px 170px;
	font-size: 1em;
	margin: 16px 12px 30px 12px;
	font-weight: 300;
	text-align: justify;
	line-height: 1.3em;
}

.secure b {
	font-weight: 400;
}

.deloitte {
	color: #111111;
	text-align: right;
	margin-top: 40px;
	font-style: italic;
}

.deloitte img {
	display: inline-block;
	vertical-align: middle;
	margin-left: .5em;
}

/* Descarga */
.download {
	padding: 2% 0 3% 0;
}

.download_btns {
	width: 80%;
	margin: 0 auto;
	border: 2px #595959 dashed;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	text-align: center;
	padding-bottom: 4%;
	position: relative;
}

.download_btns p {
	font-size: 2.6em;
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 30px;
}

.download_btns>a {
	width: 33%;
	display: inline-block;
	margin: 0 20px;
}

.download_btns>a img {
	width: 100%;
}

/* Footer */
footer {
	background-color: #0d0d0d;
}

.pg {
	background: url('img/logoPG.png') right center no-repeat;
	background-size: 38%;
	color: #3179a7;
	text-align: right;
	padding: 6px 18% 6px 0;
	font-style: italic;
	font-size: 1em;
	display: table;
	margin: 3% auto;
}

.social {
	display: table;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

.social a {
	display: inline-block;
	margin: 0 10px;
}


/* BASES - politica de privacidad */
.bases {
	text-align: justify;
	font-weight: 300;
	padding: 100px 20px;
}


/*-----media-----*/
@media only screen and (max-width: 1200px) {
	html {
		font-size: 18px;
	}
}

@media only screen and (max-width: 800px) {
	html {
		font-size: 14px;
	}
}


@media only screen and (max-width: 620px) {



	.txt_home .logo_zafra {
		width: 40%;
		margin: 0 auto 20px auto;
		min-width: 200px;
	}

	html {
		font-size: 14px;
	}

	.center1140 {
		width: 90%;
		margin: 0 auto;
	}

	.left,
	.right {
		float: none;
	}

	nav>ul {
		display: none;
	}

	.logo img {
		width: 100%;
	}

	.logo {
		max-width: 50%;
		margin: 0 auto;
	}

	.fixed {
		position: relative;
	}

	/* Inicio */
	.home {
		padding-top: 12px;
		margin: 0;
	}

	.txt_home {
		font-size: 3em;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.txt_home p {
		font-size: 16px;
		margin: 0;
		padding: 10px 0;
	}

	.screens {
		max-width: 100%;
		top: 60px;
		margin: 0 auto 3em auto;
		float: none;
		padding: 0;
	}

	.screens img {
		width: 100%;
	}

	.store_btns {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 3px 0;
		margin: 10px auto;
		width: 60%;
	}

	.store_btns>a {
		width: 90%;
		display: block;
		margin: 3px auto;
	}

	.store_btns>a img {
		width: 100%;
	}

	.grass_blue {
		border-top: 0;
		background-position: 40% 100.1%;
	}


	.grass_white {
		background-size: 140%;
		border-top: 0;
	}

	/* Novedades */

	/* #Novedades {
		margin-top: 10%;
	} */

	.feature {
		padding: 50px 0px 20px 0px;
		border-bottom: 1px #d6e4ed dashed;
	}

	.feature .txt_blck {
		width: 100%;
		top: 0px;
	}

	.feature .txt_blck.right {
		right: 0%;
	}

	.feature .txt_blck.left {
		left: 0%;
	}

	.feature .right {
		text-align: center;
	}

	.feature .left {
		text-align: center;
	}

	.feature .titulo {
		font-size: 52px;
		line-height: 20px;
	}

	.feature .titulo span {
		font-size: 20px;
		line-height: 26px;
	}

	.feature .txt_feature {
		font-size: 16px;
		padding-top: 4px;
	}

	.feature .flecha {
		display: none;
	}

	.feature .image {
		max-width: 50%;
		margin: 10px auto;
	}

	.feature .image img {
		width: 100%;
	}

	/* Ventajas */
	.items {
		background: url('img/ssdinamico.svg') top center no-repeat;
		background-size: 60%;
		padding-top: 35%;
	}

	.item {
		background-size: 24px 40px;
		padding: 14px 10px 14px 40px;
		font-size: 16px;
		margin: 0px;
	}

	.item b {
		font-size: 18px;
	}

	.secure {
		background: url('img/candadito.svg') top center no-repeat;
		background-size: 30%;
		padding: 40% 0 20px 0px;
		font-size: 16px;
		margin: 0px 10px;
		text-align: justify;
		line-height: 20px;
	}

	.deloitte {
		text-align: center;
		margin-top: 30px;
	}

	.deloitte img {
		padding-top: 10px;
	}

	/* Descarga */
	.download {
		padding: 40px 0;
	}

	.download_btns {
		width: 90%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.download_btns p {
		font-size: 32px;
		margin-bottom: 20px;
		/* padding: 0 10%; */
	}

	.download_btns>a {
		width: 70%;
		margin: 0 20px;
	}

	/* Footer */
	.pg {
		background: url('img/logoPG.png') bottom center no-repeat;
		background-size: 90%;
		text-align: center;
		padding: 0 0 10% 0;
		margin: 20px auto;
	}

	.social {
		display: table;
		margin: 0 auto;
		padding: 40px 0;
	}

	.social a {
		display: inline-block;
		margin: 0 10px;
	}
}

/* Formulario Registro */

.form_registro {
	background: #fff;
	border-radius: 6px;
	padding: 10px 1.3em;
}

.form_registro .h3 {
	font-weight: 900;
	font-size: 1em;
	text-align: center;
	color: #aaa;
	padding-bottom: 1em;
}


.input_registro input,
.input_registro select{
	width: 100%;
	margin-bottom: 1em;
	box-sizing: border-box;
	color: #111;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	font-size: 16px;
	padding: 10px 5px;
}

.form_registro form button {
	width: 100%;
	color: white;
	background: #111;
	border-radius: 0.25rem;
	border: 0px;
	padding: 10px 0px;
	font-weight: 900;
	font-size: 1.1em;
	letter-spacing: 0.5px;
}

.logo_zafra {
	width: 50%;
	margin: 0 auto 20px auto;
}

.help-block {
	font-size: 11px;
    font-style: italic;
    color: #a94442 !important;
    display: block;
    margin: -15px 0px 15px 3px;
 }
.telefono div:first-child{
	width: 4em;
}
.telefono div:nth-child(2){
	width: 100%;
}
.telefono{
	display:inline-flex;
	gap: 1em;
	width:100%;
}

.nombreyapellido{
	display:inline-flex;
	gap: 1em;
	width:100%;
}

.msgredireccion{
	font-size: 12px;
    margin: 0px;
}

.mitaddiv{
	width:50%
}

.politicas a{
	text-decoration: underline;
}

.linkdcacfooter{
	margin: 0px !important;
	text-decoration: none !important;
}

.progressBar{
	accent-color: #949199;
}

.filtrogris{
	filter: grayscale(100%) brightness(60%) saturate(0%) contrast(100%);
	-webkit-filter: grayscale(100%) brightness(60%) saturate(0%) contrast(100%);
	-moz-filter: grayscale(100%) brightness(60%) saturate(0%) contrast(100%);
}


#video-telefono,
#video-computadora {
	/*display: none;*/
}


@media (max-width: 768px) {
	#video-telefono {
		display: block; /* Mostrar el video para teléfonos */
	}
}


@media (min-width: 769px) {
	#video-computadorax {
		display: block; /* Mostrar el video para computadoras */
	}
}

.cuerpo {
    font-family: Arial, sans-serif;
    background-color: white;
    color: black;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 3em;
}

.detalles {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
    gap: 4em;
    background: #f8f8f8;
    padding: 2em 3em;
    border-radius: 1em;
}

.itemb strong {
    font-size: 40px;
    font-weight: bold;
    display: block;
}

.itemb span {
    font-size: 22px;
    font-style: italic;
	white-space: nowrap;
}

.divider {
	display: none;
    width: 1px;
    background-color: black;
    height: 50px;
    margin: 0 20px;
}

.hero_claim span {
	font-size: 0.5em;
	font-weight: 700;
	line-height: .8em;
	display: block;
}

/* Media query para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
    .detalles {
        flex-direction: column;  /* Los elementos se apilan verticalmente */
        justify-content: center;  /* Centrar los elementos */
        align-items: center;  /* Centrar los elementos */
    }

    .divider {
        display: none;  /* Ocultar los divisores en pantallas pequeñas */
    }

    .itemb {
        min-width: 100%;  /* Los elementos toman el 100% del ancho */
        margin-bottom: 20px;  /* Espaciado entre los elementos */
    }
	.hero_claim{
        font-size: 1em;
		font-style: italic;
	}
	
}

/* Media query para pantallas más grandes (tablets y desktops) */
@media (min-width: 769px) {
    

    .itemb strong {
        font-size: 40px;
    }

    .itemb span {
        font-size: 17px;
    }
	
   
}

@media (max-width: 1006px) {
	.itemb {
		flex: 1 0 30%;
	}
}

.miniatura {
	background-image: url("https://www.decampoacampo.com/landing-zafra/img/vm.jpg");
	max-width: 320px;
	height: 120px;
	background-position: center 32%;
	margin: 0.5em auto 0 auto;
	border-radius: 6px;
	position: relative;
	width: 80%;
  }

  .miniatura button {
	border-radius: 50%;
	height: 2em;
	width: 2em;
	position: absolute;
	bottom: -1em;
	left: calc( 50% - 1em );
	background: #3179a7;
	border: 0;
	filter: drop-shadow(0px 2px 10px black);
  }
  .arrow-right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .5em 0 .5em 1em;
	border-color: transparent transparent transparent #fff;
	/*margin: 0 .5em;*/
	position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - 0.4em);
  }
 .miniatura .arrow-right {animation: playAnim .5s linear infinite alternate;}
 @keyframes playAnim {0% {transform: scale(.80);}100%{transform: scale(.85);}}
 
 
 

/* =====================================================
   CARD BASE (MISMO SISTEMA DE TODA LA LANDING)
   ===================================================== */

.zafra-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px 48px;              /* MISMO PADDING QUE MÉTRICAS */
  margin-bottom: 70px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* =====================================================
   CARD APP (ES UNA CARD MÁS, NO UN MÓDULO)
   ===================================================== */

.zafra-app-card__inner {
  display: flex;
  align-items: center;
  gap: 48px;
}

/* Imagen */
.zafra-app-card__media {
  flex: 0 0 260px;
  display: flex;
  justify-content: center;
}

.zafra-app-card__media img {
	/*width: 100%; */
    max-width: 365px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* Contenido */
.zafra-app-card__content {
  flex: 1;
  max-width: 560px;
}

.zafra-app-card__content h3 {
 font-weight: 700;
 font-size: 1.5em;                 /* JERARQUÍA CORRECTA */
  margin: 0 0 10px;
  color: #1f2937;
}

.zafra-app-card__content p {
  font-size:1.2em;
  line-height: 1.55;
  color: #6b7280;
  margin: 0 0 14px;
}

/* Lista */
.zafra-app-card__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zafra-app-card__content li {
position: relative;
    padding-left: 22px;
    font-size: 21px;
    color: #374151;
    margin-bottom: 6px;
    margin-top: 30px;
}

.zafra-app-card__content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  font-weight: 600;
  color: black;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 768px) {
  .zafra-card {
    padding: 20px;
  }

  .zafra-app-card__inner {
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 28px;
  }

  .zafra-app-card__media img {
    max-width: 200px;
  }
}


.slide-text {
	font-size: 16px;
}


.benefits-bar {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 28px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;

  background-color: #f8f8f8;
  border-radius: 40px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);

  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #7a7a7a;
}

.benefits-bar strong {
  color: #4a4a4a;
  font-weight: 600;
}

.benefit {
  white-space: nowrap;
}

.separator {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-like {
  font-size: 14px;
  color: #9b9b9b;
}


@media (max-width: 768px) {
  .benefits-bar {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 16px;
  }

  .benefit {
    white-space: normal;
  }
}





.featuresCirculos {
  padding: 60px 20px 40px;
  background-color: #ffffff;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.featuresCirculos-header h2 {
  font-size: 22px;
  font-weight: 400;
  color: #6b6b6b;
  margin-bottom: 8px;
}

.featuresCirculos-header h2 strong {
  font-weight: 600;
  color: #4a4a4a;
}

.featuresCirculos-header p {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 48px;
}

.featuresCirculos-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.featuresCirculo {
  max-width: 280px;
  margin: 0 auto;
}

.featuresCirculo-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  font-size: 34px;
}

.featuresCirculo-icon.blue {
  background-color: #2f7fb2;
}

.featuresCirculo-icon.green {
  background-color: #63a62f;
}

.featuresCirculo h3 {
  font-size: 16px;
  font-weight: 600;
  color: #2f7fb2;
  margin-bottom: 10px;
}

.featuresCirculo p {
  font-size: 15px;
  line-height: 1.5;
  color: #7a7a7a;
}

.featuresCirculo p strong {
  font-weight: 600;
  color: #5a5a5a;
}


@media (max-width: 768px) {
  .featuresCirculos-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .featuresCirculos-header h2 {
    font-size: 20px;
  }
}

/* =====================================================
   GALERÍA SWIPER LIMPIA DEFINITIVA
===================================================== */

/* Navegación */
.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(0,0,0,.5);
  padding: 16px;
  border-radius: 6px;
  color: #000;
}

/* Contenedor */
.slider-container {
  opacity: 0;
  transition: opacity .25s ease;
}

.swiper-container {
  width: 100%;
}

/* Slide */
.swiper-slide {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

/* ===== VIDEO ===== */

.video-wrapper {
  width: 100%;
  height: 205px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== TEXTO ===== */

.slide-text {
  padding: 14px 16px;
  background: #f5f5f5;
  font-size: 14px;
  min-height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slide-text h3 {
  margin: 0 0 6px 0;
  font-size: 19px;
  font-weight: 600;
}

.slide-text p {
  margin: 0;
  font-size: 16px;
  color: #555;
}

.slide-text a {
  align-self: flex-end;
  font-size: 12px;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  text-decoration: none;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {

  .video-wrapper {
    height: 190px;
  }

  .slide-text {
    font-size: 15px;
  }

}
