/*
Theme Name: FRATINI
Version: 1.0
Author: hello.digital - Leandro Guedes
Author URI: https://hellodigital.pt/
*/
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff'),
        url('fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff'),
        url('fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),
        url('fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Gotham Book', sans-serif;
    font-weight: normal;
    background-color: #FFFFFF;
    color: #696E6D;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham';
}

@media (min-width: 992px) {
    .w-md-25 {
        width: 25%;
    }
}

.shadow {
    box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.1) !important;
}

button {
    outline: none !important;
}

/* Buttons */
.btn-outline {
    font-family: 'Gotham';
    border: 1px solid #E5E5E5;
    font-size: 14px;
    color: #696E6D !important;
    font-weight: 500;
    padding: 12px 20px;
}

    .btn-outline:hover {
        background-color: #F16522;
        color: #FFF !important;
    }

.btn-orange, ._elementor-button {
    font-family: 'Gotham';
    border: 0;
    border-radius: 0 !important;
    font-size: 14px !important;
    background-color: #F16522 !important;
    color: #FFFFFF;
    font-weight: 500 !important;
    padding: 12px 35px !important;
}

    .btn-orange:hover, ._elementor-button:hover {
        background-color: #FFF !important;
        color: #F16522 !important;
    }

.btn-sm {
    font-size: 11px;
    padding: 8px 25px;
}

strong {
    font-family: 'Gotham', sans-serif;
    font-weight: bold;
}

.font-light {
    font-family: 'Gotham', sans-serif;
    font-weight: 300;

}

.text-orange {
    color: #F16522;
}

/* Forms */
.form-control {
    border: 1px solid #EAEAEA;
    height: 45px;
    font-size: 15px;
}

header {
    height: 85px;
}

.sep {
    width: 1px;
    background-color: #EBEBEB;
}

.nav a.nav-link {
    font-family: 'Gotham', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #696E6D;
}

.nav .current-menu-item a {
    color: #F16522;
}

/* Background */
.bg-light {
    background-color: rgb(250, 250, 250) !important;
}

.bg-orange {
    background-color: #F16522;
}

.banner {
    height: 85vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 30px;
}

.highlight {
    font-size: 13px;
}

    .highlight .bg {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 35px;
    }

    .highlight h1 {
        font-family: 'Gotham', sans-serif;
        font-weight: 300;
        color: #F16522;
    }

@media (min-width: 992px) {
    .highlight {
        position: absolute;
        bottom: 200px;
        left: 100px;
        width: 450px;
    }
}

.box {
    height: 540px;
    font-size: 12px;
    font-family: 'Gotham Book', sans-serif;
    line-height: 20px;
    background-repeat: no-repeat;
}

    .box-cadeira {
        /* background: #FAFAFA url('img/box-cadeiras-monaco.jpg') no-repeat top center; */
        background-blend-mode: multiply;

    }

    .box-mesa {
        /* background: #FAFAFA url('img/box-mesa.jpg') no-repeat top center; */
        background-blend-mode: multiply;

    }

    .box-banqueta {
        /* background: #FAFAFA url('img/box-banqueta-oxford.jpg') no-repeat top center; */
        background-blend-mode: multiply;

    }

    .box-office {
        /* background: #FAFAFA url('img/box-office.jpg') no-repeat top center; */
        background-blend-mode: multiply;
    }

    @media (min-width: 992px) {
        .box-office {
            background-position: top left !important;
            
        }

        .box-banqueta {
            background-position: top right !important;
    
        }
    }

.box h2 {
    color: #F16522;
    font-weight: 300;
    font-size: 37px;
}

.banner-produto {
    height: 100px;
}

@media (min-width: 992px) {
    .banner-produto {
        height: 450px;
    }
}

/* Banners padrão (fallback) — sobrescritos pelo admin em Banners > Gerenciar Banners */
.banner-cadeiras {
    background: #FAFAFA url('img/banner-cadeiras-v4.png') no-repeat top center;
    background-blend-mode: multiply;
    background-size: contain;
}

.banner-banquetas {
    background: #FAFAFA url('img/banner-banquetas-v4.png') no-repeat top center;
    background-blend-mode: multiply;
    background-size: contain;
}

.banner-office {
    background: #FAFAFA url('img/banner-office-v4.png') no-repeat top center;
    background-blend-mode: multiply;
    background-size: contain;
}

