body {
background-image: url(imagenes/granja_desayuno.jpg) ;
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #464646;


}


section{
    margin-top: 14%;
    overflow: hidden;
    
    }
#cartel{
    
    width: 40%;
    background-color: #231f20;
    text-align: center;
    color: #ffffff;
    border: solid ;
    border-width:thick;
    border-color: #ffffff;
    padding: 2em 1em 2em 1em;
    float: left;
    margin: 0% 2% 0% 2%;
    min-height: 465px;
    
}
#cartel img{
    border: solid ;
    border-width:medium;
    border-color: #ffffff;
    margin: 1em;
}
h3{
    margin-bottom: .4em;
    margin-top: .5em;
}
.icon-add{
    font-size: 2.5em;
    
    
  
}
.inicial{
    float: left;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-weight: bolder;
    width:33%;
    margin-left: 10%;
   
    border: solid #231f20; 
    
}
.inicial div{
    display: inline-block;
    padding: 10% 15% 10% 10%;
    margin-top: %
}
.inicial div, .activ:hover{
    cursor: hand;
    cursor: pointer;
}

.final{
    width: 49%;
    float: left;
}
.activ{
    float: right;
    padding: .1%;
    text-align: center;
     border: solid ;
    border-width:thick;
    border-color: #ffffff;
    background-color:#231f20;
    color: #ffffff;
    margin-left: 5px;
    margin-bottom: 5px;
    

}
.smallactiv .texto{
    display: none;
    
}
.bigactiv{

    width: 92%;
}
.smallactiv{
    display: inline-block;
    width: 46%;
    max-height: 300px;
    min-height: 250px;
}
.bigactiv .texto{
    display: inline-block;
    margin-top: 1em;
     
}
.bigactiv span{
    display: none;
}
#cartel span{
    font-size: 13px;
}
.final img{
    width: 100%;
}
@media (max-width: 800px){
    
    .smallactiv{
        width: 92%;
         max-height: none;
        min-height: none;
        
    }
}
@media (max-width: 700px){
       .smallactiv{
        width: 92%;
        float: none;
       padding: 1em;
           
    }
    .final{
        width: 95%;
        margin: 0%;
        padding: 0%;
        float: none;
    }
    #cartel{
        width: 90%;
        margin-bottom: 1.5em;
    }
    .inicial{
        width: 90%;
        float: none;
        margin: 0;
    }
    section{
        text-align: center;
    }
}
@media (max-width: 400px) and (min-width: 0px){
        #square-container p{
        font-size: 1em;
        }
     #anuncio1,#anuncio2,#anuncio3{
        margin-top: 7%;
        
}
    footer{
        margin-top: 5%;
    }
    }
