
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

body{
    background-color: #ffffff;

}

a, li {
    font-family:'Roboto',
    sans-serif;
    color: #0000006e;
}

.logo-header img{
    width: 70px;
}

header{
    background-color: rgb(210, 219, 219);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 2rem ;
    z-index: 1000;
    
}

.nav-menu ul{
    display: flex;
    align-items: center;
}

.nav-menu li{
    margin-right: 1.5rem;
}

.nav-menu a:hover{
    color: rgb(223, 210, 29);
}

.nav-menu li:last-child{
background-color: rgb(62, 206, 117);
border: 2px solid rgb(62, 206, 117);;
padding: .25rem .55rem;
border-radius: .2rem;

}

.nav-menu li:last-child:hover{
    background: transparent;
    border: 2px solid rgb(62, 206, 117);
}

.menu-icon img{
    width: 30px;
    height: 30px;
    border-radius: 2px;
}
.menu-icon, #check{
    display: none;
}

.main-image{
    position: relative;
    background: url(img/baner.png) no-repeat center;
    background-size: cover ;
    height: 500px;
    overflow: hidden; 
    border-top: 5px solid #000000  ;  
    
}


.container{
    max-width: auto;
    margin: 0 auto;
    
}

.footer{
    background-color: rgb(210, 219, 219);;
    padding: 50px 0;
    
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-links {
    width: 50%;
    padding: 0 15px;
}

h1{
   font-size: 10px; 
   color: red;
   margin-bottom: 25px;
   font-weight: 500;
   display: inline-block;
}

h2{
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 15px;
   font-weight: 400;
   text-align: center;
   color: #000000;
}

.footer-links .ul-footer .li-footer{
    font-size: 10px;
    text-decoration: none;
    color: #000000;
    display: block;
    margin-bottom: 10px;
    transition: all .3s ease;
}

.footer-links .ul-footer .li-footer:hover{
  padding-left: 6px; 
}

.todo{
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    
}
main{
    align-items: center;
    
}

.layout {
  width: 100vh;
  display: grid;
  grid-template-rows: repeat(14, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  text-align: center;
  align-items: center;
  margin-left: 0;
  margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
  
  
}
.layout1 {
  width: 100vh;

  display: grid;
  grid-template-rows: repeat(9, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  text-align: center;
  align-items: center;
  margin-left: 0;
  margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
  
}

.layout2 {
  width: 100vh;

  display: grid;
  grid-template-rows: repeat(14, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  text-align: center;
  align-items: center;
  margin-left: 0;
  margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
  
}
.layout3 {
  width: 100vh;

  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
  align-items: center;
  margin-left: 0;
  margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
}
.layout4 {
  width: 100%;

  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: center;
  margin-left: 0;
}

h4{
    color: #fdfdfd;
    font-size: 23px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 5px;
    text-align: center;
    

}
p{
    color: #ffffff;
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
.wrap{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right,
    rgb(0 0 0 / .5),rgb(0 0 0 / .5)), url(img/campo\ de\ flores.jpg);
    background-size: cover;
    background-position: center;
}

.wrap-texto{
    color: #ffffff;
    text-align: center;
    width: 50%;
}

.container1{
    perspective: 250px;
    width: 300px;
    height: 150px;
    position: relative;
    margin: 50 0 50px;
    background: #ffffff;
    margin-top: 100px;
    
}

.tarjeta{
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    font-size: 40px;
    position: absolute;
    top: 35px;
    left: 125px; 
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    animation: carrusel 8s linear infinite;
}

@keyframes carrusel
{
    from{
        transform: rotateY(360deg) translatez(100px);
        z-index: 10;
        opacity: 0.9;
    }
    50%
    {
        z-index: -10;

    }
    to{
        transform: rotatex(0deg) translatez(100px);
    }
}

#superMarkets{
    background-image: url(img/market1.png);
    background-size:cover;
}

#superMarkets:hover{
    box-shadow: 0px 0px 10px rgb(218, 134, 10);
}

#bouquets{
    background-image: url(img/market41.jpg);
    background-size:cover;
    animation-delay: -1s;
}
#bouquets:hover{
    box-shadow: 0px 0px 10px rgb(218, 134, 10);
}

#alstroemeria{
    background-image: url(img/astro17.jpg);
    background-size:cover;
    animation-delay: -2s;
}
#alstroemeria:hover{
    box-shadow: 0px 0px 10px rgb(218, 134, 10);
}