.banner-mesas {
    background: #FAFAFA url('img/banner-mesas-v4.png') no-repeat top center;
    background-blend-mode: multiply;
    background-size: contain;
}

.banner-kids {
    background: #FAFAFA url('img/banner-kids.jpg') no-repeat top center;
    background-blend-mode: multiply;
    background-size: contain;
}

.banner-outdoor {
    background: #FAFAFA url('img/banner-outdoor-v3.png') no-repeat top center;
    background-blend-mode: multiply;
    background-size: contain;
}

.banner-poltronas {
    background: #FAFAFA url('img/banner-poltronas-v2.jpg') no-repeat top center;
    background-blend-mode: multiply;
    background-size: contain;
}

.banner-produto h1 {
    display: none;
}
@media (min-width: 992px) {
    .banner-produto h1 {
        display: block;
        left: 150px;
        font-size: 40px;
        position: absolute;
        color: #F16522;
    }
}


.avatar-professional {
    width: 150px;
    height: auto;
    border-radius: 8px;
}

    .professional .name {
        font-size: 16px;
    }

    .professional .role {
        font-size: 12px;
    }

    .professional a.btn {
        font-size: 12px;
    }

    .examples .description {
        font-size: 13px;
    }


    @media (min-width: 992px) {
        .examples .description {
            padding: 70px 70px !important;
            height: 300px;
        }
        .examples .bg {
            background: linear-gradient(180deg, #FFFFFF 50%, #FAFAFA 50%);
        }
        .examples .description p.info {
            /* width: 400px; */
        }
        .avatar-professional {
            width: 120px;
            height: auto;
        }
        .examples .professional .name {
            font-size: 13px;
        }
        
    }

.title h2 {
    background-color: #F16522;
    padding: 20px 30px;
    color: #FFF;
    display: block;
    font-size: 30px;
    font-weight: 300;
}

.relaties h3 {
    color:  #F16522;
    font-size: 22px;
}

    .related {
        width: 440px;
    }

    .related img {
        width: 112px;
        height: 180px;
        object-fit: cover;
        object-position: center;
    }

    .related h4 {
        font-size: 18px;
    }

.news h3 {
    font-weight: 300;
    color:  #F16522;
}

.news .thumb {
    width: 100%;
    height: 350px;
    object-position: center;
    object-fit: cover;
}

footer {
    background-color: #F5F5F5;
    font-size: 12px;
}

.sidemenu {
    position: fixed;
    width: 0%;
    height: 100vh;
    top: 0;
    left: -100vw;
    z-index: 999;

    overflow-y: hidden;

    transition: 0.5s ease-in-out;
}

    .sidemenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidemenu ul li a {
        font-size: 18px;
        color: #FFF;
    }

.breadcrumb {
    background-color: transparent;
    justify-content: center;
    font-size: 12px;
    color: #696E6D;
    padding: 0;
    margin: 0;
    border: 0;
    margin-bottom: 5px;
}

    .breadcrumb a {
        color: #696E6D;
    }

.content h1, .content h2 {
    color: #F16522;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 25px;
}

.content a {
color: #F16522;
}

h2 a {
    color: #F16522;
}

    h2 a:hover {
        color: #F16522;
    }

.text {
    line-height: 30px;
}

    .text h1, .text h2, .text h3, .text h4, .text h5 {
        font-weight: 300;
    }

    .text h2 {
        margin: 30px 0;
        font-size: 23px;
    }

    .text blockquote {
        font-family: 'Gotham';
        font-weight: 300;
        font-size: 18px;
    }

        .text blockquote strong {
            font-weight: bold;
            font-size: 26px;
        }

    .text a {
        color: #F16522;
    }

    .text img {
        max-width: 100%;
        height: auto;
    }
    
    .text iframe {
        width: 100%;
        height: 680px;
    }

    .post img.main {
        max-height: 580px;
        object-fit: cover;
        object-position: center;
    }
.share {
    font-size: 14px;
}

.sidebar h2 {
    font-size: 26px;
}

    .sidebar.news h3 {
        font-size: 22px;
    }

.inspire {
    /* min-height: 460px; */
    min-height: 400px;
}
    .inspire .photo {
        height: 400px;
        /* height: 460px; */
        object-fit: cover;
        object-position: center;
    }

.types > div {
    /* width: 94px; */
    height: 125px;
}

    .types a {
        color: #696E6D;
        font-size: 11px;
        font-weight: bold;
    }

    .types div.selected {
        border: 1px solid #EDEDED;
    }

    .types > div img {
        width: 40px;
        max-height: 50px;
    }

.types img {
height: 56px;
width: auto;
}

    @media (min-width: 992px) {
        .types > div {
            width: 130px;
            height: 130px;
        }

        .types a {
            font-size: 14px;
        }

        .types > div img {
            width: inherit;
            max-height: inherit;
        }
    }

.product {
    font-size: 16px;
}

.product ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product .color {
    display: block;
    border-radius: 0;
    width: 20px;
    height: 20px;
    border: 1px solid lightgray;
}


    .product figure img {
        height: 250px;
        width: auto;
    }

img.enviroment {
    height: 420px;
    object-position: center;
    object-fit: cover;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/* Colors */
.color.marfim { 
    background-color: #ECDBB6;
}

.color.marrom { 
    background-color: #664628;
}

.color.preto { 
    background-color: #000000;
}

.color.madeira {
    background-color: #986844;
}

.color.fendi {
    background-color: #CEBFB5;
}

.color.cinzaclaro {
    background-color: lightgray;
}

.color.vermelho {
    background-color: red;
}

.color.azul {
    background-color: #647A9B;
}

.color.rose {
    background-color: #DDC7BE;
}

.color.nude {
    background-color: #EFEDED;
}

.color.camurca {
    background-color: #B296A5;
}

.color.amarelo {
    background-color: yellow;
}

.color.cinza {
    background-color: gray;
}

.color.rosa {
    background-color: pink;
}

.color.tiffany {
    background-color: turquoise;
}

.color.metalico {
    background-color: darkgrey;
}

.color.bronze {
    background-color: #7A7464;
}

.color.caramelo {
    background-color: #AF7B41;
}

.color.laranja {
    background-color: orange;
}

.color.newblue {
    background-color: lightskyblue;
}

.color.Turquesa {
    background-color: turquoise;
}

.color.cardo {
    background-color: #C1A3B3;
}

.color.verde {
    /*background-color: #376D75;*/
	background-color: #65794a;
}

.color.bege {
    background-color: #F5F5DC;
}

.color.azulclaro {
    background-color: #ACD6FD;
}

.color.inox {
    background-color: #acb2b4;
}

.color.conhaque {
background-color: #954A35;
}

.color.terracota {
    background-color: #B3674F;
}

.color.azulsonhodistante {
    background-color: #6B95A5;
}

.color.verdealoe {
    background-color: #848772;
}

.color.doislugares {
    background-color: #acb2b4;
}
.color.treslugares {
    background-color: #acb2b4;
}
.color.quatrolugares {
    background-color: #acb2b4;
}
.color.cincolugares {
    background-color: #acb2b4;
}
.color.areia {
	background-color: #BFBFB4;
}
.color.argila {
	background-color: #97867C;
}
.color.verdemusgo {
	background-color: #545044;
}
.color.mostarda {
	background-color: #cd8d00;
}
.color.pretoecinza {
	background-color: #808181;
}
.color.carameloenude {
	background-color: #f7f3f0;
}
.color.geloecinza {
	background-color: #d0cbcc;
}

.color.gelo {
	background-color: #f0f6fc;
}

.color.grafite {
	background-color: #646369;
}

.color.pretovintage {
	background-color: #413b3f;
}

.color.cinzavintage {
	background-color: #828283;
}

.color.marsala {
	background-color: #a44769;
}

.color.marromcapuccino {
		background-color: #9C744E;
}

.color.azulmarinho {
	background-color: #151572;
}

.color.azulclaro {
	background-color: #D0E6EF;
}

.color.azulpetroleo {
	background-color: #0090A8;
}

.color.verdejava {
	background-color: #3E676D;
}


.color.tauariclaro {
	background-color: #cea271;
}

.color.tauaricastanho {
	background-color: #926442;
}

.color.basepretaetampotauariclaro {
	background-color: #cea271;
}

.color.basepretaetampotauaricastanho {
	background-color: #926442;
}

.color.basepretaetampooffwhite {
	background-color: #e5e4e4;
}

.color.basecobreetampotauariclaro {
	background-color: #cea271;
}

.color.basecobreetampotauaricastanho {
	background-color: #926442;
}

.color.basecobreetampooffwhite {
	background-color: #e5e4e4;
}

.color.basebronzeetampotauariclaro {
	background-color: #cea271;
}

.color.basebronzeetampotauaricastanho {
	background-color: #926442;
}

.color.basecampagneetampotauariclaro {
	background-color: #cea271;
}

.color.basechampagneetampotauaricastanho {
	background-color: #926442;
}

.color.cobre {
	background-color: #d29c88;
}

.color.champagne {
	background-color: #bab2a0;
}

.color.linhorusticoclaro { 
	background-color: #afacad
}

.color.linhorusticografite { 
	background-color:  #565c5f;
}
.color.damasco { 
	background-color: #b57f36;
}
.color.madeiranogueira { 
	background-color: #5b4130;
}
.color.pretopieddepoule { 
	background-color:  #13141a;
}
.color.nudeebasechampagne { 
	background-color: #f4f4f2;
}
.color.nudeebaseacoamadeirado { 
	background-color: #e5e3e6;
}
.color.cinzaebasechampagne { 
	background-color: #b2b3b8;
}
.color.carameloebasechampagne { 
	background-color:  #c98f6b;
}
.color.carameloenudeebasechampagne { 
	background-color: #c98f6b;
}
.color.linhorusticoclaroebasechampagne { 
	background-color: #afacad;
}

.color.terracotaebasedeacoamadeiradoclaro {
	background-color: #c6735a;
}

.color.areiaebasedeacoamadeiradoclaro {
	background-color: #b1b6b9;
}

.ms-choice {
    border: 0;
}

.ms-choice .placeholder, .ms-choice span {
    line-height: 45px;
}

.related-inspiration {
    font-size: 22px;
}

    .related-inspiration img {
        height: 200px;
        width: 132px;
        object-fit: contain;
        object-position: center;
    }


.modal-header {
    border: 0;
    text-align: center;
    color: #F16522;
}

.photo-ambiente {
    height: 500px;
    object-position: center;
    object-fit: cover;
}

.carousel-control-prev {
    width: 100px;
    height: 200px;
    left: 49%;
    top: 50%;
}

.carousel-control-next {
    width: 100px;
    height: 200px;
    right: 10px;
    top: 50%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F16522' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
} 
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F16522' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.images {
    list-style: none;
    margin: 0;
    padding: 0;
}


    .images img {
        padding: 5px;
        margin-bottom: 15px;
        border: 1px solid #F2F2F2;
        width: 60px;
        height: 60px;
        object-fit: contain;
        object-position: center;
    }

    @media (min-width: 992px) {
        .images li {
            float: left;
            margin-right: 15px;
        }
        .images img {
            width: 100px;
            height: 100px;
        }
        #photo img {
            max-height: 600px;
        }
        
    }

