.vermelho {
    color: #e83654;
}

.title {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-family: 'open_sansbold';
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
}

.title.center {
    text-align: center;
}

/*Botão Padrao Inicio*/
.btn {
    padding: 10px 15px;
    color: #0e2a34;
    font-family: 'open_sansregular';
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    text-align: center;
    border: 1px solid #0e2a34;
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: transparent !important;
    z-index: 10;
}

.btn::before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #6098FF;
    display: block;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.btn:hover::before {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn:hover {
    border: 1px solid #396992;
    color: #ffffff !important;
}

.btn::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #396992;
    position: absolute;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.btn::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #e65974;
    position: absolute;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.btn:hover::before,
.btn:hover::before {
    opacity: 1;
    width: 120%;
}

.btn:hover::after,
.btn:hover::after {
    opacity: 1;
    width: 150%;
}

/*Botão Padrao Fim*/
.content_barra {
    float: left;
     width: 100%; /* AQUI ESTAVA 92% */
    margin: 0;
    padding: 20px 0;
}

/*HEADER*/
.main_header {
    background: #0e2a34;
    z-index: 1;
}

.main_header .content_barra {
    float: left;
    padding: 0px 0;
}

.main_header.fixed {
    display: block;
    position: fixed;
    z-index: 99;
}

.main_header_logo {
    font-size: 0;
    float: left;
}

.main_header_logo img {
    height: 69px;
}

.mobile_action {
    color: #444444;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 45px;
    font-size: 1.8em;
    float: right;
    cursor: pointer;
    margin: 15px 8px;
}

.mobile_action.active {
    color: #e83654;
}

/*MENU*/
/*1279PX BREAKPOINT - 1279 dividido por 16 = 79.9375em*/
@media (max-width: 79.9375em) {
    .main_header_nav {
        position: fixed;
        left: -100%;
        background-color: #0e2a34;
        top: 0;
        width: 76%;
        min-width: 200px;
        max-width: 360px;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        -webkit-box-shadow: 5px 0px 5px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 5px 0px 5px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 5px 0px 5px -5px rgba(0, 0, 0, 0.75);
        z-index: 99;
    }

    .main_header_nav_item {
        float: left;
        width: 100%;
        position: relative;
        border-bottom: 1px #273b42 solid;
    }

    .main_header_nav_item>a {
        float: left;
        width: 100%;
        padding: 8px 23px;
        font-family: 'open_sansregular';
        text-decoration: none;
        color: #ffffff;
        font-size: 1em;
    }

    .main_header_nav_item:hover,
    .main_header_nav_item>a:hover {
        background-color: #4a688e;
        color: #fff;
    }

    .main_header_nav_item span {
        width: 25px;
        height: 25px;
        line-height: 28px;
        text-align: center;
        font-size: 1.2em;
        float: right;
        display: block;
    }
}

/*PAG*/
.coluna {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.coluna.design {
    padding-left: 80px;
    background-repeat: no-repeat;
    background-position: left -5px;
}

/*Chamada*/
.section-chamada {
    padding: 0em 0;
    background-color: #fff;
}

.section-chamada .content_barra {
    width: 100%;
    padding: 0;
    margin: 0;
}

.topoPag {
    width: 100%;
    height: 100%;
    background-color: transparent;
    float: left;
    position: relative;
    overflow: hidden;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
}

.topoPag .mascara {
    overflow: hidden;
    position: relative;
    background-color: #0e2a34;
    height: 700px;
    width: 2000px;
}

.topoPag .centraliza {
    width: 90%;
    height: auto;
    top: 26%;
    position: absolute;
    margin-left: 26%;
    margin-top: 2%;
    display: flex;
    align-items: center;
    align-content: center;
}

@font-face {
    font-family: 'Amazone';
    src: url(opensans/AmazoneBT-Regular.ttf);
}

.topoPag .centraliza h1 {
    width: auto;
    font-size: 2em;
    float: left;
    text-align: center;
    font-family: 'Amazone';
    text-shadow: 2px 1px 1px #ffffff;
    /* /////////////////////////////////////// */
}

/*Serviços*/
.section-servicos {
    background-color: #f9f9f9;
    background-repeat: repeat-x;
    background-position: bottom;
}

.section-servicos .content {
    float: left;
    padding: 5em 0 0em 0;

}

.hover_servicos {
    width: 100%;
    height: 100%;
    margin-bottom: 2em;
    float: left;
    position: relative;
    overflow: hidden;
}

.hover_servicos .hoverMascara {
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    margin-bottom: 1em;
    background-color: #939393;
}

.hover_servicos .hover_servicos_hover {
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: rgba(255, 0, 98, 0);
    border-radius: 100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-transition: all 400ms;
}

.hover_servicos:hover .hover_servicos_hover {
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover_servicos .appTitulo,
.hover_servicos .appIcone {
    display: none;
    /* Oculta o texto e a estrela permanentemente */
}

.hover_servicos:hover .appFoto {
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
}

.hover_servicos .appFoto {
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    max-width: 100% !important;
    width: 100%;
    height: auto;
    border-radius: 100%;
    position: relative;
    border: none;
    display: block;
}

.hover_servicos .appIcone {
    display: block;
    font-family: Helvetica, sans-serif;
    position: absolute;
    opacity: 0;
    top: 18%;
    left: 0;
    z-index: 3;
    color: #000000;
    text-align: center;
    width: 100%;
    font-size: 3em;
}

.hover_servicos .appTitulo {
    display: block;
    font-family: Helvetica, sans-serif;
    position: absolute;
    opacity: 0;
    top: 35%;
    left: 0;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 1em;
    text-decoration: none;
}

.hover_servicos .appIcone,
.appTitulo,
.appFoto,
.hover_servicos .hover_servicos_hover {
    transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
}

.hover_servicos .descricao {
    background-color: transparent;
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.5em;
}

.hover_servicos .descricao h4 {
    width: 100%;
    float: left;
    color: darkgoldenrod;
    font-weight: bold;
    font-size: 1.3em;
    font-family: 'open_sansregular', sans-serif;
    margin-bottom: 2em;
}

.hover_servicos .descricao p {
    width: 100%;
    float: left;
    color: #939393;
    font-size: 1em;
    font-family: 'open_sanslight', sans-serif;
    margin-bottom: 1em;
}

/*Serviços*/
/*Galeria*/
.section-galeria {
    background-color: #0e2a34;
}

.section-galeria .content {
    float: left;
    padding: 5em 0 0em 0;
}

.foto:hover .image-link {
    bottom: 20%;
    transition: all .3s ease-in-out;
    opacity: 1;
}

.foto:hover .mascara {
    background: rgba(234, 34, 64, 0.55);
}

/*Termina Galeria*/
/*Contato*/
/*480PX BREAKPOINT*/
/*480 dividido por 16 = 30em*/
@media (min-width:30em) {
    .box-css {
        float: left;
        width: 48%;
        margin-right: 4%;
        min-height: 300px;
    }

    .box-css:nth-of-type(2n+0) {
        margin-right: 0;
    }

    .info p {
        font-size: 1em;
    }
}

/*600PX BREAKPOINT*/
/*600 dividido por 16 = 37,5em*/
@media (min-width:37em) {
    .topoPag .centraliza h1 {
        font-size: 3em;
        margin-top: 20px;
    }

    .topoPag .centraliza p {
        font-size: 1.1em;
    }
}

/*768PX BREAKPOINT*/
/*768 dividido por 16 = 48em*/

/*960PX BREAKPOINT*/
/*960 dividido por 16 = 60em*/
@media (min-width:60em) {
    .topoPag .centraliza h1 {
        font-size: 4em;
    }

    .topoPag .centraliza p {
        letter-spacing: 6.5px;
    }
}

/*1024PX BREAKPOINT*/
/*1024 dividido por 16 = 64em*/
@media (min-width:64em) {}

/*1280PX BREAKPOINT*/
/*1280 dividido por 16 = 80em*/
@media (min-width:80em) {
    .mobile_action {
        display: none;
    }

    .main_header_nav {
        float: right;
        width: auto;
    }

    .main_header_nav a:hover,
    .main_header_nav>li:hover>a {
        background: transparent;
        color: #4a688e;
    }

    .main_header_nav_item {
        position: relative;
        display: inline-block;
        float: left;
    }

    .main_header_nav_item:last-of-type {
        margin-right: 20px;
    }

    .main_header_nav_item span {
        display: none;
    }

    .main_header_nav_item>a {
        color: #ffffff;
        float: left;
        padding: 1.5em 1em;
        font-size: 0.95em;
        font-family: 'open_sansbold';
        text-decoration: none;
        text-transform: uppercase;
    }

    .main_header_nav_item:hover,
    .main_header_nav_item>a:hover {
        background: transparent;
        color: #449ad3;
    }



    .topoPag .centraliza h1 {
        font-size: 5.5em;
        margin-top: 50px;
    }

    .topoPag .centraliza p {
        letter-spacing: 13.5px;
    }
}

/*1366PX BREAKPOINT*/
/*1366 dividido por 16 = 85,375em*/
@media (min-width:85em) {
    .content {
        width: 80%;
        margin: 0 10%;
    }
}

.btn-whatsapp {}

#wpp {
    margin-left: 500px;
}

#banner_salao {
    background-color: #000000;
}

#img_logo {
    width: 600px;
    height: 600px;
}