#greens{
    background-image: url(img/market3.jpg);
    background-size:cover;
    animation-delay: -3s;
}
#greens:hover{
    box-shadow: 0px 0px 10px rgb(218, 134, 10);
}

#sprayRoses{
    background-image: url(img/spray6.jpg);
    background-size:cover;
    animation-delay: -4s;
}
#sprayRoses:hover{
    box-shadow: 0px 0px 10px rgb(218, 134, 10);
}

#rosa{
    background-image: url(img/rosa\ 1.jpg);
    background-size:cover;
    animation-delay: -5s;
}
#rosa:hover{
    box-shadow: 0px 0px 10px rgb(218, 134, 10);
}

#superMarkets1{
    background-image: url(img/market10.png);
    background-size:cover;
    animation-delay: -6s;
}
#superMarkets1:hover{
    box-shadow: 0px 0px 10px rgb(218, 134, 10);
}

#superMarkets2{
    background-image: url(img/market29.jpg);
    background-size:cover;
    animation-delay: -7s;
}
#superMarkets2:hover{
    box-shadow: 0px 0px 10px rgb(218, 134, 10);
}



.tarjeta h3{
    color: #000000;
    font-size: 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 70px;
    background-color: #ff0000;
}
.img1{
    width: 300px;
    height: 300px;
}

.layout5 {
  width: 100%;

  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 20px 0 20px;

  justify-content: center;
  text-align: justify;
}
.p1{
    color: #ffffff;
    margin: 0 20px;
    text-align: center;
    font-size: 20px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: justify;
}
h4{
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.wrap1{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right,
    rgb(0 0 0 / .25),rgb(0 0 0 / .5)), url(img/cultivoFlores.jpg);
    background-size: cover;
    background-position: center;
}

.wrap-texto1{
    color: #ffffff;
    text-align: justify;
    width: 70%;
}

.main1{
    font-family: Arial, Helvetica, sans-serif;
    min-width: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

form{
    padding: 50px 55px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    text-align: center;
    width: 340px;
    margin-top: 20px;
}

.input-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

h5{
    color: #283629;
    font-size: 35px;
}

.label1{
color: #283629;
font-size: 15px;
font-weight: 600;
margin-bottom: 15px;
}

input, textarea{
    padding: 17px 25px;
    border-radius: 25px;
    margin-bottom: 28px;
    background-color: #ffffff;
    border: #fdfdfd;
    color: #283629;
    outline: none;
}

input::placeholder, textarea::placeholder{
    color: rgb(226, 225, 223);
}

.form-txt{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.form-txt a {
    color: #5fca65;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.btn {
    font-size: 16px;
    color: #020202;
    border: 0;
    border-radius: 25px;
    background-color: #5fca65;
    box-shadow: 0 0 20px rgba(25, 254, 0, 0.4);
    cursor: pointer;
}

.btn:hover {
    background-color: #033f06;
}





@media (max-width:768px){

    .main-image{
        height: 300px;
    }
    .main1{
        
    }
    .checkbtn{
        display: block;
    }
    .menu-icon{
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .nav-menu ul{
        display: block;
        position: fixed;
        top: 70px;
        left: -100%;
        background: #ffffff;
        width: 100%;
        right: 0;
         z-index: 1000;
    }
    .nav-menu ul li{
        
        display: flex;
        justify-content: center;
        margin: 0;
         z-index: 1000;
    }

    .nav-menu ul li:last-child{
        background: none;
        padding: 1rem;
    }
    #check:checked ~ ul{
        left: 0;
    }

    .footer-row{
        text-align: center;
    }

    .footer-links {
        width: 100%;
        margin-bottom: 30px;
    }

    form{
        padding: 50px 30px;
        width: 95%;
    }
    input {
        padding: 15px;
    }
    .form-txt{
        display: block;
    }
    .wrap1 {
        height: auto;
    }
    .layout{
            width: 20vh;
            grid-template-rows: repeat(21, 1fr);
            grid-template-columns: repeat(2, 1fr);
            padding: 10px 20px 10px 50px;
            justify-content:start;
            justify-items: center;
    }
    .layout1, .layout2, .layout3{
            width: 20vh;
            grid-template-rows: repeat(3, 1fr);
            grid-template-columns: repeat(2, 1fr);
            padding: 10px 20px 10px 50px;
            justify-content:start;
    }
    .img1{
        width: 150px;
        height: 150px;
    }
    img{
        height: auto;
    }

    .wrap {
        height: auto;
    }
    
}