#photo img {
    /* cursor: zoom-in; */
}

img.changed {
    cursor: pointer;
}

.enviromnent_photos img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: bottom;
}

.selection {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.colors {
   width: 70%;
   margin: 0 auto !important;
}

/* Slides Products */
.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}
  
    .thumbnail {
        width: 70px;
        height: 70px;
        overflow: hidden;
        list-style: none;
        margin: 0 0.2rem;
        cursor: pointer;
        opacity: 0.8;
        border: 1px solid #F2F2F2;
        padding: 5px;
    }
  
  .thumbnail img {
    width: 100%;
    height: auto;
  }
  
    .thumbnail.is-active {
        opacity: 1;
    }

.awards {
    position: absolute;
    top: 25px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .awards img {
        height: 60px;
    }

    @media (min-width: 992px) {
        .awards img {
            height: 70px;
        }
    }

.products-listing .awards {
    right: 25px;
}

.products-listing .awards img {
    height: 45px;
}

.page-item.active .page-link {
	background-color: #F16522;
    border-color: #F16522;
}

/* ===== Autocomplete Search ===== */
.fratini-search-wrapper {
    position: relative;
}

.fratini-autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    z-index: 9999;
    max-height: 380px;
    overflow-y: auto;
}

.autocomplete-group-label {
    padding: 8px 14px 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    letter-spacing: .5px;
    background: #fafafa;
    border-top: 1px solid #eee;
}

