    /* Estilos existentes */

    #mobile{
        display: block;
        }
    
        .zap {
            margin-top: 8px;
            margin-right: 9px;
            align-items: center;
            justify-content: center;
        }
    
        #whatsapp {
            border: none;
            width: 70px;
            height: 70px;
            border-radius: 100px;
            position: fixed;
            right: 20px;
            bottom: 20px;
            background-color: #4DCB5B;
        }
    
        #whatsapp:hover {
            background: #4DADCB;
            transition: .3s;
        }
    
        .seguradoras {
            width: 100%;
            padding: 0;
            background-color: #000000;
        }
    
        section#coberturas {
            background-color: #000000;
            padding: 30px 0 40px 0;
        }
    
        .centralizar {
            color: white;
        }
    
        .azul {
            color: #0057d8;
        }
    

         /* CSS PARA O FORMULARIO E PARA O VIDEO */
        .responsive-video {
            border-radius: 30px;
            width: 100%;
            max-width: 400px;
            height: auto;
            margin: 40px auto;
        }
        
        .input-group {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .input-icon {
            width: 24px;
            margin-right: 10px;
        }
        
        #btn-iniciar {
            width: 70%;
            background-color: #1F78FF;
            color: #E9E9E9;
            border-radius: 15px;
            padding: 10px;
        }

        /* ESTILOS DO SIMULADOR DE COTAÇÃO */
        .simulador-quote-form {
            display: flex;
            flex-direction: column;
            gap: 28px;
        }

        .simulador-quote-form .simulador-form-field {
            display: flex;
            align-items: center;
            gap: 18px;
            margin-bottom: 0;
            margin-top: 0;
            padding: 0;
        }

        .simulador-quote-form .simulador-form-field input {
            flex: 1;
            padding: 16px 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 400;
            height: auto;
            line-height: 1.5;
        }

        .simulador-quote-form .simulador-form-field input::placeholder {
            color: #999;
        }

        .simulador-quote-form .simulador-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            width: 24px;
            height: 24px;
        }

        .simulador-submit-button {
            margin-top: 28px;
            padding: 16px 20px;
            font-size: 16px;
            font-weight: bold;
        }

        .chat-bubble {
            background-color: #fff;
            color: #000;
            padding: 15px;
            border-radius: 30px 30px 0px 30px;
            position: relative;
            max-width: 80%;
            min-height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            margin: 0 auto 10px;
            font-size: 16px;
        }

        .stars {
            width: 12rem;
            display: block;
            margin: 0 auto;
        }

        #desktop {
            display: block;
        }

        #mobile1 {
            display: none;
        }
        
        @media screen and (max-width: 768px) {
            #desktop {
                display: none;
            }

            #mobile1 {
                display: block;
            }
        }
    
        @media (max-width: 768px) {
            .col-md-6, .col-lg-6 {

                flex: 0 0 100%;
                max-width: 100%;
            }
            .responsive-video {
                max-width: 100%;
            }
    
            #subTitulo {
                align-items: center;
                justify-content: center;
            }
    
            #titulo {
                align-items: center;
                justify-content: center;
            }
        }
    
            #simulador .col-lg-6 {
                padding: 0 15px;
            }
    
            #simulador video {
                width: 100%;
                height: auto;
                margin: 20px 0;
            }
    
            #simulador .form-control {
                width: 100%;
            }
    
            #btn-iniciar {
                width: 100%;
                font-size: 1rem;
                padding: 10px 20px;
            }
    
            #whatsapp {
                width: 50px;
                height: 50px;
                bottom: 10px;
                right: 10px;
            }
    
            .zap {
                margin-top: 5px;
                margin-right: 5px;
            }
        
    
        @media (max-width: 480px) {
            .masthead-heading {
                font-size: 2rem;
            }
    
            .masthead-subheading {
                font-size: 1rem;
            }
    
            #btn-solicitar-cotacao-auto {
                font-size: 0.9rem;
                padding: 8px 16px;
            }
            #desktop {
                padding-bottom: 3rem;
            }
    
            #simulador .h1 {
                font-size: 2.5rem;
                justify-content: center;
                align-items: center;
            }
    
            #simulador .h2 {
                font-size: 1.5rem;
                justify-content: center;
                align-items: center;
            }
    
            #btn-iniciar {
                font-size: 0.9rem;
                padding: 8px 16px;
            }
    
            #whatsapp {
                width: 40px;
                height: 40px;
                bottom: 5px;
                right: 5px;
            }
    
            .zap {
                margin-top: 1px;
                margin-right: 3px;
            }
        }
