@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #F5F4F0;

}



.conteiner {
    max-width: 1200px;
    margin: 0 auto;
   
}

.cosmo {
    background-image: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url(imagenes/agro-8.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 50px 0 0 0;
}

.cosmo h1 {
    color: white;
}

.cosmo p {
    color: white;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    color: #FFFDFC;
    font-size: 25px;
    font-weight: 500;

}

.menu .barra ul li {
    position: relative;
    float: left;
}

.menu .barra ul li a {
    font-size: 18px;
    padding: 20px;
    color: #FFFDFC;
    display: block;
    font-weight: 600;
}

.menu .barra ul li a:hover {
    color: #ce967b;
}

#menu {
    display: none;
}

.icono img {
    width: 100px;

}

.menu label {
    cursor: pointer;
    display: none;
}

.cosmo-content {
    text-align: center;
}

.cosmo-content h1 {
    font-size: 75px;
    line-height: 80px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}

.cosmo-content p {
    font-size: 16px;
    color: #C5C5C5;
    padding: 0 250px;
    margin-bottom: 25px;

}

.general{
    padding: 50px 0;
    text-align: center;
}

.general-content{
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.general-1{
    background-image: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)),url(imagenes/frutas.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    padding: 170px 55px;
}

.general-2{
    background-image: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)),url(imagenes/campo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    padding: 170px 55px;
}
.general-3{
    background-image: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)),url(imagenes/apicultura-7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    padding: 170px 55px;
}
.general-4{
    background-image: url(imagenes/vision.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    padding: 170px 55px;
}

.general-5{
    background-image: url(imagenes/vision.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    padding: 170px 55px;
}

.general-6{
    background-image: url(imagenes/vision.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    padding: 170px 55px;
}

h2{
    font-size: 70px;
    text-transform: uppercase;
    color: darkgrey;
}

.txt h3{
    font-size: 18px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.txt p{
    color: #ebebeb;
    font-size: 16px;
}

.info-1{
    padding: 250px 0;
    background-image: url(imagenes/agro-8.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.info-content{
    text-align: center;
}

.info-content h2, span {
     color: #FFFDFC;
}

.info-circle{
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.circle-txt{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 10px;
}

.circle-1{
    height: 100px;
    width: 100px;
    border: 1px solid #FFFDFC;
    border-radius: 50%;
    padding-top: 35px;
}

.circle-1 h3{
    color: #ebebeb;
    font-size: 16px;

}

.circle-txt p{
    color:#FFFDFC ;
    margin-top: 25px;
}

.info-2{
    padding: 250px 0;
    background-image: url(imagenes/agro-4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.testi{
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 35px;
}

.testi-left{
    width: 50%;
    padding-right: 25px;
}

.testi-right{
    width: 50%;
    padding-left: 35px;
}

.testi-txt{
    margin-bottom: 25px;
}

.testi-txt img{
    width: 50px;
    margin-bottom: 15px;
}

.testi-txt h3{
    font-size: 20px;
    color: #FFFDFC;
}

.testi-txt p{
    color: #ebebeb;
    font-size: 16px;
}