.autocomplete-group-label:first-child {
    border-top: none;
}

.autocomplete-item a {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    color: #333;
    text-decoration: none;
    transition: background .15s;
}

.autocomplete-item a:hover,
.autocomplete-item.active a {
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
}

.autocomplete-thumb {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
    flex-shrink: 0;
}

.autocomplete-thumb-placeholder {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    flex-shrink: 0;
    background: #eee;
    border-radius: 4px;
}

.autocomplete-title {
    font-size: 14px;
    line-height: 1.3;
}

.autocomplete-title strong {
    color: #F16522;
}

.autocomplete-no-results {
    padding: 14px;
    font-size: 13px;
    color: #888;
    text-align: center;
}

/* Sidemenu autocomplete ajuste */
.sidemenu .fratini-autocomplete-results {
    background: #fff;
    color: #333;
}

.sidemenu .autocomplete-item a {
    color: #333;
}


/* ===== Formulário de Orçamento (Produto) ===== */
.orcamento-form .form-control {
    border: 1px solid #ccc;
    height: 45px;
    font-size: 14px;
    border-radius: 4px;
}

.orcamento-form .form-control:focus {
    border-color: #F16522;
    box-shadow: 0 0 0 2px rgba(241, 101, 34, 0.12);
}

/* intl-tel-input dentro do formulário de orçamento */
.fratini-tel-wrapper {
    width: 100%;
}
.fratini-tel-wrapper .iti {
    width: 100%;
}
.fratini-tel-wrapper .iti .form-control {
    width: 100%;
    padding-left: 90px;
}
.fratini-tel-wrapper .iti__selected-dial-code {
    font-size: 14px;
}

