/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/

@font-face {

font-family: 'Montserrat-Regular';
  src: url('/fontes/Montserrat-Regular.woff2') format('woff2'),
       url(/fontes/Montserrat-Regular.woff') format('woff');
  /* Adicione outras declarações de formato, se necessário */
}
font-family: 'Montserrat-Bold';
  src: url('/fontes/Montserrat-Bold.woff2') format('woff2'),
       url('/fontes/Montserrat-Bold.woff') format('woff');
  /* Adicione outras declarações de formato, se necessário */
}
font-family: 'Montserrat-Medium';
  src: url('/fontes/Montserrat-Medium.woff2') format('woff2'),
       url('/fontes/Montserrat-Medium.woff') format('woff');
  /* Adicione outras declarações de formato, se necessário */
}
font-family: 'Montserrat-Light';
  src: url('/fontes/Montserrat-Light.woff2') format('woff2'),
       url('/fontes/Montserrat-Light.woff') format('woff');
  /* Adicione outras declarações de formato, se necessário */
}
 body,h1,h2,h3,h4,h5,h6,p,a,span,b,strong,i {
  font-family: 'Montserrat-Regular', sans-serif!important; /* Use o nome da fonte que você definiu acima */
} */


.infinite-logo-inner img {
    width: 250px;
}
div#btn-contato-topbar {
    display: none !important;
}

/*    NOVO STYLE     */

div#listcurriculo img {
    width: 32px!important;
    margin-top: 10px!important;
}
div#imgcurriculog img {
    border-radius: 40px!important;
}
div#drimgw img {
    border-radius: 35px!important;
}
#imgcurriculog .gdlr-core-flexslider.gdlr-core-color-bullet .flex-control-nav li a.flex-active, #imgcurriculog .gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav li a.flex-active, #imgcurriculog .gdlr-core-flexslider.gdlr-core-bullet-style-cylinder-left .flex-control-nav li a.flex-active {
    background-color: #36435b!important;
}
#imgcurriculog ol.flex-control-nav.flex-control-paging li a {
    background: #cbcbcb!important;
}
div#imagemap img {
    border-radius: 35px!important;
}

div#imagemate img {
    display: flex;
    margin-top: -200px!important;
    margin-left: -150px!important;
}
.widget_product_categories ul li, .widget_archive ul li, .widget_categories ul li, .widget_nav_menu ul li, .widget_meta ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, ul.wp-block-latest-posts__list li, ul.wp-block-archives-list li, ol.wp-block-latest-comments li, ul.wc-block-product-categories-list li {
	border-color: transparent!important;
}
.infinite-footer-column.infinite-item-pdlr.infinite-column-20 {
    border-color: #fff!important;
}
.infinite-footer-column.infinite-item-pdlr.infinite-column-20:nth-child(3) {
    border-color: transparent!important;
}
div#custom_html-2 {
    float: right!important;
}
a.icons-link-footer {
    padding: 5px 8px;
    font-size: 22px;
    border: 1px solid;
    border-radius: 50px;
    margin: 0px 6px;
}
footer i.fa.fa-facebook {
    padding-left: 3px!important;
}
.social-icons-footer {
    padding-top: 1px!important;
}
.infinite-footer-column.infinite-item-pdlr.infinite-column-20:nth-child(3) {
    display: grid!important;
    justify-items: end!important;
}
.contact-icons-footer {
    display: grid!important;
    justify-items: end!important;
}
a.icons-link-footer2 {
    font-size: 16px!important;
}

/*   MODAL WHATSAPP    */

/* --- 1. Botão Flutuante (Seu .wa2) --- */
.wa2 {
    display: block;
    position: fixed;
    left: 25px; /* Ajustado para 25px */
    width: 60px;
    height: 60px;
    bottom: 20px;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    background: #25d366; /* Cor oficial do WhatsApp */
    z-index: 99999999;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.wa2 img {
    max-width: 38px; /* Ajustado para centralizar melhor */
    margin-top: 6px;
    vertical-align: middle;
}

/* Animação de "Pulso" */
.wa2::after,
.wa2::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #25d366;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
}

.wa2::after {
    animation-delay: .5s;
}

@keyframes WaveWhatsApp {
    0% { transform: scale(.5); }
    50% { opacity: 1; }
    100% { transform: scale(1.2); opacity: 0; }
}

/* --- 2. O Modal (Background Overlay) --- */
.modal3 {
    display: none; 
    position: fixed; 
    z-index: 9998; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4); 
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

/* --- 3. O Conteúdo do Modal (A Janela) --- */
.modal-content2 {
    position: fixed;
    bottom: 95px; /* Posição acima do botão */
    left: 25px;
    width: 350px;
    max-width: 90vw;
    background-color: #E5E5E5; /* Fundo do chat */
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    overflow: hidden;
    -webkit-animation: slideUp 0.4s;
    animation: slideUp 0.4s;
}

@-webkit-keyframes slideUp {
  from {bottom: 20px; opacity: 0} 
  to {bottom: 95px; opacity: 1}
}

@keyframes slideUp {
  from {bottom: 20px; opacity: 0} 
  to {bottom: 95px; opacity: 1}
}

/* --- 4. Cabeçalho do Modal (Estilo WA) --- */
.wa-header {
    background-color: #075E54; /* Verde Escuro WA */
    color: white;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.wa-header-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    background: #f0f0f0;
}
.wa-header-icon img {
    width: 100%;
    height: 100%;
}

