﻿/*-----------------------------------------------------------------------------------

	My Styles V0.1a - (versão não genérica)

-----------------------------------------------------------------------------------*/

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

.blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px); /* Safari 6.0 - 9.0 */
    filter: blur(10px);
}

.overlayMap {
    background: transparent;
    position: relative;
    width: 640px;
    height: 480px; /* your iframe height */
    top: 480px; /* your iframe height */
    margin-top: -480px; /* your iframe height */
}





.botaoAviao {
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out; /* IE10 is actually unprefixed */
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

    .botaoAviao:hover {
        color: black;
    }


.corEsc {
    background: rgb(34,34,34); /* for IE */
    background: rgba(34,34,34,0.75);
}




.botaoCor {
}

    .botaoCor:hover {
        color: #cecc33;
    }



.eventos-pointer {
    opacity: .9;
    border: 2px solid #ffffff;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out; /* IE10 is actually unprefixed */
    -o-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
}


    .eventos-pointer:hover {
        opacity: 1;
        border: 2px solid #cecc33;
    }

.options {
    display: none;
}

.eventos-pointer:hover .options {
    display: block;
}





.classeOpac {
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out; /* IE10 is actually unprefixed */
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

    .classeOpac:hover {
        opacity: 1;
    }


.overlay {
    position: relative;
}

    .overlay:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .overlay:hover:after {
        opacity: .7;
    }

.overBlack:after {
    background-color: black;
}

/*Envolvente*/

.env {
    min-width: 300px;
    overflow: hidden;
    max-width: 25%;
    float: left;
    padding: 10px;
}

.env_row {
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 142px;
}



.env_topo {
    height: 230px;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    background-color: #ffffff;
    padding: 10px;
}

    .env_topo .contImg {
        height: 80px;
        overflow: hidden;
    }

    .env_topo .titulo {
        max-height: 50px;
        overflow: hidden;
    }




.env_baixo {
    height: 230px;
    overflow: hidden;
    padding: 10px;
}


.env2 {
}


@media screen and (max-width: 1216px) {
    .env {
        min-width: 300px;
        overflow: hidden;
        max-width: 33.33%;
        float: left;
        padding: 10px;
    }
}



@media screen and (max-width: 916px) {
    .env {
        min-width: 300px;
        overflow: hidden;
        max-width: 50%;
        float: left;
        padding: 10px;
    }
}

@media screen and (max-width: 616px) {
    .env {
        min-width: 300px;
        overflow: hidden;
        max-width: 450px;
        float: left;
        padding: 10px;
    }
}





/*Côr Hover*/

/*Card Testemunhos*/

.corPrim {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out; /* IE10 is actually unprefixed */
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .corPrim:hover {
        background-color: #cecc33;
    }

.corPrimBorder {
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out; /* IE10 is actually unprefixed */
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .corPrimBorder:hover {
        border: 1px solid #cecc33;
    }










.reveal-animation.ng-enter {
    -webkit-animation: enter_sequence 1s linear; /* Safari/Chrome */
    -moz-animation: enter_sequence 1s linear; /* Firefox */
    -o-animation: enter_sequence 1s linear; /* Opera */
    animation: enter_sequence 1s linear; /* IE10+ and Future Browsers */
}

@-webkit-keyframes enter_sequence {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes enter_sequence {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes enter_sequence {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes enter_sequence {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/* Crescer */
.hvr-crescer {
    /*display: inline-block;*/
    vertical-align: middle;
    /*-webkit-transform: translateZ(0);*/
    /*transform: translateZ(0);*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-crescer:hover, .hvr-crescer:focus, .hvr-crescer:active {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.paddingTopBottom100 {
    padding: 100px 0 100px 0;
}

.paddingTopBottom150 {
    padding: 150px 0;
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

.padTop5 {
    padding-top: 5px;
}

.padTop10 {
    padding-top: 10px;
}

.padTop20 {
    padding-top: 20px;
}

.padTop30 {
    padding-top: 30px;
}

.padTop40 {
    padding-top: 40px;
}

.padBottom50 {
    padding-bottom: 50px;
}

.padBottom100 {
    padding-bottom: 100px;
}

.padTop110 {
    padding-top: 110px;
}

.padBottom180 {
    padding-bottom: 180px;
}

.padBottom150 {
    padding-bottom: 150px;
}


.padBottom10 {
    padding-bottom: 10px;
}

.padBottom5 {
    padding-bottom: 5px;
}

.padBottom30 {
    padding-bottom: 10px;
}

.padTop50 {
    padding-top: 50px;
}

.padTopBottom50 {
    padding: 50px 0;
}

.padTopBottom30 {
    padding: 30px 0;
}

.padTopBottom10 {
    padding: 10px 0;
}

.padTop100 {
    padding-top: 100px;
}

.padTop150 {
    padding-top: 150px;
}

.padTop200 {
    padding-top: 200px;
}

.padTop250 {
    padding-top: 250px;
}

.padTop300 {
    padding-top: 300px;
}

.padTop320 {
    padding-top: 320px;
}

.white {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 1px 1px #000000;
}

.whitefc {
    color: #fcfcfc;
}



.atividades-pointer {
    cursor: pointer;
    opacity: 1;
}

    .atividades-pointer:hover {
        opacity: 1;
    }


.atividades-pointer-miralodgepark {
    cursor: pointer;
    opacity: 1;
}

    .atividades-pointer-miralodgepark:hover {
        opacity: 1;
    }

.moldura {
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura .conteudo {
        height: 200px;
        overflow: hidden;
    }

    .moldura .titulo {
        height: 40px;
        overflow: hidden;
    }

    .moldura .imagem {
        height: 200px;
        overflow: hidden;
    }


.moldura_tablet {
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_tablet .conteudo {
        height: 200px;
        overflow: hidden;
    }

    .moldura_tablet .titulo {
        height: 40px;
    }

    .moldura_tablet .imagem {
        height: 200px;
        overflow: hidden;
    }



/*///////////////////////*/


/*LG*/
.moldura_home_blog {
    height: 380px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_home_blog .conteudo {
        height: 180px;
        overflow: hidden;
    }

    .moldura_home_blog .titulo {
        padding: 10px;
        height: 65px;
        overflow: hidden;
    }

    .moldura_home_blog .descricao {
        height: 110px;
    }

    .moldura_home_blog .imagem {
        height: 146px;
        overflow: hidden;
    }

/*///////////////////////*/


/*MD*/
.moldura_home_blog_MD {
    height: 340px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_home_blog_MD .conteudo {
        height: 120px;
        overflow: hidden;
    }

    .moldura_home_blog_MD .titulo {
        padding: 10px;
        height: 40px;
    }

    .moldura_home_blog_MD .descricao {
        height: 110px;
    }

    .moldura_home_blog_MD .imagem {
        height: 120px;
        overflow: hidden;
    }

/*///////////////////////*/


/*SM*/
.moldura_home_blog_SM {
    height: 340px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_home_blog_SM .conteudo {
        height: 120px;
        overflow: hidden;
    }

    .moldura_home_blog_SM .titulo {
        padding: 10px;
        height: 50px;
        overflow: hidden;
    }

    .moldura_home_blog_SM .descricao {
        height: 110px;
    }

    .moldura_home_blog_SM .imagem {
        height: 120px;
        overflow: hidden;
    }


/*///////////////////////*/


.moldura_notDestaque {
    height: 280px;
    overflow: hidden;
}

    .moldura_notDestaque .conteudo {
    }

    .moldura_notDestaque .imagem {
        height: 260px;
        overflow: hidden;
    }


.moldura_notColuna {
    height: 100px;
    overflow: hidden;
}

    .moldura_notColuna .conteudo {
        height: 100px;
        overflow: hidden;
    }

    .moldura_notColuna .titulo {
        height: 36px;
        overflow: hidden;
    }


    .moldura_notColuna .imagem {
        height: 100px;
        overflow: hidden;
    }

.moldura_BlogTablet {
    height: 200px;
    overflow: hidden;
}

    .moldura_BlogTablet .conteudo {
        height: 160px;
        overflow: hidden;
    }

    .moldura_BlogTablet .titulo {
        height: 40px;
        overflow: hidden;
    }


    .moldura_BlogTablet .imagem {
        height: 200px;
        overflow: hidden;
    }

/*//////////////////////////////*/

.moldura_BlogTablet_hor {
    height: 250px;
    overflow: hidden;
}

    .moldura_BlogTablet_hor .conteudo {
        height: 160px;
        overflow: hidden;
    }

    .moldura_BlogTablet_hor .titulo {
        height: 40px;
        overflow: hidden;
    }


    .moldura_BlogTablet_hor .imagem {
        height: 250px;
        overflow: hidden;
    }

/*//////////////////////////////*/

.moldura_col {
    height: 200px;
    overflow: hidden;
}

.moldura_mobile {
    height: 130px;
    overflow: hidden;
}

    .moldura_mobile .conteudo {
        height: 30px;
    }

    .moldura_mobile .imagem {
        height: 130px;
        overflow: hidden;
    }


.moldura_mobile_noticias {
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .moldura_mobile_noticias .conteudo {
        height: 30px;
    }

    .moldura_mobile_noticias .imagem {
        height: 90px;
        overflow: hidden;
    }

.bg-branco {
    background-color: #ffffff;
}

.corBranco {
    color: #ffffff;
}





.background-amarelo, .animation-box.background-amarelo:hover .animation-box-style-2.background-amarelo:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-background-amarelo,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-background-amarelo, a.brand-modern span.line-2, .header.dark-nav a.brand-modern span.line-2, .wte-separator.background-amarelo:before {
    background-color: #dd803b;
}

.background-azul-claro, .animation-box.background-azul-claro:hover .animation-box-style-2.background-azul-claro:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-background-azul-claro,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-background-azul-claro, a.brand-modern span.line-2, .header.dark-nav a.brand-modern span.line-2, .wte-separator.background-azul-claro:before {
    background-color: #0589ff;
}



.background-header, .animation-box.background-header:hover .animation-box-style-2.background-header:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-background-header,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-background-header, a.brand-modern span.line-2, .header.dark-nav a.brand-modern span.line-2, .wte-separator.background-header:before {
    background-color: #0589ff transparent;
}

.fundo-cinza {
    background-color: #d5d5e5;
}

.parallax_header {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

.page-intro-content_header {
    position: relative;
    display: table;
    text-align: center;
    width: 100%;
    height: 80%;
    z-index: 199;
}

    .page-intro-content_header .content {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }


.headerTag {
    font-family: "Playfair Display",Arial,Verdana;
    font-size: 40px;
}


.cenas {
    margin: 0 -15px 0 -15px 0;
}


.sombra {
    text-shadow: 1px 1px #000000;
}


.bordaElRey {
    border: 2px solid #bc9d4f;
}

.bordaElRey_profissional {
    border: 2px solid #86754d;
}

.bordaElRey_consumo {
    border: 2px solid #c19133;
}



.recent-news_ElRey-left {
    width: 13%;
}

.recent-news_ElRey-right {
    width: 85%;
}

.recent-news_ElRey-left span {
    font-size: 1em;
}


.fundo_cta {
    background-color: #444444;
}

.corSec {
    color: #bc9d4f;
}


.footerTrustit img {
    display: block;
    margin: auto;
}

.corCinzaEsc {
    color: #444444;
}

.topCenas {
}

    .topCenas p {
        font-size: 13px;
    }

.bottomCenas {
}

    .bottomCenas p {
        font-size: 14px;
    }


.footerTexto {
    font-size: 12px;
    font-style: italic;
}

.headerTextoMobile {
    font-size: 12px;
    color: #333333;
}

.footerTextoMobile {
    font-size: 10px;
}


.mlp_margin8 {
    margin: 8px;
    padding: 0px;
    display: inline-block;
}






.homeheader {
}

    .homeheader h1 {
        font-size: 4.5em;
        color: #fff;
    }

    .homeheader h3 {
        font-size: 3em;
        color: #b7b5b5;
    }

.fundo_destaques {
    background-color: #a8bcbe;
    padding: 5px;
    color: #fcfcfc;
}


.padDir5 {
    padding-right: 5px;
}

.padDir10 {
    padding-right: 10px;
}

.padDir20 {
    padding-right: 20px;
}

.gold {
    background-color: #ffd700;
}


.black {
    background-color: #000000;
}


.fundoGala {
    background-color: #111111;
}


/*///////////////////////////////*/

.moldura_categorias {
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_categorias .conteudo {
    }

    .moldura_categorias .titulo {
        height: 40px;
    }

    .moldura_categorias .imagem {
        height: 120px;
        overflow: hidden;
    }

/*///////////////////////////////*/

.moldura_categoriasMD {
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_categoriasMD .conteudo {
    }

    .moldura_categoriasMD .titulo {
        height: 40px;
    }

    .moldura_categoriasMD .imagem {
        height: 100px;
        overflow: hidden;
    }


/*///////////////////////////////*/

.moldura_categoriasTab {
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_categoriasTab .conteudo {
    }

    .moldura_categoriasTab .titulo {
        height: 40px;
    }

    .moldura_categoriasTab .imagem {
        height: 70px;
        overflow: hidden;
    }

/*///////////////////////////////*/

.moldura_categoriasTablet {
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_categoriasTablet .conteudo {
    }

    .moldura_categoriasTablet .titulo {
        height: 40px;
    }

    .moldura_categoriasTablet .imagem {
        height: 100px;
        overflow: hidden;
    }

/*///////////////////////////////*/

.moldura_mob {
    height: 100px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_mob .conteudo {
        height: 100px;
        overflow: hidden;
    }

    .moldura_mob .titulo {
        height: 53px;
        overflow: hidden;
    }


    .moldura_mob .imagem {
        height: 100px;
        overflow: hidden;
    }


/*///////////////////////////////*/

.moldura_nomeadosMob {
    height: 100px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_nomeadosMob .conteudo {
        height: 100px;
        overflow: hidden;
    }

    .moldura_nomeadosMob .titulo {
        height: 20px;
    }

    .moldura_nomeadosMob .imagem {
        height: 100px;
        overflow: hidden;
    }



/*////////////////////////////////*/

.margemTop20px {
    margin-top: 20px;
}


.paddingTopBottom150 {
    padding: 180px 0;
}


.altHeader {
    height: 70px;
}


.centrarImg {
    margin: 0 auto;
}

.nomeados {
    font-size: 13px;
}

.nomeadosMD {
    font-size: 12px;
}

.nomeadosSM {
    font-size: 12px;
}


.testemunho2 {
}

    .testemunho2:hover {
        color: #e3e3e3;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in; /* IE10 is actually unprefixed */
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }



/*Card Testemunhos*/

.testemunho {
    border: 1px solid #e3e3e3;
    background-color: #eeeeee;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: inherit 0.3s ease-out; /* IE10 is actually unprefixed */
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .testemunho.testemunho-card {
        border-radius: 2px;
        position: relative;
        margin-bottom: 20px;
    }

        .testemunho.testemunho-card .testemunho-image {
            background-color: #fbfbfb;
            border-bottom: 1px solid #ddd;
            margin-left: 0;
            margin-top: 0;
            padding: 20px 20px 10px;
            text-align: center;
        }

.testemunho-image img {
    max-width: 100px;
}

.testemunho.testemunho-card .testemunho-image img {
    float: none;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.testemunho.testemunho-card .testemunho-image .testemunho-name {
    font-weight: 700;
    padding: 10px 0 0;
    text-align: center;
}

.testemunho.testemunho-card .testemunho-description {
}

/*Card Testemunhos:hover*/


.testemunho:hover {
    border: 1px solid #cecc33;
    background-color: #cecc33;
}














/*LG*/

.moldura_test_jb {
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_test_jb .conteudo {
        height: 200px;
        overflow: hidden;
    }

    .moldura_test_jb .titulo {
        max-height: 50px;
        overflow: hidden;
    }

    .moldura_test_jb .imagem {
        height: 80px;
        overflow: hidden;
    }


/*MD*/


.moldura_test_jb_md {
    height: 150px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_test_jb_md .conteudo {
        height: 90px;
        overflow: hidden;
    }

    .moldura_test_jb_md .titulo {
        max-height: 40px;
        overflow: hidden;
    }

    .moldura_test_jb_md .imagem {
        height: 80px;
        overflow: hidden;
    }

/*SM*/


.moldura_test_jb_sm {
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_test_jb_sm .conteudo {
        height: 100px;
        overflow: hidden;
    }

    .moldura_test_jb_sm .titulo {
        max-height: 40px;
        overflow: hidden;
    }

    .moldura_test_jb_sm .imagem {
        height: 50px;
        overflow: hidden;
    }

/*XS*/


.moldura_test_jb_xs {
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .moldura_test_jb_xs .conteudo {
        height: 100px;
        overflow: hidden;
    }

    .moldura_test_jb_xs .titulo {
        height: 20px;
        overflow: hidden;
    }

    .moldura_test_jb_xs .imagem {
        height: 150px;
        overflow: hidden;
    }



.marginleft10 {
    margin-left: 10px;
}


section {
    padding: 0;
}