*{ 
    margin:0;
    padding: 0;
    border: 0;
    font-size:100;
    vertical-align: baseline;
}
body {
    text-align: center;
    font-family: sans-serif;
    background:#f8f9f8 ;
}


.head{ 
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 63px;
    background: #a7cc91 ;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.navbar {
    display: flex;
    margin-right: 10px;

}









.logo{
    margin-left:  30px; 
}

.logo a {
    text-decoration: none;
    color: aliceblue;
    text-transform: uppercase;
    font-size: 20px;;
}

.navbar a {
    display: block;
    padding: 20px 20px;
    color: aliceblue;
    text-decoration: none;
    text-transform: uppercase;
    font-size:20px;
}

.navbar a:hover{
    background: #94DEB5;

}

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

}

.header{
    height: 70vh !important;
    background:url(img/bancal1.jpeg) no-repeat center ;
    background-size: cover;
}


.title{
    margin-bottom: 40px;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

p{
    margin-bottom: 40px;
    font-size:10px;
    color: #fff;
    padding: 0 100px;

}

hr{
    height:3px;
}

.btn{
    display: inline-block;
    margin-top: 15px;
    padding: 10px 40px;
    border: 2px solid #72e231;
    color: #fff ;
    text-decoration: none;
    background: #85e46e;
}
.btn:hover {
    background: none; 
}

.btn-home{
    display: flex;

}

.btn-home a {
    margin: 0 10px;
}

.content {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.sau{
    padding: 30px;
    background: #abe784;
}

.box-container {
    display: flex;
    justify-content:center ;
    flex-wrap: wrap;
    text-align: center;
}

.box-container .box {
    height: 11rem ;
    width: 17rem;
    background: #545454;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0,0, 0, 5) ;
    margin: 2rem;
}

.box-container .box i{

    height: 3rem;
    width: 3 rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background:#72e231 ;
    font-size:2rem;
    margin: 1 rem 0;
}

.box-container .box h3{
    font-size: 20px;
    color: #72e231;
}

.box-container .box p{
    padding: 0 15 px;
    font-size: 16px;
}

.about {
    background: #323131;

}
.price{
    background:url(img/flores.jpeg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    text-align:center;
}
.contact{
padding-top: 20px;
background: #72e231;
padding-bottom: 0;
}

@media (max-width:768px){
    .title{
        margin-bottom: 0;
        font-size: 40px;
    }
    .sau{
        height: 120vh;
    }

    .navbar {
        display: none;
    }
}

/*ingresar planta*/

form {
    padding: 50px 50px;
    box-shadow: 0 0 20px rgba(0,0, 0, 2);
    border-radius: 20px;
    text-align: center;
    width: 340px;

}

.input-group{
    display: flex;
    flex-direction: column;
    text-align: left;
}

h2{
    color: #233629;
    font-size: 35px;
}



label{
color: #233629; /*genera sombrita*/
font-size: 15px; /*tamaño de la letra en negrita*/
font-weight: 700; /*grosor de la letra*/
margin-bottom: 50px;
}

input, textarea{

    padding: 20px 25px; /*ancho del semicirculo del placeholder*/
    border-radius: 25px; 
    margin-bottom: 50px; /*espacio entre placeholder y negrita*/
    background-color: #edfff0;
    border: 2px solid #f0faf1;
    color: #282639;
    outline: none; 
}

input::placeholder, textarea::placeholder{
    color: #bacab6;
}

.contenido {

    display:flex;
    margin:60px ;
}


.secciones{
    display: flex;
    align-items: center;
    padding: 40px;
}

.banner {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
  }


/*seguir con media*/