@import url('https://fonts.googleapis.com/css2?family=Abel&family=Lato:wght@300;400;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.mensaje-error {
    background-color: #ffe5e5;
    color: #8a1f1f;
    border: 1px solid #e0a3a3;
    padding: 12px 15px;
    border-radius: 8px;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.4;
}

.campo.error,
.check.error {
    border: 2px solid #b3261e;
}

.ayuda-password {
    font-size: 13px;
    color: #5f6f52;
    margin-top: 5px;
    margin-bottom: 15px;
}

.aviso-form {
    font-size: 14px;
    color: #5f6f52;
    margin-bottom: 15px;
}

h1, h2, h3, h4 {
    font-family: "Lato", sans-serif;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 25px;
}

p {
    font-family: "Abel", sans-serif;
}

body {
    background-color: #96a8c1;
    font-family: "Abel", sans-serif;
}



.container {
    max-width: 1200px;
    margin: 0 auto;
}
img {
    max-width: 100%;
}

.header {
 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
  
}

.header.ab {
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0 0 0;
}

.header.ho {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0 0 0;
}

.menu {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.logo img {
   width: 150px;
}

.menu .navbar a.active {
    color: #bc1818;
  }

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #000;
    display: block;

    text-transform: uppercase;
}
.menu .navbar ul li a:hover {
    color:#ce1a1a ;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}
.broc {
    background-color: #000000;
    width: 100%;
    padding: 15px 0;
}

.broc-content h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;

}

