/*ajustando as divs com padding*/
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body
{
	font-size: 16px;
	overflow-x: hidden;
	font-family: cinzelregular, sans-serif;
	color:#333;
	margin: 0;
  	overflow-x: hidden;
    background: url("../pics/bg-galeria.jpg");
}
.g-recaptcha
{
    width: 100% !important;
}

.widgetWhats {
    background-color: #3B7420;
    width: 100px;
    border: 1px solid #fff;
    height: 90px;
    top: 50%;
    z-index: 99;
    border-radius: 6px;
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    right: -5px;
    position: fixed;
}

.widgetWhats span {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 0.90rem;
}

.whatsIcon {
    background-image: url(../pics/icons/whats-icon.png);
    width: 20px;
    height: 20px;
    display: inline-block;
}

p
{
	font-family: robotomedium, sans-serif;
	margin: 13px 0;
	font-weight: lighter;
	text-align: justify;
	font-size: 18px;
}
h1
{
    font-size: 32px;
    text-align: center;
    font-family: cinzelregular, sans-serif;
}
h1.h-home:after
{
	content: url('../pics/line-title-nova.png') ;
	    position: relative;
	    right: -10px;
	    top: -8px;
}
h1.h-home:before
{
	content: url('../pics/line-title-nova.png');
	    position: relative;
	    right: 10px;
	    top: -8px; 
}
h1, h2, h3, h4
{
    color: #40b1db;
    margin-bottom: 10px;
}
hr
{
	margin: 30px;
	border-style: dashed dashed none;
	border-width: 2px 0px medium;
	border-color: #ccc;
}

a 
{
    background: 0 0;
    color: rgb(68, 22, 22);
    text-decoration: none;
    cursor: pointer;
}
    #rodape a
    {
        color: #fff;
    }

a:active, a:hover 
{
    outline: 0;
    color: #004462 !important;
}
strong
{
    font-family: robotoblack, sans-serif;
}
@keyframes skew {
      0% {
        transform: skewX(2deg);
      }
      100% {
        transform: skewX(-2deg);
      }
    }