#img_logo {
    height: auto;
    width: 117px;
    margin-top: 30px;
}

.logo-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ///////////////// CARROSSEL ///////////////// */
.faixa-top {
    height: 30px;
    /* Defina a altura da faixa */
    background-color: #0e2a34;
    /* Defina a cor da faixa */
}

.carrossel {
    box-shadow: 2px 2px 4px black;
    overflow: hidden;
    /* height: 100%; Altura total do carrossel */
    width: 100%;
    position: relative;
    /* Adicione esta linha */
}

.container-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%;
    /* Define a largura total do contêiner de slides */
    position: relative;
    /* Adicione esta linha */
    top: -25px;
    /* Desloque o contêiner para cima para que a faixa superior não seja coberta */
    height: auto;
}

.container-slide img {
    flex: 0 0 33.333%;
    /* Divide o contêiner em três partes iguais (uma imagem por vez) */
    object-fit: cover;
    height: 1200px;
    /* Altura ajustada para a faixa superior e inferior */
    width: 100%;
}

.faixa-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #0e2a34;
    /* Defina a cor da faixa */
}

.menu-link {
    color: #ffffff;
    /* Defina a cor desejada para o texto dos botões */
}

.menu-link:hover {
    color: #ffffff;
    /* Defina a cor desejada para o texto dos botões ao passar o mouse */
}

