@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@0,200;0,300;400;500;700&display=swap');

        body {
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
        }

        .checked {
            color: orange;
        }

        .button {
            background-color: transparent;
            border-radius: 30px;
            border-color: #D3D3D3;
            color: #202A30;
            font-size: 12px;
            font-family: 'Raleway', sans-serif;
            text-transform: uppercase;
            font-weight: bold;
            padding: 12px 35px;
        }
        .button:hover {
            background: #53acb6;
            border-radius: 30px;
            display: inline-block;
            color: #fff;
            font-size: 12px;
            font-family: 'Raleway', sans-serif;
            text-transform: uppercase;
            font-weight: bold;
            padding: 12px 35px;
            border: 2px solid transparent;
            transition: all .3s ease;
        }
        .button_catalogo {
            background-color: #53acb6;
            border-radius: 30px;
            border-color: #D3D3D3;
            color: #fff;
            font-size: 22px;
            font-family: 'Raleway', sans-serif;
            text-transform: uppercase;
            font-weight: bold;
            padding: 12px 35px;
        }
        .button_catalogo:hover {
            background: rgba(83, 172, 182, 0.8);
            border-color: #53acb6;
            border-radius: 30px;
            display: inline-block;
            color: #fff;
            font-size: 22px;
            font-family: 'Raleway', sans-serif;
            text-transform: uppercase;
            font-weight: bold;
            padding: 12px 35px;
            border: 2px solid;
            transition: all .3s ease;
        }
        .titulo {
            font-family: "Poppins", sans-serif;
            font-weight: 200;
            font-style: normal;
            font-size: 42px;
            color: #53acb6;
            letter-spacing: 0.01em;
            line-height: 1em;
        }
        .titulo-footer {
            font-family: "Poppins", sans-serif;
            font-weight: 200;
            font-style: normal;
            font-size: 28px;
            color: #D3D3D3;
            letter-spacing: 0.01em;
            line-height: 1em;
        }
        .float {
            position: fixed;
            height: 40px;
            bottom: 40px;
            left: 40px;
            border-radius: 50px;
            text-align: center;
            vertical-align: middle;
            box-shadow: 2px 2px 3px #999;
            border: 0;
            z-index: 1;
        }

        .btn-whatsapp:hover {
            color: #fff;
            background-color: #25d366;
        }

        .btn-whatsapp {
            color: #fff;
            background-color: #25d366;
            border-radius: 30px;
            font-size: 12px;
            font-family: 'Raleway', sans-serif;
            text-transform: uppercase;
            font-weight: bold;
        }