.align-center{
    text-align: center;
}
.clearfix:before, .clearfix:after {
    content: " "; 
    display: table; 
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.right
{
    float: right !important;
}
.left{
    float: left !important;
}
.center{
     margin: 0 auto;
     max-width:1200px;
     width: 90%;
}
#topo-anime
{
    background: url('../pics/headerfixoup.png');
    animation: skew 3s infinite;
    transform: skewX(2deg);
    animation-direction: alternate;
    transform-origin: 50% 0;
    background-size: 1510px 100%;
    width: 100%;
    min-width: 1200px;
    margin: 0px auto;
    background-position: center center;
    height: 122px;
    margin: 0 auto;
    display: block;
    position: fixed;
    top: 0px;
    z-index: 30;
}
#topo
{
    position: fixed;
    height: 110px;
    width: 100%;
    z-index: 999;
}

    #topo #logo
    {
        height: 110px;
        align-items: center;
        display: flex;
    }
    #topo #logo img
    {
    height: 151%;
    margin-bottom: -5px;
    margin-top: 24px;
    max-width: 10%;
    position: absolute;
    padding: 7px 7px 7px 7px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    }
    #topo #menu .menu-responsivo
    {
        display: none;
        cursor: pointer;
    }
        #topo #menu .menu-responsivo img
        {
            max-width: 49px;
            width: 43px;
            height: 56px;
        }

    #topo #menu
    {
        height: 110px;
    }
    #topo #menu ul
    {
        list-style: none;
        line-height: 84px;
        text-align: right;
    }
    #topo #menu ul li
    {
        font-family: cinzelbold, sans-serif;
        display: inline;
        font-size: 19px;
        margin-left: 13px;
        text-shadow: 0px 3px 3px rgba(0,0,0,0.7);
        font-weight: 900;
    }
    #topo #menu ul li a , #topo #menu ul li a:active
    {
    	color: #f4ecdf;
    	text-decoration: none;
    }
    	#topo #menu ul li a:hover
    	{
    		color: #E6D0A7 !important;
    	}

    /*animacao*/
    #animacao, #animacao .item-anima, #animacao .anima
    {
        width: 100%;
        height: 590px;
    }

    #animacao
    {
        position: relative;
        top: 83px;
        margin-bottom: 83px;
    }
        #animacao .anima
        {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
        }

    #animacao .anima .item-anima
    {
        background:no-repeat center center/cover; 
    }
   #animacao .anima .item-anima .legenda-anima
    {

       position: relative;
       top: 510px;
    }
        #animacao .anima .item-anima .legenda-anima h1
        {
            font-size: 16px;
            font-weight: 900;
            color: #fff;
            margin: 0;
            text-align: left !important;
            width: auto;
            bottom: -15px;
            padding: 10px 20px;
            text-shadow: 2px 2px 0px rgb(0, 0, 0);
            position: relative;
            font-family: cinzelbold;
        }
        #animacao .anima .item-anima .legenda-anima p
        {
            font-family: robotomedium, sans-serif;
            text-align: left;
            color: #FBE7E7;
        }
    .rslides {
      box-shadow: 0 0 20px #000;
      -moz-box-shadow: 0 0 20px #000;
      -webkit-box-shadow: 0 0 20px #000;
      position: relative;
      list-style: none;
      overflow: hidden;
      width: 100%;
      padding: 0;
      margin: 0 auto 40px;
    }

    .rslides2 {
      position: relative;
      list-style: none;
      overflow: hidden;
      width: 100%;
      padding: 0;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      margin: 0 auto;
      }

    .rslides_tabs {
      font-size: 10px;
      list-style: none;
      margin: 0 auto 26px;
      padding: 0px 0;
      text-align: right;
      width: 100%;
      position: absolute;
      bottom: 20px;
      z-index: 2;
        right: 100px;
    }

    .rslides_tabs li {
      display: inline;
      float: none;
      margin: 0 2px;
    }

    .rslides_tabs a {
        width: auto;
        padding: 10px;
        height: auto;
        background: transparent;
        display: inline;
        background: #40b1db;
        color: #40b1db !important;
        border-radius: 10px;
        font-size: 0;
    }

    .rslides_tabs a:hover {
      border: 0;
      background: #381111;
    }

    .rslides_tabs li:first-child {
      margin-left: 0;
    }

    .rslides_tabs .rslides_here a {
      background: #fbc500;
      color: #fbc500 !important;
      border-radius: 10px;
    }
/*FIm Animação*/
/*Reservar*/
    #reservar
    {
        background: url('../pics/bg-reserva.jpg');
        height: 119px;
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 1;
    }
        #reservar .col2
        {
            width: 16%;
        }
        #reservar .col2, #reservar .col1, #reservar .col3
        {
            display: flex;
            height: 119px;
            align-items: center;
            font-size: 25px;
            text-align: center;
            justify-content: center;

        }
        #reservar .bt-reserva
        {
            display: none;
        }
        #reservar .input
        {
            width: 95%;
        }

    .py-5 {
        padding: 15px 0;
    }

    #tarifas {
        display: flex;
        flex-wrap: wrap;
    }

    .reservation {
        width: 100%;
        padding: 15px;
        border:  1px solid #bbac94;
        background: #fff;
        display: flex;
        justify-content: center;
        box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    }

    .bt-reservation {
        padding: 5px;
        border-radius: 8px;
        color: rgb(255, 255, 255);
        height: 44px;
        border: 0;
        background: transparent linear-gradient(rgb(125, 54, 54), rgb(173, 102, 102)) repeat scroll 0% 0%;
        font-size: 17px;
        cursor: pointer;
        font-family: cinzelregular, sans-serif;
        box-shadow: 0 2px 7px rgba(0,0,0,0.4);
    }
    .bt-reservation:hover {
        background: transparent linear-gradient(rgb(107, 40, 40), rgb(153, 85, 85)) repeat scroll 0% 0%;
    }

    .input-form {
        background: #f4ecdf;
        height: 30px;
        padding-left: 16px;
        float: left;
        margin: 6px 9px;
        font-size: 20px;
        transition: 0.3s;
        cursor: pointer;
        color: #574b38 !important;
        font-family: cinzelregular, sans-serif;
        max-width: 200px;
    }

    #ui-datepicker-div {
        z-index: 9 !important;
    }

    @media all and (max-width: 1188px) {
    .input-form {
        width: 100%;
    }

    .bt-reservation {
        margin: 0 auto;
        width: 200px;
    }
}
    /*Fim Reservar*/
    /*Forms imput*/
    form.contato .col4
    {
        width: 31.3%;
    }
    .input
    {
            background: #f4ecdf;
            height: 30px;
            width: 100%;
            border: solid 1px #994040;
            padding-left: 16px;
            float: left;
            margin: 3px 3px;
            font-size: 20px;
            transition: 0.3s;
            cursor: pointer;
            color: #574b38 !important;
            min-width: 130px;
            -moz-appearance: none;
            appearance:none;
            -webkit-appearance:none;
            font-family: cinzelregular, sans-serif;

    }
    .g-recaptcha
    {
        /*clear: both;*/
        float: left;
    }
    textarea.input {
        height: 100px;
        padding-top: 10px;
        width: 99%;
    }
    .form-input
    {
        height: 75px;
        align-items: center;
        display: flex;
    }
        .form-input input
        {
            border-radius: 4px;
            height: 50px;
        }
    .bt
    {
        border-radius: 8px;
        color: rgb(255, 255, 255);
        width: 95%;
        height: 44px;
        border: 0;
        background: transparent linear-gradient(rgb(125, 54, 54), rgb(173, 102, 102)) repeat scroll 0% 0%;
        font-size: 17px;
        cursor: pointer;
        font-family: cinzelregular, sans-serif;
        box-shadow: 0 2px 7px rgba(0,0,0,0.4);
    }
    .bt:hover
    {
        background: transparent linear-gradient(rgb(107, 40, 40), rgb(153, 85, 85)) repeat scroll 0% 0%;
    }
    /*Fim forms imput*/

   /*Icones*/
   .has-icon
   {
    position: relative;
   }
    .has-icon .icon
    {
        position: absolute;
        right: 5px;
        top: 45px;
        pointer-events:none;
    }

   .icon{
       margin-right: 5px;
       margin-bottom: -5px;
       display: inline-block;
       vertical-align: middle;
   }
    .icon-calendario:before{ content: url(../pics/icons/calendario.png);}
    .icon-seta:before{content: url(../pics/icons/seta.png);}
    .icon-whats:before{content: url(../pics/icons/whats.png);}
    .icon-fone:before{content: url(../pics/icons/fone.png);}

   /*Fim icones */

   /*Sobre*/
   #sobre
   {
    background: url('../pics/bg-sobre.png');
    height:700px;
    width: 100%;
    margin-top: -21px;
    padding: 75px 0 0 0;
    position: relative;
    z-index: 1;
   }
   #sobre p{
    text-align: center;
   }
    #sobre .img-velas
    {
        max-width: 187px;
        max-width: 187px;
        width: 187px;
        margin: -6px auto 12px auto;
    }
    #sobre img.ohotel
    {
        max-width: 328px;
        border-radius: 10px;
        border: solid 4px #00304a;
        box-shadow: 0px 0 17px rgba(0, 0, 0, 0.5);
    }
    	#sobre .estrutura
    	{
    		display: flex;
    		justify-content: center;
    		align-items: center;
    		text-align: center;
    	}
    	#sobre .estrutura ul
    	{
    		list-style: none;
    	}
    	#sobre .estrutura ul li
    	{
    		display: inline-block;
    		background: #40b1db;
    		margin: 2px;
    		border-radius: 5px;
    		color: #fff;
    		padding: 2px 11px;
    		font-size: 14px;
    		text-align: center;
            font-weight: bold;
    	}
        #sobre .footer-bg-sobre
        {
            background: url("../pics/footer-bg-sobre.png");
            position: absolute;
            z-index:2;
            bottom: -15px;
            height: 94px;
            width: 100%;
        }
   /* fim Sobre*/
