/*
 Theme Name:   PBEchild
 Theme URI:    http://divi.space/
 Description:  Header, Footer & Sidebar Editor
 Author:       SJ James
 Author URI:   https://divi.space
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Formulario reservas Home */
    .boxed {
            max-width: 1200px;
            float: none;
z-index: 999;
            margin-bottom: 15px;
            margin-top: 15px;
            left: 50%;
            margin-right: -50%;
	    transform: translate(-50%, 0%);
            -webkit-box-shadow: 0 0 10px 0 rgba(124, 128, 66, 0.7);
            -moz-box-shadow: 0 0 10px 0 rgba(124, 128, 66, 0.7);
            box-shadow: 0 0 10px 0 rgba(124, 128, 66, 0.7);}
 
    @media only screen and (max-width : 1350px) {
    .boxed {max-width: 95%;}}
 
    @media only screen
        and (min-device-width : 320px) 
        and (max-device-width : 1024px)
        and (-webkit-min-device-pixel-ratio: 1){
            .boxed {
                max-width: 100%;
                float: none;
                margin: 0;
                left: 0%;
                margin-right: 0%;
                transform: translate(0%, 0%);}}


/* Enviar formulario para cima */
    .move-up {
            margin-top: -30px;
            border-radius: 5px;
}
