#logo{
    height: 3em;
    width: auto;
}

#servicios{

    background: url('../images/servicios_back.png');

    background-size: contain;

}



#footer{

    background: url('../images/footer_back.png');

    background-size: cover;

}



.slidephoto{

    max-height: 500px;

    width: auto;

}



#contacto{

    background: rgb(216,255,178);

    background: linear-gradient(180deg, rgba(216,255,178,1) 0%, rgba(216,255,178,1) 44%, rgba(253,255,251,1) 100%); 

}

 .btn-montler{

     background: #ff740d;

     color: #ffffff;

 }

@media(max-width: 1200px){

    #servicios{

        background: url('../images/servicios_back.png');

        background-size: cover;

    }

    .slidephoto{

        max-height: 100%;

        max-width: 100%;

    }

    

}