/*galeria carousel*/
#galeria-carousel
{
    background: url('../pics/bg-galeria.jpg');
    height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    padding: 68px 0;
    margin-top: -21px;
}

#galeria-carousel .img-ape
{
	margin-bottom: 30px;
	margin-top: 20px;
	height: 190px;
	background-position: bottom !important;
	position: relative;
	border: solid 1px #331010;
    background-size:cover !important;
    transition: 0.3s;
}
#galeria-carousel .img-ape:hover
{
    -webkit-filter: contrast(120%);
        -moz-filter: contrast(120%);
        -ms-filter: contrast(120%);
        -o-filter: contrast(120%);
        filter: contrast(120%);
}
#galeria-carousel .img-ape .legenda-ape
{
	position: absolute;
	bottom: -50px;
	width: 100%;
	height: 50px;
	background: #40b1db;
	color: #fff;
	text-align: center;
	font-family: robotomedium, sans-serif;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 17px;
    padding: 0 10px;
}
#galeria-carousel .concha img
{
    width: 383px;
    max-width: 383px;
    position: absolute;
    z-index: 25;
    left: -19px;
    bottom: -52px;
    background-position: center;
    pointer-events: none;
}
/*fim galeria carousel*/

 .item-galeria
{
   max-width: 205px;
   width: 155px;
   height: 155px;
   display: inline-table;
   border: solid 2px #00304a;
   box-shadow: 0 3px 2px rgba(0,0,0,0.6);
   background-size: cover; 
}
 .galeria .owl-prev
    {
        position: absolute;
        top:0;
        left: 0;
        margin:0;
        background: url(../pics/prev-galeria.png) no-repeat center center !important;
        width: 84px;
        height: 155px;
        opacity: 1 !important;
        overflow: hidden;
        text-indent: 9000em;
        border-radius: 0 !important;
        margin-left: -55px;
    }

     .galeria .owl-next
    {
        position: absolute;
        top:0;
        right: 0;
        margin:0;
        background: url(../pics/next-galeria.png) no-repeat center center !important;
        width: 84px;
        height: 155px;
        opacity: 1 !important;
        overflow: hidden;
        text-indent: 9000em;
        border-radius: 0 !important;
        margin-right: -55px;
    }

     .galeria .owl-controls
    {
        margin-top: 0;
    }

     .galeria .owl-pagination
    {
        display: none;
    }
