.productos{
    position: relative;
    height: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.productos h3{
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    margin-top: 150px;
    margin-bottom: 50px;

}

.servicios{
    position: relative;
    height: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.servicios h3{
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    margin-bottom: 50px;

}

#center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.boton{
   
    border-radius: 5px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    font-size: 25px;
    margin-top: 50px;
    height: 35px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}

.diseño{
    color: white;
    background-color: #fd651d;
}

.diseño:hover{
    background-color: #F2811D;
    
}

@media(min-width:320px){
    .productos{
        width: 75%;
        height: 75%;
        margin-bottom: 100px; 
    }
}

@media(min-width:768px){
    .productos{
        width: 75%;
        height: 75%;
        
    }
}
@media(min-width:1024px){
    .productos{
        width: 100%;
        height: 100%;
        margin-bottom: 150px;
        
    }
}

@media(min-width:320px){
    #center{
        width: 50%;
        height: 50%;
    }
}


@media(min-width:320px){
    .servicios{
        width: 75%;
        height: 75%;
        margin-bottom: 100px; 
    }
}

@media(min-width:768px){
    .servicios{
        width: 75%;
        height: 75%;
        
    }
}
@media(min-width:1024px){
    .servicios{
        width: 100%;
        height: 100%;
        margin-bottom: 150px;
        
    }
}