/* //////////// CARROSSEL DE SERVIÇOS ////////// */


.titulos-servicos {
    width: 100%;
    float: left;
    color: darkgoldenrod;
    font-weight: bold;
    font-size: 1.4em;
    font-family: 'open_sansregular', sans-serif;
    text-align: center;
    /* Adiciona alinhamento central */
}

.container-da-galeria {
    width: 100%;
    margin: 2rem auto;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(10, 5vw);
    grid-gap: 1.5rem;
}

.gallery_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.gal1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4;
}

.gal2 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4;
}

.gal3 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 4;
}

.gal4 {
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 4;
}

.gal5 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 7;
}

.gal6 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 7;
}

.gal7 {
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 4;
    grid-row-end: 7;
}

.gal8 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 4;
    grid-row-end: 7;
}

.gal9 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 7;
    grid-row-end: 10;
}

.gal10 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 7;
    grid-row-end: 10;
}

.gal11 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 7;
    grid-row-end: 10;
}

.gal12 {
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 7;
    grid-row-end: 10;
}

.gal13 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 10;
    grid-row-end: 13;
}

.gal14 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 10;
    grid-row-end: 13;
}

.gal15 {
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 10;
    grid-row-end: 13;
}

.gal16 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 10;
    grid-row-end: 13;
}