/*Tarifa*/
#tarifa
{
    width: 100%;
    height: auto;
    background: url('../pics/bg-tarifa-nova-02.png');
}
#tarifa .newsletter
{
    height: 93px;
    margin: 83px 0px 0px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    justify-items: center;
}
#tarifa .newsletter .bt
{
    height:44px;
}
#tarifa .newsletter .cont-news
{
    color: #fff;
    font-size: 21px;
    padding: 0 0 0 5%;
}
#tarifa .tarifa-cont
{
    width: 100%;
    height:  auto;
    padding: 24px;
    background: #d6ccb9; 
    position: relative;
    top: 55px;
}
#tarifa .box-tarifa
{
    width: 100%;
    border: solid 1px #290B0B;
    height: 227px;
    position: relative;
}
    #tarifa .box-tarifa .aviso
    {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80%;
        height: 180px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 40px;
        font-size: 20px;
    }
    #tarifa .celula
    {
        width: 20%;
        float: left;
        height: 45px;
        background: #f6f3ee;
        font-family: robotomedium, sans-serif;
        font-size: 13px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #5b5b5b;
    }
        #tarifa .tipo
        {
            background: #4c1919;
            color: #e9dfd0;
            border-left: solid 1px #4c1919;
        }
            #tarifa .tipo2
            {
                background: #441616;
                border-left: solid 1px #4c1919;
                color: #e9dfd0;
            }
        #tarifa .tipo-opcao
        {
            background: #673939;
            color: #e9dfd0;
            border-left: solid 1px #4c1919; 
        }
    #tarifa ul, #interna ul
    {
        color: rgb(68, 22, 22);
        list-style: url('../pics/icons/li.png');
    }
    #tarifa ul li, #interna ul li, #interna-checkin ul li
    {
        margin: 0 0 0 50px;
        font-family: robotomedium, sans-serif;
        font-size: 15px;
        line-height: 27px;
    }
    p.title
    {
        font-family: cinzelregular, sans-serif;
        font-size: 18px;
        text-align: center;
    }
    #tarifa i, #localizacao i
    {
        margin: 8px 0px 0px -42px;
        pointer-events: none;
    }
    #tarifa .input, #localizacao .input
    {
        border: solid 1px #A4A4A4;
    }
    #tarifa .input-menor, #localizacao .input-menor
    {
        width: 104%;
    }
    #tarifa .bt, #localizacao .bt
    {
        background: transparent linear-gradient(rgb(224, 168, 10), rgb(251, 197, 11)) repeat scroll 0% 0%;
        width: 100%;
        border-radius: 4px;
        border-bottom: solid 3px #866800;
        margin-top: 5px;
        color: black;
        height: 40px;
        font-size: 12px;
        font-family: robotomedium, sans-serif;
        text-transform: uppercase;
    }
    #tarifa .bt:hover
    {
        background: #ffc50a;
        border-bottom: solid 3px #bf7c02;
    }
    #localizacao textarea.input 
    {
        height: 120px;
        padding-top: 10px;
    }
