@media(max-width: 1200px){

    .container{
        float: left;
        width: 95%;
        margin-left: 2.5%;
    }

    .floater_room .cont{
        width: 90%;
        left: 0;
        margin-left: 5%;
    }

}

@media(max-width: 600px){
    header.topo{
        text-align: center;
    }
    header.topo .logo{
        width: 100%;
        text-align: center;
    }
    header.topo a.bt_book{
        float: none;
        display: inline-block;
        margin-top: 20px;
    }
    header.topo .menu{
        float: left;
        width: 100%;
    }
    header.topo .menu .icon_responsivo{
        display: block;
    }
    header.topo .menu p{
        text-align: center;
        margin: 20px 0;
    }
    header.topo .menu ul{
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 9999;
        margin: 0;
        background: rgba(0,0,0,.9);
        display: none;
    }
    header.topo .menu ul .fa-close{
        display: block;
    }
    header.topo .menu ul .fa-close:hover{
        color: #DDD;
    }
    header.topo .menu ul.ativo{
        display: block;
    }
    header.topo .menu ul li{
        float: left;
        width: 100%;
        text-align: center;
        margin: 0;
        margin: 10px 0;
    }
    header.topo .menu ul li a{
        color: #FFF;
    }
    header.topo .menu ul li a:hover{
        color: #DDD;
    }

    .places_home .cont{
        float: right;
        width: 100%;
        padding-top: 25px;
    }
    .places_home .map{
        width: 100%;
        float: left;
    }

    .about_us .photos ul{
        text-align: center;
    }
    .about_us .photos ul li{
        float: none;
    }

    .about_us h2{
        margin-bottom: 25px;
    }
    .about_us p{
        width: 100%;
        margin-top: 0;
    }

    .rooms ul.grid{
        padding: 0;
    }
    .rooms ul.grid li{
        width: 100%;
    }
    .rooms ul.grid li .cont .img{
        background-position: center bottom;
    }

    .rooms_options ul li{
        width: 100%;
        text-align: center;
    }
    .rooms_options ul li:before{
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
    }

    .rooms ul.list li .photos,
    .rooms ul.list li .cont{
        width: 100%;
        text-align: center;
    }
    .rooms ul.list li .cont{
        margin-top: 25px;
    }


    .places_to_visit ul li .image{
        width: 100%;
    }
    .places_to_visit ul li .info{
        width: 100%;
        padding-top: 25px;
    }


    .contact .info{
        width: 100%;
        padding: 0 5%;
    }
    .contact .form{
        width: 100%;
        padding: 0 5%;
        margin-top: 30px;
    }



    .floater_room .cont{
        padding: 25px;
    }
    .floater_room .cont .photos .big{
        width: 100%;
        margin-bottom: 20px;
    }
    .floater_room .cont .photos .peq{
        width: 100%;
    }
    .floater_room .cont .photos .share{
        margin-top: 50px;
    }

    .floater_room .cont .infos{
        margin-top: 50px;
        text-align: center;
    }
    .floater_room .cont .infos .tit .persons{
        width: 100%;
        text-align: center;
    }
    .floater_room .cont .infos .tit .persons .person{
        display: inline-block;
        float: none;
    }

    .floater_room .cont .infos .desc{
        width: 100%;
    }
    .floater_room .cont .infos .desc p{
        line-height: 1.8;
        text-align: center;
    }
    .floater_room .cont .infos .bt{
        float: left;
        width: 100%;
    }
    .floater_room .cont .infos .bt a{
        margin-top: 30px;
    }
}