.wa-header-text {
    flex-grow: 1;
}
.wa-title {
    display: block;
    font-weight: bold;
    font-size: 16px;
}
.wa-status {
    display: block;
    font-size: 13px;
    opacity: 0.9;
}

/* Botão de Fechar (X) */
.close2 {
    font-size: 28px;
    font-weight: normal;
    color: #FFF;
    opacity: 0.8;
    cursor: pointer;
    line-height: 1;
    padding: 0 5px;
}
.close2:hover {
    opacity: 1;
}

/* --- 5. Corpo do Chat (Bolhas e Formulário) --- */
.wa-body {
    padding: 15px;
    height: 356px; /* Altura máxima do chat */
    overflow-y: auto;
    background-color: #ECE5DD; /* Fundo padrão WA */
}

/* Bolhas de Chat */
.wa-bubble {
    background-color: #FFFFFF; /* Bolha do Agente */
    border-radius: 8px;
    padding: 8px 12px;
    max-width: 80%;
    margin-bottom: 10px;
    float: left;
    clear: both;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.wa-bubble p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}

/* --- 6. Estilização do Formulário CF7 --- */
.wa-form-container {
    clear: both;
    padding-top: 10px;
}
.wa-form-container .form-sistema-input {
    margin-bottom: -10px;
}
.wa-form-container .input-lp {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #DDD;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box; /* Garante que o padding não quebre o layout */
    background: #FFF;
}
.wa-form-container .input-lp::placeholder {
    color: #999;
}

/* Botão Enviar */
.wa-form-container .enviar-sistemas {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 8px;
    background-color: #25D366; /* Verde WA */
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.wa-form-container .enviar-sistemas:hover {
    background-color: #128C7E; /* Verde WA Escuro */
}

/* Mensagens de Erro/Sucesso do CF7 */
.wa-form-container div.wpcf7-validation-errors, 
.wa-form-container div.wpcf7-acceptance-missing {
    border-color: #DC3232;
    color: #DC3232;
    font-size: 13px;
}
.wa-form-container span.wpcf7-not-valid-tip {
    color: #DC3232;
    font-size: 12px;
	text-align: center;
}
.wa-form-container div.wpcf7-mail-sent-ok {
    border-color: #46b450;
    color: #46b450;
    font-size: 13px;
}

/* --- 7. Responsivo para Mobile --- */
@media (max-width: 767px) {
    .wa2 {
        left: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
    }
    .wa2 img {
        max-width: 30px;
        margin-top: 5px;
    }
    .modal-content2 {
        left: 5vw; /* 5% da esquerda e direita */
        width: 90vw; /* 90% da largura */
        bottom: 80px; /* Posição acima do botão mobile */
    }
    @keyframes slideUp {
      from {bottom: 15px; opacity: 0} 
      to {bottom: 80px; opacity: 1}
    }
    @-webkit-keyframes slideUp {
      from {bottom: 15px; opacity: 0} 
      to {bottom: 80px; opacity: 1}
    }
    .wa-body {
        height: 330px; /* Altura menor no mobile */
    }
    .wa-bubble p {
        font-size: 13px;
    }
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-lp, select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.input-lp {
    border-radius: 50px;
    padding: 10px 23px;
    border-color: transparent;
}
.wpcf7-form-indicator {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.enviar-sistemas {
    background-color: #25D366;
    width: 100%;
    border-radius: 50px;
	color: #075e54;
}
/*   FIM MODAL WHATSAPP    */


a.infinite-main-menu-right-button.infinite-button-2.infinite-style-default {
    border-radius: 63px!important;
    padding: 10px 13px!important;
    margin-top: -16px!important;
	margin-left: 14px!important;
}

a.infinite-main-menu-right-button.infinite-button-2.infinite-style-default i.fa.fa-instagram, a.infinite-main-menu-right-button.infinite-button-1.infinite-style-round i.fa.fa-facebook {
    font-size: 22px!important;
}

a.infinite-main-menu-right-button.infinite-button-1.infinite-style-round {
    border-radius: 63px !important;
    padding: 10px 16px !important;
    margin-top: -16px !important;
	margin-left: 14px!important;
}

@media only screen and (min-width: 999px) {
.infinite-logo-inner img {
    width: 220px!important;
	}
}
@media only screen and (max-width: 767px){
.btngeral a {
	font-size: 16px!important;
	}
.gdlr-core-icon-list-item .gdlr-core-icon-list-content {
    font-size: 16px;
    display: block;
    margin-bottom: 26px;
	}
.btnavdif a span {
    font-size: 22px;
    line-height: 29px;
	}
div#textcontato h2 {
    line-height: 60px !important;
	}
div#imagemate img {
    margin-top: -60px !important;
    margin-left: -11px !important;
	width: 250px!important;
	}
	.widget_product_categories ul li, .widget_archive ul li, .widget_categories ul li, .widget_nav_menu ul li, .widget_meta ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, ul.wp-block-latest-posts__list li, ul.wp-block-archives-list li, ol.wp-block-latest-comments li, ul.wc-block-product-categories-list li {
    text-align: center;
	}
	.infinite-footer-wrapper .widget_recent_entries ul li:before, .infinite-footer-wrapper .widget_recent_comments ul li:before, .infinite-footer-wrapper .widget_pages ul li:before, .infinite-footer-wrapper .widget_rss ul li:before, .infinite-footer-wrapper .widget_archive ul li:before, .infinite-footer-wrapper .widget_categories ul li:before, .widget_nav_menu ul li:before, .infinite-footer-wrapper .widget_meta ul li:before {
		display:none!important;
	}
}
div#procedimentos {
    margin-bottom: -23px!important;
}