/* Estilos para dispositivos móveis e ajuste de layout */
@viewport {
    zoom: 1.0;
}

/* Adaptação do layout para dispositivos móveis */
@media (max-width: 768px) {

    /* Estilos para títulos */
    .title {
        font-size: 1.5em;
    }

    /* Estilos para o conteúdo */
    .content {
        width: 100%;
        margin: 0 5%;
    }

    /* Adicione outras regras de estilo conforme necessário para dispositivos móveis */
}

.custom_footer {
    background-color: #0e2a34;
    /* Cor de fundo do rodapé */
    padding: 20px 0;
    /* Espaçamento interno do rodapé */
}

.custom_footer .footer_copy {
    display: flex;
    justify-content: center;
    /* Centraliza o conteúdo horizontalmente */
    align-items: center;
}

.custom_footer .footer_content {
    text-align: center;
    /* Alinhamento do texto centralizado */
    display: flex;
    /* Tornar o conteúdo do rodapé flexível */
    align-items: center;
    /* Alinhar itens verticalmente */
}

.custom_footer h4 {
    margin: 0;
    /* Remover margens padrão do h4 */
    font-weight: bold;
    /* Deixa o texto em negrito */
    margin-right: 25px;
    /* Adicionar espaçamento entre o texto e a imagem */
}

.custom_footer .footer_image img {
    max-width: 100px;
    /* Definir largura máxima da imagem */
    height: auto;
    /* Manter proporção do logo */
}


.coluna {
    flex: 1;
    min-width: 300px;
    /* Ajuste conforme necessário */
    padding: 10px;
}

.formulario {
    margin-right: auto;
}

.design {
    margin-left: auto;
}

.formulario h2 {
    margin-bottom: 10px;
    /* Espaçamento entre o texto "WhatsApp" e o botão */
}

.info {
    margin-top: 20px;
}

.coluna {
    flex: 1;
    min-width: 300px;
    /* Ajuste conforme necessário */
    padding: 10px;
}

.formulario {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Alinha os itens à esquerda */
}

.whatsapp-container {
    text-align: left;
    /* Alinha o texto à esquerda */
}

#wpp {
    margin-bottom: 10px;
    /* Espaçamento entre o texto "WhatsApp" e o botão */
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    font-size: 1.3em;
    /* Aumenta o tamanho do texto */
    padding: 20px 20px;
    /* Aumenta o tamanho do botão */
    background-color: darkgoldenrod;
    /* Cor do botão */
    color: black;
    text-decoration: none;
    border-radius: 5px;
    /* Adiciona cantos arredondados */
    transition: background-color 0.3s;
    margin-top: 10px;
    /* Espaçamento superior para separar do texto acima */
}

.btn-whatsapp span {
    margin-right: 10px;
    /* Espaçamento entre o ícone e o texto */
}

.btn-whatsapp .icon-whatsapp {
    font-size: 1.4em;
    /* Aumenta o tamanho do ícone */
}

.design {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Alinha os itens à esquerda */
    margin-left: auto;
}

.section-contato .conteudo-contatos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    margin-bottom: 4%;
}

.section-contato .contato-whatsapp {
    flex: 0 0 auto;
    margin-right: auto;
    margin-left: 30%;
}

.section-contato .contato-info {
    flex: 0 0 45%;
}

.clear {
    clear: both;
}

.bold-text {
    font-weight: bold;
}

#logo_bento {
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'open_sansregular', sans-serif;
    color: white;
}

.azul {
    color: #000000;
}

.titulo_galeria {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'open_sansbold';
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 60px;
    color: white;
}