.orcamento-form .btn-block {
    font-size: 16px !important;
    padding: 12px !important;
    border-radius: 4px !important;
    border: 2px solid #F16522 !important;
    transition: all 0.2s;
}

.orcamento-form .btn-block:hover {
    border-color: #F16522 !important;
}

/* Mensagens de feedback do formulário */
.fratini-form-msg {
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Gotham Book', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fratini-form-msg span {
    flex: 1;
}
.fratini-form-msg-close {
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0 0 0 10px;
    opacity: .6;
    transition: opacity .15s;
}
.fratini-form-msg-close:hover {
    opacity: 1;
}
.fratini-form-success .fratini-form-msg-close { color: #155724; }
.fratini-form-error .fratini-form-msg-close { color: #721c24; }
.fratini-form-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.fratini-form-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ============================================================
   WhatsApp Floating Widget
   ============================================================ */
#fratini-whatsapp-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.fratini-wpp-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
    transition: transform .2s, box-shadow .2s;
}
.fratini-wpp-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(0,0,0,.3);
}

.fratini-wpp-balloon {
    position: absolute;
    bottom: 72px;
    right: 0;
    width: 320px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,.18);
    overflow: hidden;
    animation: fratiniWppSlideUp .25s ease;
}
@keyframes fratiniWppSlideUp {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.fratini-wpp-balloon-header {
    background-color: #F16522;
    color: #fff;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
}
.fratini-wpp-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    opacity: .8;
}
.fratini-wpp-close:hover { opacity: 1; }

.fratini-wpp-balloon-body {
    padding: 16px;
}
.fratini-wpp-balloon-body .form-control {
    font-size: 13px;
    padding: 8px 10px;
    height: auto;
}
.fratini-wpp-submit {
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    background-color: #F16522;
    border-color: #F16522;
    color: #fff;
}
.fratini-wpp-submit:hover {
    background-color: #d9551a;
    border-color: #d9551a;
    color: #fff;
}

.fratini-wpp-msg {
    margin-top: 10px;
    font-size: 13px;
}
.fratini-wpp-error {
    color: #dc3545;
}

/* intl-tel-input dentro do widget */
.fratini-wpp-balloon-body .fratini-tel-wrapper .iti {
    width: 100%;
}
#fratini-whatsapp-widget .iti__country-list,
#fratini-wpp-balloon .iti__country-list {
    max-height: 150px !important;
    width: 100% !important;
    overflow-y: auto !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.15) !important;
    z-index: 100000 !important;
}
#fratini-whatsapp-widget .iti__country-list .iti__country {
    padding: 6px 10px;
    font-size: 13px;
}
#fratini-whatsapp-widget .iti__country-list .iti__country:hover,
#fratini-whatsapp-widget .iti__country-list .iti__country--highlight {
    background-color: #f0f0f0;
}
.fratini-wpp-balloon-body .iti__flag-container {
    font-size: 12px;
}
.fratini-wpp-balloon-body .fratini-tel-wrapper {
    position: relative;
}
.fratini-wpp-balloon-body {
    overflow: visible;
}

@media (max-width: 400px) {
    .fratini-wpp-balloon {
        width: 290px;
        right: -8px;
    }
}