.bg {
    background-image: url(../imagenes/contact/contacto.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
}

.bg-2 {
    background-image: url(../imagenes/about/about.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
}

.header-content{
    padding: 25px 0;
    background-color: #e6ebf1;
    width: 100%;
    text-align: center;
}

.header-txt h1 {
    font-size: 35px;
    margin-bottom: 15px;

}

.header-txt p {
    font-size: 18px;
}

.form-content {
    padding: 10px 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

form {
    padding: 25px 150px;
    background-color: #FFFFFF;
    width: 800px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
   
    
}

form h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.mhr {
    border: 4px solid #000000;
    width: 50%;
    align-self: center;
    margin-bottom: 45px;
}

form h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.box-form {
    display: flex;
    flex-direction: column;
}

label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.campo {
    padding: 10px;
    margin-bottom: 10px;

}

.box-dowload p {
    margin: 10px 0;
    color: #ababab;
}

.down {
    margin: 10px 0;
}

.box-radio-content {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.ra {
    margin: 0 10px 0 10px;
    font-size: 16px;
}

.box-terminos {
    display: flex;
    margin: 20px 0;
}

.check {
    border:2px solid #F00 !important;
    width: 15px;
    height: 15px;
-webkit-appearance:none;

}

.box-terminos p {
    margin-left: 50px;
}

.text-tem {
    text-align: center;
    margin-bottom: 25px;
}

.btn-sub {
    align-self: center;
    display: inline-block;
    padding: 10px 35px;
    color: #FFFFFF;
    width: 40%;
    background-color: #BC1817;
    border: 0;
}
.btn-sub:hover {
   
    color: #BC1817;
 
    background-color: #ffffff;
    border: 1px solid #BC1817;

}


.socials {
    padding: 30px 0;
    background-color: #e6ebf1;
    text-align: center;
}

.socials h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.socials-content i {
    margin: 0 20px;
    font-size: 30px;
}

.footer {
    padding: 50px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}



.link {
    flex-basis: 25%;
}

.link img {
    width: 200px;
}

.link h3 {
    color: #000;
    margin-bottom: 10px;
}

.link a {
    color: #000;
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}



.about {
    padding: 50px 0;
    background-color: #E6EBF1;
}

.about-content  {
    display: flex;
    justify-content: space-between;
}

.about-txt {
    flex-basis: 50%;
    margin-right: 100px;
}

.about-txt h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.about-txt p {
    font-size: 18px;
}

.about-img {
    flex-basis: 50%;
    text-align: center;
 
}

.about-img img {
    width: 400px;
}

.historia {
    background-color: #ffffff;
    padding: 50px 0;
}

.historia-content  {
    display: flex;
}

.historia-1 {
    flex-basis: 50%;
    background-color: #E6EBF1;
    padding: 25px;
    margin-right: 50px;
    text-align: center;
}
.historia-1 img {
    width: 400px;
    height: 300px;
}
.historia-txt {
    background-color: #FFFFFF;
    padding: 10px;
    margin-bottom: 15px;
}

.historia-txt h2 {
    color: #ce1a1a;
    font-size: 30px;
    margin-bottom: 25px;
}


.historia-2 {
    flex-basis: 50%;
    text-align: center;
    padding: 0 50px;
}


.historia-2 h2 {
    font-size: 30px;
    margin-bottom: 25px;

}
.mision {
    margin-bottom: 30px;
}
.valores ul li {
    list-style: disc;
}

.principios {
    background-color: #FFFFFF;
    padding: 0 0 50px 0;
    display: flex;
    justify-content: center;
}

.principios-content {
    text-align: center;
}

.bhr {
    border: 3px solid #000000;


    margin: 0 500px 25px 500px;
}

.bhri {
    border: 3px solid #000000;


    margin: 45px 480px 45px 480px;
}

.bhri2 {
    border: 3px solid #000000;


    margin: 15px 480px 15px 480px;
}

.principios-content h2 {
    font-size: 30px;
    margin-bottom: 50px;
}

.subtitulo {
    font-size: 18px;
    margin: 0 250px 50px 250px;
}

.principios-box {
    background-color: #96a8c1;
    padding: 30px;
    margin: 0 200px;
    border-radius: 5px;
}

.principios-1 {
    display: flex;
    margin-bottom: 20px;
}

.principios-img {
    flex-basis: 30%;
}

.principios-img img {
    width: 250px;
    height: 150px;
}

.principios-txt {
    flex-basis: 70%;
    text-align: left;
    margin-left: 25px;
}
.principios-txt h2 {
    color: #000;
    font-size: 20px;
    margin: 0 0 20px 0;
    
}

.principios-txt p {
    color: #000;
    font-size: 15px;
    margin: 0 0 20px 0;
    
    
}

.btn-3 {
margin-top: 25px;
    display: inline-block;
    padding: 10px 75px;
    color: #FFFFFF;
    background-color: #000000;
 
}

.btn-3:hover {
  
    color: #000000;
 
    background-color: #ffffff;
    border: 1px solid #000000;

     
    }

.btn-6 {
    margin-top: 25px;
    display: inline-block;
    padding: 10px 85px;
    color: #FFFFFF;
    background-color: #000000;
}

.slider {
    background-image: url(../imagenes/inicio/welcome.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.slider-content h1 {
    font-size: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 15px;

}

.slider-content p {
    font-size: 45px;
    color: #f0f0f0;
}

.welcome {
    background-color: #FFFFFF;
    padding: 50px 0;
}

.welcome-content {
      text-align: center;
}

.welcome-content h2 {
    font-size: 40px;
    color: #BC1818;
    margin-bottom: 25px;
}

.welcome-content p {
    font-size: 18px;
    margin-bottom: 50px;
}

.welcome-1 {
    display: flex;
    justify-content: space-between;
}

.welcome-box {
    flex-basis: calc(33.3% - 20px);
}

.welcome-box {
    background-color: #E6EBF1;
}

.welcome-box img {
    width: 100%;
    height: 250px;
}

.welcome-box h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.welcome-box p {
    font-size: 17px;
    margin: 15px 0;

}

.btn-5 {
    display: inline-block;
    padding: 11px 35px;
    background-color: #000000;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.btn-5:hover {
    color: #000000;
 
    background-color: #ffffff;
    border: 1px solid #000000;
}

.boletin {
    padding: 5px 0;
    background-color: #FFFFFF;
}

.boletin-content {
    text-align: center;
}

.boletin-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.boletin-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.boletin-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.boletin-img {
    flex-basis: 50%;
    margin: 0 35px;
}

.boletin-img img {
    width: 100%;
    height: 450px;
}
.boletin-txt {
    flex-basis: 50%;
    text-align: left;
}


.boletin-txt h3 {
    font-size: 25px;
    margin-bottom: 25px;
}

.btn-7 {
    align-self: center;
    display: inline-block;
    padding: 10px 35px;
    color: #FFFFFF;
  
    background-color: #BC1818;
    border: 0;
}

.btn-7:hover {
    color: #BC1818;
 
    background-color: #ffffff;
    border: 1px solid #BC1818;
}

.tt {
    text-align: right;
}

.comunidad{
    background-color: #FFFFFF;
    padding: 10px 0 50px 0;
    text-align: center;
}

.comunidad-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.comunidad-content  p {
    font-size: 18px;
    margin-bottom: 20px;
}

.comunidad-1 {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.comunidad-box {
    flex-basis: calc(50% - 10px);
    background-color: #E7EBEE;
    
}

.comunidad-box h3 {
    font-size: 20px;
    margin: 15px 0;
}

.comunidad-box p {
    padding: 0 50px;
}

.search {
    background-color: #ffffff;
    padding: 20px 0;
    
    border-bottom: 10px solid #000000;
}

.search-content {
    display: flex;
    justify-content: space-between;
}

.search-1{
    display: flex;
    align-items: center;
}
.search-1 input {
    padding: 7px;
    margin-right: 5px;
    width: 250px;
    border: 1px solid#96a8c1;
    outline: none;
    color: #000000;
}

::placeholder {
    color: #96a8c1;
    font-size: 17px;
}

.ser-box {
    background-color:#96a8c1;
    padding: 7px;
}

.ser-box i {
    color: #000;
}

.search-icons i {
    font-size: 17px;
    background-color:#96a8c1;
    color: #000;
    padding: 11px;
    border-radius: 50%;
    margin: 0 10px;

}

.promo {
    padding: 50px 0;
    background-color: #FFFFFF;
}

.promo-content  {
    display: flex;
    justify-content: space-between;
    padding: 0 180px;
}

.promo-1  {
    flex-basis: calc(50% - 20px);
}

.pr1 {
    background-color: #F6B93D;
    padding: 25px;
    border: 15px solid #00567C;
    border-radius: 10px;
    text-align: center;
}

.pr1 p {
    font-size: 20px;
    font-weight: 600;
}

.pr2 {
    background-color: #02A497;
    padding: 25px;
    border: 15px solid #02A497;
    border-radius: 10px;
    text-align: center;
}

.pr2 p {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

.btn-8 {
    display: inline-block;
    padding: 7px 13px;
    background-color: #FFFFFF;
    color: #BC1818;
    border: 1px solid #BC1818;
}

.btn-8:hover{
    color: #BC1818;
 
    background-color: #ffffff;
    border: 1px solid #BC1818;
}

.products {
    padding: 20px 0 50px 0;
    background-color: #FFFFFF;
}

.products .container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
}

.product-info h3 {
    font-size: 30px;
}

.product-info a {
    font-size: 18px;
    color: #96a8c1;
}

.product-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}


.product-1 {
    border: 3px solid #96a8c1;
    border-radius: 5px;
    text-align: center;
}

.product-1 img {
    height: 250px;
    

}

.product-1 hr {
    border: 2px solid #96a8c1;
}
.product-1 form {
    width: 100%;
    max-width: 100%;
	padding: 0;
}

.product-txt {
    padding: 20px 15px;
    display: flex;
    text-align: left;
}
.product-txt h4 {
  min-height: 3em;
}


.circle {
    text-align: right;
    margin-left: 10px;
}
.circle i {
    font-size: 10px;
    background-color: #BC1818;
    padding: 5px;
    border-radius: 50%;
    color: #FFFFFF;
}

.marca {
    padding: 0 15px;
    text-transform: capitalize;
    font-size: 15px;
    color: #96a8c1;
}

.btn-content {
    text-align: center;
    margin: 20px 20px;
    padding: 5px 15px;
    background-color: #000000;
    color: #FFFFFF;
}

.btn-content a {
    color: #FFFFFF;
}

.search-form{
  display:flex;
  align-items:stretch;
  padding:0;
  width:auto;
  background:transparent;
  border-radius:0;
  flex-direction:row;
}

.search-form input{
  width:250px;
  height:38px;
  padding:0 12px;
  margin:0;
  border:1px solid #96a8c1;
  border-right:0;
  outline:none;
  box-sizing:border-box;
}

.search-form button{
  width:44px;
  height:38px;
  margin:0;
  padding:0;
  border:1px solid #96a8c1;
  background:#96a8c1;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}


.header.lg {
  position: relative;
}

.slider-login {
    background-image: url(../imagenes/Login/hortalizas.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.login-form {
  margin: 0 auto;
}

.error-msg {
  color: #b30000;
  margin-bottom: 15px;
  text-align: center;
}

.slider-login-ok {
    background-image: url(../imagenes/Login/login_ok.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.fondo-verde {
  background-color: rgba(46, 125, 50, 0.7);
  color: #fff;
  padding: 20px 30px;
  border-radius: 20px;
}

.events-hero{
	background-image: url(../imagenes/eventos/limonada.JPG);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  
}

.events-hero-content{
  text-align:center;
  max-width:1000px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
  border-radius: 20px;
}

.events-list{
  padding:60px 0;
}

.events-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.event-card{
  background:#fff;
  border-radius:8px;
  overflow:hidden;
}

.event-card img{
  width:100%;
  height:200px;
  object-fit:cover;
}

.event-info{
  padding:20px;
}

.event-date{
  font-weight:600;
  margin:10px 0;
}

.events-community{
  background:#f9fafc;
  padding:60px 0;
}

.events-community-content{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

.events-community img{
  width:100%;
  border-radius:8px;
}

.contact-location{
  padding:60px 0;
}

.contact-location-content{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

.contact-text h1{
  margin-bottom:20px;
}

.contact-phone{
  margin-top:20px;
  font-size:18px;
  font-weight:600;
}

.contact-map img{
  width:100%;
  border-radius:8px;
}

.contact-community{
  background:#f9fafc;
  padding:60px 0;
  text-align:center;
}

.contact-community p{
  max-width:700px;
  margin:20px auto;
}

.contact-social{
  font-size:18px;
  font-weight:600;
}

.contact-social a{
  margin-left:8px;
}

.user-menu {
    position: relative;
}

.user-menu .dropdown {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    list-style: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	border-radius: 20px;
}

.user-menu:hover .dropdown {
    display: block;
}

.user-menu .dropdown li a {
    display: block;
    color: #000;
    text-decoration: none;
	border-radius: 20px;
}

.user-menu .dropdown li a:hover {
    background: #f0f0f0;
}
.login-banner {
    background: #ffe0e0;
    color: #900;
    padding: 16px;
    margin: 20px auto;
    max-width: 500px;
	height: 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
}

@media(max-width: 991px) {


    .menu {
        padding: 20px 20px 10px 20px;
    }
    .menu label {
        display: initial;
    }

    .menu {
        top: 0;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #000;
        display: none;
    }

    .menu .navbar ul li {
        width: 100%;
    }

    .menu .navbar ul li a {
        color: #ffffff;
    }



    #menu:checked ~ .navbar {
        display: initial;
    }

    .broc-content {
        padding: 0 20px;
    }

    .header {
        padding-bottom:30px
    }
    
    .form-content {
        padding: 0 10px 30px 10px;
    }

    form {
        padding: 30px 20px;
        width: 100%;
    }

    .footer {
        padding: 30px;
        flex-direction: column;
      

    }

    .header-content {
        padding: 30px;
    }

    .mhr {
        margin-bottom: 20px;
    }
    
    .about  {
        padding: 30px;
        text-align: center;
    }

    .about-content {
        flex-direction: column;
    }

    .about-txt {
        margin: 0 0 20px 0;
    }
    
    .historia {
        padding: 30px;
    }

    .historia-content  {
        flex-direction: column;
    }

    .historia-1 {
        margin: 0 0 20px 0;
    }
    
    .principios {
        padding: 30px;
    }

    .bhr, .bhri, .bhri2 {
    margin: 25px auto;
    width: 60%;
}

    .principios-content h2 {
       
        margin-bottom: 30px;
    }
    

    .subtitulo {
        font-size: 18px;
        margin: 0 0 20px 0 ;
    }
    
    .principios-box {
        margin: 0;
    }
    
    .principios-1 {
        flex-direction: column;
        text-align: center;
    }

    .principios-txt {
   
        text-align: center;
        margin-left: 0px;
    }

    .principios-txt h2 {
       
        margin: 10px 0 10px 0;
        
    }

    .principios-txt p {
        margin: 0;
    }

    .slider {
        padding: 30px;
    }

    .slider-content h1 {
        font-size: 40px;
       
    
    }

    .welcome {
        padding: 30px;
    }
    .welcome-content p {
        
        margin-bottom: 20px;
    }

    .welcome-1 {
        flex-direction: column;
   
    }

    .welcome-box {
        margin-bottom: 20px;
    }
    .welcome-box:last-child {
        margin-bottom: 0px;
    }
    .boletin {
        padding: 30px;
    }
    .boletin-box {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .boletin-img {
       order: 2;
        margin: 0
    }

    .boletin-img img {
        width: 100%;
        height: 250px;
    }

    .boletin-txt {
        margin: 20px 0;
        text-align: center;
    }

    .tt {
        text-align: center;
    }
    .bhri, .bhri2 {
        display: none;
    }

    .comunidad {
        padding: 0 30px 30px 30px;
    }

    .comunidad-1 {
        flex-direction: column;
        margin: 0;
    }
    .comunidad-box {
        margin-bottom: 10px;
    }

    .search-content {
        flex-direction: column;
        align-items: center;
    }

    .search-1 {
        flex-direction: column;
    }
	.search-1{ 
		flex-direction:row; 
	}
	.search-form input{
		width:250px; 
	}

    
    .search-1 input {
       margin: 0 0 10px 0;
    }
    .search-icons {
        margin-top: 10px;
    }
    .promo  {
        padding: 30px;
    }
    .promo-content {
		display: flex;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}	    
    .pr1  {
        margin-bottom: 15px;
    }
    .products {
        padding: 2px 30px 30px 30px;
       
    }

    .product-cards {
   
        grid-template-columns: repeat(1, 1fr);  
    }

    .product-1 {
        margin-bottom: 30px;
    }
    
	.events-grid{
		grid-template-columns:1fr;
	}
	
	.events-community-content{
		grid-template-columns:1fr;
	}
	
  .contact-location-content{
    grid-template-columns:1fr;
  }
}