/*Fim tarifa*/

/*Mapa Contato*/
#localizacao
{
    width: 100%;
    height: 590px;
    background: url('../pics/mapa-novo.jpg');
    background-position: center;
}
#localizacao .box-contato
{
    height: 590px;
    background: #fff;
    padding: 25px; 
}

/*fim Mapa Contato*/

.box-shadow
{
    box-shadow: 0 2px 10px rgba(0,0,0,0.6);
}
/*rodpe*/
#rodape
{
    color: #40b1db;
    height: auto;
    background: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    font-family: cinzelbold, sans-serif;
    position: relative;
    bottom: 0;
    padding: 20px 0;
    border-top: solid 4px #40b1db;
}
#rodape a
{
    color: #40b1db;
}
#rodape .assinatura
        {
       text-align: right;
       float: right;
       }
    #rodape .assinatura img
        {
        max-width: 80px;
        float: right;
    }
    #rodape .footer-fone
    {
        text-align: left;
    }
    #rodape span
    {
        font-family: cinzelregular, sans-serif;
        font-size: 15px;
    }
    .bot-zero
    {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    #rodape .col6
    {
        font-size: 14px;
    }
/*fim rodpe*/

/*Interna*/
#interna
{
    padding: 20px 0;
}
#interna .center
{
    /*background: #fff;*/
    /*box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);*/
    padding: 0 50px;
    margin-top: 100px;
}
#interna h1.title-interna
{
    font-size: 24px;
    text-align: left;
}
#interna .galeria
{
    margin: 30px 0px;
}
#interna .galeria a
{
    text-decoration: none;
}
#interna .item-galeria
{
    background-image: url("pics/galeria/hotel/ft-hotel01.jpg");
    width: 23.6%;
    max-width: 100%;
    height: 123px;
    border: 0px;
    margin: 2px 0.4%;
    transition: 0.3s;
    background-size: cover !important;
    background-position: center !important;
    border: solid 2px #370b0c;
}
#interna .item-galeria:hover
{
    -webkit-filter: contrast(150%);
    -moz-filter: contrast(150%);
    -ms-filter: contrast(150%);
    -o-filter: contrast(150%);
    filter: contrast(150%);
}
#interna .item-slide
    {   width: 95%;
        height: 448px;
        margin: 0 auto;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
#interna .itens-quarto
{
    margin: 36px 0;
    padding: 21px;
}
#interna .itens-quarto ul
{
    list-style-image: url("../pics/icons/li-itens.png");
}
#interna .itens-quarto ul li
{
    color: #333;
    font-size: 17px;
    line-height: 34px;
}
#interna .item-galeria
{
    box-shadow: none;
}
.banner-interna
{
    background-size: cover !important;
    height: 500px;
    width:100%;
    background-position: center;
}
    .banner-interna .legenda-banner
    {
        position: absolute;
        background: rgba(51, 16, 16,0.7) none repeat scroll 0% 0%;
        width: auto;
        left: 100px;
        bottom: 202px;
        padding: 10px 20px;
        line-height: 26px;
        border: solid 2px #331010;
        color: #fff;
        font-size: 27px;
        font-family: robotomedium, sans-serif;
        text-transform: uppercase;
    }
    #interna-checkin
    {
        padding: 173px 0px 60px 0;
        /*background: #EFE6D8;*/
        background: url("../pics/bg-galeria.jpg");
    }
        #interna-checkin .center
        {
            padding: 50px;
            background: #fff;
            box-shadow: 0 0 23px rgba(0, 0, 0, 0.2);
        }
/*Fim Interna*/

/*Form chekin*/

/* Tabela */
.cktable {
    display: table;
    width:100%;
}

.cklabel {
    height:20px;
    margin:10px 0;
}

.ckcell {
    float:left;
    margin-right:10px;
}

.ckcell i
{
    position: relative;
    margin: 6px 0px 0px 0;
    pointer-events: none;
    left: -42px;
}

/* Elementos do Formulï¿½rio */
.ckfont-form {
    /*background: #561919;*/
    border: 1px solid #DADADA;
    height: 50px;
    width: 100%;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    font-size: 16px;
    line-height: 15px;
/*    color: #fff;*/
cursor: pointer;
}
.select
{
    width: 40px;
    text-align: center;
}

.ckcalendar {
    cursor:pointer;
}

.ckbutton {
    position: relative;
    background: #004d47;
    border:0;
    padding:15px;
    color:#deedd9;

    -moz-border-radius:2px; /* Firefox, etc */
    -khtml-border-radius:2px; /* Konqueror, etc */
    -webkit-border-radius:2px; /* Safari, Google Chrome, etc */
}
.ckbutton:hover {
    background: #00BDAB;
}
.ckbutton:active {
    top:1px;
}
.bt2
{
    background: #40b1db;
    color: rgb(255, 255, 255);
    float: right;
    margin: 0px 0px 20px 0;
    clear: both;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    border: none;
}
.bt2:hover
{
    background: #004462;
}
.putrucu
{
    background: rgb(55, 11, 12) none repeat scroll 0% 0%;
    float: left;
    padding: 8px 27px;
    color: #fff;
    border-radius: 4px;
}
/*Fim Form Chekin*/

.bt-reservar
{
    display: none;
}
#RecaptchaReserva div,
#RecaptchaReserva div, iframe,
{
    width: 100% !important;
}
#RecaptchaContato div,
#RecaptchaContato div,iframe,
{
    width: 100% !important;
}

@media all and (max-width: 1188px)
{
    #topo #menu ul
    {
        width: 307px;
        text-align: center;
        position: absolute;
        top: 89px;
        right: 80px;
        line-height: 44px;
        padding: 23px;
        display: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
        background: #501e1d;
        border: solid 1px #fff;
        border-radius: 8px;
}
    #topo #menu ul li
    {
        display: inline-block;
        color: #fff;
        font-size: 17px;
        text-shadow: none;
        width: 100%;
        margin: 1px 0;
        border-bottom: solid 1px #613333;
    }
    #reservar .col2
    {
        font-size: 18px;
    }
    #sobre .estrutura ul li
    {
        margin: 1px;
        font-size: 13px;
        padding: 2px 6px;
        position: relative;
        z-index: 3;
    }
    #topo #menu .menu-responsivo
    {
        display: block;
        position: absolute;
        right: 82px;
        top: 18px;
    }
}

@media all and (max-width: 1500px)
{
    #topo #logo img{
        /*width: 32%;
        height: 129%;*/
        margin-bottom: -5px;
        margin-top: 21px;
        max-width: 179px;
        position: absolute;
        padding: 7px 7px 7px 7px;
        background-color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    }
}

@media all and (max-width: 1170px)
{
    .bot-zero
    {
        position: inherit;
    }
}
@media all and (max-width: 980px)
{
    .rslides_tabs
    {
        text-align: center;
        right: 0;
    }
    .bt-reservar
    {
        display: block;
        position: relative;
        align-items: center;
        justify-content: center;
    }
        .bt-reservar p
        {
            background: #ede4d6;
            color: #381111;
            text-align: center;
            width: 51%;
            margin: 0 auto;
            position: relative;
            top: 34px;
            padding: 12px;
            border-radius: 6px;
            font-family: cinzelbold, sans-serif;
            text-transform: uppercase;
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
            cursor: pointer;
        }
        .bt-reservar p:hover
        {
            background: #d4c3a8;
        }
    #reservar .col2
    {
        display: none;
    }
    img.ohotel
    {
        display: none;
    }
    #sobre p
    {
        text-align: left;
    }
    #tarifa .newsletter
    {
        height: auto;
        padding-bottom: 30px;
    }
    #tarifa .newsletter .right, #tarifa .right
    {
        float: none !important;
    }
    #tarifa .newsletter .cont-news
    {
        text-align: center;
    }
    #tarifa form i, #interna-checkin form i
    {
        display: none;
    }
    #tarifa .input-menor
    {
        left: 0 !important;
    }

    #galeria-carousel .img-ape
    {
        margin-bottom: 80px;
    }
    #tarifa .input-menor, #localizacao .input-menor
    {
        width: 100%;
        left: 5px;
        position: relative;
    }
    #tarifa .bt
    {
        margin-top: 83px;
    }
    #tarifa .newsletter .bt
    {
        margin-top: 5px;
    }
    #localizacao
    {
        height: 691px;
    }
    #localizacao .box-contato
    {
        height:689px;
    }
    #localizacao .bt
    {
        margin-top: 89px;
    }
    #interna .center
    {
        padding: 0;
    }
}
@media all and (max-width: 942px)
{
    #animacao .anima .item-anima .legenda-anima h1
    {
        font-size: 18px;
        text-align: center !important;
        bottom:-20px;
    }
}

@media all and (max-width: 635px)
{
    #topo #menu .menu-responsivo
    {
        right: 30px;
    }
    #topo #menu ul
    {
        right: 31px;
    }
    h1.h-home::before
    {
        content: none;
    }
    h1.h-home::after
    {
        content: none;
    }
}
@media all and (max-width: 548px)
{
    .bt-reservar p
    {
        font-size: 14px;
        width: 77%;
    }
    #interna .item-galeria
    {
        width: 31.6%;
        height:95px;
    }
    .cktable .ckcell .cklabel
    {
        height: auto;
    }
}
@media all and (max-width: 504px)
{
    #sobre
    {
        height: 800px;
    }
    #galeria-carousel .concha img
    {
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -101px;
    }
    #tarifa .box-tarifa
    {
        width: 113%;
        left: -18px;
    }
    #tarifa .celula
    {
        font-size: 10px;
    }
    #rodape .col6
    {
        margin: 20px 0;
    }
}

@media all and (max-width: 426px)
{
    #topo #logo img{
        width: 32%;
        height: 129%;
        margin-bottom: -5px;
        margin-top: 9px;
        max-width: 229px;
        position: absolute;
        padding: 7px 7px 7px 7px;
        background-color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    }
    #interna .item-galeria
    {
        width: 46.6%;
        height: 119px;
    }

}

@media all and (max-width: 407px)
{
    #sobre
    {
        height: 866px;
    }
}

@media all and (max-width: 460px)
{
    #animacao .anima .item-anima .legenda-anima
    {
        top:379px;
    }
    #animacao .anima .item-anima .legenda-anima h1
    {
        font-size: 15px;

    }
    #animacao, #animacao .item-anima, #animacao .anima
    {
        height: 538px;
    }
}